Commit fca3f7c102110d380cf3d2057f9cc2af3b7c437f
1 parent
e5817aca35
Exists in
master
and in
6 other branches
高危转诊修改
Showing 1 changed file with 5 additions and 5 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
fca3f7c
| ... | ... | @@ -1272,13 +1272,13 @@ |
| 1272 | 1272 | int cout = applyOrderService.queryCount(referralApplyOrderQuery); |
| 1273 | 1273 | if (cout > 0) { |
| 1274 | 1274 | messageMap.put("count", cout); |
| 1275 | - messageMap.put("flag", true); | |
| 1276 | - message.add(messageMap); | |
| 1275 | + //messageMap.put("flag", true); | |
| 1276 | + //message.add(messageMap); | |
| 1277 | 1277 | } else { |
| 1278 | - messageMap.put("flag", false); | |
| 1279 | - message.add(messageMap); | |
| 1278 | + messageMap.put("count", 0); | |
| 1279 | + // message.add(messageMap); | |
| 1280 | 1280 | } |
| 1281 | - return new BaseObjectResponse().setData(message).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("提示:您有" + cout + "条高危转诊数据未处理!"); | |
| 1281 | + return new BaseObjectResponse().setData(messageMap).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("提示:您有" + cout + "条高危转诊数据未处理!"); | |
| 1282 | 1282 | } else { |
| 1283 | 1283 | List<ReferralApplyOrderModel> referralApplyOrderModels = applyOrderService.queryReferralApplyOrderWithQuery(referralApplyOrderQuery); |
| 1284 | 1284 | if (CollectionUtils.isNotEmpty(referralApplyOrderModels)) { |