This commit is contained in:
@jyuhsin
2025-10-16 16:55:32 +08:00
parent 6f3e1ae47c
commit 45ee9b7285
8 changed files with 264 additions and 14 deletions
@@ -208,6 +208,10 @@ public class SysHomeController {
// if (!DateUtil.isIn(today, startDate, endDate)) {
// continue;
// }
// 只过滤结束的
if (DateUtil.compare(today, endDate) > 0) {
continue;
}
Integer allowUserGroupId = activity.getAllowUserGroupId();
String allowUserSql = activity.getAllowUserSql();
activity.setAllowUserSql(null);