操作者加工完成报表-添加sfc查询条件
master
limy135302065 3 years ago
parent a4798c9a8a
commit a121c97875

@ -798,6 +798,9 @@
<if test="itemNumber != null and itemNumber != ''">
AND cf.VALUE = #{itemNumber}
</if>
<if test="sfc != null and sfc != ''">
AND zsd.SFC = #{sfc}
</if>
<if test="operator != null and operator != ''">
AND zsd.EMPLOYEE_DESCRIPTION LIKE '%${operator}%'
</if>

Loading…
Cancel
Save