Commit 942a2884df3ed82010fb4aaa75f5b2eb7227f516
1 parent
086c301622
Exists in
master
and in
6 other branches
将新功能注释掉
Showing 1 changed file with 4 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
942a288
... | ... | @@ -2169,11 +2169,12 @@ |
2169 | 2169 | matdeliverFollowListResults.add(matdeliverFollowListResult); |
2170 | 2170 | } |
2171 | 2171 | listResponse.setPageInfo(matDeliverQuery.getPageInfo()); |
2172 | - HashMap<String, Object> map = new HashMap<>(); | |
2172 | + // 由于前端未对接,暂注释 | |
2173 | + /* HashMap<String, Object> map = new HashMap<>(); | |
2173 | 2174 | map.put("matdeliverFollowListResults", matdeliverFollowListResults); |
2174 | 2175 | map.put("okPercentage", okPercentage); |
2175 | - map.put("errorPercentage", errorPercentage); | |
2176 | - listResponse.setObject(map); | |
2176 | + map.put("errorPercentage", errorPercentage);*/ | |
2177 | + listResponse.setObject(matdeliverFollowListResults); | |
2177 | 2178 | return listResponse; |
2178 | 2179 | } |
2179 | 2180 |