chenhj
5 小时以前 7c060a33ae9399a86db97ad18da965e7a848dfc3
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -14,6 +14,7 @@
        <result property="updateTime" column="update_time"/>
        <result property="expectedSchedule" column="expected_schedule"/>
        <result property="manufacturingTeam" column="manufacturing_team"/>
        <result property="isEnd" column="is_end"/>
    </resultMap>
    <select id="pageProductOrder" resultType="com.ruoyi.production.dto.ProductOrderDto">
        select po.*,
@@ -22,6 +23,7 @@
        p.product_name as product_category,
        pm.model as specification_model,
        pm.unit,
        pm.uid_no,
        ppr.process_route_code,
        pb.bom_no,
        ROUND(po.complete_quantity / po.quantity * 100, 2) AS completionStatus,