Commit f9eb6ad147dd35acc5c1f2a63be7167b65e6cb8e
1 parent
620c2fb51b
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
f9eb6ad
... | ... | @@ -1344,7 +1344,7 @@ |
1344 | 1344 | data.put("itemList", list); |
1345 | 1345 | } |
1346 | 1346 | } |
1347 | - return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setData(null).setErrormsg("成功"); | |
1347 | + return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setData(data).setErrormsg("成功"); | |
1348 | 1348 | } |
1349 | 1349 | } |