Commit d117b9b9 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 9cb8443f 1949bb69
......@@ -381,10 +381,10 @@
and t2.enterprise_id = #{store.enterpriseId}
</if>
<if test="store.cityId != null and store.cityId != ''">
and t2.city_id= #{store.cityId}
and t1.city_id= #{store.cityId}
</if>
<if test="store.storeBrandId != null">
and brand_ids like concat('%,', #{store.storeBrandId}, ',%')
and t1.brand_ids like concat('%,', #{store.storeBrandId}, ',%')
</if>
<if test="store.storeGroupIdList != null and store.storeGroupIdList.size()>0">
and t2.store_group_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