Commit 475378b9 by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-platform-enterprise into developer
parents 76a734b0 7cf16019
......@@ -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