|
|
@@ -118,10 +118,10 @@ public class AirDropService {
|
|
|
collectionService.getNextNumber(winItem.getCollectionId()) : null,
|
|
|
collection.getHoldDays(), false);
|
|
|
//铸造空投的t+0
|
|
|
- if (record.isAuto()) {
|
|
|
- assetRepo.updateHoldDays(asset.getId(), 0);
|
|
|
- log.info("合成{},T+0", asset.getId());
|
|
|
- }
|
|
|
+// if (record.isAuto()) {
|
|
|
+// assetRepo.updateHoldDays(asset.getId(), 0);
|
|
|
+// log.info("合成{},T+0", asset.getId());
|
|
|
+// }
|
|
|
}
|
|
|
} else {
|
|
|
if (record.isSimulateOrder()) {
|
|
|
@@ -146,10 +146,10 @@ public class AirDropService {
|
|
|
showroomService.save(asset);
|
|
|
}
|
|
|
//铸造空投的t+0
|
|
|
- if (record.isAuto()) {
|
|
|
- assetRepo.updateHoldDays(asset.getId(), 0);
|
|
|
- log.info("合成{},T+0", asset.getId());
|
|
|
- }
|
|
|
+// if (record.isAuto()) {
|
|
|
+// assetRepo.updateHoldDays(asset.getId(), 0);
|
|
|
+// log.info("合成{},T+0", asset.getId());
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
}
|