فهرست منبع

Merge branch 'dev' of xiongzhu/zhumj into master

wangqifan 3 سال پیش
والد
کامیت
03eaa8ba53
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      src/main/java/com/izouma/zhumj/service/client/ClientRoomInfoService.java

+ 10 - 0
src/main/java/com/izouma/zhumj/service/client/ClientRoomInfoService.java

@@ -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("本门店交易功能已被关闭.");
         }