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">
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user