fix getShopList 修改获取获取店铺列表逻辑

This commit is contained in:
shuo.wang
2025-01-21 15:08:25 +08:00
parent d62d970f0f
commit 77a89376f3
2 changed files with 2 additions and 7 deletions

View File

@@ -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">