gongchunyi
9 天以前 618dab9446e8858fee8d23b6073d28c1f875ba0e
src/main/resources/mapper/production/ProductionOrderMapper.xml
@@ -113,6 +113,9 @@
                <if test="c.npsNo != null and c.npsNo != ''">
                    and po.nps_no like concat('%', #{c.npsNo}, '%')
                </if>
                <if test="c.salesContractNo != null and c.salesContractNo != ''">
                    and po_sales.salesContractNo like concat('%', #{c.salesContractNo}, '%')
                </if>
                <if test="c.productionPlanIds != null and c.productionPlanIds != ''">
                    and po.production_plan_ids like concat('%', #{c.productionPlanIds}, '%')
                </if>