update 租赁系统业务完成,其他矿池挖矿机器租赁业务开始
This commit is contained in:
@@ -52,6 +52,12 @@ public class LeaseProduct implements Serializable {
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 商品矿池类型 0 自营矿池 1 非自营矿池
|
||||
*/
|
||||
private Integer poolType;
|
||||
|
||||
|
||||
/**
|
||||
* 上下架状态,0 上架,1 下架
|
||||
*/
|
||||
|
||||
@@ -329,7 +329,6 @@ public class LeaseProductServiceImpl extends ServiceImpl<LeaseProductMapper, Lea
|
||||
if (leaseShopConfig.isEmpty()){
|
||||
return Result.fail("添加商品失败,请先绑定收款钱包");
|
||||
}
|
||||
|
||||
String algorithm = Algorithm.getAlgorithm(productURDVo.getCoin());
|
||||
String coinFullName = Algorithm.getCoinFullName(productURDVo.getCoin());
|
||||
LeaseProduct product = LeaseProduct.builder()
|
||||
|
||||
Reference in New Issue
Block a user