Commit ed8debfd by zhangxingmin

push

parent 53a3db98
...@@ -129,7 +129,7 @@ public class ApiProductLaunchServiceImpl implements ApiProductLaunchService { ...@@ -129,7 +129,7 @@ public class ApiProductLaunchServiceImpl implements ApiProductLaunchService {
response.setProductBizId(productBizId); response.setProductBizId(productBizId);
response.setProductLaunchBizId(productLaunch.getProductLaunchBizId()); response.setProductLaunchBizId(productLaunch.getProductLaunchBizId());
return Result.success(); return Result.success(response);
} }
/** /**
......
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