gongchunyi
6 天以前 2ef419e88857b2b61477d8aa3dc7672781cbb1eb
src/main/resources/mapper/production/ProductWorkOrderMapper.xml
@@ -41,8 +41,8 @@
            <if test="c.planStartTime != null and c.planEndTime != null">
                and DATE(pwo.create_time) between #{c.planStartTime} and #{c.planEndTime}
            </if>
            <if test="c.orderId != null and c.orderId != ''">
               and pwo.product_order_id = #{c.orderId}
            <if test="c.productOrderId != null and c.productOrderId != ''">
               and pwo.product_order_id = #{c.productOrderId}
            </if>
    </select>
    <select id="getProductWorkOrderFlowCard" resultType="com.ruoyi.production.dto.ProductWorkOrderDto">