|
|
@@ -148,6 +148,11 @@ public class ClientRoomInfoService {
|
|
|
List<Long> storeIds = new ArrayList<>();
|
|
|
storeIds.add(44496L);
|
|
|
storeIds.add(38585L);
|
|
|
+ storeIds.add(2619152L);
|
|
|
+ storeIds.add(5708L);
|
|
|
+ storeIds.add(27086608L);
|
|
|
+ storeIds.add(90225L);
|
|
|
+ storeIds.add(15272L);
|
|
|
if (storeIds.stream().anyMatch(storeId -> storeId.equals(checkinInfo.getStoreId()))) {
|
|
|
throw new BusinessException("本门店交易功能已被关闭.");
|
|
|
}
|
|
|
@@ -237,6 +242,11 @@ public class ClientRoomInfoService {
|
|
|
List<Long> storeIds = new ArrayList<>();
|
|
|
storeIds.add(44496L);
|
|
|
storeIds.add(38585L);
|
|
|
+ storeIds.add(2619152L);
|
|
|
+ storeIds.add(5708L);
|
|
|
+ storeIds.add(27086608L);
|
|
|
+ storeIds.add(90225L);
|
|
|
+ storeIds.add(15272L);
|
|
|
if (storeIds.stream().anyMatch(storeId -> storeId.equals(checkinInfo.getStoreId()))) {
|
|
|
throw new BusinessException("本门店交易功能已被关闭.");
|
|
|
}
|