update 新增2miners 实时算力更新 定时任务
This commit is contained in:
@@ -903,7 +903,7 @@ public class LeaseOrderInfoServiceImpl extends ServiceImpl<LeaseOrderInfoMapper,
|
||||
.productMachineId(machineId)
|
||||
.price(leaseMachinePrice.getPrice())
|
||||
.pool(orderMiningInfoDto.getPoolName())
|
||||
.user(orderMiningInfoDto.getPoolUser())
|
||||
.user(StringUtils.isNotEmpty(orderMiningInfoDto.getPoolUser()) ? orderMiningInfoDto.getPoolUser() : orderMiningInfoDto.getWalletAddress())
|
||||
.miner(orderMiningInfoDto.getWorkerId())
|
||||
.coin(orderMiningInfoDto.getCoin())
|
||||
.algorithm(orderMiningInfoDto.getAlgorithm())
|
||||
|
||||
Reference in New Issue
Block a user