合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
>[warning] 使用前必须引入**Organization**模型 use app\common\model\sys\Organization as OrgModel; #### hasBind()-判断指定的用户是否已绑定到对应的组织机构中 >[info] hasBind($sysUserId,$orgId){} ### 参数 * sysUserId :工作流中心的用户编号 * orgId:组织机构编号 >[success]返回值 boolean ### 已绑定 return true; ### 未绑定 return false;