This commit is contained in:
shuo.wang
2025-02-18 18:04:07 +08:00
parent 9822bfc75c
commit a5dc0898ce

View File

@@ -156,10 +156,9 @@ public class LineServiceImpl implements LineService {
for (String s : list){
regionId.add(Long.valueOf(s));
}
}else {
userId = loginUserInfo.getUserId();
}
// else {
// userId = loginUserInfo.getUserId();
// }
}
String areaName = null;
if (lineListRequest.getWantShopAreaId() != null){
@@ -245,10 +244,9 @@ public class LineServiceImpl implements LineService {
for (String s : list){
regionId.add(Long.valueOf(s));
}
}
// else {
// userId = loginUserInfo.getUserId();
// }
}else {
userId = loginUserInfo.getUserId();
}
}
String areaName = null;
if (partnerRequest.getWantShopAreaId() != null){