md
This commit is contained in:
parent
f0b3fa01e6
commit
ddffbdc08b
@ -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>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user