Commit e344984341f152747e37236a2d78e50487ee630f

Authored by [wangbo]
1 parent e05d350a63

高危转诊bugUpdate2

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java View file @ e344984
... ... @@ -1292,7 +1292,7 @@
1292 1292 messageMap.put("count", 0);
1293 1293 // message.add(messageMap);
1294 1294 }
1295   - return new BaseObjectResponse().setData(messageMap).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("提示:您有" + cout + "条高危转诊数据未处理!");
  1295 + return new BaseObjectResponse().setData(messageMap).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("提示:24小时内您有" + cout + "条高危转诊数据,请点击处理!");
1296 1296 } else {
1297 1297 List<ReferralApplyOrderModel> referralApplyOrderModels = applyOrderService.queryReferralApplyOrderWithQuery(referralApplyOrderQuery);
1298 1298 if (CollectionUtils.isNotEmpty(referralApplyOrderModels)) {