liyong
2026-04-25 0d9b0dab20eae44c817944e98c967dfd8832f580
src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -51,6 +51,9 @@
            <if test="c.auditStatus != null">
                and ppm.audit_status = #{c.auditStatus}
            </if>
            <if test="c.workOrderId != ''">
                and pot.work_order_id = #{c.workOrderId}
            </if>
        </where>
        order by ppm.id