|
|
@@ -75,7 +75,7 @@ public class StoreOperationalActivityJob {
|
|
|
|
|
|
// 遍历活动,判断状态
|
|
|
for (StoreOperationalActivity activity : activities) {
|
|
|
- Date startTime = activity.getSignupStartTime() != null ? activity.getSignupStartTime() : activity.getStartTime();
|
|
|
+ Date startTime = activity.getStartTime();
|
|
|
Date endTime = activity.getEndTime();
|
|
|
Integer currentStatus = activity.getStatus();
|
|
|
|