|
|
@ -69,6 +69,9 @@ |
|
|
<if test="query.site != null and query.site != ''"> |
|
|
<if test="query.site != null and query.site != ''"> |
|
|
AND a.site = #{query.site} |
|
|
AND a.site = #{query.site} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="query.pushWcsFlag != null and query.pushWcsFlag != ''"> |
|
|
|
|
|
AND a.push_wcs_flag = #{query.pushWcsFlag} |
|
|
|
|
|
</if> |
|
|
and a.status!='UNISSUE' |
|
|
and a.status!='UNISSUE' |
|
|
</where> |
|
|
</where> |
|
|
order by a.notify_no desc |
|
|
order by a.notify_no desc |
|
|
|