282 bug 修复

This commit is contained in:
yuezhihang
2022-02-28 16:08:40 +08:00
parent f2269904cd
commit 5316e6aeb3
@@ -56,7 +56,7 @@
on up.position_id=p.id on up.position_id=p.id
where 1=1 where 1=1
<if test="TsUser.uname != null and TsUser.uname != '' "> <if test="TsUser.uname != null and TsUser.uname != '' ">
and u.uname like concat('%',#{TsUser.uname},'%') and (u.uname like concat('%',#{TsUser.uname},'%') or u.ACCOUNT like concat(#{TsUser.uname},'%'))
</if> </if>
<if test="TsUser.email != null and TsUser.email != '' "> <if test="TsUser.email != null and TsUser.email != '' ">
and u.email like concat('%',#{TsUser.email},'%') and u.email like concat('%',#{TsUser.email},'%')