企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
>[warning] 使用前必须引入**Organization**模型 use app\common\model\sys\Organization as OrgModel; #### isOrgUser()-判断指定的用户是否已绑定到对应的组织机构中 >[info] isOrgUser($sysUserId,$orgId){} ### 参数 * sysUserId :工作流中心的用户编号 * orgId:组织机构编号 >[success]返回值 boolean ### 存在 return true; ### 不存在 return false;