Browse Source

质控核查bug修改

songxinlu 4 years ago
parent
commit
916ebf1376
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/diagbot/facade/MedCheckInfoFacade.java

+ 1 - 1
src/main/java/com/diagbot/facade/MedCheckInfoFacade.java

@@ -674,7 +674,7 @@ public class MedCheckInfoFacade extends MedCheckInfoServiceImpl {
         {
         {
             throw new CommonException(CommonErrorCode.PARAM_IS_NULL,"入参为空");
             throw new CommonException(CommonErrorCode.PARAM_IS_NULL,"入参为空");
         }
         }
-        if(StringUtil.isNotBlank(distributionJobVO.getCheckDept())){
+        if(StringUtil.isBlank(distributionJobVO.getCheckDept())){
             throw new CommonException(CommonErrorCode.PARAM_IS_NULL,"核查人科室(checkDept)为空");
             throw new CommonException(CommonErrorCode.PARAM_IS_NULL,"核查人科室(checkDept)为空");
         }
         }
         if(distributionJobVO.getBehospitalDepts()==null
         if(distributionJobVO.getBehospitalDepts()==null