This commit is contained in:
linfso 2024-11-26 21:19:14 +08:00
parent f0b3fa01e6
commit ddffbdc08b

View File

@ -608,7 +608,7 @@
WHERE a.del_flag='0' and b.del_flag='0' and a.bl_open='1'
and a.owner_site_code=b.site_code and a.user_id=c.user_id and c.post_id=5
<if test="searchValue != null and searchValue != ''">
and (a.emp_code=#{searchValue} or a.phonenumber=#{searchValue})
and (a.emp_code=#{searchValue} or a.phonenumber=#{searchValue} or a.emp_name=#{searchValue})
</if>