Browse Source

2026-02-10

领料申请管理优化
master
fengyuan_yang 3 weeks ago
parent
commit
ae55679d93
  1. 2
      src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml

2
src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml

@ -263,7 +263,7 @@
a.site in (select site from AccessSite where userID = #{query.loginUserName}) a.site in (select site from AccessSite where userID = #{query.loginUserName})
and bu in (select bu_no from AccessBu where username = #{query.loginUserName}) and bu in (select bu_no from AccessBu where username = #{query.loginUserName})
<if test="query.notifyNo != null and query.notifyNo != ''"> <if test="query.notifyNo != null and query.notifyNo != ''">
AND a.NotifyNo = #{query.notifyNo}
AND a.NotifyNo LIKE '%' + #{query.notifyNo} + '%'
</if> </if>
<if test="query.status != null and query.status != ''"> <if test="query.status != null and query.status != ''">
AND a.Status = #{query.status} AND a.Status = #{query.status}

Loading…
Cancel
Save