Commit 855e245e1959319924b8aeff06540e497c3c1c71
1 parent
4c55d2b72e
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
855e245
... | ... | @@ -533,7 +533,8 @@ |
533 | 533 | |
534 | 534 | @Override |
535 | 535 | public void export(Integer userId, Date startDate, Date endDate, String doctor, String key, String currentMonth, String chechMonth, boolean positive, String positiveIds, HttpServletResponse response) { |
536 | - BaseResponse rest = list(userId, startDate, endDate, doctor, key, currentMonth, chechMonth, positive, positiveIds, 1, Integer.MAX_VALUE); | |
536 | +// BaseResponse rest = list(userId, startDate, endDate, doctor, key, currentMonth, chechMonth, positive, positiveIds, 1, Integer.MAX_VALUE); | |
537 | + BaseResponse rest = null; | |
537 | 538 | PageResult pageResult = (PageResult) rest.getObject(); |
538 | 539 | List<Map<String, Object>> datas = (List<Map<String, Object>>) pageResult.getGrid(); |
539 | 540 | Map<String, String> cnames = new LinkedHashMap<>(); |