Przeglądaj źródła

Revert "下掉休闲娱乐 健身的娱乐许可证校验"

This reverts commit ada395c2813cd2f6d9e90fd92064934f9f33b02b.
ldz 2 dni temu
rodzic
commit
4f0832ea62

+ 2 - 2
alien-store/src/main/java/shop/alien/store/service/impl/StoreInfoServiceImpl.java

@@ -3236,7 +3236,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
         // 过滤永久关门的店铺
         queryWrapper.ne("a.business_status", 99);
         // 过滤过期的经营许可证
-//        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
+        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
         // 添加商家名称模糊查询
         if (StringUtils.isNotEmpty(storeName)) {
             queryWrapper.like("a.store_name", storeName);
@@ -4036,7 +4036,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
         // 过滤永久关门的店铺
         queryWrapper.ne("a.business_status", 99);
         // 过滤过期的经营许可证
-//        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
+        queryWrapper.ge("a.entertainment_licence_expiration_time", new Date());
         // 添加一个模糊查询,根据店铺名称进行查询
         if (StringUtils.isNotEmpty(storeName)) {
             queryWrapper.like("a.store_name", storeName);