操作者加工完成报表-添加sfc查询条件
@ -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 test="operator != null and operator != ''">
AND zsd.EMPLOYEE_DESCRIPTION LIKE '%${operator}%'