🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[warning] 使用前必须引入**Organization**模型 use app\common\model\sys\Organization as OrgModel; #### hasBind()-判断指定的用户是否已绑定到对应的组织机构中 >[info] hasBind($sysUserId,$orgId){} ### 参数 * sysUserId :工作流中心的用户编号 * orgId:组织机构编号 >[success]返回值 boolean ### 已绑定 return true; ### 未绑定 return false;