Commit 5ce8853b by qwmqiuwenmin

fix

parent 112c45f5
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
from tab_haoban_staff from tab_haoban_staff
where status_flag = 1 where status_flag = 1
<if test="keyword != null and keyword != ''"> <if test="keyword != null and keyword != ''">
and (staff_name like CONCAT('%',#{keyWord},'%') or phone_number like CONCAT('%',#{keyWord},'%')) and (staff_name like CONCAT('%',#{keyword},'%') or phone_number like CONCAT('%',#{keyword},'%'))
</if> </if>
<if test="activeFlag != null"> <if test="activeFlag != null">
and active_flag = #{activeFlag} and active_flag = #{activeFlag}
......
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