Commit b2f56f04 by huangZW

111

parent 5027f7ef
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
and is_store = 1 and is_store = 1
and wx_enterprise_id = #{wxEnterpriseId} and wx_enterprise_id = #{wxEnterpriseId}
<if test="search != null and search != ''"> <if test="search != null and search != ''">
and department_name like CONCAT('%',#{search},'%') and wx_department_id like CONCAT('%',#{search},'%')
</if> </if>
<if test="storeIds != null and storeIds.size != 0"> <if test="storeIds != null and storeIds.size != 0">
and related_id IN and related_id IN
......
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