Commit cf967384 by 吕明尚

Merge branch 'dev' into test

parents 43398ef2 d0ef0472
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
left join s_store_consumer t2 on t2.consumer_id = t1.id left join s_store_consumer t2 on t2.consumer_id = t1.id
where t1.role_type = '1' where t1.role_type = '1'
and t2.position = '1' and t2.position = '1'
and t2.store_id = #{storeId}
and t1.id in (select consumer_id from s_store_consumer where store_id = #{storeId} and position = '1') and t1.id in (select consumer_id from s_store_consumer where store_id = #{storeId} and position = '1')
</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