|
@@ -132,6 +132,7 @@ public class CollectionService {
|
|
|
record.setStock(record.getTotal());
|
|
record.setStock(record.getTotal());
|
|
|
record.setSale(0);
|
|
record.setSale(0);
|
|
|
record.setVipQuota(record.getTotalQuota());
|
|
record.setVipQuota(record.getTotalQuota());
|
|
|
|
|
+ record.setSubscribeStatus(SubscribeStatus.NOT_STARTED);
|
|
|
if (record.isScheduleSale()) {
|
|
if (record.isScheduleSale()) {
|
|
|
if (record.getStartTime() == null) {
|
|
if (record.getStartTime() == null) {
|
|
|
throw new BusinessException("请填写定时发布时间");
|
|
throw new BusinessException("请填写定时发布时间");
|