Commit 1cfe52b4 by guojuxing

品牌编辑变成新增修改

parent 5d358241
......@@ -31,6 +31,7 @@ public class PlatformBrandController {
PlatformBrandDTO platformBrandDTO = new PlatformBrandDTO();
platformBrandDTO.setPlatformBrandName(platformBrandQO.getPlatformBrandName());
platformBrandDTO.setPlatformBrandCategoryCode(platformBrandQO.getPlatformBrandCategoryCode());
platformBrandDTO.setPlatformBrandId(platformBrandQO.getPlatformBrandId());
ServiceResponse<Integer> serviceResponse = platformBrandApiService.saveOrUpdateBrandFromOperation(platformBrandDTO);
if (serviceResponse.isSuccess()) {
return RestResponse.success(serviceResponse.getResult());
......
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