Commit 18ad86a3 by 陶光胜

自定义字段关联

parent 1a7225ee
......@@ -122,7 +122,7 @@ public class StoreDictController {
Integer enterpriseId = 1111;
ServiceResponse serviceResponse = this.storeDictApiService.listStoreField(enterpriseId);
if(serviceResponse.isSuccess()){
return RestResponse.success(EntityUtil.changeEntityByJSON(StoreDictVO.class, 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