|
@@ -160,7 +160,7 @@ public class CollectionService {
|
|
|
record.getAssignment(), record.isCouponPayment(), record.getShareBg(), record.getRegisterBg(),
|
|
record.getAssignment(), record.isCouponPayment(), record.getShareBg(), record.getRegisterBg(),
|
|
|
record.getVipQuota(), record.getTimeDelay(), record.getSaleTime(), record.getHoldDays(),
|
|
record.getVipQuota(), record.getTimeDelay(), record.getSaleTime(), record.getHoldDays(),
|
|
|
record.getOpenQuota(), record.getShowroomBg(), record.getMaxCollection(), record.getTotalQuota(),record.getCollectionCategory(),
|
|
record.getOpenQuota(), record.getShowroomBg(), record.getMaxCollection(), record.getTotalQuota(),record.getCollectionCategory(),
|
|
|
- record.getCollectionWorks(),record.getIssuer(),record.getPurchaseInstructions());
|
|
|
|
|
|
|
+ record.getCollectionWorks(),record.getIssuer(),record.getPurchaseInstructions(),record.getEndTime(),record.getPublishTime(),record.getPurchaseTime());
|
|
|
|
|
|
|
|
record = collectionRepo.findById(record.getId()).orElseThrow(new BusinessException("无记录"));
|
|
record = collectionRepo.findById(record.getId()).orElseThrow(new BusinessException("无记录"));
|
|
|
onShelfTask(record);
|
|
onShelfTask(record);
|