修改导入用户默认团队id

This commit is contained in:
lcc
2025-07-29 14:54:01 +08:00
parent fee8749140
commit be514021c5
@@ -6,7 +6,7 @@ require_once COMMPATH . '/third_party/PHPExcel/IOFactory.php';
class User extends BaseController
{
const DEFAULT_ORG_TEAM_ID = 2; //默认机构团队id
const DEFAULT_ORG_TEAM_ID = 3; //默认机构团队id
public function __construct()
{