Commit 01b1d762 authored by zhangch's avatar zhangch

提交

parent 363d0e99
......@@ -113,7 +113,7 @@
and organ.ORGAN_NAME LIKE CONCAT('%',CONCAT( #{organName} ,'%'))
</if>
<if test="realName != null and realName != ''">
and emp.real_name = #{realName}
and emp.real_name = LIKE CONCAT('%',CONCAT( #{realName} ,'%'))
</if>
<if test="tel != null and 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