|
|
@@ -2976,6 +2976,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
calendar.set(Calendar.MILLISECOND, 0);
|
|
|
// 加上 30 天
|
|
|
calendar.add(Calendar.DAY_OF_MONTH, 30);
|
|
|
+ queryWrapper.lt("a.expiration_time", currentDate);
|
|
|
|
|
|
// 构建一级分类
|
|
|
if(StringUtils.isNotEmpty(businessSection)){
|