|
|
@ -489,6 +489,9 @@ record_version,out_work_order_flag,project_id,order_type,auth_rule_id,bu) |
|
|
<if test="data.pushWcsFlag != null and data.pushWcsFlag != ''"> |
|
|
<if test="data.pushWcsFlag != null and data.pushWcsFlag != ''"> |
|
|
AND a.push_wcs_flag = #{data.pushWcsFlag} |
|
|
AND a.push_wcs_flag = #{data.pushWcsFlag} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="data.createdBy != null and data.createdBy != ''"> |
|
|
|
|
|
AND LOWER(a.username) LIKE CONCAT('%', LOWER(#{data.createdBy}), '%') |
|
|
|
|
|
</if> |
|
|
and a.status!='UNISSUE' |
|
|
and a.status!='UNISSUE' |
|
|
</where> |
|
|
</where> |
|
|
order by a.notify_no desc |
|
|
order by a.notify_no desc |
|
|
|