Commit 01b1d762 authored by zhangch's avatar zhangch

提交

parent 363d0e99
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
and organ.ORGAN_NAME LIKE CONCAT('%',CONCAT( #{organName} ,'%')) and organ.ORGAN_NAME LIKE CONCAT('%',CONCAT( #{organName} ,'%'))
</if> </if>
<if test="realName != null and realName != ''"> <if test="realName != null and realName != ''">
and emp.real_name = #{realName} and emp.real_name = LIKE CONCAT('%',CONCAT( #{realName} ,'%'))
</if> </if>
<if test="tel != null and tel != ''"> <if test="tel != null and tel != ''">
and emp.tel = #{tel} and emp.tel = #{tel}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment