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