src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml
@@ -58,6 +58,9 @@ <if test="c.model != null and c.model != '' "> AND pms.model LIKE CONCAT('%',#{c.model},'%') </if> <if test="c.status != null"> AND pp.status =#{c.status} </if> <if test="c.applyNo != null and c.applyNo != '' "> AND pp.apply_no LIKE CONCAT('%',#{c.applyNo},'%') </if>