修改导入用户默认团队id
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user