Commit 445807537d5342b892d1658cb4bd8a9a1b05811d

Authored by liquanyu
1 parent 50688ff6aa

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/CervicalCancerServiceImpl.java View file @ 4458075
... ... @@ -140,7 +140,7 @@
140 140  
141 141  
142 142 BaseListResponse baseListResponse = new BaseListResponse();
143   - baseListResponse.setData(cervicalCancerModels);
  143 + baseListResponse.setData(results);
144 144 baseListResponse.setPageInfo(param.getPageInfo());
145 145 return baseListResponse;
146 146 }