Browse Source

合理用药

DESKTOP-0GD05B0\Administrator 2 years ago
parent
commit
b5bcd62df4

+ 1 - 3
src/main/java/thyyxxk/webserver/service/zhuyuanyisheng/YiZhuLuRuServer.java

@@ -305,9 +305,7 @@ public class YiZhuLuRuServer {
         if (isThereAnyErrorMessage) {
             return ResultVoUtil.fail(ExceptionEnum.ERROR_MESSAGE, "请修改错误的医嘱", map);
         }
-        if (true) {
-            return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, "测试");
-        }
+
         if (excludeOrders != null) {
             int count = dao.thereAreUnexecutedOrders(param.getInpatientNo(), param.getAdmissTimes(), orderNo);
             if (count > 0) {