Commit c9694e56 by qwmqiuwenmin

fix

parent ac462739
......@@ -245,7 +245,7 @@
and wx_enterprise_id = #{wxEnterpriseId}
</if>
<if test="keyword != null and keyword != ''">
and department_name like CONCAT('%',#{keyWord},'%')
and department_name like CONCAT('%',#{keyword},'%')
</if>
<if test="recycleFlag != null">
and recycle_flag = #{recycleFlag}
......
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