|
|
@@ -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) {
|