|
|
@@ -118,7 +118,7 @@ public class AirDropService {
|
|
|
Asset asset = assetService.createAsset(winItem, user, null, null, "空投",
|
|
|
winItem.getTotal() > 1 ?
|
|
|
collectionService.getNextNumber(winItem.getCollectionId()) : null,
|
|
|
- collection.getHoldDays(), false);
|
|
|
+ winCollection.getHoldDays(), false);
|
|
|
//铸造空投的t+0
|
|
|
// if (record.isAuto()) {
|
|
|
// assetRepo.updateHoldDays(asset.getId(), 0);
|