Commit 81b640af by zhiwj

Merge remote-tracking branch 'origin/developer' into developer

parents 48e1c9d7 18ad86a3
......@@ -122,7 +122,7 @@ public class StoreDictController {
Integer enterpriseId = 1111;
ServiceResponse serviceResponse = this.storeDictApiService.listStoreField(enterpriseId);
if(serviceResponse.isSuccess()){
return RestResponse.success(serviceResponse.getResult());
return RestResponse.success(EntityUtil.changeEntityListByJSON(StoreDictVO.class, serviceResponse.getResult()));
}
return EnterpriseRestResponse.failure(serviceResponse);
}
......
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