Commit 1a7225ee by 陶光胜

自定义字段关联

parent 8df905ff
......@@ -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.changeEntityByJSON(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