Browse Source

推送状态查询

master
shenzhouyu 2 weeks ago
parent
commit
86b366884e
  1. 3
      src/main/resources/mapper/notify/NewIssureMapper.xml

3
src/main/resources/mapper/notify/NewIssureMapper.xml

@ -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

Loading…
Cancel
Save