Commit 89e20404 by 徐高华

Merge branch 'master_xgh_我的客户迭代' into 'master'

查询门店过滤空的

See merge request !459
parents c3ed75be e111bc12
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
<select id="listBindStoreIdByEnterpriseId" resultType="com.gic.haoban.manage.api.dto.StaffClerkRelationDTO"> <select id="listBindStoreIdByEnterpriseId" resultType="com.gic.haoban.manage.api.dto.StaffClerkRelationDTO">
<include refid="leftJoinStaffSQL" /> <include refid="leftJoinStaffSQL" />
where a.enterprise_id = #{wxEnterpriseId} where a.enterprise_id = #{wxEnterpriseId}
and a.status_flag = 1 and b.status_flag = 1 and a.status_flag = 1 and b.status_flag = 1 and a.store_id <![CDATA[<>]]> ''
group by a.store_id group by a.store_id
</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