This commit is contained in:
linfso 2024-08-01 06:28:51 +08:00
parent 6b7a2de2d1
commit 34dcf44626

View File

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