Commit 028a9875e1526133c870a7d8750a88bb3daf1333

Authored by mengfanqiang
1 parent 81c7887e81
Exists in fengning2023-06-06

Fix 接口兼容导出

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java View file @ 028a987
... ... @@ -255,7 +255,7 @@
255 255  
256 256 @Override
257 257 public void export(Date startDate, Date endDate, String doctor, Integer userId, HttpServletResponse response, String key) {
258   - BaseObjectResponse rest = list(startDate, endDate, doctor, userId, key, 1, Integer.MAX_VALUE);
  258 + BaseObjectResponse rest = list(startDate, endDate, doctor, userId, key, 1, Integer.MAX_VALUE,"");
259 259 PageResult pageResult = (PageResult) rest.getData();
260 260 List<Map<String, Object>> datas = (List<Map<String, Object>>) pageResult.getGrid();
261 261 Map<String, String> cnames = new LinkedHashMap<>();