xiongzhu 3 lat temu
rodzic
commit
a4a539cf67

+ 1 - 1
src/main/java/com/izouma/nineth/service/AirDropService.java

@@ -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);