@@ -521,7 +521,7 @@ public class StoreOperationalActivityServiceImpl implements StoreOperationalActi
}
if (auditStatus != null && auditStatus == 0
- && startTime != null && nowDay.before(DateUtils.toDateOnly(startTime))) {
+ && startTime != null && !nowDay.after(DateUtils.toDateOnly(startTime))) {
return 7;
return null;