Merge remote-tracking branch 'origin/cc_20250106_v2.4' into cc_20250106_v2.4

This commit is contained in:
苏竹红
2025-01-21 16:12:39 +08:00
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">

View File

@@ -126,7 +126,7 @@ public class ShopServiceImpl implements ShopService {
/**
* @Auther: wangshuo
* @Date: 2025/1/13
* @description: 当userId为空时表示为mini询的门店不包括结束跟进的否则为mini查询的门店包括结束跟进的
* @description: 当userId为空时表示为mini看所有门店否则为pc查询的门店跟进管辖区域进行展示 二者都不关注门店状态
*/
@Override
public List<MiniShopPageVO> getShopList(Long lineId, String userId) {