Commit 1f55132a by jinxin

Merge remote-tracking branch 'origin/developer' into developer

parents d5a70cea 40fc96e7
......@@ -295,7 +295,7 @@
</if>
where a.wx_enterprise_id = #{wxEnterpriseId}
<if test="occupy == null or 1!=occupy">
a.status_flag = 1
and a.status_flag = 1
</if>
<if test="keyword != null and keyword != ''">
and (a.staff_name like CONCAT('%',#{keyword},'%') or a.phone_number like CONCAT('%',#{keyword},'%'))
......
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