|
@@ -3236,7 +3236,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
// 过滤永久关门的店铺
|
|
// 过滤永久关门的店铺
|
|
|
queryWrapper.ne("a.business_status", 99);
|
|
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)) {
|
|
if (StringUtils.isNotEmpty(storeName)) {
|
|
|
queryWrapper.like("a.store_name", 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.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)) {
|
|
if (StringUtils.isNotEmpty(storeName)) {
|
|
|
queryWrapper.like("a.store_name", storeName);
|
|
queryWrapper.like("a.store_name", storeName);
|