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