Commit 1949bb69 by 陶光胜

门店查询接口

parent 1568a3b6
......@@ -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