fix getShopList 修改获取获取店铺列表逻辑
This commit is contained in:
@@ -349,12 +349,7 @@
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="userId ==null or userId ==''">
|
||||
and shop_status in (0,1)
|
||||
</if>
|
||||
<if test="userId !=null and userId !=''">
|
||||
and shop_status in (0,1,2)
|
||||
</if>
|
||||
|
||||
</select>
|
||||
|
||||
<select id="getShopPointListByDevelopmentManager" resultType="com.cool.store.dto.point.ShopPointDTO">
|
||||
|
||||
Reference in New Issue
Block a user