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