|
|
@@ -255,7 +255,7 @@ public class PlatformStoreCouponServiceImpl implements PlatformStoreCouponServic
|
|
|
lifeGroupBuyMain.setStatus(status);
|
|
|
lifeGroupBuyMain.setApprovalComments(comment);
|
|
|
// 审核通过后开始
|
|
|
- if (lifeGroupBuyMain.getStartTimeType() == 0 && lifeGroupBuyMain.getStatus() == 2) {
|
|
|
+ if (lifeGroupBuyMain.getStartTimeType() == 0 && lifeGroupBuyMain.getStatus() == 5) {
|
|
|
lifeGroupBuyMain.setStartTimeValue(new Date());
|
|
|
}
|
|
|
// 将待办列表状态设置为已审核
|