企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
>[warning] 使用前必须引入**Organization**模型 use app\common\model\sys\Organization as OrgModel; #### getByThirdAppPkId()-按第三方组织机构编号获取组织机构信息 >[info] getByThirdAppPkId($id,$fields='*'){} ### 参数 * id:第三方组织机构编号值 * fields:需要返回的字段 >[success]返回值 array/false 获取数据成功返回的字段集合中**已经将字段名统一转换为小写**,失败则返回false。