|
@@ -328,8 +328,6 @@ public class YiZhuLuRuServer {
|
|
|
confirmOrderInformation.add(item.getActOrderNo());
|
|
|
Map<String, Object> errorMessageMap = checkData(item, drug, project, patInfo, doctorLevel);
|
|
|
|
|
|
- String key = item.getId();
|
|
|
-
|
|
|
if (!errorMessageMap.isEmpty()) {
|
|
|
if (!isThereAnyErrorMessage && errorMessageMap.containsKey("error")) {
|
|
|
isThereAnyErrorMessage = true;
|
|
@@ -353,6 +351,7 @@ public class YiZhuLuRuServer {
|
|
|
for (BigDecimal decimal : confirmOrderInformation) {
|
|
|
dao.confirmOrders(decimal, userCode, new Date());
|
|
|
}
|
|
|
+
|
|
|
getThis().drgOrderUpdate(patInfo.getInpatientNo() + "_" + patInfo.getAdmissTimes());
|
|
|
sendAMessageToTheNurse(param, userCode, patInfo, "新增医嘱");
|
|
|
return ResultVoUtil.success(ExceptionEnum.SUCCESS_AND_NOTIFICATION);
|