Explorar o código

去除前置校验自定义错误

张亚军 hai 11 meses
pai
achega
5e75913b11
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      ng_cws_client/ng_cws_client.go

+ 0 - 4
ng_cws_client/ng_cws_client.go

@@ -156,9 +156,5 @@ func LaunchWorkflowPrepare(reqParams *request.LaunchWorkflowPrepareParams) (*res
 		}
 	}
 
-	if utils.IsStringEmpty(customStructureInfo.ID) {
-		return nil, errors.New("发起流程前校验异常,人员组织信息不存在")
-	}
-
 	return customStructureInfo, nil
 }