Commit e111bc12 by 徐高华

查询门店过滤空的

parent 9631eca4
...@@ -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