|
|
@@ -1931,6 +1931,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
queryWrapper.eq("a.delete_flag", 0);
|
|
|
queryWrapper.eq("a.logout_flag", 0);
|
|
|
queryWrapper.ne("a.store_status", 0);
|
|
|
+ queryWrapper.eq("a.business_section", 1);
|
|
|
|
|
|
queryWrapper.ge("a.food_licence_expiration_time", new Date());
|
|
|
|