参加活动 初始化时间

This commit is contained in:
2024-11-08 18:13:06 +08:00
parent 46d2eff3aa
commit 82ccac56b7

View File

@@ -258,6 +258,7 @@ public class TbShopShareRecordServiceImpl implements TbShopShareRecordService {
record.setNum(newCoupon.getCouponNum());
record.setOverNum(newCoupon.getCouponNum());
record.setShopId(Integer.valueOf(tbShopUser.getShopId()));
record.setCreateTime(new Date());
record.setSourceActId(shopShare.getId());
record.setUseStartTime(start);
record.setUseEndTime(end);
@@ -279,6 +280,7 @@ public class TbShopShareRecordServiceImpl implements TbShopShareRecordService {
record.setSourceActId(shopShare.getId());
record.setUseStartTime(start);
record.setUseEndTime(end);
record.setCreateTime(new Date());
record.setSource("invited");
actGiveRecords.add(record);
}