Commit 53a3db98 by zhangxingmin

push

parent 94e1e453
...@@ -103,7 +103,7 @@ public class ApiProductLaunchServiceImpl implements ApiProductLaunchService { ...@@ -103,7 +103,7 @@ public class ApiProductLaunchServiceImpl implements ApiProductLaunchService {
//编辑产品基础信息 //编辑产品基础信息
Result<String> result = apiProductService.edit(ApiProductEditRequest.builder() Result<String> result = apiProductService.edit(ApiProductEditRequest.builder()
.productName(request.getProductName()) .productName(request.getProductName())
.productBizId(productBizId) .productBizId(request.getProductBizId())
.build()); .build());
productBizId = result.getData(); productBizId = result.getData();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment