Commit e69ad66f by qwmqiuwenmin

fix

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