Commit e1339f8de695686faa122141fe47f2a312515100
1 parent
7f498db20a
Exists in
master
and in
6 other branches
产后方式管理
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
e1339f8
| ... | ... | @@ -1972,6 +1972,10 @@ |
| 1972 | 1972 | } |
| 1973 | 1973 | |
| 1974 | 1974 | if (CollectionUtils.isEmpty(maternalDeliverModelList)) { |
| 1975 | + | |
| 1976 | + HashMap<String, Object> map = new HashMap<>(); | |
| 1977 | + map.put("matdeliverFollowListResults", matdeliverFollowListResults); | |
| 1978 | + listResponse.setObject(map); | |
| 1975 | 1979 | listResponse.setPageInfo(matDeliverQuery.getPageInfo()); |
| 1976 | 1980 | // 没有查到,直接抛出 |
| 1977 | 1981 | return listResponse; |