Commit 112c45f5 by qwmqiuwenmin

fix

parent 75be49fd
...@@ -358,7 +358,7 @@ ...@@ -358,7 +358,7 @@
<if test="keyword != null and keyword != ''"> <if test="keyword != null and keyword != ''">
and (department_name like CONCAT('%',#{keyword},'%') or wx_department_id like CONCAT('%',#{keyword},'%')) and (department_name like CONCAT('%',#{keyword},'%') or wx_department_id like CONCAT('%',#{keyword},'%'))
</if> </if>
order by sort asc
</select> </select>
......
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