Commit eb5ec951c906b59f90275bb0f78da7ee1e2fac11
1 parent
3aa0efa0c5
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 7 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisController.java
View file @
eb5ec95
| ... | ... | @@ -54,7 +54,14 @@ | 
| 54 | 54 | List<LisReportItemModel> items = lisRequest.getItems(); | 
| 55 | 55 | if (CollectionUtils.isNotEmpty(items)) | 
| 56 | 56 | { | 
| 57 | + System.out.println("====="+items.size()); | |
| 58 | + System.out.println("====="+JsonUtil.array2JsonString(items)); | |
| 59 | + | |
| 57 | 60 | model.setItemJson(JsonUtil.array2JsonString(items)); | 
| 61 | + | |
| 62 | + | |
| 63 | + System.out.println(".................." + JsonUtil.array2JsonString(items)); | |
| 64 | + | |
| 58 | 65 | } | 
| 59 | 66 | |
| 60 | 67 | model.setId(lisRequest.getId()); |