fix
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user