update 修复生成订单,钱包未校验问题
This commit is contained in:
@@ -99,13 +99,12 @@ public interface LeaseMachineMapper extends BaseMapper<LeaseMachine> {
|
||||
*/
|
||||
int updateLockState(@Param("list") List<LeaseMachine> asicMachines);
|
||||
|
||||
|
||||
/**
|
||||
* 修改asic 矿机售出数量
|
||||
* @param gpuMachines
|
||||
* @param list
|
||||
* @return
|
||||
*/
|
||||
int updateLockNumbers(@Param("list") List<LeaseMachine> gpuMachines);
|
||||
boolean updateBatchLockNumbers(@Param("list") List<LeaseMachine> list);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user