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