Commit 485a411d01f73ad2c0558b18ff5fd5945e806bc6

Authored by liquanyu
1 parent e9ffc362ba

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisController.java View file @ 485a411
... ... @@ -50,6 +50,7 @@
50 50  
51 51  
52 52 List<LisReportModel> list = new ArrayList<>();
  53 + System.out.println("resivce size = " + models.size());
53 54 if (models != null && models.size() > 0)
54 55 {
55 56 for(LisReportModelRequest lisRequest : models)