md
This commit is contained in:
parent
6b7a2de2d1
commit
34dcf44626
@ -573,7 +573,7 @@
|
||||
b.site_name AS ownerSiteName
|
||||
FROM
|
||||
sys_user a,emis_site b
|
||||
WHERE a.owner_site_code=b.site_code
|
||||
WHERE a.del_flag='0' and b.del_flag='0' and a.owner_site_code=b.site_code
|
||||
<if test="searchValue != null and searchValue != ''">
|
||||
and (a.emp_code=#{searchValue} or a.phonenumber=#{searchValue})
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user