zss
12 小时以前 7d45b1aa345be565648f9ae01cd200631eb008a2
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>
@@ -125,4 +128,4 @@
        </foreach>
        ORDER BY pp.id ASC
    </select>
</mapper>
</mapper>