| | |
| | | </update> |
| | | <select id="selectPlateRedundantOrderList" parameterType="ApsPlatePlan" resultMap="ApsPlatePlanResult"> |
| | | select document_number, item_number, production_quantity, unmatched_quantity, plant, production_base, plan_start_day, plan_end_day, order_create_time |
| | | from aps_plate_plan where unmatched_quantity>0 and professional_affiliation!='0' |
| | | from aps_plate_plan where unmatched_quantity>0 and professional_affiliation!='0' and del_flag='0' |
| | | <if test="documentNumber != null and documentNumber != ''"> |
| | | and document_number like '%' || #{documentNumber} || '%' |
| | | </if> |