From 55acd6c0dacd05e5b8ee86a33628a51be17a722b Mon Sep 17 00:00:00 2001 From: zer0Black Date: Sat, 11 Jun 2022 13:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=AD=97=E5=85=B8=E7=9A=84?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=94=9A=E6=9D=A5=E6=A0=87=E5=87=86=E7=9A=84sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-boot/db/蔚来标准sql/laws_weilai.sql | 14748 ++++++++++++++++ .../controller/SysCategoryController.java | 2 +- .../system/mapper/SysCategoryMapper.java | 2 +- .../system/mapper/xml/SysCategoryMapper.xml | 2 +- .../system/service/ISysCategoryService.java | 2 +- .../service/impl/SysCategoryServiceImpl.java | 4 +- 6 files changed, 14754 insertions(+), 6 deletions(-) create mode 100644 jero-boot/db/蔚来标准sql/laws_weilai.sql diff --git a/jero-boot/db/蔚来标准sql/laws_weilai.sql b/jero-boot/db/蔚来标准sql/laws_weilai.sql new file mode 100644 index 000000000..afcf44f48 --- /dev/null +++ b/jero-boot/db/蔚来标准sql/laws_weilai.sql @@ -0,0 +1,14748 @@ +/* +Navicat MySQL Data Transfer + +Source Server : 华为云-root +Source Server Version : 50733 +Source Host : 121.36.69.172:3307 +Source Database : laws_weilai_stand + +Target Server Type : MYSQL +Target Server Version : 50733 +File Encoding : 65001 + +Date: 2022-06-11 13:34:02 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for buss_document_library +-- ---------------------------- +DROP TABLE IF EXISTS `buss_document_library`; +CREATE TABLE `buss_document_library` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `standard_system` varchar(100) DEFAULT NULL COMMENT '标准体系', + `title` varchar(100) DEFAULT NULL COMMENT '中文标题', + `issue_time` datetime DEFAULT NULL COMMENT '发布日期', + `implement_time` datetime DEFAULT NULL COMMENT '在产车实施日期', + `replace_standard` varchar(100) DEFAULT NULL COMMENT '代替标准', + `description` varchar(100) DEFAULT NULL COMMENT '描述', + `corresponding_standard` varchar(100) DEFAULT NULL COMMENT '对应标准', + `test_program` varchar(255) DEFAULT NULL COMMENT '测试程序', + `release_draft` varchar(255) DEFAULT NULL COMMENT '发布稿(必读)', + `supplement` varchar(255) DEFAULT NULL COMMENT '增补件(必读)', + `approval_draft` varchar(255) DEFAULT NULL COMMENT '报批稿', + `exposure_draft` varchar(255) DEFAULT NULL COMMENT '征求意见稿', + `serial_number` varchar(100) DEFAULT NULL COMMENT '编号', + `title_en` varchar(100) DEFAULT NULL COMMENT '英文标题', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `shi4_yong4_fan4_wei2` varchar(2000) DEFAULT NULL COMMENT '适用范围', + `xin1_che1_xing2_shi2_shi1_ri4_qi1` datetime DEFAULT NULL COMMENT '新车型实施日期', + `neng2_yuan2_zhong3_lei4` varchar(2000) DEFAULT NULL COMMENT '能源种类', + `xiang1_guan1_zi1_liao4` varchar(255) DEFAULT NULL COMMENT '相关资料', + `lei4_bie2` varchar(36) DEFAULT NULL COMMENT '类别', + `shi4_yong4_che1_xing2` varchar(2000) DEFAULT NULL COMMENT '适用车型', + `shi4_yong4_di4_qu1` varchar(2000) DEFAULT NULL COMMENT '适用地区', + `zhuang4_tai4` varchar(36) DEFAULT NULL COMMENT '状态', + PRIMARY KEY (`id`) USING BTREE, + KEY `release_draft_index` (`release_draft`) USING BTREE, + KEY `supplement_index` (`supplement`) USING BTREE, + KEY `approval_draft_index` (`approval_draft`) USING BTREE, + KEY `exposure_draft_index` (`exposure_draft`) USING BTREE, + KEY `serial_number_index` (`serial_number`) USING BTREE, + KEY `title_index` (`title`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of buss_document_library +-- ---------------------------- +INSERT INTO `buss_document_library` VALUES ('90018afad1bc4b538d78b3990f0f54d9', 'admin', '2022-06-08 19:11:23', 'admin', '2022-06-08 19:11:23', 'A01', null, '333', '2022-06-30 00:00:00', null, null, null, null, null, null, null, null, null, '222', '333', null, null, null, null, null, null, null, null, null); + +-- ---------------------------- +-- Table structure for buss_log +-- ---------------------------- +DROP TABLE IF EXISTS `buss_log`; +CREATE TABLE `buss_log` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `document_id` varchar(32) DEFAULT NULL COMMENT '文档id', + `content` varchar(2000) DEFAULT NULL COMMENT '日志内容', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of buss_log +-- ---------------------------- + +-- ---------------------------- +-- Table structure for cert_category_params_info +-- ---------------------------- +DROP TABLE IF EXISTS `cert_category_params_info`; +CREATE TABLE `cert_category_params_info` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `params_number` varchar(15) DEFAULT NULL COMMENT '编号', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'nio编号', + `cert_category` varchar(50) DEFAULT NULL COMMENT '所属认证类别', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of cert_category_params_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for cert_category_params_info_publish +-- ---------------------------- +DROP TABLE IF EXISTS `cert_category_params_info_publish`; +CREATE TABLE `cert_category_params_info_publish` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `params_number` varchar(15) DEFAULT NULL COMMENT '编号', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'nio编号', + `cert_category` varchar(50) DEFAULT NULL COMMENT '所属认证类别', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + `version` int(11) DEFAULT NULL COMMENT '发布时版本', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of cert_category_params_info_publish +-- ---------------------------- + +-- ---------------------------- +-- Table structure for domain_user_rel +-- ---------------------------- +DROP TABLE IF EXISTS `domain_user_rel`; +CREATE TABLE `domain_user_rel` ( + `id` varchar(64) NOT NULL COMMENT '主键id', + `create_by` varchar(255) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `domain_id` varchar(64) DEFAULT NULL COMMENT '领域id', + `user_id` varchar(64) DEFAULT NULL COMMENT '用户id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='领域与用户关系表'; + +-- ---------------------------- +-- Records of domain_user_rel +-- ---------------------------- + +-- ---------------------------- +-- Table structure for dummy_content_change +-- ---------------------------- +DROP TABLE IF EXISTS `dummy_content_change`; +CREATE TABLE `dummy_content_change` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `connect_id` varchar(32) DEFAULT NULL COMMENT '法规清单基础表id或法规清单详情表id', + `parent_id` varchar(32) DEFAULT NULL COMMENT '父id', + `content_json` longtext COMMENT '内容', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of dummy_content_change +-- ---------------------------- + +-- ---------------------------- +-- Table structure for dummy_inventory_base +-- ---------------------------- +DROP TABLE IF EXISTS `dummy_inventory_base`; +CREATE TABLE `dummy_inventory_base` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(300) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `name` varchar(100) DEFAULT NULL COMMENT '虚拟清单名称', + `use_explain` varchar(500) DEFAULT NULL COMMENT '适用说明', + `state` varchar(32) DEFAULT NULL COMMENT '状态', + `dummy_inventory_info_id` varchar(32) DEFAULT NULL COMMENT '虚拟清单详情id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of dummy_inventory_base +-- ---------------------------- + +-- ---------------------------- +-- Table structure for dummy_inventory_info +-- ---------------------------- +DROP TABLE IF EXISTS `dummy_inventory_info`; +CREATE TABLE `dummy_inventory_info` ( + `id` varchar(36) NOT NULL, + `dummy_inventory_base_id` varchar(32) DEFAULT NULL COMMENT '法规清单基础表id', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `serial_number` varchar(100) DEFAULT NULL COMMENT '编号', + `title` varchar(100) DEFAULT NULL COMMENT '标题', + `shi4_yong4_fan4_wei2` varchar(100) DEFAULT NULL COMMENT '适用范围', + `state` varchar(1) DEFAULT NULL COMMENT '状态', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `xin1_che1_xing2_shi2_shi1_ri4_qi1` datetime DEFAULT NULL COMMENT '新车型实施日期', + `implement_time` datetime DEFAULT NULL COMMENT '在产车实施日期', + `corresponding_standard` varchar(1000) DEFAULT NULL COMMENT '对应标准', + `wvta_id` varchar(255) DEFAULT NULL COMMENT 'WVTA ID', + `subtitle` varchar(255) DEFAULT NULL COMMENT '子标题', + `implement_type` varchar(100) DEFAULT NULL COMMENT '实施类别', + `attestation_type` varchar(100) DEFAULT NULL COMMENT '认证类型', + `attestation_rank` varchar(100) DEFAULT NULL COMMENT '认证级别', + `duty_territory` varchar(500) DEFAULT NULL COMMENT '责任领域', + `remark` varchar(2000) DEFAULT NULL COMMENT '备注', + `design_deliverable_type` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-交付物类型', + `design_deliverable_template` varchar(1000) DEFAULT NULL COMMENT '设计符合性确认-交付物模板', + `design_initiator` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-发起人', + `design_duty` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-责任人', + `prehomo_deliverable_type` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-交付物类型', + `prehomo_deliverable_template` varchar(1000) DEFAULT NULL COMMENT 'prehomo确认-交付物模板', + `prehomo_initiator` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-发起人', + `prehomo_duty` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-责任人', + `verify_deliverable_type` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-交付物类型', + `verify_deliverable_template` varchar(1000) DEFAULT NULL COMMENT '验证符合性确认-交付物模板', + `verify_initiator` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-发起人', + `verify_duty` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-责任人', + `region` varchar(255) DEFAULT NULL COMMENT '适用地区', + `applicable_supplement` varchar(255) DEFAULT NULL COMMENT '适用增补件', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of dummy_inventory_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for dummy_log +-- ---------------------------- +DROP TABLE IF EXISTS `dummy_log`; +CREATE TABLE `dummy_log` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `dummy_inventory_base_id` varchar(32) DEFAULT NULL COMMENT '虚拟清单基础表id', + `log_content` varchar(5000) DEFAULT NULL COMMENT 'log内容', + `is_en_log` varchar(50) DEFAULT NULL COMMENT 'log语言类别,cn中文,en英文', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of dummy_log +-- ---------------------------- + +-- ---------------------------- +-- Table structure for dummy_read +-- ---------------------------- +DROP TABLE IF EXISTS `dummy_read`; +CREATE TABLE `dummy_read` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `dummy_inventory_base_id` varchar(32) DEFAULT NULL COMMENT '虚拟清单基础表id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of dummy_read +-- ---------------------------- + +-- ---------------------------- +-- Table structure for feedback_info +-- ---------------------------- +DROP TABLE IF EXISTS `feedback_info`; +CREATE TABLE `feedback_info` ( + `id` varchar(40) NOT NULL COMMENT '主键', + `create_by` varchar(40) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(40) DEFAULT NULL COMMENT '修改人id', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `del_flag` int(3) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', + `problem_picture` varchar(40) DEFAULT NULL COMMENT '问题图片', + `problem_opinion` text COMMENT '问题内容', + `problem_type` int(3) DEFAULT NULL COMMENT '问题类型', + `problem_position` int(3) DEFAULT NULL COMMENT '问题部位', + `csh` varchar(20) DEFAULT NULL COMMENT '客服电话', + `handle_time` datetime DEFAULT NULL COMMENT '反馈时间', + `handle_content` text COMMENT '反馈内容', + `problem_state` int(3) DEFAULT NULL COMMENT '处理状态', + `ev_info_id` varchar(40) DEFAULT NULL COMMENT '车辆主键', + `sys_app_user_id` varchar(40) DEFAULT NULL COMMENT 'app用户主键', + `user_name` varchar(50) DEFAULT NULL COMMENT '用户名称', + `user_phone` varchar(50) DEFAULT NULL COMMENT '手机号', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='反馈信息'; + +-- ---------------------------- +-- Records of feedback_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for feedback_picture +-- ---------------------------- +DROP TABLE IF EXISTS `feedback_picture`; +CREATE TABLE `feedback_picture` ( + `id` varchar(40) NOT NULL COMMENT '主键', + `create_by` varchar(40) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(40) DEFAULT NULL COMMENT '修改人id', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `del_flag` int(3) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', + `picture_id` varchar(200) DEFAULT NULL COMMENT 'pictureId', + `feedback_info_id` varchar(200) DEFAULT NULL COMMENT 'feedbackInfoId', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='反馈图片表,和反馈信息关联'; + +-- ---------------------------- +-- Records of feedback_picture +-- ---------------------------- + +-- ---------------------------- +-- Table structure for home_document_dynamic +-- ---------------------------- +DROP TABLE IF EXISTS `home_document_dynamic`; +CREATE TABLE `home_document_dynamic` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `msg_content` varchar(1000) DEFAULT NULL COMMENT '消息内容', + `msg_content_info` varchar(1000) DEFAULT NULL COMMENT '消息详情', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of home_document_dynamic +-- ---------------------------- + +-- ---------------------------- +-- Table structure for home_function_module +-- ---------------------------- +DROP TABLE IF EXISTS `home_function_module`; +CREATE TABLE `home_function_module` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `icon_name` varchar(255) DEFAULT NULL COMMENT '图标名称', + `icon_name_en` varchar(255) DEFAULT NULL COMMENT '图标英文名称', + `icon_path` varchar(255) DEFAULT NULL COMMENT '图标路径', + `url` varchar(255) DEFAULT NULL COMMENT '路由', + `state` varchar(10) DEFAULT NULL COMMENT '标识', + `sort` int(11) DEFAULT NULL COMMENT '排序', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of home_function_module +-- ---------------------------- +INSERT INTO `home_function_module` VALUES ('02639714c86e49f4a05a3c91cb9d4f72', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '我的收藏', 'My Collection', '/jero-boot/home/wdsc.png', '/docManage/collection', '1', '1'); +INSERT INTO `home_function_module` VALUES ('02b096dec842426ebc61851ab60c7c8d', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '项目状态看板', 'Project Status Board', '', '/projectStatusBoard', '0', '7'); +INSERT INTO `home_function_module` VALUES ('03221bacfbaa44b39a0a5be508424517', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '我的订阅', 'My Subscription', '/jero-boot/home/wddy.png', '/docManage/subscribtion', '0', '9'); +INSERT INTO `home_function_module` VALUES ('1', null, null, null, null, null, '文档库', 'Document Library', '/jero-boot/home/wdk.png', '/docManage/library', '0', '1'); +INSERT INTO `home_function_module` VALUES ('10', null, null, null, null, null, '标签管理', 'Label Management', '/jero-boot/home/bqgl.png', '/docManage/tags', '0', '2'); +INSERT INTO `home_function_module` VALUES ('11', null, null, null, null, null, '文档OCR识别', 'Ocr Recognition', '/jero-boot/home/wdsb.png', '/docManage/ocr', '0', '3'); +INSERT INTO `home_function_module` VALUES ('12', null, null, null, null, null, '文档拆分', 'Document Split', '/jero-boot/home/wdcf.png', '/docManage/splite', '0', '4'); +INSERT INTO `home_function_module` VALUES ('1529012689030934530', null, '2022-05-24 16:13:27', '', null, 'A01', '虚拟清单', 'Virtual List', '/jero-boot/home/xnqd.png', '/virtualList', '0', '5'); +INSERT INTO `home_function_module` VALUES ('1529012689148375041', null, '2022-05-24 16:13:27', '', null, 'A01', '项目库', 'Project Library', '/jero-boot/home/xmk.png', '/projectLibrary', '0', '6'); +INSERT INTO `home_function_module` VALUES ('2', null, null, null, null, null, '未符合项跟踪', 'Project Non Conformance', '', '/projectNonConformance', '0', '7'); +INSERT INTO `home_function_module` VALUES ('24756b0ed1ba4d9a91994bedee9a3c3e', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '标签管理', 'Label Management', '/jero-boot/home/bqgl.png', '/docManage/tags', '0', '4'); +INSERT INTO `home_function_module` VALUES ('3', null, null, null, null, null, '项目状态看板', 'Project Status Board', '', '/projectStatusBoard', '0', '8'); +INSERT INTO `home_function_module` VALUES ('3142e3460a9c4267a54a23bd18fb01c4', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '我的收藏', 'My Collection', '/jero-boot/home/wdsc.png', '/docManage/collection', '0', '8'); +INSERT INTO `home_function_module` VALUES ('3cdfbe3fb2cd41ff979ca30bda246f51', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '未符合项跟踪', 'Project Non Conformance', '', '/projectNonConformance', '0', '8'); +INSERT INTO `home_function_module` VALUES ('4', null, null, null, null, null, '我的收藏', 'My Collection', '/jero-boot/home/wdsc.png', '/docManage/collection', '0', '9'); +INSERT INTO `home_function_module` VALUES ('4ac8d8eae1f14d34900fc84a2e83b8b8', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '项目状态看板', 'Project Status Board', '', '/projectStatusBoard', '0', '9'); +INSERT INTO `home_function_module` VALUES ('5', null, null, null, null, null, '我的订阅', 'My Subscription', '/jero-boot/home/wddy.png', '/docManage/subscribtion', '0', '10'); +INSERT INTO `home_function_module` VALUES ('660895eec7c2407f92d205907b343f7f', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '项目状态看板', 'Project Status Board', '', '/projectStatusBoard', '0', '7'); +INSERT INTO `home_function_module` VALUES ('6cae3e5f043d43829e527452757ecf35', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '标签管理', 'Label Management', '/jero-boot/home/bqgl.png', '/docManage/tags', '0', '1'); +INSERT INTO `home_function_module` VALUES ('6df792a0aa9c42d1959295f2dd29b330', 'ning.chen', '2022-05-24 16:13:27', '', null, 'A01', '项目库', 'Project Library', '/jero-boot/home/xmk.png', '/projectLibrary', '0', '5'); +INSERT INTO `home_function_module` VALUES ('82209195478d4e2890cd95d291f70474', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '文档库', 'Document Library', '/jero-boot/home/wdk.png', '/docManage/library', '0', '0'); +INSERT INTO `home_function_module` VALUES ('83095e5e69714604987f2cd9e17d77ef', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '未符合项跟踪', 'Project Non Conformance', '', '/projectNonConformance', '0', '6'); +INSERT INTO `home_function_module` VALUES ('839dd25dacdb4a919b00ebac77ac3288', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '文档库', 'Document Library', '/jero-boot/home/wdk.png', '/docManage/library', '1', '0'); +INSERT INTO `home_function_module` VALUES ('86fe0a6073c541c9a570fc75aaf9097f', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '文档OCR识别', 'Ocr Recognition', '/jero-boot/home/wdsb.png', '/docManage/ocr', '0', '2'); +INSERT INTO `home_function_module` VALUES ('87069b7e3e784858928ed92266d7b8d2', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '我的收藏', 'My Collection', '/jero-boot/home/wdsc.png', '/docManage/collection', '0', '8'); +INSERT INTO `home_function_module` VALUES ('88574311dcb0427f98af83c933dd4929', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '我的订阅', 'My Subscription', '/jero-boot/home/wddy.png', '/docManage/subscribtion', '1', '0'); +INSERT INTO `home_function_module` VALUES ('910485a1fe00447e8ca6735901cc66ec', 'ning.chen', '2022-05-24 16:13:27', '', null, 'A01', '虚拟清单', 'Virtual List', '/jero-boot/home/xnqd.png', '/virtualList', '0', '4'); +INSERT INTO `home_function_module` VALUES ('93be5c4786cd449785c8ddd1e10c3b10', 'frank.qiang', '2022-05-24 16:13:27', '', null, 'A01', '虚拟清单', 'Virtual List', '/jero-boot/home/xnqd.png', '/virtualList', '0', '4'); +INSERT INTO `home_function_module` VALUES ('9634f0af81fe4ed1b00d013994ad3bf7', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '我的订阅', 'My Subscription', '/jero-boot/home/wddy.png', '/docManage/subscribtion', '0', '9'); +INSERT INTO `home_function_module` VALUES ('9e68126cbff649988154efdd2ad8b57e', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '文档拆分', 'Document Split', '/jero-boot/home/wdcf.png', '/docManage/splite', '0', '5'); +INSERT INTO `home_function_module` VALUES ('9fbf9beb38a749fe9de41802e253512e', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '文档OCR识别', 'Ocr Recognition', '/jero-boot/home/wdsb.png', '/docManage/ocr', '1', '2'); +INSERT INTO `home_function_module` VALUES ('a21dfe82aa514f878bff7f831966cb43', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '文档OCR识别', 'Ocr Recognition', '/jero-boot/home/wdsb.png', '/docManage/ocr', '0', '2'); +INSERT INTO `home_function_module` VALUES ('aa5aff0dfa1b493dafdce64a58fc758f', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '文档拆分', 'Document Split', '/jero-boot/home/wdcf.png', '/docManage/splite', '0', '3'); +INSERT INTO `home_function_module` VALUES ('b196d94170e54f4a9abfb81998dc227a', 'admin', '2022-05-30 17:13:54', null, null, 'A01', '文档库', 'Document Library', '/jero-boot/home/wdk.png', '/docManage/library', '0', '3'); +INSERT INTO `home_function_module` VALUES ('b61edc2d6ec64e1eb9b3a33dd4104cfe', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '文档拆分', 'Document Split', '/jero-boot/home/wdcf.png', '/docManage/splite', '0', '3'); +INSERT INTO `home_function_module` VALUES ('c29926494c434990a307c5476acc33f7', 'frank.qiang', '2022-06-01 09:16:15', null, null, 'A01', '未符合项跟踪', 'Project Non Conformance', '', '/projectNonConformance', '0', '6'); +INSERT INTO `home_function_module` VALUES ('d1628fb7f4f0482dbeb3e2d3bb69660e', 'ning.chen', '2022-05-30 17:07:34', null, null, 'A01', '标签管理', 'Label Management', '/jero-boot/home/bqgl.png', '/docManage/tags', '1', '1'); +INSERT INTO `home_function_module` VALUES ('d26d52beb03b49a8a4aa18c513195bd0', 'admin', '2022-05-24 16:13:27', '', null, 'A01', '虚拟清单', 'Virtual List', '/jero-boot/home/xnqd.png', '/virtualList', '0', '6'); +INSERT INTO `home_function_module` VALUES ('d992af2782bb4011bdd5fa6e5f2dc30b', 'frank.qiang', '2022-05-24 16:13:27', '', null, 'A01', '项目库', 'Project Library', '/jero-boot/home/xmk.png', '/projectLibrary', '0', '5'); +INSERT INTO `home_function_module` VALUES ('fbf2580372b249f29e5769737fc5afae', 'admin', '2022-05-24 16:13:27', '', null, 'A01', '项目库', 'Project Library', '/jero-boot/home/xmk.png', '/projectLibrary', '0', '7'); + +-- ---------------------------- +-- Table structure for joa_demo +-- ---------------------------- +DROP TABLE IF EXISTS `joa_demo`; +CREATE TABLE `joa_demo` ( + `id` varchar(32) DEFAULT NULL COMMENT 'ID', + `name` varchar(100) DEFAULT NULL COMMENT '请假人', + `days` int(11) DEFAULT NULL COMMENT '请假天数', + `begin_date` datetime DEFAULT NULL COMMENT '开始时间', + `end_date` datetime DEFAULT NULL COMMENT '请假结束时间', + `reason` varchar(500) DEFAULT NULL COMMENT '请假原因', + `bpm_status` varchar(50) DEFAULT '1' COMMENT '流程状态', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人id' +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='流程测试'; + +-- ---------------------------- +-- Records of joa_demo +-- ---------------------------- + +-- ---------------------------- +-- Table structure for ocr_record +-- ---------------------------- +DROP TABLE IF EXISTS `ocr_record`; +CREATE TABLE `ocr_record` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '转换时间', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `stand_number` varchar(255) DEFAULT NULL COMMENT '编号', + `file_type` varchar(64) DEFAULT NULL COMMENT '文本状态', + `file_name` varchar(255) DEFAULT NULL COMMENT '文件名称', + `result_content` varchar(32) DEFAULT NULL COMMENT '转换结果', + `doc_name` varchar(255) DEFAULT NULL COMMENT 'doc本地存放全路径', + `doc_real_name` varchar(255) DEFAULT NULL COMMENT 'doc文件名称', + `word_file_code` text COMMENT 'doc文件编码', + `json_name` varchar(255) DEFAULT NULL COMMENT 'json文件本地存放全路径', + `json_real_name` varchar(255) DEFAULT NULL COMMENT 'jsong文件名称', + `json_file_code` text COMMENT 'json文件编码', + `att_id` varchar(36) DEFAULT NULL COMMENT '文件', + `sync_state` varchar(32) DEFAULT NULL COMMENT '同步情况', + `connect_id` varchar(50) DEFAULT NULL COMMENT '文档库关联文件id', + `check_flag` varchar(1) DEFAULT NULL COMMENT '校核锁定标识', + `stand_name` varchar(255) DEFAULT NULL COMMENT '标题', + `stand_name_en` varchar(255) DEFAULT NULL COMMENT '英文标题', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of ocr_record +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_auth_data +-- ---------------------------- +DROP TABLE IF EXISTS `onl_auth_data`; +CREATE TABLE `onl_auth_data` ( + `id` varchar(32) NOT NULL COMMENT '主键', + `cgform_id` varchar(32) DEFAULT NULL COMMENT 'online表ID', + `rule_name` varchar(50) DEFAULT NULL COMMENT '规则名', + `rule_column` varchar(50) DEFAULT NULL COMMENT '规则列', + `rule_operator` varchar(50) DEFAULT NULL COMMENT '规则条件 大于小于like', + `rule_value` varchar(255) DEFAULT NULL COMMENT '规则值', + `status` int(1) DEFAULT NULL COMMENT '1有效 0无效', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_by` varchar(50) CHARACTER SET utf8 DEFAULT NULL COMMENT '创建人', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_auth_data +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_auth_page +-- ---------------------------- +DROP TABLE IF EXISTS `onl_auth_page`; +CREATE TABLE `onl_auth_page` ( + `id` varchar(32) NOT NULL COMMENT ' 主键', + `cgform_id` varchar(32) DEFAULT NULL COMMENT 'online表id', + `code` varchar(255) DEFAULT NULL COMMENT '字段名/按钮编码', + `type` int(1) DEFAULT NULL COMMENT '1字段 2按钮', + `control` int(1) DEFAULT NULL COMMENT '3可编辑 5可见(仅支持两种状态值3,5)', + `page` int(1) DEFAULT NULL COMMENT '3列表 5表单(仅支持两种状态值3,5)', + `status` int(1) DEFAULT NULL COMMENT '1有效 0无效', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_by` varchar(32) CHARACTER SET utf8 DEFAULT NULL COMMENT '创建人', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_auth_page +-- ---------------------------- +INSERT INTO `onl_auth_page` VALUES ('1484413463907368962', 'acfc89fd9d78442f898e57660e39401f', 'show_area', '1', '5', '3', '1', '2022-01-21 14:32:04', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413463907368963', 'acfc89fd9d78442f898e57660e39401f', 'show_area', '1', '5', '5', '1', '2022-01-21 14:32:04', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413463907368964', 'acfc89fd9d78442f898e57660e39401f', 'show_area', '1', '3', '5', '1', '2022-01-21 14:32:04', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413469003448321', 'acfc89fd9d78442f898e57660e39401f', 'en_name', '1', '5', '3', '1', '2022-01-21 14:32:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413469007642626', 'acfc89fd9d78442f898e57660e39401f', 'en_name', '1', '5', '5', '1', '2022-01-21 14:32:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413469007642627', 'acfc89fd9d78442f898e57660e39401f', 'en_name', '1', '3', '5', '1', '2022-01-21 14:32:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413472291782658', 'acfc89fd9d78442f898e57660e39401f', 'is_model', '1', '5', '3', '1', '2022-01-21 14:32:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413472291782659', 'acfc89fd9d78442f898e57660e39401f', 'is_model', '1', '5', '5', '1', '2022-01-21 14:32:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413479900250113', 'acfc89fd9d78442f898e57660e39401f', 'sort', '1', '5', '3', '1', '2022-01-21 14:32:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413479908638722', 'acfc89fd9d78442f898e57660e39401f', 'sort', '1', '5', '5', '1', '2022-01-21 14:32:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413479908638723', 'acfc89fd9d78442f898e57660e39401f', 'sort', '1', '3', '5', '1', '2022-01-21 14:32:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413498736869378', 'acfc89fd9d78442f898e57660e39401f', 'add', '2', '5', '3', '1', '2022-01-21 14:32:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413500968239106', 'acfc89fd9d78442f898e57660e39401f', 'update', '2', '5', '3', '1', '2022-01-21 14:32:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413505259012098', 'acfc89fd9d78442f898e57660e39401f', 'delete', '2', '5', '3', '1', '2022-01-21 14:32:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484413510258622466', 'acfc89fd9d78442f898e57660e39401f', 'batch_delete', '2', '5', '3', '1', '2022-01-21 14:32:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414314638049282', '48308196e7b04761b533dc31bc899707', 'add', '2', '5', '3', '1', '2022-01-21 14:35:26', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414321961304066', '48308196e7b04761b533dc31bc899707', 'update', '2', '5', '3', '1', '2022-01-21 14:35:28', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414325585182722', '48308196e7b04761b533dc31bc899707', 'delete', '2', '5', '3', '1', '2022-01-21 14:35:29', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414330995834881', '48308196e7b04761b533dc31bc899707', 'batch_delete', '2', '5', '3', '1', '2022-01-21 14:35:30', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414587615936514', '48308196e7b04761b533dc31bc899707', 'export', '2', '5', '3', '1', '2022-01-21 14:36:31', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414687352291330', '48308196e7b04761b533dc31bc899707', 'serial_number', '1', '5', '3', '1', '2022-01-21 14:36:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414687352291331', '48308196e7b04761b533dc31bc899707', 'serial_number', '1', '5', '5', '1', '2022-01-21 14:36:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414687352291332', '48308196e7b04761b533dc31bc899707', 'serial_number', '1', '3', '5', '1', '2022-01-21 14:36:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414722622193666', '48308196e7b04761b533dc31bc899707', 'type', '1', '5', '5', '1', '2022-01-21 14:37:04', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414722630582273', '48308196e7b04761b533dc31bc899707', 'type', '1', '3', '5', '1', '2022-01-21 14:37:04', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414727324008450', '48308196e7b04761b533dc31bc899707', 'standard_system', '1', '5', '5', '1', '2022-01-21 14:37:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414727324008451', '48308196e7b04761b533dc31bc899707', 'standard_system', '1', '3', '5', '1', '2022-01-21 14:37:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414730327130113', '48308196e7b04761b533dc31bc899707', 'region', '1', '5', '5', '1', '2022-01-21 14:37:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414730327130114', '48308196e7b04761b533dc31bc899707', 'region', '1', '3', '5', '1', '2022-01-21 14:37:05', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414733095370754', '48308196e7b04761b533dc31bc899707', 'state', '1', '5', '3', '1', '2022-01-21 14:37:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414733103759362', '48308196e7b04761b533dc31bc899707', 'state', '1', '5', '5', '1', '2022-01-21 14:37:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414733103759363', '48308196e7b04761b533dc31bc899707', 'state', '1', '3', '5', '1', '2022-01-21 14:37:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414737444864002', '48308196e7b04761b533dc31bc899707', 'energy_type', '1', '5', '5', '1', '2022-01-21 14:37:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414737444864003', '48308196e7b04761b533dc31bc899707', 'energy_type', '1', '3', '5', '1', '2022-01-21 14:37:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414739965640705', '48308196e7b04761b533dc31bc899707', 'apply_scope', '1', '5', '5', '1', '2022-01-21 14:37:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414739965640706', '48308196e7b04761b533dc31bc899707', 'apply_scope', '1', '3', '5', '1', '2022-01-21 14:37:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414741748219906', '48308196e7b04761b533dc31bc899707', 'function_territory', '1', '5', '5', '1', '2022-01-21 14:37:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414741748219907', '48308196e7b04761b533dc31bc899707', 'function_territory', '1', '3', '5', '1', '2022-01-21 14:37:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414743715348483', '48308196e7b04761b533dc31bc899707', 'technology_territory', '1', '5', '5', '1', '2022-01-21 14:37:09', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414743715348484', '48308196e7b04761b533dc31bc899707', 'technology_territory', '1', '3', '5', '1', '2022-01-21 14:37:09', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414746559086595', '48308196e7b04761b533dc31bc899707', 'car_type', '1', '5', '5', '1', '2022-01-21 14:37:09', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414746559086596', '48308196e7b04761b533dc31bc899707', 'car_type', '1', '3', '5', '1', '2022-01-21 14:37:09', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414763139170306', '48308196e7b04761b533dc31bc899707', 'datum', '1', '5', '5', '1', '2022-01-21 14:37:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414763139170307', '48308196e7b04761b533dc31bc899707', 'datum', '1', '3', '5', '1', '2022-01-21 14:37:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414766490419203', '48308196e7b04761b533dc31bc899707', 'exposure_draft', '1', '5', '5', '1', '2022-01-21 14:37:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414766490419204', '48308196e7b04761b533dc31bc899707', 'exposure_draft', '1', '3', '5', '1', '2022-01-21 14:37:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414768516268034', '48308196e7b04761b533dc31bc899707', 'approval_draft', '1', '5', '5', '1', '2022-01-21 14:37:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414768516268035', '48308196e7b04761b533dc31bc899707', 'approval_draft', '1', '3', '5', '1', '2022-01-21 14:37:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414773083865091', '48308196e7b04761b533dc31bc899707', 'supplement', '1', '5', '5', '1', '2022-01-21 14:37:16', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414773083865092', '48308196e7b04761b533dc31bc899707', 'supplement', '1', '3', '5', '1', '2022-01-21 14:37:16', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414778737786883', '48308196e7b04761b533dc31bc899707', 'release_draft', '1', '5', '5', '1', '2022-01-21 14:37:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414778737786884', '48308196e7b04761b533dc31bc899707', 'release_draft', '1', '3', '5', '1', '2022-01-21 14:37:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414786295922689', '48308196e7b04761b533dc31bc899707', 'description', '1', '5', '5', '1', '2022-01-21 14:37:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414786295922690', '48308196e7b04761b533dc31bc899707', 'description', '1', '3', '5', '1', '2022-01-21 14:37:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414788716036099', '48308196e7b04761b533dc31bc899707', 'replaced_standard', '1', '5', '5', '1', '2022-01-21 14:37:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414788716036100', '48308196e7b04761b533dc31bc899707', 'replaced_standard', '1', '3', '5', '1', '2022-01-21 14:37:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414793594011649', '48308196e7b04761b533dc31bc899707', 'implement_time', '1', '5', '3', '1', '2022-01-21 14:37:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414793602400258', '48308196e7b04761b533dc31bc899707', 'implement_time', '1', '5', '5', '1', '2022-01-21 14:37:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414793602400259', '48308196e7b04761b533dc31bc899707', 'implement_time', '1', '3', '5', '1', '2022-01-21 14:37:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414795976376323', '48308196e7b04761b533dc31bc899707', 'replace_standard', '1', '5', '5', '1', '2022-01-21 14:37:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414795976376324', '48308196e7b04761b533dc31bc899707', 'replace_standard', '1', '3', '5', '1', '2022-01-21 14:37:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414798446821378', '48308196e7b04761b533dc31bc899707', 'issue_time', '1', '5', '3', '1', '2022-01-21 14:37:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414798446821379', '48308196e7b04761b533dc31bc899707', 'issue_time', '1', '5', '5', '1', '2022-01-21 14:37:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414798446821380', '48308196e7b04761b533dc31bc899707', 'issue_time', '1', '3', '5', '1', '2022-01-21 14:37:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414800883712002', '48308196e7b04761b533dc31bc899707', 'title', '1', '5', '3', '1', '2022-01-21 14:37:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414800883712003', '48308196e7b04761b533dc31bc899707', 'title', '1', '5', '5', '1', '2022-01-21 14:37:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414800883712004', '48308196e7b04761b533dc31bc899707', 'title', '1', '3', '5', '1', '2022-01-21 14:37:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414804918632451', '48308196e7b04761b533dc31bc899707', 'corresponding_standard', '1', '5', '5', '1', '2022-01-21 14:37:23', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414804918632452', '48308196e7b04761b533dc31bc899707', 'corresponding_standard', '1', '3', '5', '1', '2022-01-21 14:37:23', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414806118203393', '48308196e7b04761b533dc31bc899707', 'test_program', '1', '5', '5', '1', '2022-01-21 14:37:24', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1484414806118203394', '48308196e7b04761b533dc31bc899707', 'test_program', '1', '3', '5', '1', '2022-01-21 14:37:24', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485518900765478913', 'acfc89fd9d78442f898e57660e39401f', 'super_query', '2', '5', '3', '0', '2022-01-24 15:44:40', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883052323278850', 'a129e6617bec42fbaa205eb08076103a', 'is_model', '1', '5', '3', '1', '2022-01-25 15:51:41', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883052331667458', 'a129e6617bec42fbaa205eb08076103a', 'is_model', '1', '5', '5', '1', '2022-01-25 15:51:41', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883057448718337', 'a129e6617bec42fbaa205eb08076103a', 'db_field_txt', '1', '5', '3', '1', '2022-01-25 15:51:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883057457106945', 'a129e6617bec42fbaa205eb08076103a', 'db_field_txt', '1', '5', '5', '1', '2022-01-25 15:51:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883057473884161', 'a129e6617bec42fbaa205eb08076103a', 'db_field_txt', '1', '3', '5', '1', '2022-01-25 15:51:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883064109273090', 'a129e6617bec42fbaa205eb08076103a', 'field_show_type', '1', '5', '3', '1', '2022-01-25 15:51:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883064121856001', 'a129e6617bec42fbaa205eb08076103a', 'field_show_type', '1', '5', '5', '1', '2022-01-25 15:51:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883064121856002', 'a129e6617bec42fbaa205eb08076103a', 'field_show_type', '1', '3', '5', '1', '2022-01-25 15:51:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883065266900994', 'a129e6617bec42fbaa205eb08076103a', 'dict_name', '1', '5', '3', '1', '2022-01-25 15:51:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883065283678209', 'a129e6617bec42fbaa205eb08076103a', 'dict_name', '1', '5', '5', '1', '2022-01-25 15:51:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883069360541697', 'a129e6617bec42fbaa205eb08076103a', 'db_field_name', '1', '5', '3', '1', '2022-01-25 15:51:45', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883069368930305', 'a129e6617bec42fbaa205eb08076103a', 'db_field_name', '1', '5', '5', '1', '2022-01-25 15:51:45', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883069368930306', 'a129e6617bec42fbaa205eb08076103a', 'db_field_name', '1', '3', '5', '1', '2022-01-25 15:51:45', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883072707596289', 'a129e6617bec42fbaa205eb08076103a', 'db_length', '1', '5', '3', '1', '2022-01-25 15:51:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883072715984897', 'a129e6617bec42fbaa205eb08076103a', 'db_length', '1', '5', '5', '1', '2022-01-25 15:51:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883072715984898', 'a129e6617bec42fbaa205eb08076103a', 'db_length', '1', '3', '5', '1', '2022-01-25 15:51:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883083541483522', 'a129e6617bec42fbaa205eb08076103a', 'field_must_input', '1', '5', '3', '1', '2022-01-25 15:51:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883083558260738', 'a129e6617bec42fbaa205eb08076103a', 'field_must_input', '1', '5', '5', '1', '2022-01-25 15:51:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883083558260739', 'a129e6617bec42fbaa205eb08076103a', 'field_must_input', '1', '3', '5', '1', '2022-01-25 15:51:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883084812357633', 'a129e6617bec42fbaa205eb08076103a', 'is_show_form', '1', '5', '3', '1', '2022-01-25 15:51:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883084820746241', 'a129e6617bec42fbaa205eb08076103a', 'is_show_form', '1', '5', '5', '1', '2022-01-25 15:51:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883084820746242', 'a129e6617bec42fbaa205eb08076103a', 'is_show_form', '1', '3', '5', '1', '2022-01-25 15:51:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883088658534402', 'a129e6617bec42fbaa205eb08076103a', 'show_area', '1', '5', '3', '1', '2022-01-25 15:51:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883088666923009', 'a129e6617bec42fbaa205eb08076103a', 'show_area', '1', '5', '5', '1', '2022-01-25 15:51:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883088666923010', 'a129e6617bec42fbaa205eb08076103a', 'show_area', '1', '3', '5', '1', '2022-01-25 15:51:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883093322600449', 'a129e6617bec42fbaa205eb08076103a', 'order_num', '1', '5', '3', '1', '2022-01-25 15:51:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883093330989057', 'a129e6617bec42fbaa205eb08076103a', 'order_num', '1', '5', '5', '1', '2022-01-25 15:51:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883093330989058', 'a129e6617bec42fbaa205eb08076103a', 'order_num', '1', '3', '5', '1', '2022-01-25 15:51:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883095868542977', 'a129e6617bec42fbaa205eb08076103a', 'is_query', '1', '5', '3', '1', '2022-01-25 15:51:51', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883095876931585', 'a129e6617bec42fbaa205eb08076103a', 'is_query', '1', '5', '5', '1', '2022-01-25 15:51:51', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883095876931586', 'a129e6617bec42fbaa205eb08076103a', 'is_query', '1', '3', '5', '1', '2022-01-25 15:51:51', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883108736667649', 'a129e6617bec42fbaa205eb08076103a', 'is_show_search', '1', '5', '3', '1', '2022-01-25 15:51:54', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883108745056257', 'a129e6617bec42fbaa205eb08076103a', 'is_show_search', '1', '5', '5', '1', '2022-01-25 15:51:54', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883108745056258', 'a129e6617bec42fbaa205eb08076103a', 'is_show_search', '1', '3', '5', '1', '2022-01-25 15:51:54', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883110288560129', 'a129e6617bec42fbaa205eb08076103a', 'is_show_laws_list', '1', '5', '3', '1', '2022-01-25 15:51:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883110296948738', 'a129e6617bec42fbaa205eb08076103a', 'is_show_laws_list', '1', '5', '5', '1', '2022-01-25 15:51:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883110296948739', 'a129e6617bec42fbaa205eb08076103a', 'is_show_laws_list', '1', '3', '5', '1', '2022-01-25 15:51:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883295819403266', 'a129e6617bec42fbaa205eb08076103a', 'add', '2', '5', '3', '1', '2022-01-25 15:52:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883299703328770', 'a129e6617bec42fbaa205eb08076103a', 'update', '2', '5', '3', '1', '2022-01-25 15:52:40', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883308519755777', 'a129e6617bec42fbaa205eb08076103a', 'delete', '2', '5', '3', '1', '2022-01-25 15:52:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1485883341394710530', 'a129e6617bec42fbaa205eb08076103a', 'batch_delete', '2', '5', '3', '1', '2022-01-25 15:52:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1492396483209596930', 'a129e6617bec42fbaa205eb08076103a', 'is_model', '1', '3', '5', '1', '2022-02-12 15:13:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491925125193729', '83ec307de7a248f68207e84f2cf8000f', 'state', '1', '5', '3', '1', '2022-02-15 15:46:37', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491925125193730', '83ec307de7a248f68207e84f2cf8000f', 'state', '1', '5', '5', '1', '2022-02-15 15:46:37', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491925133582338', '83ec307de7a248f68207e84f2cf8000f', 'state', '1', '3', '5', '1', '2022-02-15 15:46:37', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491928010874881', '83ec307de7a248f68207e84f2cf8000f', 'serial_number', '1', '5', '3', '1', '2022-02-15 15:46:38', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491928019263490', '83ec307de7a248f68207e84f2cf8000f', 'serial_number', '1', '5', '5', '1', '2022-02-15 15:46:38', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491928019263491', '83ec307de7a248f68207e84f2cf8000f', 'serial_number', '1', '3', '5', '1', '2022-02-15 15:46:38', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491933463470082', '83ec307de7a248f68207e84f2cf8000f', 'title', '1', '5', '3', '1', '2022-02-15 15:46:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491933463470083', '83ec307de7a248f68207e84f2cf8000f', 'title', '1', '5', '5', '1', '2022-02-15 15:46:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491933463470084', '83ec307de7a248f68207e84f2cf8000f', 'title', '1', '3', '5', '1', '2022-02-15 15:46:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491975834329089', '83ec307de7a248f68207e84f2cf8000f', 'add', '2', '5', '3', '1', '2022-02-15 15:46:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491991453917185', '83ec307de7a248f68207e84f2cf8000f', 'delete', '2', '5', '3', '1', '2022-02-15 15:46:53', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491995090378754', '83ec307de7a248f68207e84f2cf8000f', 'batch_delete', '2', '5', '3', '1', '2022-02-15 15:46:54', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493491996193480705', '83ec307de7a248f68207e84f2cf8000f', 'export', '2', '5', '3', '0', '2022-02-15 15:46:54', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520984903254018', 'c7cea2d026c34316b5236906ce16a639', 'is_model', '1', '5', '3', '1', '2022-02-15 17:42:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520984911642625', 'c7cea2d026c34316b5236906ce16a639', 'is_model', '1', '5', '5', '1', '2022-02-15 17:42:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520984911642626', 'c7cea2d026c34316b5236906ce16a639', 'is_model', '1', '3', '5', '1', '2022-02-15 17:42:06', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520989936418818', 'c7cea2d026c34316b5236906ce16a639', 'db_field_txt', '1', '5', '3', '1', '2022-02-15 17:42:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520989936418819', 'c7cea2d026c34316b5236906ce16a639', 'db_field_txt', '1', '5', '5', '1', '2022-02-15 17:42:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520989944807426', 'c7cea2d026c34316b5236906ce16a639', 'db_field_txt', '1', '3', '5', '1', '2022-02-15 17:42:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520992935346178', 'c7cea2d026c34316b5236906ce16a639', 'db_field_name', '1', '5', '3', '1', '2022-02-15 17:42:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520992943734786', 'c7cea2d026c34316b5236906ce16a639', 'db_field_name', '1', '5', '5', '1', '2022-02-15 17:42:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520992943734787', 'c7cea2d026c34316b5236906ce16a639', 'db_field_name', '1', '3', '5', '1', '2022-02-15 17:42:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520994059419650', 'c7cea2d026c34316b5236906ce16a639', 'field_show_type', '1', '5', '3', '1', '2022-02-15 17:42:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520994076196866', 'c7cea2d026c34316b5236906ce16a639', 'field_show_type', '1', '5', '5', '1', '2022-02-15 17:42:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493520994076196867', 'c7cea2d026c34316b5236906ce16a639', 'field_show_type', '1', '3', '5', '1', '2022-02-15 17:42:08', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521002192175105', 'c7cea2d026c34316b5236906ce16a639', 'dict_name', '1', '5', '3', '1', '2022-02-15 17:42:10', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521002200563714', 'c7cea2d026c34316b5236906ce16a639', 'dict_name', '1', '5', '5', '1', '2022-02-15 17:42:10', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521002200563715', 'c7cea2d026c34316b5236906ce16a639', 'dict_name', '1', '3', '5', '1', '2022-02-15 17:42:10', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521010220072961', 'c7cea2d026c34316b5236906ce16a639', 'db_length', '1', '5', '3', '1', '2022-02-15 17:42:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521010220072962', 'c7cea2d026c34316b5236906ce16a639', 'db_length', '1', '5', '5', '1', '2022-02-15 17:42:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521010228461570', 'c7cea2d026c34316b5236906ce16a639', 'db_length', '1', '3', '5', '1', '2022-02-15 17:42:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521011285426178', 'c7cea2d026c34316b5236906ce16a639', 'order_num', '1', '5', '3', '1', '2022-02-15 17:42:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521011293814785', 'c7cea2d026c34316b5236906ce16a639', 'order_num', '1', '5', '5', '1', '2022-02-15 17:42:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521011298009089', 'c7cea2d026c34316b5236906ce16a639', 'order_num', '1', '3', '5', '1', '2022-02-15 17:42:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521032936423425', 'c7cea2d026c34316b5236906ce16a639', 'is_show_search', '1', '5', '3', '1', '2022-02-15 17:42:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521032936423426', 'c7cea2d026c34316b5236906ce16a639', 'is_show_search', '1', '5', '5', '1', '2022-02-15 17:42:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521032944812034', 'c7cea2d026c34316b5236906ce16a639', 'is_show_search', '1', '3', '5', '1', '2022-02-15 17:42:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521034110828546', 'c7cea2d026c34316b5236906ce16a639', 'is_show_laws_list', '1', '5', '3', '1', '2022-02-15 17:42:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521034119217154', 'c7cea2d026c34316b5236906ce16a639', 'is_show_laws_list', '1', '5', '5', '1', '2022-02-15 17:42:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521034119217155', 'c7cea2d026c34316b5236906ce16a639', 'is_show_laws_list', '1', '3', '5', '1', '2022-02-15 17:42:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521035188764673', 'c7cea2d026c34316b5236906ce16a639', 'is_query', '1', '5', '3', '1', '2022-02-15 17:42:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521035201347586', 'c7cea2d026c34316b5236906ce16a639', 'is_query', '1', '5', '5', '1', '2022-02-15 17:42:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521035209736193', 'c7cea2d026c34316b5236906ce16a639', 'is_query', '1', '3', '5', '1', '2022-02-15 17:42:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521038418378753', 'c7cea2d026c34316b5236906ce16a639', 'show_area', '1', '5', '3', '1', '2022-02-15 17:42:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521038426767362', 'c7cea2d026c34316b5236906ce16a639', 'show_area', '1', '5', '5', '1', '2022-02-15 17:42:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521038426767363', 'c7cea2d026c34316b5236906ce16a639', 'show_area', '1', '3', '5', '1', '2022-02-15 17:42:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521121868251138', 'c7cea2d026c34316b5236906ce16a639', 'is_show_form', '1', '3', '5', '1', '2022-02-15 17:42:38', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521125425020929', 'c7cea2d026c34316b5236906ce16a639', 'field_must_input', '1', '3', '5', '1', '2022-02-15 17:42:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521177291784193', 'c7cea2d026c34316b5236906ce16a639', 'add', '2', '5', '3', '1', '2022-02-15 17:42:52', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521181003743234', 'c7cea2d026c34316b5236906ce16a639', 'update', '2', '5', '3', '1', '2022-02-15 17:42:52', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521186359869441', 'c7cea2d026c34316b5236906ce16a639', 'batch_delete', '2', '5', '3', '1', '2022-02-15 17:42:54', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521189979553794', 'c7cea2d026c34316b5236906ce16a639', 'delete', '2', '5', '3', '1', '2022-02-15 17:42:55', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493521263438594049', 'acfc89fd9d78442f898e57660e39401f', 'is_model', '1', '3', '5', '1', '2022-02-15 17:43:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791790216511490', '402813817eebc6c9017eebc6ce1d0001', 'dict_id', '1', '5', '3', '1', '2022-02-16 11:38:11', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791790224900098', '402813817eebc6c9017eebc6ce1d0001', 'dict_id', '1', '5', '5', '1', '2022-02-16 11:38:11', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791790224900099', '402813817eebc6c9017eebc6ce1d0001', 'dict_id', '1', '3', '5', '1', '2022-02-16 11:38:11', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791796872871937', '402813817eebc6c9017eebc6ce1d0001', 'item_text', '1', '5', '3', '1', '2022-02-16 11:38:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791796872871938', '402813817eebc6c9017eebc6ce1d0001', 'item_text', '1', '5', '5', '1', '2022-02-16 11:38:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791796881260545', '402813817eebc6c9017eebc6ce1d0001', 'item_text', '1', '3', '5', '1', '2022-02-16 11:38:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791801021038594', '402813817eebc6c9017eebc6ce1d0001', 'item_value', '1', '5', '3', '1', '2022-02-16 11:38:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791801021038595', '402813817eebc6c9017eebc6ce1d0001', 'item_value', '1', '5', '5', '1', '2022-02-16 11:38:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791801029427202', '402813817eebc6c9017eebc6ce1d0001', 'item_value', '1', '3', '5', '1', '2022-02-16 11:38:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791807375409153', '402813817eebc6c9017eebc6ce1d0001', 'description', '1', '5', '3', '1', '2022-02-16 11:38:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791807375409154', '402813817eebc6c9017eebc6ce1d0001', 'description', '1', '5', '5', '1', '2022-02-16 11:38:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791807375409155', '402813817eebc6c9017eebc6ce1d0001', 'description', '1', '3', '5', '1', '2022-02-16 11:38:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791820985925634', '402813817eebc6c9017eebc6ce1d0001', 'sort_order', '1', '5', '3', '1', '2022-02-16 11:38:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791820985925635', '402813817eebc6c9017eebc6ce1d0001', 'sort_order', '1', '5', '5', '1', '2022-02-16 11:38:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791820985925636', '402813817eebc6c9017eebc6ce1d0001', 'sort_order', '1', '3', '5', '1', '2022-02-16 11:38:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791823976464386', '402813817eebc6c9017eebc6ce1d0001', 'status', '1', '5', '3', '1', '2022-02-16 11:38:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791823976464387', '402813817eebc6c9017eebc6ce1d0001', 'status', '1', '5', '5', '1', '2022-02-16 11:38:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791823976464388', '402813817eebc6c9017eebc6ce1d0001', 'status', '1', '3', '5', '1', '2022-02-16 11:38:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791831220027393', '402813817eebc6c9017eebc6ce1d0001', 'field_show_type', '1', '5', '3', '1', '2022-02-16 11:38:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791831220027394', '402813817eebc6c9017eebc6ce1d0001', 'field_show_type', '1', '5', '5', '1', '2022-02-16 11:38:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791831228416002', '402813817eebc6c9017eebc6ce1d0001', 'field_show_type', '1', '3', '5', '1', '2022-02-16 11:38:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791902934237186', '402813817eebc6c9017eebc6ce1d0001', 'add', '2', '5', '3', '1', '2022-02-16 11:38:38', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791905987690498', '402813817eebc6c9017eebc6ce1d0001', 'update', '2', '5', '3', '1', '2022-02-16 11:38:38', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791908613324801', '402813817eebc6c9017eebc6ce1d0001', 'delete', '2', '5', '3', '1', '2022-02-16 11:38:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1493791910530121729', '402813817eebc6c9017eebc6ce1d0001', 'batch_delete', '2', '5', '3', '1', '2022-02-16 11:38:39', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1495642292663431170', 'c7cea2d026c34316b5236906ce16a639', 'area_id', '1', '3', '5', '1', '2022-02-21 14:11:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1496321346076995586', '922416af055e4fc4b9095f4b7aae373d', 'document_id', '1', '5', '3', '1', '2022-02-23 11:09:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1496321346076995587', '922416af055e4fc4b9095f4b7aae373d', 'document_id', '1', '5', '5', '1', '2022-02-23 11:09:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1496321346076995588', '922416af055e4fc4b9095f4b7aae373d', 'document_id', '1', '3', '5', '1', '2022-02-23 11:09:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1496321358466969601', '922416af055e4fc4b9095f4b7aae373d', 'add', '2', '5', '3', '1', '2022-02-23 11:09:47', 'admin', 'admin', '2022-02-23 11:09:52'); +INSERT INTO `onl_auth_page` VALUES ('1496321366075437058', '922416af055e4fc4b9095f4b7aae373d', 'update', '2', '5', '3', '1', '2022-02-23 11:09:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1496321367212093442', '922416af055e4fc4b9095f4b7aae373d', 'delete', '2', '5', '3', '1', '2022-02-23 11:09:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1496321372375281665', '922416af055e4fc4b9095f4b7aae373d', 'batch_delete', '2', '5', '3', '1', '2022-02-23 11:09:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498191285939367938', 'cac43fbd3fc14437b5715a62cfbabdc1', 'technology_territory', '1', '5', '3', '1', '2022-02-28 15:00:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498191285947756545', 'cac43fbd3fc14437b5715a62cfbabdc1', 'technology_territory', '1', '5', '5', '1', '2022-02-28 15:00:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498191285947756546', 'cac43fbd3fc14437b5715a62cfbabdc1', 'technology_territory', '1', '3', '5', '1', '2022-02-28 15:00:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550914861412354', '402813817f0b96ae017f0b96ae150000', 'pid', '1', '5', '3', '1', '2022-03-01 14:49:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550914861412355', '402813817f0b96ae017f0b96ae150000', 'pid', '1', '5', '5', '1', '2022-03-01 14:49:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550914861412356', '402813817f0b96ae017f0b96ae150000', 'pid', '1', '3', '5', '1', '2022-03-01 14:49:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550918514651137', '402813817f0b96ae017f0b96ae150000', 'name', '1', '5', '3', '1', '2022-03-01 14:49:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550918514651138', '402813817f0b96ae017f0b96ae150000', 'name', '1', '5', '5', '1', '2022-03-01 14:49:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550918514651139', '402813817f0b96ae017f0b96ae150000', 'name', '1', '3', '5', '1', '2022-03-01 14:49:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550926601269250', '402813817f0b96ae017f0b96ae150000', 'code', '1', '5', '3', '1', '2022-03-01 14:49:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550926601269251', '402813817f0b96ae017f0b96ae150000', 'code', '1', '5', '5', '1', '2022-03-01 14:49:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550926601269252', '402813817f0b96ae017f0b96ae150000', 'code', '1', '3', '5', '1', '2022-03-01 14:49:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550927834394625', '402813817f0b96ae017f0b96ae150000', 'en_name', '1', '5', '3', '1', '2022-03-01 14:49:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550927834394626', '402813817f0b96ae017f0b96ae150000', 'en_name', '1', '5', '5', '1', '2022-03-01 14:49:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550927834394627', '402813817f0b96ae017f0b96ae150000', 'en_name', '1', '3', '5', '1', '2022-03-01 14:49:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550931055620097', '402813817f0b96ae017f0b96ae150000', 'description', '1', '5', '3', '1', '2022-03-01 14:49:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550931055620098', '402813817f0b96ae017f0b96ae150000', 'description', '1', '5', '5', '1', '2022-03-01 14:49:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550931055620099', '402813817f0b96ae017f0b96ae150000', 'description', '1', '3', '5', '1', '2022-03-01 14:49:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550932892725249', '402813817f0b96ae017f0b96ae150000', 'is_read_only', '1', '5', '3', '1', '2022-03-01 14:49:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550932964028417', '402813817f0b96ae017f0b96ae150000', 'is_read_only', '1', '5', '5', '1', '2022-03-01 14:49:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550932964028418', '402813817f0b96ae017f0b96ae150000', 'is_read_only', '1', '3', '5', '1', '2022-03-01 14:49:19', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550936709541889', '402813817f0b96ae017f0b96ae150000', 'attribute_type', '1', '5', '3', '1', '2022-03-01 14:49:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550936717930497', '402813817f0b96ae017f0b96ae150000', 'attribute_type', '1', '5', '5', '1', '2022-03-01 14:49:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498550936717930498', '402813817f0b96ae017f0b96ae150000', 'attribute_type', '1', '3', '5', '1', '2022-03-01 14:49:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498551811041570818', '402813817f0b96ae017f0b96ae150000', 'add', '2', '5', '3', '1', '2022-03-01 14:52:48', 'admin', 'admin', '2022-03-01 14:53:27'); +INSERT INTO `onl_auth_page` VALUES ('1498551974767931394', '402813817f0b96ae017f0b96ae150000', 'update', '2', '5', '3', '1', '2022-03-01 14:53:27', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498551976407904258', '402813817f0b96ae017f0b96ae150000', 'delete', '2', '5', '3', '1', '2022-03-01 14:53:28', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1498551981059387394', '402813817f0b96ae017f0b96ae150000', 'batch_delete', '2', '5', '3', '1', '2022-03-01 14:53:29', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994573535453186', '8972ea4b5c9f421baea31d07cc8e4bc9', 'duty_territory', '1', '5', '3', '1', '2022-04-18 18:04:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994573552230402', '8972ea4b5c9f421baea31d07cc8e4bc9', 'duty_territory', '1', '5', '5', '1', '2022-04-18 18:04:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994573552230403', '8972ea4b5c9f421baea31d07cc8e4bc9', 'duty_territory', '1', '3', '5', '1', '2022-04-18 18:04:07', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994599850516481', '8972ea4b5c9f421baea31d07cc8e4bc9', 'engineering_interface_person', '1', '5', '3', '1', '2022-04-18 18:04:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994599854710786', '8972ea4b5c9f421baea31d07cc8e4bc9', 'engineering_interface_person', '1', '5', '5', '1', '2022-04-18 18:04:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994599854710787', '8972ea4b5c9f421baea31d07cc8e4bc9', 'engineering_interface_person', '1', '3', '5', '1', '2022-04-18 18:04:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994602492928001', '8972ea4b5c9f421baea31d07cc8e4bc9', 'law_engineer', '1', '5', '3', '1', '2022-04-18 18:04:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994602501316609', '8972ea4b5c9f421baea31d07cc8e4bc9', 'law_engineer', '1', '5', '5', '1', '2022-04-18 18:04:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994602501316610', '8972ea4b5c9f421baea31d07cc8e4bc9', 'law_engineer', '1', '3', '5', '1', '2022-04-18 18:04:14', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994607358320642', '8972ea4b5c9f421baea31d07cc8e4bc9', 'attestation_engineer', '1', '5', '3', '1', '2022-04-18 18:04:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994607358320643', '8972ea4b5c9f421baea31d07cc8e4bc9', 'attestation_engineer', '1', '5', '5', '1', '2022-04-18 18:04:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994607366709249', '8972ea4b5c9f421baea31d07cc8e4bc9', 'attestation_engineer', '1', '3', '5', '1', '2022-04-18 18:04:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994609350615042', '8972ea4b5c9f421baea31d07cc8e4bc9', 'remark', '1', '5', '3', '1', '2022-04-18 18:04:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994609359003650', '8972ea4b5c9f421baea31d07cc8e4bc9', 'remark', '1', '5', '5', '1', '2022-04-18 18:04:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994609359003651', '8972ea4b5c9f421baea31d07cc8e4bc9', 'remark', '1', '3', '5', '1', '2022-04-18 18:04:15', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994629126758402', '8972ea4b5c9f421baea31d07cc8e4bc9', 'add', '2', '5', '3', '1', '2022-04-18 18:04:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994630951280642', '8972ea4b5c9f421baea31d07cc8e4bc9', 'update', '2', '5', '3', '1', '2022-04-18 18:04:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994632842911746', '8972ea4b5c9f421baea31d07cc8e4bc9', 'delete', '2', '5', '3', '1', '2022-04-18 18:04:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994634990395393', '8972ea4b5c9f421baea31d07cc8e4bc9', 'batch_delete', '2', '5', '3', '1', '2022-04-18 18:04:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994638203232257', '8972ea4b5c9f421baea31d07cc8e4bc9', 'export', '2', '5', '3', '1', '2022-04-18 18:04:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1515994651264294914', '8972ea4b5c9f421baea31d07cc8e4bc9', 'import', '2', '5', '3', '1', '2022-04-18 18:04:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966363875254274', '8c8ab9e99505430a85eb24b9c325d282', 'project_name', '1', '5', '3', '1', '2022-04-21 10:25:40', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966363883642882', '8c8ab9e99505430a85eb24b9c325d282', 'project_name', '1', '5', '5', '1', '2022-04-21 10:25:40', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966363892031489', '8c8ab9e99505430a85eb24b9c325d282', 'project_name', '1', '3', '5', '1', '2022-04-21 10:25:40', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966374344237057', '8c8ab9e99505430a85eb24b9c325d282', 'target_market', '1', '5', '3', '1', '2022-04-21 10:25:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966374344237058', '8c8ab9e99505430a85eb24b9c325d282', 'target_market', '1', '5', '5', '1', '2022-04-21 10:25:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966374352625665', '8c8ab9e99505430a85eb24b9c325d282', 'target_market', '1', '3', '5', '1', '2022-04-21 10:25:42', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966376323948545', '8c8ab9e99505430a85eb24b9c325d282', 'project_status', '1', '5', '3', '1', '2022-04-21 10:25:43', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966376332337153', '8c8ab9e99505430a85eb24b9c325d282', 'project_status', '1', '5', '5', '1', '2022-04-21 10:25:43', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966376332337154', '8c8ab9e99505430a85eb24b9c325d282', 'project_status', '1', '3', '5', '1', '2022-04-21 10:25:43', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966382682513409', '8c8ab9e99505430a85eb24b9c325d282', 'certification_engineer', '1', '5', '3', '1', '2022-04-21 10:25:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966382682513410', '8c8ab9e99505430a85eb24b9c325d282', 'certification_engineer', '1', '5', '5', '1', '2022-04-21 10:25:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966382682513411', '8c8ab9e99505430a85eb24b9c325d282', 'certification_engineer', '1', '3', '5', '1', '2022-04-21 10:25:44', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966384238600193', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_platform', '1', '5', '3', '1', '2022-04-21 10:25:45', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966384238600194', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_platform', '1', '5', '5', '1', '2022-04-21 10:25:45', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966384238600195', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_platform', '1', '3', '5', '1', '2022-04-21 10:25:45', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966389439537154', '8c8ab9e99505430a85eb24b9c325d282', 'studio_engineer', '1', '5', '3', '1', '2022-04-21 10:25:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966389447925761', '8c8ab9e99505430a85eb24b9c325d282', 'studio_engineer', '1', '5', '5', '1', '2022-04-21 10:25:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966389447925762', '8c8ab9e99505430a85eb24b9c325d282', 'studio_engineer', '1', '3', '5', '1', '2022-04-21 10:25:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966390827851777', '8c8ab9e99505430a85eb24b9c325d282', 'digital_platform', '1', '5', '3', '1', '2022-04-21 10:25:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966390836240385', '8c8ab9e99505430a85eb24b9c325d282', 'digital_platform', '1', '5', '5', '1', '2022-04-21 10:25:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966390836240386', '8c8ab9e99505430a85eb24b9c325d282', 'digital_platform', '1', '3', '5', '1', '2022-04-21 10:25:46', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966394397204482', '8c8ab9e99505430a85eb24b9c325d282', 'ipd_info', '1', '5', '3', '1', '2022-04-21 10:25:47', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966394397204483', '8c8ab9e99505430a85eb24b9c325d282', 'ipd_info', '1', '5', '5', '1', '2022-04-21 10:25:47', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966394405593089', '8c8ab9e99505430a85eb24b9c325d282', 'ipd_info', '1', '3', '5', '1', '2022-04-21 10:25:47', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966398981578754', '8c8ab9e99505430a85eb24b9c325d282', 'attestation_plan', '1', '5', '3', '1', '2022-04-21 10:25:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966398989967362', '8c8ab9e99505430a85eb24b9c325d282', 'attestation_plan', '1', '5', '5', '1', '2022-04-21 10:25:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966398989967363', '8c8ab9e99505430a85eb24b9c325d282', 'attestation_plan', '1', '3', '5', '1', '2022-04-21 10:25:48', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966402865504257', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_development_plan', '1', '5', '3', '1', '2022-04-21 10:25:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966402865504258', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_development_plan', '1', '5', '5', '1', '2022-04-21 10:25:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966402865504259', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_development_plan', '1', '3', '5', '1', '2022-04-21 10:25:49', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966491080105985', '8c8ab9e99505430a85eb24b9c325d282', 'import', '2', '5', '3', '1', '2022-04-21 10:26:10', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966492132876290', '8c8ab9e99505430a85eb24b9c325d282', 'export', '2', '5', '3', '1', '2022-04-21 10:26:10', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966494162919426', '8c8ab9e99505430a85eb24b9c325d282', 'batch_delete', '2', '5', '3', '1', '2022-04-21 10:26:11', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966497203789826', '8c8ab9e99505430a85eb24b9c325d282', 'delete', '2', '5', '3', '1', '2022-04-21 10:26:11', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966499686817793', '8c8ab9e99505430a85eb24b9c325d282', 'add', '2', '5', '3', '1', '2022-04-21 10:26:12', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966505537871874', '8c8ab9e99505430a85eb24b9c325d282', 'update', '2', '5', '3', '1', '2022-04-21 10:26:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966771989422082', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'list_confirmation', '1', '5', '3', '1', '2022-04-21 10:27:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966771989422083', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'list_confirmation', '1', '5', '5', '1', '2022-04-21 10:27:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966771989422084', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'list_confirmation', '1', '3', '5', '1', '2022-04-21 10:27:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966776313749506', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'legal_task_confirmation', '1', '5', '3', '1', '2022-04-21 10:27:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966776322138113', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'legal_task_confirmation', '1', '5', '5', '1', '2022-04-21 10:27:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966776322138114', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'legal_task_confirmation', '1', '3', '5', '1', '2022-04-21 10:27:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966777311993858', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'design_deadline', '1', '5', '3', '1', '2022-04-21 10:27:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966777311993859', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'design_deadline', '1', '5', '5', '1', '2022-04-21 10:27:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966777311993860', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'design_deadline', '1', '3', '5', '1', '2022-04-21 10:27:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966784115154945', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'prehomo_deadline', '1', '5', '3', '1', '2022-04-21 10:27:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966784123543553', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'prehomo_deadline', '1', '5', '5', '1', '2022-04-21 10:27:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966784123543554', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'prehomo_deadline', '1', '3', '5', '1', '2022-04-21 10:27:20', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966787441238017', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_start_time', '1', '5', '3', '1', '2022-04-21 10:27:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966787445432322', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_start_time', '1', '5', '5', '1', '2022-04-21 10:27:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966787445432323', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_start_time', '1', '3', '5', '1', '2022-04-21 10:27:21', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966791220305922', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_end_time', '1', '5', '3', '1', '2022-04-21 10:27:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966791228694529', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_end_time', '1', '5', '5', '1', '2022-04-21 10:27:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966791228694530', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_end_time', '1', '3', '5', '1', '2022-04-21 10:27:22', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966804025516034', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'verify_deadline', '1', '5', '3', '1', '2022-04-21 10:27:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966804025516035', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'verify_deadline', '1', '5', '5', '1', '2022-04-21 10:27:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966804025516036', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'verify_deadline', '1', '3', '5', '1', '2022-04-21 10:27:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966805095063554', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'create_by', '1', '5', '3', '1', '2022-04-21 10:27:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966805099257857', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'create_by', '1', '5', '5', '1', '2022-04-21 10:27:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966805099257858', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'create_by', '1', '3', '5', '1', '2022-04-21 10:27:25', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966909365460994', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'add', '2', '5', '3', '1', '2022-04-21 10:27:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966910460174337', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'update', '2', '5', '3', '1', '2022-04-21 10:27:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966911223537665', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'delete', '2', '5', '3', '1', '2022-04-21 10:27:50', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966920543281153', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'batch_delete', '2', '5', '3', '1', '2022-04-21 10:27:52', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966921646383105', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'export', '2', '5', '3', '1', '2022-04-21 10:27:53', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1516966922866925569', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'import', '2', '5', '3', '1', '2022-04-21 10:27:53', 'admin', 'admin', '2022-04-21 10:27:55'); +INSERT INTO `onl_auth_page` VALUES ('1526410481030414337', '3bcde04c39344366a61c2a776f2617c5', 'dummy_inventory_base_id', '1', '5', '3', '1', '2022-05-17 11:53:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410481030414338', '3bcde04c39344366a61c2a776f2617c5', 'dummy_inventory_base_id', '1', '5', '5', '1', '2022-05-17 11:53:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410481038802945', '3bcde04c39344366a61c2a776f2617c5', 'dummy_inventory_base_id', '1', '3', '5', '1', '2022-05-17 11:53:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410483366641665', '3bcde04c39344366a61c2a776f2617c5', 'log_content', '1', '5', '3', '1', '2022-05-17 11:53:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410483366641666', '3bcde04c39344366a61c2a776f2617c5', 'log_content', '1', '5', '5', '1', '2022-05-17 11:53:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410483375030273', '3bcde04c39344366a61c2a776f2617c5', 'log_content', '1', '3', '5', '1', '2022-05-17 11:53:13', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410499489546242', '3bcde04c39344366a61c2a776f2617c5', 'add', '2', '5', '3', '1', '2022-05-17 11:53:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410500580065281', '3bcde04c39344366a61c2a776f2617c5', 'update', '2', '5', '3', '1', '2022-05-17 11:53:17', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410504493350914', '3bcde04c39344366a61c2a776f2617c5', 'delete', '2', '5', '3', '1', '2022-05-17 11:53:18', 'admin', null, null); +INSERT INTO `onl_auth_page` VALUES ('1526410507886542849', '3bcde04c39344366a61c2a776f2617c5', 'batch_delete', '2', '5', '3', '1', '2022-05-17 11:53:19', 'admin', null, null); + +-- ---------------------------- +-- Table structure for onl_auth_relation +-- ---------------------------- +DROP TABLE IF EXISTS `onl_auth_relation`; +CREATE TABLE `onl_auth_relation` ( + `id` varchar(32) NOT NULL, + `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', + `auth_id` varchar(32) DEFAULT NULL COMMENT '权限id', + `type` int(1) DEFAULT NULL COMMENT '1字段 2按钮 3数据权限', + `cgform_id` varchar(32) DEFAULT NULL COMMENT 'online表单ID', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_auth_relation +-- ---------------------------- +INSERT INTO `onl_auth_relation` VALUES ('1484512079057530881', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413463907368962', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079065919489', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413463907368963', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079065919490', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413463907368964', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079065919491', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413469003448321', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079065919492', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413469007642626', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079074308097', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413469007642627', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079074308098', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413472291782658', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079074308099', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413472291782659', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079074308100', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413479900250113', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079074308101', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413479908638722', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512079074308102', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413479908638723', '1', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512095557922817', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413498736869378', '2', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512095566311426', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413500968239106', '2', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512095566311427', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413505259012098', '2', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1484512095566311428', 'f6817f48af4fb3af11b9e8bf182f618b', '1484413510258622466', '2', 'acfc89fd9d78442f898e57660e39401f'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528838897665', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883108745056257', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286274', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883108745056258', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286275', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883095868542977', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286276', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883095876931585', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286277', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883095876931586', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286278', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883093322600449', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286279', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883093330989057', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528847286280', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883093330989058', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674881', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883088658534402', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674882', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883088666923009', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674883', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883088666923010', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674884', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883084812357633', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674885', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883084820746241', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674886', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883084820746242', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674887', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883083541483522', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674888', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883083558260738', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674889', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883083558260739', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674890', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883072707596289', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674891', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883072715984897', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528855674892', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883072715984898', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063489', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883052323278850', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063490', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883052331667458', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063492', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883057448718337', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063493', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883057457106945', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063494', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883057473884161', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063495', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883064109273090', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063496', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883064121856001', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063497', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883064121856002', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063498', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883065266900994', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063499', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883065283678209', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063501', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883069360541697', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063502', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883069368930305', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528864063503', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883069368930306', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452097', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883110288560129', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452098', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883110296948738', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452099', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883110296948739', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452100', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883108736667649', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452101', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883108745056257', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452102', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883108745056258', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452103', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883095868542977', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452104', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883095876931585', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452105', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883095876931586', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452106', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883093322600449', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452107', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883093330989057', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452108', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883093330989058', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452109', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883088658534402', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452110', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883088666923009', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452111', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883088666923010', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452112', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883084812357633', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452113', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883084820746241', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528872452114', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883084820746242', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528880840706', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883083541483522', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528880840707', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883083558260738', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528880840708', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883083558260739', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528880840709', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883072707596289', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528880840710', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883072715984897', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379528880840711', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883072715984898', '1', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379544974385153', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883295819403266', '2', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379544982773762', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883299703328770', '2', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379544982773763', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883308519755777', '2', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1492379544982773764', 'f6817f48af4fb3af11b9e8bf182f618b', '1485883341394710530', '2', 'a129e6617bec42fbaa205eb08076103a'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189919993857', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491925125193729', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189928382465', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491925125193730', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189936771073', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491925133582338', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189936771074', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491928010874881', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189936771075', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491928019263490', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189936771076', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491928019263491', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189936771077', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491933463470082', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189936771078', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491933463470083', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492189945159682', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491933463470084', '1', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492241883226113', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491991453917185', '2', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492241891614721', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491995090378754', '2', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1493492241891614722', 'f6817f48af4fb3af11b9e8bf182f618b', '1493491975834329089', '2', '83ec307de7a248f68207e84f2cf8000f'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176527261697', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550914861412354', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176527261698', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550914861412355', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176527261699', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550914861412356', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176527261700', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550918514651137', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176535650305', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550918514651138', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844609', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550918514651139', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844610', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550926601269250', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844611', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550926601269251', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844612', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550926601269252', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844613', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550927834394625', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844614', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550927834394626', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844615', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550927834394627', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844616', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550931055620097', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176539844617', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550931055620098', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233218', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550931055620099', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233219', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550932892725249', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233220', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550932964028417', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233221', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550932964028418', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233222', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550936709541889', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233223', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550936717930497', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498551176548233224', 'f6817f48af4fb3af11b9e8bf182f618b', '1498550936717930498', '1', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498552130095591426', 'f6817f48af4fb3af11b9e8bf182f618b', '1498551811041570818', '2', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498552130103980033', 'f6817f48af4fb3af11b9e8bf182f618b', '1498551974767931394', '2', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498552130103980034', 'f6817f48af4fb3af11b9e8bf182f618b', '1498551976407904258', '2', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1498552130112368641', 'f6817f48af4fb3af11b9e8bf182f618b', '1498551981059387394', '2', '402813817f0b96ae017f0b96ae150000'); +INSERT INTO `onl_auth_relation` VALUES ('1515994780583075841', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994629126758402', '2', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1515994780591464450', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994632842911746', '2', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1515994780591464451', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994630951280642', '2', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1515994780591464452', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994634990395393', '2', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1515994780591464453', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994638203232257', '2', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1515994780591464454', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994651264294914', '2', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094984384514', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994573535453186', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578818', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994573552230402', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578819', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994573552230403', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578820', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994602492928001', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578821', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994602501316609', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578822', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994602501316610', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578823', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994599850516481', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578824', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994599854710786', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094988578825', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994599854710787', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094996967425', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994607358320642', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094996967426', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994607358320643', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094996967427', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994607366709249', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094996967428', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994609350615042', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094996967429', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994609359003650', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967094996967430', 'f6817f48af4fb3af11b9e8bf182f618b', '1515994609359003651', '1', '8972ea4b5c9f421baea31d07cc8e4bc9'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437314', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966363875254274', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437315', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966363883642882', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437316', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966363892031489', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437317', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966374344237057', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437318', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966374344237058', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437319', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966374352625665', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437320', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966376323948545', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437321', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966376332337153', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437322', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966376332337154', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437323', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966384238600193', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205399437324', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966384238600194', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825922', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966384238600195', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825923', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966382682513409', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825924', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966382682513410', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825925', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966382682513411', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825926', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966390827851777', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825927', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966390836240385', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825928', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966390836240386', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825929', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966389439537154', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825930', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966389447925761', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825931', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966389447925762', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825932', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966394397204482', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825933', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966394397204483', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825934', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966394405593089', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825935', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966398981578754', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825936', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966398989967362', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825937', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966398989967363', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825938', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966402865504257', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825939', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966402865504258', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967205407825940', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966402865504259', '1', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967230359740417', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966491080105985', '2', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967230368129026', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966492132876290', '2', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967230368129027', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966494162919426', '2', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967230368129028', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966497203789826', '2', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967230368129029', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966499686817793', '2', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967230368129030', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966505537871874', '2', '8c8ab9e99505430a85eb24b9c325d282'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446977', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966771989422082', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446978', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966771989422083', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446979', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966771989422084', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446980', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966776313749506', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446981', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966776322138113', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446982', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966776322138114', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446983', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966777311993858', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446984', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966777311993859', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446985', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966777311993860', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446986', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966784115154945', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446987', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966784123543553', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379320446988', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966784123543554', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835585', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966787441238017', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835586', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966787445432322', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835587', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966787445432323', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835588', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966791220305922', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835589', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966791228694529', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835590', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966791228694530', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835591', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966804025516034', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835592', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966804025516035', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835593', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966804025516036', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835594', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966805095063554', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835595', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966805099257857', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967379328835596', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966805099257858', '1', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967402225541122', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966909365460994', '2', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967402233929729', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966910460174337', '2', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967402233929730', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966920543281153', '2', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967402233929731', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966911223537665', '2', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967402233929732', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966922866925569', '2', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1516967402233929733', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966921646383105', '2', 'b2c4096566dd4fab8b6476ecd0a5ea52'); +INSERT INTO `onl_auth_relation` VALUES ('1526410781959143425', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410499489546242', '2', '3bcde04c39344366a61c2a776f2617c5'); +INSERT INTO `onl_auth_relation` VALUES ('1526410781959143426', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410504493350914', '2', '3bcde04c39344366a61c2a776f2617c5'); +INSERT INTO `onl_auth_relation` VALUES ('1526410781959143427', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410507886542849', '2', '3bcde04c39344366a61c2a776f2617c5'); +INSERT INTO `onl_auth_relation` VALUES ('1526410810832732162', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410481030414337', '1', '3bcde04c39344366a61c2a776f2617c5'); +INSERT INTO `onl_auth_relation` VALUES ('1526410810832732163', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410481030414338', '1', '3bcde04c39344366a61c2a776f2617c5'); +INSERT INTO `onl_auth_relation` VALUES ('1526410810832732164', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410483366641665', '1', '3bcde04c39344366a61c2a776f2617c5'); +INSERT INTO `onl_auth_relation` VALUES ('1526410810832732165', 'f6817f48af4fb3af11b9e8bf182f618b', '1526410483366641666', '1', '3bcde04c39344366a61c2a776f2617c5'); + +-- ---------------------------- +-- Table structure for onl_cgform_area +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_area`; +CREATE TABLE `onl_cgform_area` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `show_area` varchar(50) DEFAULT NULL COMMENT '展示区域(1基本信息,2文本信息,3关联关系)', + `en_name` varchar(100) DEFAULT NULL COMMENT '英文名称', + `is_model` varchar(32) DEFAULT '1' COMMENT '所属模块(1文档库,0文档拆分)', + `sort` int(11) DEFAULT NULL COMMENT '排序号', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_area +-- ---------------------------- +INSERT INTO `onl_cgform_area` VALUES ('1492408622838222850', 'admin', '2022-02-12 16:01:58', 'hongliang.lv', '2022-03-24 18:36:32', 'A01', '关联信息', 'related information', '1', '2'); +INSERT INTO `onl_cgform_area` VALUES ('1499657602378825729', 'admin', '2022-03-04 16:06:49', 'admin', '2022-03-04 16:07:19', 'A01', '基本信息', 'essential information', '1', '1'); +INSERT INTO `onl_cgform_area` VALUES ('1499658880093847553', 'admin', '2022-03-04 16:11:54', 'hongliang.lv', '2022-03-24 18:36:28', 'A01', '文本信息', 'text information', '1', '3'); + +-- ---------------------------- +-- Table structure for onl_cgform_button +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_button`; +CREATE TABLE `onl_cgform_button` ( + `ID` varchar(32) NOT NULL COMMENT '主键ID', + `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '按钮编码', + `BUTTON_ICON` varchar(20) DEFAULT NULL COMMENT '按钮图标', + `BUTTON_NAME` varchar(50) DEFAULT NULL COMMENT '按钮名称', + `BUTTON_STATUS` varchar(2) DEFAULT NULL COMMENT '按钮状态', + `BUTTON_STYLE` varchar(20) DEFAULT NULL COMMENT '按钮样式', + `EXP` varchar(255) DEFAULT NULL COMMENT '表达式', + `CGFORM_HEAD_ID` varchar(32) DEFAULT NULL COMMENT '表单ID', + `OPT_TYPE` varchar(20) DEFAULT NULL COMMENT '按钮类型', + `ORDER_NUM` int(11) DEFAULT NULL COMMENT '排序', + `OPT_POSITION` varchar(3) DEFAULT NULL COMMENT '按钮位置1侧面 2底部', + PRIMARY KEY (`ID`) USING BTREE, + KEY `index_formid` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `index_button_code` (`BUTTON_CODE`) USING BTREE, + KEY `index_button_status` (`BUTTON_STATUS`) USING BTREE, + KEY `index_button_order` (`ORDER_NUM`) USING BTREE, + KEY `idx_ocb_CGFORM_HEAD_ID` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `idx_ocb_BUTTON_CODE` (`BUTTON_CODE`) USING BTREE, + KEY `idx_ocb_BUTTON_STATUS` (`BUTTON_STATUS`) USING BTREE, + KEY `idx_ocb_ORDER_NUM` (`ORDER_NUM`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Online表单自定义按钮'; + +-- ---------------------------- +-- Records of onl_cgform_button +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_collection +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_collection`; +CREATE TABLE `onl_cgform_collection` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `document_id` varchar(32) DEFAULT NULL COMMENT '文档库id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_collection +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_enhance_java +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_enhance_java`; +CREATE TABLE `onl_cgform_enhance_java` ( + `ID` varchar(36) NOT NULL, + `BUTTON_CODE` varchar(32) DEFAULT NULL COMMENT '按钮编码', + `CG_JAVA_TYPE` varchar(32) NOT NULL COMMENT '类型', + `CG_JAVA_VALUE` varchar(200) NOT NULL COMMENT '数值', + `CGFORM_HEAD_ID` varchar(32) NOT NULL COMMENT '表单ID', + `ACTIVE_STATUS` varchar(2) DEFAULT '1' COMMENT '生效状态', + `EVENT` varchar(10) NOT NULL DEFAULT 'end' COMMENT '事件状态(end:结束,start:开始)', + PRIMARY KEY (`ID`) USING BTREE, + KEY `index_fmid` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `index_buttoncode` (`BUTTON_CODE`) USING BTREE, + KEY `index_status` (`ACTIVE_STATUS`) USING BTREE, + KEY `idx_ejava_cgform_head_id` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `idx_ocej_BUTTON_CODE` (`BUTTON_CODE`) USING BTREE, + KEY `idx_ocej_ACTIVE_STATUS` (`ACTIVE_STATUS`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_enhance_java +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_enhance_js +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_enhance_js`; +CREATE TABLE `onl_cgform_enhance_js` ( + `ID` varchar(32) NOT NULL COMMENT '主键ID', + `CG_JS` longtext COMMENT 'JS增强内容', + `CG_JS_TYPE` varchar(20) DEFAULT NULL COMMENT '类型', + `CONTENT` varchar(1000) DEFAULT NULL COMMENT '备注', + `CGFORM_HEAD_ID` varchar(32) DEFAULT NULL COMMENT '表单ID', + PRIMARY KEY (`ID`) USING BTREE, + KEY `index_fmid` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `index_jstype` (`CG_JS_TYPE`) USING BTREE, + KEY `idx_ejs_cgform_head_id` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `idx_ejs_cg_js_type` (`CG_JS_TYPE`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_enhance_js +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_enhance_sql +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_enhance_sql`; +CREATE TABLE `onl_cgform_enhance_sql` ( + `ID` varchar(32) NOT NULL COMMENT '主键ID', + `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '按钮编码', + `CGB_SQL` longtext COMMENT 'SQL内容', + `CGB_SQL_NAME` varchar(50) DEFAULT NULL COMMENT 'Sql名称', + `CONTENT` varchar(1000) DEFAULT NULL COMMENT '备注', + `CGFORM_HEAD_ID` varchar(32) DEFAULT NULL COMMENT '表单ID', + PRIMARY KEY (`ID`) USING BTREE, + KEY `index_formid` (`CGFORM_HEAD_ID`) USING BTREE, + KEY `idx_oces_CGFORM_HEAD_ID` (`CGFORM_HEAD_ID`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_enhance_sql +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_field +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_field`; +CREATE TABLE `onl_cgform_field` ( + `id` varchar(32) NOT NULL COMMENT '主键ID', + `cgform_head_id` varchar(32) DEFAULT NULL COMMENT '表ID', + `db_field_name` varchar(255) NOT NULL COMMENT '字段名字', + `db_field_en_name` varchar(255) DEFAULT NULL COMMENT '字段英文名', + `db_field_txt` varchar(200) DEFAULT NULL COMMENT '字段备注', + `order_num` int(11) NOT NULL COMMENT '排序', + `db_field_name_old` varchar(32) DEFAULT NULL COMMENT '原字段名', + `db_is_key` tinyint(1) DEFAULT NULL COMMENT '是否主键 0否 1是', + `db_is_null` tinyint(1) DEFAULT NULL COMMENT '是否允许为空 0否 1是', + `db_type` varchar(32) DEFAULT NULL COMMENT '数据库字段类型', + `db_length` int(11) DEFAULT NULL COMMENT '数据库字段长度', + `db_point_length` int(11) DEFAULT NULL COMMENT '小数点', + `db_default_val` varchar(20) DEFAULT NULL COMMENT '表字段默认值', + `dict_field` varchar(100) DEFAULT NULL COMMENT '字典code', + `dict_table` varchar(255) DEFAULT NULL COMMENT '字典表', + `dict_text` varchar(100) DEFAULT NULL COMMENT '字典Text', + `field_show_type` varchar(10) DEFAULT NULL COMMENT '表单控件类型', + `field_href` varchar(200) DEFAULT NULL COMMENT '跳转URL', + `field_length` int(11) DEFAULT NULL COMMENT '表单控件长度', + `field_valid_type` varchar(300) DEFAULT NULL COMMENT '表单字段校验规则', + `field_must_input` varchar(2) DEFAULT NULL COMMENT '字段是否必填', + `field_extend_json` varchar(500) DEFAULT NULL COMMENT '扩展参数JSON', + `field_default_value` varchar(100) DEFAULT NULL COMMENT '控件默认值,不同的表达式展示不同的结果。\r\n1. 纯字符串直接赋给默认值;\r\n2. #{普通变量};\r\n3. {{ 动态JS表达式 }};\r\n4. ${填值规则编码};\r\n填值规则表达式只允许存在一个,且不能和其他规则混用。', + `is_query` tinyint(1) DEFAULT NULL COMMENT '是否查询条件0否 1是', + `is_show_form` tinyint(1) NOT NULL COMMENT '表单是否显示0否 1是', + `is_show_list` tinyint(1) DEFAULT NULL COMMENT '列表是否显示0否 1是', + `is_read_only` tinyint(1) DEFAULT '0' COMMENT '是否是只读(2字段固定,内部可配 1固定字段 0非固定字段\n)', + `query_mode` varchar(10) DEFAULT NULL COMMENT '查询模式', + `main_table` varchar(100) DEFAULT NULL COMMENT '外键主表名', + `main_field` varchar(100) DEFAULT NULL COMMENT '外键主键字段', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_by` varchar(255) DEFAULT NULL COMMENT '创建人', + `converter` varchar(255) DEFAULT NULL COMMENT '自定义值转换器', + `query_def_val` varchar(50) DEFAULT NULL COMMENT '查询默认值', + `query_dict_text` varchar(100) DEFAULT NULL COMMENT '查询配置字典text', + `query_dict_field` varchar(100) DEFAULT NULL COMMENT '查询配置字典code', + `query_dict_table` varchar(500) DEFAULT NULL COMMENT '查询配置字典table', + `query_show_type` varchar(50) DEFAULT NULL COMMENT '查询显示控件', + `query_config_flag` varchar(3) DEFAULT NULL COMMENT '是否启用查询配置1是0否', + `query_valid_type` varchar(50) DEFAULT NULL COMMENT '查询字段校验类型', + `query_must_input` varchar(3) DEFAULT NULL COMMENT '查询字段是否必填1是0否', + `sort_flag` varchar(3) DEFAULT NULL COMMENT '是否支持排序1是0否', + `show_area` varchar(255) DEFAULT NULL COMMENT '展示区域', + `is_show_laws_list` int(3) unsigned DEFAULT NULL COMMENT '法规清单是否展示0否 1是\r\n', + `is_show_search` int(3) DEFAULT NULL COMMENT '搜索中心是否展示0否 1是', + `is_delete` int(3) DEFAULT NULL COMMENT '逻辑删除标识 0未删 1已删', + `is_model` varchar(100) DEFAULT NULL COMMENT '所属模块', + `dict_id` varchar(32) DEFAULT NULL COMMENT '字典id', + PRIMARY KEY (`id`) USING BTREE, + KEY `inex_table_id` (`cgform_head_id`) USING BTREE, + KEY `idx_ocf_cgform_head_id` (`cgform_head_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_field +-- ---------------------------- +INSERT INTO `onl_cgform_field` VALUES ('00a04be0cb7bb56552efaaaf3258b423', 'cf3625e23df649f19d5e503d92a87a3e', 'description', 'aaaa', '内容说明', '9', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('00a95c63cf0f0c3ba4bb00353c3e981a', 'cf3625e23df649f19d5e503d92a87a3e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('00f0d31ca52e5428305badc4b69cb996', 'acef2608ee4b4e73af3e357a2e399c49', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 17:13:31', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('00f3836e20eaf3116a135cd02a3ceaf7', 'be30982b414e43a2928e90157d0559dc', 'params_config_id', 'aaaa', '参数配置id', '10', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('01e857319c35db4358b6f56c9feb12b8', '69bd6189a60b4cc19cd97fa3e6c0673b', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-01-25 11:17:24', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0235f105bdc4da7480477c6cf02b3502', '0932e2bf6b824439ac8f8fd58350094b', 'file_template', 'aaaa', '附件模板', '17', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0240325189062ca96d262e44ccb5811b', '465c69b795614d72b9e64ee3a980402b', 'file_type', 'File type', '文本状态', '10', null, '0', '1', 'string', '64', '0', '', '', '', '', '3', '', '120', null, '1', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0256b67d2b9160b21f7a12b65e918518', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'modify_user', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0280cb4a27d304962367e0f2cdc0ea18', '402813817eebc6c9017eebc6d18a0003', 'query_dict_text', null, '查询配置字典text', '37', 'query_dict_text', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('029803d22860be5a4d1cd1bcbeefcc87', '844386ed13b647a199e9baf860dd5fde', 'content', 'aaaa', '日志内容', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('02a3f484bd8fa0e8e1e97bbb4af48efd', '42baaa106e80443391523133807e6456', 'params_number', 'aaaa', '编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('03076b0dd1cffbffa29b211f01dd77c3', '2ea0b96059c541979f090cae4791bdd4', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-03-04 13:31:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('03427ca5c5a8d2e0a60f4d2e0316a24a', 'becc0b2db5fb4511920bb34a94dd53b7', 'params_batch', 'aaaa', '参数批次', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('036f5b272988c1212c4fb62b3ee3a667', '402813817f3e397e017f3e39812f0001', 'id', null, '序号', '1', 'id', '1', '0', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '1', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('03c11c08f754b56402f5ffa623eaac26', '9a0f79126856471db3ae89b61e6dd330', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('043cc1f5578dd5bbb23f91382805ad6e', '91c6b2bbdb734c9a8c11b710a334fd0f', 'serial_number', 'Number', '编号', '6', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-30 18:55:37', 'admin', '', '', '', '', '', 'text', '1', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('04a5717ce2d6d2c617facc22b0e2b647', 'a129e6617bec42fbaa205eb08076103a', 'db_field_name', 'aaaa', '字段英文名称描述', '9', null, '0', '1', 'string', '32', '0', '', 'db_field_name', 'onl_cgform_field', 'db_field_name', 'text', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('04e4185a503e6aaaa31c243829ff4ac7', 'd35109c3632c4952a19ecc094943dd71', 'birthday', null, '生日', '10', null, '0', '1', 'Date', '32', '0', '', '', '', '', 'date', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('04e7861425a9772b5a4368051cf3894f', '2ea0b96059c541979f090cae4791bdd4', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-03-04 13:31:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('04f6fa35d3f650d193dd14362aef76ea', '90492909f5e047988a55c3cca893983e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('052d65e48f3aa882de6eb924f4d7eb69', '0932e2bf6b824439ac8f8fd58350094b', 'state', 'aaaa', '状态', '19', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('05d2ebe941016b2a911654449c03d51a', 'adf3934df41447aba921e5466f23dfff', 'verify_deliverable_template', 'aaaa', '验证符合性确认-交付物模板', '32', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('05e20d53a0ea08cd90d0dd3ee02b93b7', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('060903463074d5e35df616948273acc6', '252e86298f264da085c669cef8c2dcfa', 'state', 'aaaa', '状态', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('062bd3620952285732921f9807470774', 'dc4a39d84e8c4936913966306bd3a08e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 11:03:55', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('06d35b46efeb315b9c984fd7db0acd9e', '2937b7c89eaf4145af393b64ab43e132', 'engineering_interface_person', 'aaaa', '工程接口人', '22', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('06e54f62441405548a900fc38d90feea', '402813817eebc6c9017eebc6d18a0003', 'field_valid_type', null, '表单字段校验规则', '19', 'field_valid_type', '0', '1', 'string', '300', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0740f80ff6ff63481f5f6cb91a0d515f', '256924c625f04ae7920191ad813dff4a', 'params_template_id', 'aaaa', '参数模板id', '12', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('07a5b91d0bf24f7e784afc387c32f1bb', 'a129e6617bec42fbaa205eb08076103a', 'dict_name', 'aaaa', '字典名称', '11', null, '0', '0', 'string', '100', '0', '', 'dict_name', 'sys_dict', 'dict_name', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('07f0ee966a994cd6a8f53aa3f09f67e2', '5a0de4646b964d3b8c3c8d36b08668b3', 'description', 'aaaa', '参数说明', '9', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('088069b2c3318d95354c5b44fa02169c', '42baaa106e80443391523133807e6456', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('08908d07de26d10cb7b1679299f25b70', '402813817f0b96ae017f0b96ae150000', 'create_time', null, '创建日期', '6', 'create_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0916007c70a6368f1725e463a52de55f', 'a234bb12c0174f9d9d451ae138169b6a', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('09538386c3385ae0559ce0af075b3261', '90492909f5e047988a55c3cca893983e', 'sort', 'aaaa', '排序', '12', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0964b6fde9d6e906514289dfd4ce34e6', '1fadedad93cf418ca3f369460f7c4cda', 'stand_file_classify', 'aaaa', '标准文件分类', '8', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('09ba77a564574be207d379d01acad35d', 'c7cea2d026c34316b5236906ce16a639', 'area_id', null, '展示区域id', '18', null, '0', '1', 'string', '36', '0', '', 'id', 'onl_cgform_area', 'id', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:49', '2022-02-21 14:10:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('09eb401b6c1584d796d654b0f61c0c6e', '23df7ae5b70c4e1ca19e96d894946f51', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('09fa6530229280174071eae0514e0f63', 'c998a34ea4b84089932197ed0705c757', 'information_category', 'information_category', '信息类别', '14', null, '0', '1', 'string', '1000', '0', '', 'information_category', '', '', '4', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '0', '1496391236582428673'); +INSERT INTO `onl_cgform_field` VALUES ('0a0c6dbd40c3fda61d98350796adc940', 'acfc89fd9d78442f898e57660e39401f', 'show_area', null, '展示区域(1基本信息,2文本信息,3关联关系)', '7', null, '0', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-28 19:31:48', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0a34108f05edeccb8cf8de6074b3bec4', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0a455895498552bc709dff250b3364b1', 'c998a34ea4b84089932197ed0705c757', 'items_num', 'items_num', '条款号', '8', null, '0', '1', 'string', '200', '0', '', '', '', '', '1', '', '120', null, '1', '', '', '1', '1', '1', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', 'text', '1', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('0a50c13ed5756fb5a66581c2d804cbaf', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'configname', null, '配置说明', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-03-23 18:53:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0a8c4b57c1f0b557247259d987cda0d8', '402813817eebc6c9017eebc6ce1d0001', 'description', null, '描述', '5', 'description', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0a939af4ff8d9574dbca4b1dfc6b5c6e', '5a0de4646b964d3b8c3c8d36b08668b3', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0aadb24991d743e387cea1d21e037c93', '248649d82150438c85819e0ccec85f34', 'use_model', 'aaaa', '使用模式', '10', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0abdba5c0a482bc705faa0cebdd94cb5', '23df7ae5b70c4e1ca19e96d894946f51', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0ac9b2789ef52c2e39192781b34ae462', 'dc4a39d84e8c4936913966306bd3a08e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0b229dda18318606c49d8a9eaebe81ab', '7716a48ea6924d2d960ef440b7eb1ddb', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0c13e189cb80b0fee84abde38492d734', 'cf3625e23df649f19d5e503d92a87a3e', 'template_name', 'aaaa', '模板名称', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0c2eccda265ae22d3fd83861a7f065c3', '402813817eebc6c9017eebc6cffa0002', 'index_type', null, '索引类型', '5', 'index_type', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0c660e9c129138d03413d34958488b6b', '402813817eebc6c9017eebc6d18a0003', 'main_field', null, '外键主键字段', '29', 'main_field', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0c68934093270b7649f6ef794b9b5713', 'adf3934df41447aba921e5466f23dfff', 'design_deliverable_type', 'aaaa', '设计符合性确认-交付物类型', '23', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0c7b1e5107580e5e05f115f0d5287f48', 'c04152cd08634d898b6140a64009bd9d', 'prehomo_due_date', 'aaaa', 'prehomo确认-截止时间', '32', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0c815eddbe20ad268845f6e01c7179e4', '13c98e19999c4aeebd85eff4e201957e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0ca63cc7ea4f9b41ffb1d98f2bd43ce3', 'c7cea2d026c34316b5236906ce16a639', 'is_show_form', 'aaaa', '表单是否显示0否 1是', '15', null, '0', '1', 'int', '3', '0', '', 'is_show_form', 'onl_cgform_field', 'is_show_form', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0cf0815f3e4eae77e459853674443fff', 'becc0b2db5fb4511920bb34a94dd53b7', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0d150f4e2af477c85865c217f7202c94', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'project_laws_inventory_id', 'aaaa', '法规清单id', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0d45dd349d078a77c4df8e1782c38a2c', '9e637cee15834bd19ea99d6889d1d1ad', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0d9fe7c153d42c7008c40ad198492cba', '402813817eebc6c9017eebc6cffa0002', 'is_db_synch', null, '是否同步数据库 N未同步 Y已同步', '10', 'is_db_synch', '0', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0dbb54dee29ebacd57dbf7ccb79bfa39', '402813817f3e397e017f3e39831e0002', 'realname', null, '真实姓名', '3', 'realname', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0de4a06d6c7b9a9c12da15d495ed5ff6', 'c04152cd08634d898b6140a64009bd9d', 'design_initiator', 'aaaa', '设计符合性确认-发起人', '25', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0de8f5bad644939ab5e1c0198af6acd7', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'valid_flag', 'aaaa', '是否有效', '11', null, '0', '1', 'int', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0e1d341921ea9531ee2d3e8134b16216', 'becc0b2db5fb4511920bb34a94dd53b7', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0e4d6f01dacd4a8239681be0904ce06a', 'adf3934df41447aba921e5466f23dfff', 'xin1_che1_xing2_shi2_shi1_ri4_qi1', 'aaaa', '新车型实施日期', '13', null, '0', '1', 'string', '0', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0e61d8b4e0c05938c751728565c8b5e2', '1fadedad93cf418ca3f369460f7c4cda', 'valid_flag', 'aaaa', '是否有效', '11', null, '0', '1', 'int', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0e97fa22b5c42b355da615613b27f0da', '65525fc5732b44d2af16d4e908747e15', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0ec3569aada5005d028127368e1c5650', 'c04152cd08634d898b6140a64009bd9d', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0ecdf0d1193329dd767d20020b45969b', '402813817eebc6c9017eebc6c9890000', 'type', null, '字典类型0为string,1为number', '11', 'type', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0f0cf707e97795f0b15bf57ca5b90107', '9ca1773d2a484d2fadae38491ad51aa1', 'params_template_id', 'aaaa', '参数模板id', '18', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('0f1e1512b9c9e3ad27c503f7107e2afb', '402813817eebc6c9017eebc6c9890000', 'is_tag_dict', null, '是否为标签内容-数据字典(1是 0否)', '12', null, '0', '1', 'int', '3', '0', '', 'is_tag_dict', 'onl_cgform_field', 'is_tag_dict', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-16 14:12:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0f252a404161e4bb7a1921fce7c5711b', '13c98e19999c4aeebd85eff4e201957e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0f4f3d2cc5cb56fd62f15549965fcb5d', '402813817f3e397e017f3e39812f0001', 'sys_company_code', null, '所属公司', '14', 'sys_company_code', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0f65b2b80c7a35d8c259c84288f54f17', '402813817f3e397e017f3e39831e0002', 'salt', null, 'md5密码盐', '5', 'salt', '0', '1', 'string', '45', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0fa04f28eb8e7696f7d85038b468f961', '9a0f79126856471db3ae89b61e6dd330', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('0fceef4452c4ba6fa2aeec2ffedd7f12', '91c6b2bbdb734c9a8c11b710a334fd0f', 'file_id', null, '文件id', '13', null, '0', '1', 'string', '36', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:46:27', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('0fde551a1e3533f44ef0f7cc5f7f1852', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1035084c2f60e4df0fce665144c94083', '5a0de4646b964d3b8c3c8d36b08668b3', 'nio_number', 'aaaa', 'NIO编号', '10', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('105a69104560db4e24c270b655dfd4dd', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'remark', 'aaaa', '备注', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('107536f9ef6261763c143d88de1da396', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'comment_content', 'aaaa', '评论内容', '8', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('108f0c630cd77164b15ca31911512b15', '9a907a16b31145b7b8acdcd3a2f88363', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('10b2b312ee555155fc3506fd314b71ac', 'b78987f2cce64d0dbd98fceec73e824e', 'project_name_id', 'aaaa', '项目名id', '7', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('10c53c323cd3199bce8657e7f3b1fa76', '402813817eebc6c9017eebc6d18a0003', 'id', null, '主键ID', '1', 'id', '1', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('10dca2d3173eecdd41b9087e07853485', '9ca1773d2a484d2fadae38491ad51aa1', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('10dfa795b4352e2fd3756444ef8fec7f', '891a5f26e9224ddfb811441c1947d20e', 'control_type', 'aaaa', '控件类型', '15', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1157fa5fbf117cdf10cef8a73cf60003', '248649d82150438c85819e0ccec85f34', 'att_id', 'aaaa', '文件id', '9', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('117081f5576261a7280db0500544882b', '83ec307de7a248f68207e84f2cf8000f', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-23 11:02:05', '2022-02-15 15:46:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('11b70eaae2a751da7bdd29d0b88c7719', 'b78987f2cce64d0dbd98fceec73e824e', 'year_name', 'aaaa', '年款名称', '8', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('11bedb31dbc8cc944571bdcff1f83248', 'dc4a39d84e8c4936913966306bd3a08e', 'version', 'aaaa', '当前版本', '11', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('11f74aa15e53b88de428290394c7f68a', '77934b1a885644d8a3b6d56e934a8467', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('120a92b6d595c2fd68d2b90278357ce4', 'c998a34ea4b84089932197ed0705c757', 'iterms_conditions', 'iterms_conditions', '条款内容', '10', null, '0', '1', 'longtext', '0', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '1', '0', '1', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('1233fd87ac1bf25a962148125d002f53', '402813817eebc6c9017eebc6d18a0003', 'db_point_length', null, '小数点', '11', 'db_point_length', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('129a4cbe3832728cb4ffdef024564940', '402813817f0b96ae017f0b96ae150000', 'attribute_type', null, '标签类型 1下拉选择 2树形结构', '16', null, '0', '1', 'string', '30', '0', '', 'attribute_type', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-23 14:36:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('129d8ebba8ebc40fa96194ac292bf898', 'dc4a39d84e8c4936913966306bd3a08e', 'update_time', 'aaaa', '最新变更时间', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1308812d1b798fcb6d72ae6fbfa83a1f', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'remarks', 'aaaa', '备注', '12', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('130c475637b7d677c37728df45e217ec', '48308196e7b04761b533dc31bc899707', 'replace_standard', 'Superseding Standard', '代替标准', '18', null, '0', '1', 'string', '100', '0', '', '', '', '', '10', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:23:40', 'admin', '', '', '', '', '', 'list_multi', '0', null, null, '0', '1492408622838222850', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('1366dd65f8c43e40a867fad69075fd64', 'cf3625e23df649f19d5e503d92a87a3e', 'file_connect_id', 'aaaa', '附件上传', '10', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('136fc9fac4abc45cab4925c11b88f276', 'f689f1c4232046f7915449a287942262', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('139c4420ef0c55915d976712af333251', '2937b7c89eaf4145af393b64ab43e132', 'implement_time', 'aaaa', '在产车实施日期', '15', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('13f431c347610007e7d505f78fd562d4', '48308196e7b04761b533dc31bc899707', 'zhuang4_tai4', 'Status', '状态', '7', null, '0', '1', 'String', '36', '0', '', 'state', 'sys_dict', '状态', '3', '', '120', null, '1', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-06-08 19:13:53', '2022-01-21 14:23:41', 'admin', '', '', '', '', '', '3', '0', null, null, '0', '1499657602378825729', '1', '1', '0', '1', '1493782751218851841'); +INSERT INTO `onl_cgform_field` VALUES ('14155f3ebc36e6d557f180f3b1f923a9', '465c69b795614d72b9e64ee3a980402b', 'json_name', 'aaaa', 'json文件本地存放全路径', '17', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('142ab64194ed716d13d4072eed986481', 'c04152cd08634d898b6140a64009bd9d', 'duty_territory', 'aaaa', '责任领域', '18', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('14990381dc845a9198a4128ed1b59218', '402813817f0b96ae017f0b96ae150000', 'code', null, '类型编码', '4', 'code', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:22', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('14ab86b4d9de68bc3eb01af6b07eaf51', 'adf3934df41447aba921e5466f23dfff', 'attestation_rank', 'aaaa', '认证级别', '20', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('14c7e5062e0fb7f5db5138acc6bede28', '402813817eebc6c9017eebc6d4bc0004', 'id_type', null, '主键类型', '11', 'id_type', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1501848401568935937', '48308196e7b04761b533dc31bc899707', 'title_en', 'English Title', '英文标题', '4', null, '0', '1', 'String', '100', '0', null, null, null, null, '1', null, null, null, '1', null, null, '1', '1', '1', '0', null, null, null, 'admin', '2022-06-06 16:05:28', null, null, null, null, null, null, null, null, null, null, null, null, '1499657602378825729', '1', '1', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('1506541101228556290', '48308196e7b04761b533dc31bc899707', 'xin1_che1_xing2_shi2_shi1_ri4_qi1', 'New Type Execute Date', '新车型实施日期', '11', null, '0', '1', 'Date', '50', '0', null, '', null, '标准体系', '5', null, null, null, '0', null, null, '1', '1', '0', '0', null, null, null, 'admin', '2022-06-06 16:05:28', null, null, null, null, null, null, null, null, null, null, null, null, '1499657602378825729', '1', '1', '0', '1', '1493782653286047745'); +INSERT INTO `onl_cgform_field` VALUES ('1529373706885799937', 'c998a34ea4b84089932197ed0705c757', 'zhan3_shi4_shun4_xu4', 'sortNumber', '展示顺序', '11', null, '0', '1', 'Double', '100', '0', null, null, null, null, '2', null, null, null, '1', null, null, '0', '1', '1', '1', null, null, null, 'ning.chen', '2022-05-25 16:08:01', '2022-05-25 16:08:01', 'ning.chen', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('157f9119129a2126fd15dc127b9f6f6c', 'a234bb12c0174f9d9d451ae138169b6a', 'content_json', 'aaaa', '内容', '9', null, '0', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('15ae6e3fcd884d85af9816b49750ee49', '248649d82150438c85819e0ccec85f34', 'page_count', 'aaaa', '页数', '12', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('15e5f1816abd9072d417b1c23a194cd3', '8972ea4b5c9f421baea31d07cc8e4bc9', 'create_time', 'aaaa', '创建日期', '9', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('161c35a16e92682972dd1aeb26151fa2', '9ca1773d2a484d2fadae38491ad51aa1', 'params_batch', 'aaaa', '参数批次', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('169e043518f5f97536d4f03ba47c7360', '8c8ab9e99505430a85eb24b9c325d282', 'update_time', 'update_time', '更新日期', '15', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('16a9476d1c674bc63dde5a8768334444', 'a44f101118744c83bbec236d64f755db', 'text_data', 'aaaa', '文本类型数据', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('16b24e8bf70c86b8a8228f4de75582a8', '402813817f0b96ae017f0b96ae150000', 'name', null, '类型名称', '3', 'name', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:22', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('16be02f77d65d98f80a2c1af6e8d6563', '465c69b795614d72b9e64ee3a980402b', 'stand_name_en', 'Title', '英文标题', '9', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-05-31 09:35:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('16e250c97c10fecde7ab664445edb6e8', '8ed012c5f28842bbb76c6882cca3eea5', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('170b7c84d575af41d39f51291b3a3565', '1fadedad93cf418ca3f369460f7c4cda', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('17f0065cd5a3174c66589d7fe0c00e0d', '8972ea4b5c9f421baea31d07cc8e4bc9', 'attestation_engineer', 'aaaa', '认证工程师', '6', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('186f45af165815cdf41a05827bab446e', '402813817f3e397e017f3e39831e0002', 'update_by', null, '更新人', '21', 'update_by', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('187eb1c6612de0ed71eaeea935a4ec2f', 'c7cea2d026c34316b5236906ce16a639', 'order_num', 'aaaa', '排序', '13', null, '0', '1', 'int', '11', '0', '', 'order_num', 'onl_cgform_field', 'order_num', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('189dcc2bca6465251b34814f528649f1', 'c998a34ea4b84089932197ed0705c757', 'id', 'id', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:53', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('18b1385b48087f9d545e58daf14e2845', '14e8df3551614fee979ada4936fd74ba', 'document_id', 'aaaa', '文档库id', '6', null, '0', '1', 'string', '36', '0', '', 'id', 'buss_document_library', 'id', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('18b47761f3471038b027e258b8bf52e1', '65525fc5732b44d2af16d4e908747e15', 'reply_content', 'aaaa', '回复内容', '8', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('18badd9b1dc8ad29aa320c3eb617fe0c', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'version', 'aaaa', '版本', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('18fe5a953af4a91faddb9f47eb268c59', 'a129e6617bec42fbaa205eb08076103a', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('191705159cea35e8cbacb326f172be94', 'd35109c3632c4952a19ecc094943dd71', 'search_sel', null, '搜索下拉', '18', null, '0', '1', 'string', '100', '0', '', 'role_code', 'sys_role', 'role_name', 'sel_search', '', '121', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('195d50212bf82e22f83ee5a3a4c4d131', 'a234bb12c0174f9d9d451ae138169b6a', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('197aa9c83d55c28c9a49e634ac7b13c6', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'project_library_id', 'aaaa', '项目库id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1991294a0b44cea67cbc9e7d5a4cefd9', '70f07fe7dee2401d8dfb8842eb20f2fc', 'acti_proc_inst_id', 'aaaa', '流程实例id', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('19aea659e6fdeca8626c947cfeeef9ec', 'fbcd375558634486a96db44639c26629', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('19b2d6c7c15ad79c64105d74bbd8253e', 'd430c9dfb1014e41a5a823ae947e3804', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('19dcb30b795a653f9476c0d20ec13fe0', '0932e2bf6b824439ac8f8fd58350094b', 'control_values', 'aaaa', '控件备选值', '15', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1a5507703252f3c6643e211dcb21c83b', '2ea0b96059c541979f090cae4791bdd4', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-03-04 13:31:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1abc381d55e75b7f59ecb4ff07efca1a', '256924c625f04ae7920191ad813dff4a', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1acd0abc80feff5f37e233d7885ff841', 'a129e6617bec42fbaa205eb08076103a', 'is_show_form', 'aaaa', '表单是否显示0否 1是', '15', null, '0', '0', 'int', '3', '0', '1', 'is_show_form', 'onl_cgform_field', 'is_show_form', 'list', '', '120', 'z', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1af38ddaf8cbb9edaf702da2e7ad487f', '8972ea4b5c9f421baea31d07cc8e4bc9', 'engineering_interface_person', 'aaaa', '工程接口人', '5', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1b3c7b54190f9141ab6a8a6cda095521', '70f07fe7dee2401d8dfb8842eb20f2fc', 'task_id', 'aaaa', '待办id', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1b5be64df0b1fee0214d58e31eb1e02a', '8ed012c5f28842bbb76c6882cca3eea5', 'params_manifest_id', 'aaaa', '参数清单id', '12', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:07', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1b64d361312bd074a0e245793a161093', '402813817f0b96ae017f0b96ae150000', 'sys_dict_id', null, '数据字典id', '10', null, '0', '1', 'string', '32', '0', '', 'id', 'sys_dict', 'id', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-23 14:10:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1b9220ae9b06c9cb1f0fa1ebc60c2f32', 'cac43fbd3fc14437b5715a62cfbabdc1', 'user_id', 'aaaa', '用户id', '8', null, '0', '1', 'string', '32', '0', '', 'id', 'sys_user', 'id', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1ba2b40e93322c231cc6a18eaa5e28ad', 'c04152cd08634d898b6140a64009bd9d', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1ba9811a6d1fe4c47dbc2af99ade30fa', 'a44f101118744c83bbec236d64f755db', 'params_collect_manifest_id', 'aaaa', '参数项收集清单id', '11', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1bb1356c0eefa4c45035e7059df6dd90', '9e637cee15834bd19ea99d6889d1d1ad', 'state', 'aaaa', '状态', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1bdc5d3184805cc68a25899ea1ca0ed0', 'adf3934df41447aba921e5466f23dfff', 'create_by', 'aaaa', '创建人', '3', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1bfadfd71e4777d3384f159c3a459150', 'c998a34ea4b84089932197ed0705c757', 'sys_org_code', 'sys_org_code', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('1d1324fdbc7ab6f95ec2fc756f18a115', 'fbcd375558634486a96db44639c26629', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1d45668d0cb7f00e7eeb5f8739632125', '922416af055e4fc4b9095f4b7aae373d', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-24 20:26:14', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1e4b3d8666094de198826f9cb14829ef', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1eb390680720b44695631a0a2eaeea97', '3bcde04c39344366a61c2a776f2617c5', 'project_library_id', 'aaaa', '项目库id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1ecdd3c80b1e557f502ec5b074ce64d7', 'f689f1c4232046f7915449a287942262', 'dummy_inventory_base_id', 'aaaa', '虚拟清单基础表id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f0796a049dc80df0f1e0a12a8dbc98c', '6cf7c541349040248439eb73d588c3dd', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f0c51a3f9e5a713b3398c72c7eee91e', 'c7cea2d026c34316b5236906ce16a639', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f1e81aff028e2601df898f13e2b7991', 'b78987f2cce64d0dbd98fceec73e824e', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f31f95ed91b071640201dc629c61d01', '153e61ba0d944001b1f1efed15c0bde3', 'item_id', 'aaaa', '条款id', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f3edf6448f413a896330f7d6b8808dc', '402813817f3e397e017f3e39831e0002', 'telephone', null, '座机号', '18', 'telephone', '0', '1', 'string', '45', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f548481e9fe6272d97176a6ea32beac', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('1f7d3cb1e7393c999dbe832f5b774a63', '153e61ba0d944001b1f1efed15c0bde3', 'figure', 'aaaa', '数字', '9', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('1fd113672f1643abdcbcb76093261757', '08a0edb01bb148899530be6e981791bc', 'creation_user', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2025e17d76707aa7f06145b393e59a5f', '8ed012c5f28842bbb76c6882cca3eea5', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('205bb10dc7b8f7383d27fa003540195e', '402813817eebc6c9017eebc6ce1d0001', 'update_by', null, 'updateBy', '10', 'update_by', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('20615a64cebd88216f6403007e55de01', 'd430c9dfb1014e41a5a823ae947e3804', 'params_name', 'aaaa', '参数名称', '9', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('20c2f804cbad1b74af7268ac044be8fd', 'a129e6617bec42fbaa205eb08076103a', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('20d4678d1170634397a7a68dbd0b6d3a', '1fadedad93cf418ca3f369460f7c4cda', 'creation_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('20f89833232500ec6a508b7c54a77c37', '2937b7c89eaf4145af393b64ab43e132', 'design_deliverable_template', 'aaaa', '设计符合性确认-交付物模板', '25', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('20ff34fb0466089cb633d73d5a6f08d6', 'd35109c3632c4952a19ecc094943dd71', 'update_time', null, '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('21683d44f526ccdd6647fe7035c57fc7', '91c6b2bbdb734c9a8c11b710a334fd0f', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2181664b90d1aeea0c5744803da107a4', '7195bada726840df93ee8f33626b9cb5', 'lot', 'aaaa', '批次', '9', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2198aeccfe1874ac0e6839ac0e1bb4e7', '77934b1a885644d8a3b6d56e934a8467', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('21f32419db7b6e91ec353cda8978f1d9', '402813817eebc6c9017eebc6d4bc0004', 'theme_template', null, '主题模板', '30', 'theme_template', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('221411ad09afca8645a1349a2774b84b', '14e8df3551614fee979ada4936fd74ba', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('221b684a3d0fde80e3e5273b089a9dfb', 'cac43fbd3fc14437b5715a62cfbabdc1', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2221c7651683f33367ef0bebff5d48b4', '2937b7c89eaf4145af393b64ab43e132', 'verify_duty', 'aaaa', '验证符合性确认-责任人', '37', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2261235ebdaec2b208f088ab8b028283', '402813817eebc6c9017eebc6d18a0003', 'db_default_val', null, '表字段默认值', '12', 'db_default_val', '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2282b0f5606fffdc10c2a25547b6178e', 'a129e6617bec42fbaa205eb08076103a', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('22b03775691fec20d666a6a7a08024c4', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'name', 'aaaa', '目录名称', '8', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('22f77369620a25ba155ea23f62ff8191', 'd430c9dfb1014e41a5a823ae947e3804', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2344a65c06132eac6ae8e23419f7dc43', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_end_time', 'aaaa', '认证结束', '8', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('23fc2e12d11c9781aee6a0026f5079b1', 'd430c9dfb1014e41a5a823ae947e3804', 'params_template_id', 'aaaa', '参数模板id', '19', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('242940c16f47976c3c52142e1eb6d689', '70f07fe7dee2401d8dfb8842eb20f2fc', 'flow_type', 'aaaa', '设计符合性、验证符合性、prehomo确认流程', '11', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('242cc59b23965a92161eca69ffdbf018', 'd35109c3632c4952a19ecc094943dd71', 'age', null, '年龄', '8', null, '0', '1', 'int', '32', '0', '', '', '', '', 'text', 'http://www.baidu.com', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('244944c2cc4016349ad36e17e92d7938', '402813817f3e397e017f3e39812f0001', 'update_time', null, '更新日期', '12', 'update_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('247f8a137d468f485fbac04febf9e684', '70f07fe7dee2401d8dfb8842eb20f2fc', 'project_task_inventory_id', 'aaaa', '任务清单id', '7', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('24c5c44238c5aad056dce65483fa4936', '7716a48ea6924d2d960ef440b7eb1ddb', 'file_connect_id', 'aaaa', '附件类型数据', '9', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('24de900afa077d30ba84d8a461b8a863', 'adf3934df41447aba921e5466f23dfff', 'technology_territory', 'aaaa', '技术领域', '12', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('253e879538cb906c4646f742c141c5d6', '402813817eebc6c9017eebc6d18a0003', 'field_show_type', null, '表单控件类型', '16', 'field_show_type', '0', '1', 'string', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('258f3cdc37f5c5e46830a0e42338e3f4', '402813817eebc6c9017eebc6d4bc0004', 'tree_fieldname', null, '树开表单列字段', '18', 'tree_fieldname', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('25bd276ed3ff4489f713468805645bc5', '402813817eebc6c9017eebc6d4bc0004', 'is_checkbox', null, '是否带checkbox', '6', 'is_checkbox', '0', '0', 'string', '5', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('25cb8a3e89c6067d0e8c2349b542b224', 'be30982b414e43a2928e90157d0559dc', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('25dad1d9bf7e78e6424bd2d5ef09d309', '8972ea4b5c9f421baea31d07cc8e4bc9', 'update_user_id', 'aaaa', '更新人', '10', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('25f44dd12ba4090b4eb0ef51a5526f44', '402813817f3e397e017f3e39812f0001', 'user_name', null, '用户名', '2', 'user_name', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('275c9e61a07edc0ae49a4739c2970ddf', '402813817eebc6c9017eebc6d4bc0004', 'create_by', null, '创建人', '28', 'create_by', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2769955b60c81a40c37997ad725ae0d0', '252e86298f264da085c669cef8c2dcfa', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('27817966d9ea6793f176aec2d3b73ea4', '9ca1773d2a484d2fadae38491ad51aa1', 'change_flag', null, '变更标识', '25', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-16 17:47:54', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('27942aea46c98c4c49e78eeaa651174e', '402813817f3e397e017f3e39812f0001', 'create_name', null, '创建人名称', '7', 'create_name', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('280ca1e3ce98db42de87e44fa48eac61', '9e637cee15834bd19ea99d6889d1d1ad', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2871c7fa2df0f6689ee42357621f3ba9', '891a5f26e9224ddfb811441c1947d20e', 'technology_territory', 'aaaa', '技术领域', '11', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('28b37a7d1b2060e640c16dc306a63d9d', '402813817eebc6c9017eebc6cffa0002', 'create_by', null, '创建人登录名称', '6', 'create_by', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('28c8e8368f6dfd722f552a1bbca4bfb4', '7195bada726840df93ee8f33626b9cb5', 'detection_report_location', 'aaaa', '检测报告位置', '12', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('28e1b2ba84f0a367890dadd932493084', 'c998a34ea4b84089932197ed0705c757', 'creation_user', 'creation_user', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('28ff7f03fd4a159bd8af319ac15332c4', 'acfc89fd9d78442f898e57660e39401f', 'sys_org_code', null, '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-28 19:31:47', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('29138da4f3e70919bb09387f3392649c', '14e8df3551614fee979ada4936fd74ba', 'update_time', 'aaaa', '更新日期', '4', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2917981c32e65b248a626e75e61238e0', '891a5f26e9224ddfb811441c1947d20e', 'dre', 'aaaa', '填写人', '22', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('292a36effe7c70e8108f06d866a596e0', 'a44f101118744c83bbec236d64f755db', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('29ad83d5e80b5e3a2859bd67a671d7d5', '8ed012c5f28842bbb76c6882cca3eea5', 'car_type', null, '车型', '9', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-06 11:33:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('29c059357d0fa781e328b0c5bf10b207', 'c04152cd08634d898b6140a64009bd9d', 'regulation_owner_id', 'aaaa', '法规工程师id', '19', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('29c6812ca36d1181e71eb281655e9bbe', '94bb3c8f5674442081cf3fa75e7605b1', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('29c73fd0b2eeacb9870ab32f2f82eb3d', '91c6b2bbdb734c9a8c11b710a334fd0f', 'create_time', 'Split time', '拆分时间', '11', null, '0', '1', 'Date', '20', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2a0a34ed2b46a11c257b243f35682518', '77934b1a885644d8a3b6d56e934a8467', 'flow_type', 'aaaa', '流程类型', '10', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:55', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2a29c45ea99fc68854fc3bd96fa473a3', 'c04152cd08634d898b6140a64009bd9d', 'verify_duty', 'aaaa', '验证符合性确认-责任人', '36', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2a6b10cce459f27170695bab1265c94a', '9ca1773d2a484d2fadae38491ad51aa1', 'description', 'aaaa', '参数说明', '13', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('2a7b86579ddff1e7f8858b0992cb2c6f', '23df7ae5b70c4e1ca19e96d894946f51', 'engineering_interface_person_reply', 'aaaa', '工程接口人回复', '9', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2a9c88d99ef88b777ccde4c3eb9cae9d', '844386ed13b647a199e9baf860dd5fde', 'document_id', 'aaaa', '文档id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2a9df8105d6b966fd59564b6c88151c1', '46614274ee304f7eaa82f62c8e90f287', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2ad50e8fbbb13bdaf0503e038f9a5b1f', '6cf7c541349040248439eb73d588c3dd', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2b1d3eee18bc40a9e073c0922da5b5d2', '9e637cee15834bd19ea99d6889d1d1ad', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2b57e2f3275282b53f703ed52f9f32c9', '9ca1773d2a484d2fadae38491ad51aa1', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('2b691a978bda6909a6b2f09215cd219e', '465c69b795614d72b9e64ee3a980402b', 'json_file_code', 'aaaa', 'json文件编码', '19', null, '0', '1', 'Text', '0', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2bff220ecb82e2a3fda3375bec802b96', '402813817f0b96ae017f0b96ae150000', 'has_child', null, '是否有子节点', '11', 'has_child', '0', '1', 'string', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2c087d03c8a2c4229ac953f1a3ed5963', '5a0de4646b964d3b8c3c8d36b08668b3', 'params_template_id', 'aaaa', '参数模板id', '12', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2c13cf479aed3cc6075c329834b0681f', '465c69b795614d72b9e64ee3a980402b', 'stand_name', 'Title', '标题', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '1', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-04-14 11:11:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2c5f7d8634acbbb0fb370168fdeab7aa', '42baaa106e80443391523133807e6456', 'nio_number', 'aaaa', 'nio编号', '10', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2c8c0ae0d5f1f31f1a5892352c629b9d', 'becc0b2db5fb4511920bb34a94dd53b7', 'duty_territory', 'aaaa', '责任领域', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2da38cebeb64b612dd5112956f0a26b5', '402813817f3e397e017f3e39831e0002', 'password', null, '密码', '4', 'password', '0', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2db0282b47630a8f45e43e7b18224887', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2e2130a98b3de0bd303297f069296862', '402813817f3e397e017f3e39831e0002', 'depart_ids', null, '负责部门', '24', 'depart_ids', '0', '1', 'Text', '0', '0', null, null, null, null, 'textarea', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2e5cc58d96531434284fd6786e615622', '465c69b795614d72b9e64ee3a980402b', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-31 14:25:44', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2eb20e97536c1770c8fab86cd51e0ca2', '2937b7c89eaf4145af393b64ab43e132', 'wvta_id', 'aaaa', 'WVTA ID', '18', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2ede506d598bc8c282f56d74897e9781', '402813817f3e397e017f3e39831e0002', 'del_flag', null, '删除状态(0-正常,1-已删除)', '13', 'del_flag', '0', '1', 'int', '3', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2f8455ca0f60fc74d8d2cb7a9528799a', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('2f8a2cbbe191582bc557c832108b4264', '402813817f3e397e017f3e39831e0002', 'status', null, '性别(1-正常,2-冻结)', '12', 'status', '0', '1', 'int', '3', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('2fc242dc5779da49cfd74779e4503b4b', '402813817eebc6c9017eebc6c9890000', 'dict_en_name', null, '字典英文名称', '3', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-15 10:07:50', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('30028daa192431ccd18513cc46572539', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'description', 'aaaa', '描述', '9', null, '0', '1', 'string', '255', '0', '', 'description', 'sys_dict', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('304a0872fe9123ef0472e7c874976287', '6cf7c541349040248439eb73d588c3dd', 'state', 'aaaa', '状态', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3126874a924e749097cbf4a49de7ef62', '8972ea4b5c9f421baea31d07cc8e4bc9', 'law_engineer', 'aaaa', '法规工程师', '4', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('312df7c6d19040010254dc67a4d05fc8', '402813817f3e397e017f3e39831e0002', 'username', null, '登录账号', '2', 'username', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('313ad01fb0a54bdc91925f52a6f3f400', '402813817eebc6c9017eebc6d18a0003', 'create_time', null, '创建时间', '33', 'create_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('313c0b9229bc1a05a386eb7c967c3b08', '69bd6189a60b4cc19cd97fa3e6c0673b', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-01-25 11:17:23', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('31772e4410cd17a917686d57434291ca', '402813817eebc6c9017eebc6d18a0003', 'field_href', null, '跳转URL', '17', 'field_href', '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3181b7305f51645b9417c66652fdc77f', 'adf3934df41447aba921e5466f23dfff', 'state', 'aaaa', '状态', '11', null, '0', '1', 'string', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3195aa078f3319c8684e2b7a921aac04', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'create_time', null, '创建日期', '11', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('31a34c1f05ba71be2df08e5a4d1c815b', '90492909f5e047988a55c3cca893983e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('321abf30a5a0ef248fa5be6ddcc5cfba', 'fbcd375558634486a96db44639c26629', 'item_content', 'aaaa', '条目内容', '9', null, '0', '1', 'Blob', '0', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('325b690dd2f45a6c00822062f58ddb17', '0932e2bf6b824439ac8f8fd58350094b', 'description', 'aaaa', '参数说明', '13', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('330144b00c8019933baa930ccb29c721', '2937b7c89eaf4145af393b64ab43e132', 'verify_initiator', 'aaaa', '验证符合性确认-发起人', '36', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('336442e084d6259ad94f6fc2ba19427e', '2937b7c89eaf4145af393b64ab43e132', 'project_library_id', 'aaaa', '项目库id', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('33a4e3de75a9ef879a4c0997015ad85a', '42baaa106e80443391523133807e6456', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('33c0fc5d8c2e5763dbaf6b9aa9b2ce6c', 'c998a34ea4b84089932197ed0705c757', 'info_id', 'info_id', '拆分信息记录id', '7', null, '0', '1', 'string', '36', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('33e082c1761760c4fa60f125b363abe1', '0932e2bf6b824439ac8f8fd58350094b', 'params_batch', 'aaaa', '参数批次', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3438d34c40065b3ca2e9e8361cf6f801', 'a129e6617bec42fbaa205eb08076103a', 'db_length', 'aaaa', '数据库字段长度', '12', null, '0', '0', 'int', '200', '0', '', 'db_length', 'onl_cgform_field', 'db_length', 'text', '', '120', 'z', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('347adf2c29c3b64a676a9cb91a5ce746', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('34c3443b9c60529c1892a51cc0ba0d87', '91c6b2bbdb734c9a8c11b710a334fd0f', 'connect_id', null, '文档库关联文件id', '14', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-30 18:55:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('34e7f6cdafd442c443576f51592dfd9e', '2ea0b96059c541979f090cae4791bdd4', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-03-04 13:31:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('35097d5b455944d72b1f76d43bfb0a88', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'config_name', 'aaaa', '配置名称', '7', null, '0', '1', 'string', '25', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('356141a32162c3077cb38aa9baad95c7', 'adf3934df41447aba921e5466f23dfff', 'duty_territory', 'aaaa', '责任领域', '21', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3573b0011151dfb9df3c2d69f175095e', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'car_type', 'aaaa', '车型', '8', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('358cba4eb00add20a4daa71120a0a8f9', '1fadedad93cf418ca3f369460f7c4cda', 'modify_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3598106b9934de465f2e44eb4acd2560', '94bb3c8f5674442081cf3fa75e7605b1', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('35ebb11e2b66ec8da783d04e0c791a64', 'acfc89fd9d78442f898e57660e39401f', 'create_time', null, '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-28 19:31:47', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('36017c4110c6b823801632d4ec653c12', '90492909f5e047988a55c3cca893983e', 'icon_name_en', null, '图标英文名称', '9', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-24 16:24:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('36b78c4d600441e6cbf1406e7d1360f2', '153e61ba0d944001b1f1efed15c0bde3', 'modify_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('36c0e292465ea91a950171cd30f7a207', 'd463cffcc3264a97965d7b070b172308', 'sync_time', 'aaaa', '同步时间', '7', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('36ca8a5431e29ac027738153626a00dd', 'acef2608ee4b4e73af3e357a2e399c49', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 17:13:32', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('36d846adce68aa65189c65e8591148ac', '402813817f3e397e017f3e39831e0002', 'avatar', null, '头像', '6', 'avatar', '0', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3706e271a13998f2318b47bc4674e09d', '2937b7c89eaf4145af393b64ab43e132', 'duty_territory', 'aaaa', '责任领域', '19', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('37a5c2f71a3530e1606be57ed260b737', 'c998a34ea4b84089932197ed0705c757', 'modify_time', 'modify_time', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('37d7405223832fc22796eb421745c7d2', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'item_name', 'aaaa', '条款名称', '13', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('37f27600598a704d7e8c37bbb042bb79', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'params_manifest_id', 'aaaa', '参数清单id', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('38285f8fa2aea38170768a1320207ee0', '248649d82150438c85819e0ccec85f34', 'stand_id', 'aaaa', '标准id', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3889984e815f9af202507f1605e7955e', '8c8ab9e99505430a85eb24b9c325d282', 'attestation_plan', 'attestation_plan', '认证计划', '11', null, '0', '1', 'string', '300', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 16:32:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('38b34117996601f0919536aef8c65a1e', '402813817eebc6c9017eebc6d18a0003', 'is_query', null, '是否查询条件0否 1是', '23', 'is_query', '0', '1', 'int', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('38f7682474476fefae7eb45dfd4c6663', '14e8df3551614fee979ada4936fd74ba', 'update_by', 'aaaa', '更新人', '3', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('39988e78910dc8f9be58c4466de34da7', '256924c625f04ae7920191ad813dff4a', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3998ed0ba0546715f454406f99bdfa4b', '7195bada726840df93ee8f33626b9cb5', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('39cf64001b1b9f2d28913622d13776cb', '6cf7c541349040248439eb73d588c3dd', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('39e1660a794fe4106f548a4297adc249', '9a0f79126856471db3ae89b61e6dd330', 'project_name', 'aaaa', '项目名称', '7', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('39f99e0f24390b4d678cb79666da26f6', '891a5f26e9224ddfb811441c1947d20e', 'sdt', 'aaaa', '工程接口人', '21', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3a1456f2479be46688ba929c0c105f8a', '7195bada726840df93ee8f33626b9cb5', 'explain_info', 'aaaa', '说明', '13', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3a48322807522e22143cb389f9a4bea2', '42baaa106e80443391523133807e6456', 'description', 'aaaa', '参数说明', '9', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3a5f20818a077c9c6e6154a1436f487c', '3bcde04c39344366a61c2a776f2617c5', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3acd1b022fd8cb6b99534161fa3d6a24', 'd35109c3632c4952a19ecc094943dd71', 'ceck', null, 'checkbox', '14', null, '0', '1', 'string', '32', '0', '', 'sex', '', '', 'checkbox', '', '120', 's', '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3ae62461c382df216d8d15a729643bfa', '402813817f3e397e017f3e39831e0002', 'sex', null, '性别(0-默认未知,1-男,2-女)', '8', 'sex', '0', '1', 'int', '3', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3ae66a27faa1ede8d5b02c8091ba877f', 'adf3934df41447aba921e5466f23dfff', 'prehomo_initiator', 'aaaa', 'prehomo确认-发起人', '29', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3b1aa1dbbdcfe926cfe845a9b175e247', '77934b1a885644d8a3b6d56e934a8467', 'acti_proc_inst_id', 'aaaa', '流程实例id', '11', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:55', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3b48ef1c3876081e07b78d8c685a638f', '9a907a16b31145b7b8acdcd3a2f88363', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3ba19241198d677b135a8ac7a38856bb', 'adf3934df41447aba921e5466f23dfff', 'implement_time', 'aaaa', '在产车实施日期', '14', null, '0', '1', 'string', '0', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3ba581e73367e45d9f251e2bfdb00990', '402813817f0b96ae017f0b96ae150000', 'en_name', null, '英文名称', '12', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 15:06:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3c164e760aab4278f40dce8302e42917', '2937b7c89eaf4145af393b64ab43e132', 'verify_deliverable_template', 'aaaa', '验证符合性确认-交付物模板', '35', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3c5b735928654ae6750f508cbe516643', 'fbcd375558634486a96db44639c26629', 'valid_flag', 'aaaa', '是否有效', '11', null, '0', '1', 'int', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3c730293bd7b8564c6f52575b5e088bb', 'adf3934df41447aba921e5466f23dfff', 'corresponding_standard', 'aaaa', '对应标准', '15', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3c7f8f5f1091bc26353b1343baa1d737', '8ed012c5f28842bbb76c6882cca3eea5', 'battery', 'aaaa', '电池', '10', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:07', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3cd2061ea15ce9eeb4b7cf2e544ccb6b', 'd35109c3632c4952a19ecc094943dd71', 'file_kk', null, '附件', '13', null, '0', '1', 'String', '500', '0', '', '', '', '', 'file', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2019-06-10 20:06:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3cee9a56868ace16f9480e44e530a3a6', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3cf9ce630031ad01cc3cac86edfced91', '402813817f3e397e017f3e39812f0001', 'create_by', null, '创建人登录名称', '8', 'create_by', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3d15aa26e32fb88c742432b579db456f', '7195bada726840df93ee8f33626b9cb5', 'experiment_file', 'aaaa', '实验方案(文件)', '11', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3d1a729fc2cc7780810b74f24b94a08f', '23df7ae5b70c4e1ca19e96d894946f51', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3d36189064f017ff642cd43ad1ea37d1', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'tree_id_field', 'aaaa', '树表主键字段', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3d4496d4829dc937428e179ae62a883b', 'c998a34ea4b84089932197ed0705c757', 'menu_id', 'menu_id', '拆分目录id', '12', null, '0', '1', 'string', '36', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'ning.chen', '2022-05-25 16:08:01', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('3d64f4b41490bff72bb762c0140fd9a6', '402813817eebc6c9017eebc6d18a0003', 'query_config_flag', null, '是否启用查询配置1是0否', '41', 'query_config_flag', '0', '1', 'string', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3d8f3dc2148b870da3675d3171d5c48c', 'adf3934df41447aba921e5466f23dfff', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3e01616b30c7283a9de9209008a1c0dc', 'c04152cd08634d898b6140a64009bd9d', 'prehomo_duty', 'aaaa', 'prehomo确认-责任人', '31', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3e0421d7c2a97a84635350689b2d9841', '402813817eebc6c9017eebc6ce1d0001', 'en_name', null, '字典英文名称', '16', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-03-01 20:11:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3e188efae04cb2243db4859e7b8c3376', 'd430c9dfb1014e41a5a823ae947e3804', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3e295a6eb54b2874db63de017dd17648', 'dc4a39d84e8c4936913966306bd3a08e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 11:03:55', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3e659588bd733b300fd6b0bafe671b22', '402813817eebc6c9017eebc6d18a0003', 'db_type', null, '数据库字段类型', '9', 'db_type', '0', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3eb882dde163cb86bec8ed0dbf72de2d', 'b78987f2cce64d0dbd98fceec73e824e', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3efc5fca7725e30d330c15364f2f13c1', 'acfc89fd9d78442f898e57660e39401f', 'is_model', null, '所属模块(1文档库,0文档拆分)', '9', null, '0', '0', 'string', '32', '0', '1', 'module', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-28 19:31:48', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3f067eb855314758cc721cb63a7f19a3', 'c04152cd08634d898b6140a64009bd9d', 'prehomo_initiator', 'aaaa', 'prehomo确认-发起人', '30', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3f37f1d7355a6579f1e690a08da37f84', '3fc7100183374262a49fa0184166b561', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 13:57:09', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3fa4fb100f7c027113fd971fe7ee3027', '402813817f0b96ae017f0b96ae150000', 'description', null, '描述', '13', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 15:06:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('3fab477900b3785ccca326f53a076fc5', '248649d82150438c85819e0ccec85f34', 'modify_user', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3fb244d3df23124aa1aa61ae14e3b5e5', '153e61ba0d944001b1f1efed15c0bde3', 'description', 'aaaa', '文字描述', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('3fdfa65dd2e1719cb2fb755d332bb9bd', '402813817eebc6c9017eebc6d4bc0004', 'relation_type', null, '映射关系 0一对多 1一对一', '13', 'relation_type', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4017755280e347a1e67feddd1ca725ab', '48308196e7b04761b533dc31bc899707', 'update_by', 'update by', '更新人', '200', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '1', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 17:59:37', '2022-01-21 14:23:42', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, '0', '1', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('401a144207262807dba09102e3ffd919', 'a234bb12c0174f9d9d451ae138169b6a', 'connect_id', 'aaaa', '法规清单基础表id或法规清单详情表id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('40b2fa91874f9a17e68e01c4d2870ceb', '6cf7c541349040248439eb73d588c3dd', 'finish_time', 'aaaa', '收集完成时间', '10', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('40bdd086e04dbbc2a7ce711381583841', 'adf3934df41447aba921e5466f23dfff', 'wvta_id', 'aaaa', 'WVTA ID', '16', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('414120c7e80224c28caad604a6800982', '8c8ab9e99505430a85eb24b9c325d282', 'ipd_info', 'ipd_info', 'IPD信息', '9', null, '0', '1', 'string', '300', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('418794de35147ac727f4edc9d1e780c7', '402813817eebc6c9017eebc6d4bc0004', 'id', null, '主键ID', '1', 'id', '1', '0', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '1', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('41945d3a273558d703be2ad3933e4ef6', '46614274ee304f7eaa82f62c8e90f287', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4198498929e093895773179ad7f4b089', '891a5f26e9224ddfb811441c1947d20e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:18', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('41bb52967f0481fcc94ba54af0488f46', '83ec307de7a248f68207e84f2cf8000f', 'sys_org_code', 'aaaa', '所属部门', '4', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 11:02:05', '2022-02-15 15:46:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('41eaa92e5eb555442f40c5097c97f6bf', '2937b7c89eaf4145af393b64ab43e132', 'task_release_status', 'aaaa', '任务发布状态', '39', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('42c7b59ecdfafc06c0ff6c70aaf6037a', '70f07fe7dee2401d8dfb8842eb20f2fc', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('42e4c2cfdf68e5e4a7b185339e420fcc', '402813817eebc6c9017eebc6d4bc0004', 'scroll', null, '是否有横向滚动条', '22', 'scroll', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('430c687e8598ae81fe1cf3725dc86fa9', '465c69b795614d72b9e64ee3a980402b', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('43eae404d02c88034bd5b21e68422e94', '46614274ee304f7eaa82f62c8e90f287', 'version', 'aaaa', '版本', '11', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('441588d80cc31ce68fbdf2ce8b36f93c', '48308196e7b04761b533dc31bc899707', 'standard_system', 'Standard Category', '标准体系', '14', null, '0', '1', 'string', '100', '0', '', 'standard_system', 'sys_dict', '标准体系', '3', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:23:43', 'admin', '', '', '', '', '', 'list', '0', null, null, '0', '1499657602378825729', '0', '1', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('44311aca00c1bb674db7d55a6b25c63f', '402813817f3e397e017f3e39812f0001', 'start_time', null, '代理开始时间', '4', 'start_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('445c7f8d18657f3ddbeb85e0aeacf993', '7195bada726840df93ee8f33626b9cb5', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('447c3cc48f6c257506995afc6b73daad', 'a234bb12c0174f9d9d451ae138169b6a', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('44a662fdbca0059d9dc9877a66da6523', '7195bada726840df93ee8f33626b9cb5', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('450c6f091781e8cb55291d9bad194376', 'c04152cd08634d898b6140a64009bd9d', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4536e7929158591406b8678dfc62f7af', '7716a48ea6924d2d960ef440b7eb1ddb', 'text_data', 'aaaa', '文本类型数据', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4543c7e0c50716a5975f0390fa46c19e', 'cac43fbd3fc14437b5715a62cfbabdc1', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4640c199a5481b053a244af8dbb63fb5', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'has_child', null, '是否有子节点', '15', null, '0', '1', 'string', '3', '0', '', 'yn', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-15 11:08:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4657511fb3cb49a4cf77e0b2e5a77c7b', 'acef2608ee4b4e73af3e357a2e399c49', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-29 17:13:31', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('465b13de137e8cc51527568418ee9e8c', '7195bada726840df93ee8f33626b9cb5', 'project_library_id', 'aaaa', '项目库id', '7', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('472b6ea3f4fdc20bf43e9a83110f4e3b', 'c04152cd08634d898b6140a64009bd9d', 'serial_number', 'aaaa', '编号', '8', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('475829e9a5cd51f3439379b870b88afb', '402813817eebc6c9017eebc6c9890000', 'description', null, '描述', '5', 'description', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('47b33b00cb996838447234160edcf6aa', '7195bada726840df93ee8f33626b9cb5', 'upload_time', 'aaaa', '上传时间', '14', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('47fa05530f3537a1be8f9e7a9e98be82', 'd35109c3632c4952a19ecc094943dd71', 'sex', null, '性别', '7', null, '0', '1', 'string', '32', '0', '', 'sex', '', '', 'list', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('47faf87414b11c373e93fe7192993465', '153e61ba0d944001b1f1efed15c0bde3', 'creation_user', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4812b5d00781c14ca565f32d04e7a4ad', '402813817f3e397e017f3e39831e0002', 'third_id', null, '第三方登录的唯一标识', '14', 'third_id', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('483734c96b5070bc94caad4af46916ac', '91c6b2bbdb734c9a8c11b710a334fd0f', 'update_time', 'Update time', '更新日期', '4', null, '0', '1', 'Date', '20', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4860576c396ee397811e9e6f0e9bb7ba', '8c8ab9e99505430a85eb24b9c325d282', 'update_user_id', 'update_user_id', '更新人', '14', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4899d0b60058e59efc74e1c52609950d', 'fbcd375558634486a96db44639c26629', 'item_id', 'aaaa', '条款id', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('49f51b03a74b8232ca583ce1902bf4ee', '0932e2bf6b824439ac8f8fd58350094b', 'params_name', 'aaaa', '参数名称', '10', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4a574650f9ccc4c593953afcec5bbf0d', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-18 17:43:21', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4a7be51f4bf08c1d4973910de5dae06b', 'adf3934df41447aba921e5466f23dfff', 'design_initiator', 'aaaa', '设计符合性确认-发起人', '25', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4a99ede4145b7eb196bf88279ae1af96', '402813817eebc6c9017eebc6d18a0003', 'cgform_head_id', null, '表ID', '2', 'cgform_head_id', '0', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4ab484eb9b29ce29fe50223e66292b7e', '402813817f3e397e017f3e397e6a0000', 'user_id', null, '用户id', '2', 'user_id', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:10', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4aefe45801c19d3a5d0bc90eef1629ee', 'c04152cd08634d898b6140a64009bd9d', 'attestation_type', 'aaaa', '认证类型', '15', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4af014e1df4b55213077fb1e087aa009', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_platform', 'vehicle_platform', '车型平台', '7', null, '0', '1', 'string', '100', '0', '', 'vehicle_platform', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4b87d62549489e778d4bc75f1274710e', '402813817eebc6c9017eebc6d18a0003', 'field_default_value', null, '控件默认值,不同的表达式展示不同的结果。\r\n1. 纯字符串直接赋给默认值;\r\n2. #{普通变量};\r\n3. {{ 动态JS表达式 }};\r\n4. ${填值规则编码};\r\n填值规则表达式只允许存在一个,且不能和其他规则混用。', '22', 'field_default_value', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4bc41d114e0873fd74af604ca2e24de2', '402813817eebc6c9017eebc6d4bc0004', 'create_time', null, '创建时间', '29', 'create_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4bf3681d8bd9467f0602d5fcb15a4632', '13c98e19999c4aeebd85eff4e201957e', 'verify_status', 'aaaa', '验证符合性流程状态', '12', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c1c6b9d76cff20917c9ecfda4688967', '891a5f26e9224ddfb811441c1947d20e', 'file_template', 'aaaa', '附件模板', '18', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c3e89e9abbf9d565fedc999102927c5', 'c04152cd08634d898b6140a64009bd9d', 'attestation_rank', 'aaaa', '认证级别', '16', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c59207da8fd07f77f4b71f37e0b3891', '13c98e19999c4aeebd85eff4e201957e', 'verify_p_id', 'aaaa', '验证符合性流程 流程实例id', '13', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c5c1faf3c175350d716f6f217062bd9', '402813817eebc6c9017eebc6d18a0003', 'query_dict_field', null, '查询配置字典code', '38', 'query_dict_field', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c7821ada50e17bc70fd8bf13ee5e9ef', '402813817eebc6c9017eebc6d18a0003', 'sort_flag', null, '是否支持排序1是0否', '44', 'sort_flag', '0', '1', 'string', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c895eb6afc5efa2274d46e5f2a2a2d0', 'be30982b414e43a2928e90157d0559dc', 'text_data', 'aaaa', '文本类型数据', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4c8ea428a192afb5afe81dba5f66d0ca', '23df7ae5b70c4e1ca19e96d894946f51', 'engineer_feedback_content', 'aaaa', '工程师反馈', '7', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4ce0d766c3469f5b94db18138ac36a75', '3fc7100183374262a49fa0184166b561', 'number', null, 'a', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 17:49:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4cfe36ee565e55b259bf5ec897766933', '7195bada726840df93ee8f33626b9cb5', 'directory_file', 'aaaa', '目录文件(文件)', '10', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4d0c413dcd318df2f932a099ba5242b1', '402813817eebc6c9017eebc6c9890000', 'create_time', null, '创建时间', '8', 'create_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4d3d6d11ecdef2d026e2318708349a4f', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4d65f087defbb683014332d396a0de7d', '5a0de4646b964d3b8c3c8d36b08668b3', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4d7571e939e163375c51d2487047326f', '48308196e7b04761b533dc31bc899707', 'update_time', 'update_ ime', '更新日期', '200', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '1', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 17:59:37', '2022-01-21 14:23:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, '0', '1', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('4d835e89149bd552f9dae019c1ce8d14', 'c7cea2d026c34316b5236906ce16a639', 'is_query', 'aaaa', '是否查询条件0否 1是', '20', null, '0', '1', 'int', '3', '0', '', 'is_query', 'onl_cgform_field', 'is_query', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:49', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4d88e479e4c0a22a9125298fdddb1375', 'dc4a39d84e8c4936913966306bd3a08e', 'params_template_name', 'aaaa', '参数模板', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4d98c6a5998ee22e4fb6f1818e67d2d3', 'd430c9dfb1014e41a5a823ae947e3804', 'duty_territory', 'aaaa', '责任领域', '12', null, '0', '1', 'string', '50', '0', '', 'duty_territory', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4da707d6c70977c4d941c64079395651', 'dc4a39d84e8c4936913966306bd3a08e', 'description', 'aaaa', '内容说明', '10', null, '0', '1', 'string', '300', '0', '', '', '', '', 'textarea', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4e7cbe27c3b7575dfa1ef97f9b2fe02f', 'adf3934df41447aba921e5466f23dfff', 'title', 'aaaa', '标题', '9', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4ea375466c169714b494c0c31cea5a6b', '8972ea4b5c9f421baea31d07cc8e4bc9', 'create_user_id', 'aaaa', '创建人', '8', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4eaa96dea28e30327c30bb41a21ab747', '69bd6189a60b4cc19cd97fa3e6c0673b', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-01-25 11:17:23', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('4f22a60a0c65c6e3e70417c4a5ddad6e', '9e637cee15834bd19ea99d6889d1d1ad', 'params_template_id', 'aaaa', '参数模板id', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('4f61c95723217364eaaaf308088d5b11', '2937b7c89eaf4145af393b64ab43e132', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('50034cec9a30fe88a06213ceb46de480', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'is_lock', 'aaaa', '是否冻结', '13', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('50802a0000d9d199ff4ee1c2ee023172', '402813817f0b96ae017f0b96ae150000', 'update_by', null, '更新人', '7', 'update_by', '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('509a4f63f02e784bc04499a6a9be8528', 'd35109c3632c4952a19ecc094943dd71', 'update_by', null, '更新人登录名称', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5158a7e49be60aa32a5e3b103424da25', '402813817eebc6c9017eebc6d4bc0004', 'des_form_code', null, '设计器表单编码', '32', 'des_form_code', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('523b690ace6f03a02815c8484d01c88f', 'c04152cd08634d898b6140a64009bd9d', 'design_duty', 'aaaa', '设计符合性确认-责任人', '26', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('52f982569f3d1fb85b5e27db84c27eeb', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'is_lock', null, '是否冻结', '13', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-13 16:48:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('53060e03131ec6bf5ab6c209d4d4bb55', 'c998a34ea4b84089932197ed0705c757', 'modify_user', 'modify_user', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('53f601c393c560eb2876f10a1ce1eac4', '891a5f26e9224ddfb811441c1947d20e', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:18', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('540c04fac94082541bb7389e266675b4', '2937b7c89eaf4145af393b64ab43e132', 'history_versions_id', 'aaaa', '法规清单版本id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5490b32a3d34864acd1dc64c3020da2c', '48308196e7b04761b533dc31bc899707', 'release_draft', 'Final', '发布稿(必读)', '19', null, '0', '1', 'string', '255', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:23:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499658880093847553', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('549beffea09d7e45b862d45042b6cdd8', '70f07fe7dee2401d8dfb8842eb20f2fc', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('54a3c6d03dacda1138ec8705eb91b431', '77934b1a885644d8a3b6d56e934a8467', 'delivery_requirements', 'aaaa', '工程交付要求', '13', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:55', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('54cff6914f2a112bab104a935ea5e044', '9e637cee15834bd19ea99d6889d1d1ad', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('55378fea657cc4c33d440537bc49d89c', 'a44f101118744c83bbec236d64f755db', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('55441ba2095accd6e73f3eaa43419f5c', 'c04152cd08634d898b6140a64009bd9d', 'corresponding_standard', 'aaaa', '对应标准', '11', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('55dbe4551410e83f1913609b14ccf965', '2937b7c89eaf4145af393b64ab43e132', 'design_due_date', 'aaaa', '设计符合性确认-截止时间', '28', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('560b1a5bb0849ec33d68eecdde59674e', '9ca1773d2a484d2fadae38491ad51aa1', 'params_manifest_id', 'aaaa', '参数清单id', '24', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('5675cd1fe2db337ba815dcf1e2d27fbe', '402813817eebc6c9017eebc6d18a0003', 'query_mode', null, '查询模式', '27', 'query_mode', '0', '1', 'string', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5677fe8b2230f9cc1fa2278547b137d8', '402813817eebc6c9017eebc6d18a0003', 'main_table', null, '外键主表名', '28', 'main_table', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('56aa2883ed8d05863931614bc4335d55', 'becc0b2db5fb4511920bb34a94dd53b7', 'params_name', 'aaaa', '参数名称', '9', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('57103f0674cb50f6b344e18ee4d4019f', 'adf3934df41447aba921e5466f23dfff', 'prehomo_deliverable_template', 'aaaa', 'prehomo确认-交付物模板', '28', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('572bdf6acf752a2afed82a3a4ecebe95', '3fc7100183374262a49fa0184166b561', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 13:57:09', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('572dbc9ffb1cf308b886cf6f0b562e8e', '402813817eebc6c9017eebc6cffa0002', 'del_flag', null, '是否删除 0未删除 1删除', '11', 'del_flag', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('579edc1ebe22d47e741d7ae3f7fb5cb1', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('585d2d3196e23b1e138dd02ce3cf3113', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('58b6c8fe5cb5206477286dd80aab177a', '2937b7c89eaf4145af393b64ab43e132', 'serial_number', 'aaaa', '编号', '9', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('58c3d5a50c86be19d5ab0cd5ac4d6d8b', '9ca1773d2a484d2fadae38491ad51aa1', 'sdt', 'aaaa', '工程接口人', '21', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('58e97d43bb82760f3ac9c98629d0167b', '2937b7c89eaf4145af393b64ab43e132', 'regulation_owner_id', 'aaaa', '法规工程师', '20', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('591d967e438e7c04c448233dc53bfc01', '402813817eebc6c9017eebc6d18a0003', 'db_is_null', null, '是否允许为空0否 1是', '8', 'db_is_null', '0', '1', 'int', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5929eba99cacd7c75148340c25bf0d44', '77934b1a885644d8a3b6d56e934a8467', 'engineering_interface_person_reply', 'aaaa', '工程接口人回复', '9', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('59537005a0c504d91513ae6c71d61202', '7716a48ea6924d2d960ef440b7eb1ddb', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('59dc6a2be41de0bdd16f4c30bb676ccf', '0932e2bf6b824439ac8f8fd58350094b', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('59e15ddf0a94aab835bdab475a8c755a', '465c69b795614d72b9e64ee3a980402b', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5a84a153d92377063041830be1c0fda0', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5af0b56bd25bfb90389b8642eb0235c2', '402813817f0b96ae017f0b96ae150000', 'is_tag_dict', null, '是否为标签内容-数据字典(1是 0否)', '14', null, '0', '1', 'int', '3', '0', '', 'is_tag_dict', 'onl_cgform_field', 'is_tag_dict', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-23 13:42:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5af47f25a0d79fb142e10203530bbbab', '256924c625f04ae7920191ad813dff4a', 'params_name', 'aaaa', '参数名称', '8', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5b17ba693745c258f6b66380ac851e5f', 'd35109c3632c4952a19ecc094943dd71', 'id', null, '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5b21a36eb7f8359a75f338a5436541d4', '465c69b795614d72b9e64ee3a980402b', 'connect_id', null, '文档库关联文件id', '21', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-03-08 15:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5b5e51695d1e117506aa856538f006fe', 'c7cea2d026c34316b5236906ce16a639', 'is_show_search', 'aaaa', '搜索中心是否展示0否 1是', '22', null, '0', '1', 'int', '3', '0', '', 'is_show_search', 'onl_cgform_field', 'is_show_search', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:49', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5bd35db62fa9b43243d96bb809504a4d', '48308196e7b04761b533dc31bc899707', 'supplement', 'Supplement', '增补件(必读)', '20', null, '0', '1', 'string', '255', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:23:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499658880093847553', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('5bead161e54d19451a457d0a62c00b77', 'becc0b2db5fb4511920bb34a94dd53b7', 'control_type', 'aaaa', '控件类型', '15', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5c0cddcd6064db7b7a39240f48cec451', '402813817f0b96ae017f0b96ae150000', 'id', null, 'id', '1', 'id', '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-04 17:36:22', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5d20cac0be895a532883c42629f8863a', '94bb3c8f5674442081cf3fa75e7605b1', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5d40532dc73f9b13682111775bc90116', '48308196e7b04761b533dc31bc899707', 'xiang1_guan1_zi1_liao4', 'Supporting Doc', '相关资料', '24', null, '0', '1', 'String', '255', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:23:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499658880093847553', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('5d468613746f413a53fa0b485089839b', '9ca1773d2a484d2fadae38491ad51aa1', 'control_values', 'aaaa', '控件备选值', '15', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('5d606bbb2dfb7957d7dbc2a7f5166b07', 'd463cffcc3264a97965d7b070b172308', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5e2db095885feb77478e92dedaeb5277', '402813817eebc6c9017eebc6d18a0003', 'query_dict_table', null, '查询配置字典table', '39', 'query_dict_table', '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5e49e02ebe92f52d89924203a24babbf', 'acef2608ee4b4e73af3e357a2e399c49', 'versions_name', 'aaaa', '版本名称', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-29 17:13:32', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5ea657da541d15e2949ec28eaf4d8c89', '8c8ab9e99505430a85eb24b9c325d282', 'certification_engineer', 'certification_engineer', '认证工程师', '6', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5f3f40ced3cd674c4df658e5420c9758', 'dc4a39d84e8c4936913966306bd3a08e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-21 11:03:55', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5f69249223869f1db7420ddcf6c609ac', '3fc7100183374262a49fa0184166b561', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 13:57:09', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5f93f872583abb2f670024b2436be205', '922416af055e4fc4b9095f4b7aae373d', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-24 20:26:13', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('5fa3f5c0e201ec0d45f3b5c96a1df07b', 'd430c9dfb1014e41a5a823ae947e3804', 'params_batch', 'aaaa', '参数批次', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5fe1c3da975967d69208e812cdcdb376', '2937b7c89eaf4145af393b64ab43e132', 'prehomo_due_date', 'aaaa', 'prehomo确认-截止时间', '33', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('5ff118b9af37da2e0638dce4752dbae3', '402813817f3e397e017f3e39812f0001', 'status', null, '状态0无效1有效', '6', 'status', '0', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('60526f770d288b52ac17b5d2ef2d4038', 'becc0b2db5fb4511920bb34a94dd53b7', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('60528a7d4b0df69332b8e4c56df8c95b', '2937b7c89eaf4145af393b64ab43e132', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('607bdba7dbac06f966505c2f61b0bd2b', '2937b7c89eaf4145af393b64ab43e132', 'design_initiator', 'aaaa', '设计符合性确认-发起人', '26', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('608274a6a6dfed0e183093d9ea357436', '9ca1773d2a484d2fadae38491ad51aa1', 'control_verify', 'aaaa', '控件校验', '16', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('6097174c5ce834860d470a8aee95aa64', '402813817f3e397e017f3e39831e0002', 'rel_tenant_ids', null, '多租户标识', '25', 'rel_tenant_ids', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('609de42be278d24899a711b4632a3e1a', '8ed012c5f28842bbb76c6882cca3eea5', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('60e1d1ca9dee578c2e7aa18c8a56762f', '42baaa106e80443391523133807e6456', 'params_name', 'aaaa', '参数名称', '8', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6112624b986467620dec2b7d93b8d1fc', 'c04152cd08634d898b6140a64009bd9d', 'prehomo_deliverable_type', 'aaaa', 'prehomo确认-交付物类型', '28', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('612561c6e0b15d8a1dfd036a110ee90c', 'fbcd375558634486a96db44639c26629', 'modify_user', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('612977008bc6bb2bade33ae4f99f3fd8', '402813817eebc6c9017eebc6c9890000', 'dict_code', null, '字典编码', '4', 'dict_code', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('61331b9f39d16752e08f85d561e0c451', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'params_manifest_id', 'aaaa', '参数清单id', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('616fb374d93f64a2897327cc4962e86b', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('620340bfe4d15791436f88ef9653e98b', 'adf3934df41447aba921e5466f23dfff', 'subtitle', 'aaaa', '子标题', '17', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('62519992b0f3aa046caf41292db34569', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6256aa9387824dc26602e1ce4955324b', '465c69b795614d72b9e64ee3a980402b', 'stand_number', 'Number', '编号', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '1', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('627486f3b79dde29da9974cb8ff5764e', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('62c3f21bf7d47922daec64c4778bbf80', 'a234bb12c0174f9d9d451ae138169b6a', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('633172be45aebcc4c71a83da16be31f4', '5a0de4646b964d3b8c3c8d36b08668b3', 'version', 'aaaa', '发布时版本', '13', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('635c2eb480a3ce92d79575dc1891349b', '2937b7c89eaf4145af393b64ab43e132', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('64199ce80a6537cdd53ac6a5a12fb168', '7716a48ea6924d2d960ef440b7eb1ddb', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('643814cd68e3ce723e7a13b940e9c90e', '7716a48ea6924d2d960ef440b7eb1ddb', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('64625f0814aadd934a20d30eeb8aca75', '94bb3c8f5674442081cf3fa75e7605b1', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('646ad65ad829d31b6a4a41359cadb203', '65525fc5732b44d2af16d4e908747e15', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('649947b8b411c96dceee39a8b5d684b0', '465c69b795614d72b9e64ee3a980402b', 'att_id', 'File', '文件', '6', null, '0', '1', 'string', '36', '0', '', '', '', '', '7', '', '120', null, '1', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('64a0b67f668015d459ef7a49e14121bf', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('64a77b482e27fc6cde249df8015075b7', '77934b1a885644d8a3b6d56e934a8467', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('65321ccf32b6f248695485e72cb3e9e4', '08a0edb01bb148899530be6e981791bc', 'col_num', 'aaaa', '列数', '10', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('655bcb66fdf691f6674a67dc24223978', 'becc0b2db5fb4511920bb34a94dd53b7', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('65ae4ae4e1a15608dd0028c678ecb17a', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'config', 'aaaa', '配置信息', '7', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-23 18:53:23', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('65c60e6aec2098a28e7cd60fb1966c84', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'motor', 'aaaa', '电机', '11', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('65f264e3af7ea7a0fd67c9ef6c84defd', '402813817f3e397e017f3e39831e0002', 'third_type', null, '第三方类型', '15', 'third_type', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('65f311b83ac3efec631d347b6042ee84', '402813817eebc6c9017eebc6d4bc0004', 'id_sequence', null, '主键生成序列', '10', 'id_sequence', '0', '1', 'string', '200', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6622a83abb0bd1b9ac0ab6bd7bbf0363', '2937b7c89eaf4145af393b64ab43e132', 'title', 'aaaa', '标题', '10', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('663f5d515bd7ca8228f73f0e820f2845', '2937b7c89eaf4145af393b64ab43e132', 'design_duty', 'aaaa', '设计符合性确认-责任人', '27', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('666cfb19bdab5ab4e36183e3a095f571', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'update_by', null, '更新人', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('66780fb026cfb89179b9d7cb90fc08f0', '891a5f26e9224ddfb811441c1947d20e', 'params_batch', 'aaaa', '参数批次', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('66e9a574193f7148e45e3b642b290743', '77934b1a885644d8a3b6d56e934a8467', 'project_task_inventory_id', 'aaaa', '法规清单id', '12', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:55', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('674acd35430b9e0709601422c96e5f22', 'a44f101118744c83bbec236d64f755db', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('67607d77fa6f8efd92ba21c11e027796', '8ed012c5f28842bbb76c6882cca3eea5', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('679a5a91689b476088478d4455737c0b', '402813817eebc6c9017eebc6d4bc0004', 'table_type', null, '表类型: 0单表、1主表、2附表', '3', 'table_type', '0', '0', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('67b86126c1a2d62f957485f059e7ea3c', '402813817eebc6c9017eebc6ce1d0001', 'create_time', null, 'createTime', '9', 'create_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('67d375d69c999e9fafb90e72a04a4b76', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'motor', 'aaaa', '电机', '11', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('67dd85ac449de84d705e5c0c472db7f6', '402813817f0b96ae017f0b96ae150000', 'create_by', null, '创建人', '5', 'create_by', '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('67de1fa6c2aaf4d6148d20997f33190e', '153e61ba0d944001b1f1efed15c0bde3', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-02 23:32:19', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('67eaef74cf2b810ed7bd9f407469996a', '23df7ae5b70c4e1ca19e96d894946f51', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('67eeb5b866dd22b75dc07087b6397efa', 'acfc89fd9d78442f898e57660e39401f', 'update_time', null, '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-28 19:31:47', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('68716488a769c28d188bd60571929559', '402813817eebc6c9017eebc6c9890000', 'dict_name', null, '字典名称', '2', 'dict_name', '0', '0', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('69a9f172c8094290ab6c37a978390f2b', 'cac43fbd3fc14437b5715a62cfbabdc1', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6a0657c57e427159b764fcb74e1d6d9d', 'acef2608ee4b4e73af3e357a2e399c49', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 17:13:32', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6a30c2e6f01ddd24349da55a37025cc0', 'd35109c3632c4952a19ecc094943dd71', 'top_pic', null, '头像', '12', null, '0', '1', 'String', '500', '0', '', '', '', '', 'image', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2019-06-10 20:06:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6a59786c84c4af5c031036abd21455d2', '13c98e19999c4aeebd85eff4e201957e', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6ab1b1f7ed6c77f80193005f571b906a', '8ed012c5f28842bbb76c6882cca3eea5', 'config_name', 'aaaa', '配置名称', '7', null, '0', '1', 'string', '25', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6acda8e55d89ce63005b8798fe077dc3', 'be30982b414e43a2928e90157d0559dc', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6b29f1c0e03533bb380c5ead03195785', '465c69b795614d72b9e64ee3a980402b', 'result_content', 'Convert result', '转换结果', '12', null, '0', '1', 'string', '32', '0', '', 'result_content', '', '', '3', '', '120', null, '0', '', '', '1', '0', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6b2d28971297782142fea999154367ce', 'fbcd375558634486a96db44639c26629', 'type', 'aaaa', '类型', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6bb7243a20098eb14352f0a98c24f60b', 'a234bb12c0174f9d9d451ae138169b6a', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6bbb2aaa7a39efb8dbcc92c384136326', 'adf3934df41447aba921e5466f23dfff', 'serial_number', 'aaaa', '编号', '8', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6bcd00da74c8fe8a8312ac41c51d9080', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-15 11:08:49', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6c2e83ac3a6d22c81015cd8b798f3b71', 'c04152cd08634d898b6140a64009bd9d', 'remark', 'aaaa', '备注', '22', null, '0', '1', 'string', '2000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6c30b30e40902933b9e92d0e5fd99d48', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-23 18:53:22', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6d006bd90e2c0dbf83498dab6285214b', '48308196e7b04761b533dc31bc899707', 'technology_territory', 'Technical Field', '技术领域', '17', null, '0', '1', 'String', '1000', '0', '', 'technology_territory', '', '技术领域', '0', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:24:40', 'admin', '', '', '', '', '', 'list_multi', '0', null, null, '0', '1499657602378825729', '0', '1', '0', '1', '1496390921674084353'); +INSERT INTO `onl_cgform_field` VALUES ('6d032907d4f5d99c00911c9d1e92c214', '402813817eebc6c9017eebc6ce1d0001', 'is_read_only', null, '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', '13', null, '0', '1', 'int', '3', '0', '', 'is_read_only', 'onl_cgform_field', 'is_read_only', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-15 14:26:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6d4a5998dfe3f1df1561df7848111688', '70f07fe7dee2401d8dfb8842eb20f2fc', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6d5c8dc5e788b87b443959780d506b95', '48308196e7b04761b533dc31bc899707', 'id', 'id', '主键', '200', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '1', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-24 15:15:48', '2022-01-21 14:25:40', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('6d5f3ba941b3281da2c336d33a33074f', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'display_seq', 'aaaa', '排序序号', '10', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6dabb37707d5909d032f8a75bf40c422', '08a0edb01bb148899530be6e981791bc', 'modify_user', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6dfefd279f0b7dc390f6f5939d315b1a', '252e86298f264da085c669cef8c2dcfa', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6e3645f6caf0f7d2f0eeb4ed01fd9f72', 'adf3934df41447aba921e5466f23dfff', 'remark', 'aaaa', '备注', '22', null, '0', '1', 'string', '2000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6e56190228dcf60aedbc0048ffcd3a08', 'adf3934df41447aba921e5466f23dfff', 'attestation_type', 'aaaa', '认证类型', '19', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6e665b5204cc2d372f9c3e65cc8c0af3', 'd430c9dfb1014e41a5a823ae947e3804', 'nio_number', 'aaaa', 'nio编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6e7f648a1ccd0982e6d24174da510a5d', '0932e2bf6b824439ac8f8fd58350094b', 'technology_territory', 'aaaa', '技术领域', '11', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6ed6b18bb72c3db9196c249230d4e1df', 'becc0b2db5fb4511920bb34a94dd53b7', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6ef9c44a0204c04a28da8f6036ba2b4c', '891a5f26e9224ddfb811441c1947d20e', 'params_template_id', 'aaaa', '参数模板id', '19', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6f1701b9469cd2b240c43686e300b6a7', '402813817f3e397e017f3e39812f0001', 'update_by', null, '更新人登录名称', '11', 'update_by', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('6f687a005dbd8b516e016cd05041c3e3', '42baaa106e80443391523133807e6456', 'params_template_id', 'aaaa', '参数模板id', '12', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('6ff59f06c7f9c2339b77cf7a0232a75e', '2ea0b96059c541979f090cae4791bdd4', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-03-04 13:31:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('70104cb55248719236dd222104dcdddf', '402813817f3e397e017f3e39831e0002', 'user_identity', null, '身份(1普通成员 2上级)', '23', 'user_identity', '0', '1', 'int', '3', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('707560190bb8d837473e2d42bffbf150', 'c04152cd08634d898b6140a64009bd9d', 'engineering_interface_person', 'aaaa', '工程接口人id', '21', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('70fc8dc6c5a3a7cfed682cdc2bcce080', '94bb3c8f5674442081cf3fa75e7605b1', 'acti_proc_inst_id', 'aaaa', '流程实例id', '7', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7105cb583f67a0a5286f0d2a52e2bfab', 'c7cea2d026c34316b5236906ce16a639', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7183160e54f0857959c56dd94798567d', '402813817f3e397e017f3e39812f0001', 'create_time', null, '创建日期', '9', 'create_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('71bf40d6dfe6b426d401f1711d5e5731', '891a5f26e9224ddfb811441c1947d20e', 'is_must', 'aaaa', '是否必填', '9', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('71dca21505a2eec36bf5cb7e1ec814d2', 'cac43fbd3fc14437b5715a62cfbabdc1', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7213763fa4323642b8ddaffde1705c86', '465c69b795614d72b9e64ee3a980402b', 'doc_real_name', 'aaaa', 'doc文件名称', '15', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('721d8a1c307c5a7921d2c2a149276b25', '9e637cee15834bd19ea99d6889d1d1ad', 'finish_time', 'aaaa', '收集完成时间', '9', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('725c6171bb3ad84a052d410d7c9751fc', 'b78987f2cce64d0dbd98fceec73e824e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('725d8c0ae132315634b0a3858f14a6d2', '891a5f26e9224ddfb811441c1947d20e', 'cert_category', 'aaaa', '认证类别', '7', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7301f0aa2c62c895c811697779bef6d0', '8972ea4b5c9f421baea31d07cc8e4bc9', 'project_id', 'aaaa', '项目id', '2', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7332708f53ade380749c333eef4c52ea', '402813817eebc6c9017eebc6d18a0003', 'show_area', null, '展示区域', '45', 'show_area', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7342d0ec41e8e9a81d092e17c4da1760', '48308196e7b04761b533dc31bc899707', 'create_time', 'create_time', '创建日期', '200', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '1', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 17:59:37', '2022-01-21 14:27:40', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, '0', '1', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('73a37589b01f9a8ecd4530cec929de7f', '48308196e7b04761b533dc31bc899707', 'lei4_bie2', 'Category', '类别', '13', null, '0', '1', 'String', '36', '0', '', 'type', 'sys_dict', '类别', '3', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:28:40', 'admin', '', '', '', '', '', '3', '0', null, null, '0', '1499657602378825729', '0', '1', '0', '1', '1493782496880451585'); +INSERT INTO `onl_cgform_field` VALUES ('73a5f03b70ec54a20c0b373438be9a70', 'becc0b2db5fb4511920bb34a94dd53b7', 'is_must', 'aaaa', '是否必填', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('73e05d8220ef6133d8e1f045011e929c', 'c7cea2d026c34316b5236906ce16a639', 'is_read_only', 'aaaa', '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', '17', null, '0', '1', 'int', '3', '0', '', 'is_read_only', 'onl_cgform_field', 'is_read_only', 'list', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:49', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('741add2810c337c74c3b81d58c08afd7', '153e61ba0d944001b1f1efed15c0bde3', 'info_id', 'aaaa', '拆分信息id', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('74768826dd92d1bbde348c4bc493488c', 'd35109c3632c4952a19ecc094943dd71', 'test_one', null, '测试唯一校验', '19', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', 'only', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2022-02-14 14:42:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('747f2b5364cbb2affb933ccc1d7e8615', '402813817eebc6c9017eebc6d4bc0004', 'physic_id', null, '原始表ID', '25', 'physic_id', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('74a4071ed98ab7a6c9e02bb98528d5b7', '402813817eebc6c9017eebc6c9890000', 'del_flag', null, '删除状态', '6', 'del_flag', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('74a85fa2603c16d46b7313f62d7990f4', '0932e2bf6b824439ac8f8fd58350094b', 'cert_category', 'aaaa', '认证类别', '8', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('74bfa2948bad2f261b87cb53f7501c98', '7195bada726840df93ee8f33626b9cb5', 'directory_name', 'aaaa', '目录名称', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('74fd5b8028618e777e5925b410c11a74', '922416af055e4fc4b9095f4b7aae373d', 'document_id', 'aaaa', '文档库id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', 'buss_document_library', 'id', 'admin', '2022-02-24 20:26:14', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7528a369587c00d588f39b373195f65f', '402813817eebc6c9017eebc6d18a0003', 'is_show_list', null, '列表是否显示0否 1是', '25', 'is_show_list', '0', '1', 'int', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('764416fe2cfb621ba5cba4dcf88d05a6', 'be30982b414e43a2928e90157d0559dc', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('76cc52567f3b98e1996b009fe57e08de', '9ca1773d2a484d2fadae38491ad51aa1', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('7794239a63135cbaa04df729f5ac37a0', '77934b1a885644d8a3b6d56e934a8467', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('77a0f43f03b856393ac501a56443d360', '8c8ab9e99505430a85eb24b9c325d282', 'sys_org_code', null, '所属部门', '16', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('77a0f43f03b856393ac501a593a3d360', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'sys_org_code', null, '所属部门', '14', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('77a0f43f03b856393ac501a59443d360', '8972ea4b5c9f421baea31d07cc8e4bc9', 'sys_org_code', null, '所属部门', '12', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('77c6ea56325e87bfa83da4b5925ff3a3', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'car_type', 'aaaa', '车型', '8', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('780a32fd80bec7a8de07b24540b55a78', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('78485fa75d63e20d36c8127ab9dbbf8f', '402813817eebc6c9017eebc6d4bc0004', 'update_by', null, '修改人', '26', 'update_by', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('78b3d3c2eb01f416a566f215ed926f32', 'a8647f02f71241c086d99fc5985746b0', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('790868693730a515cbfb2ebd7ec48621', 'a129e6617bec42fbaa205eb08076103a', 'order_num', 'aaaa', '排序', '13', null, '0', '0', 'int', '11', '0', '', 'order_num', 'onl_cgform_field', 'order_num', 'text', '', '120', 'z', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('797381ecf5d73dab41803e01e7b5a5a6', 'c04152cd08634d898b6140a64009bd9d', 'homologation_engineer_id', 'aaaa', '认证工程师id', '20', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('797d3d8a256e4468a92d883877900fe2', '13c98e19999c4aeebd85eff4e201957e', 'prehomo_p_id', 'aaaa', 'prehomo流程 流程实例id', '11', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7983c9ab50ddff5f753fdb72efbe5e70', 'becc0b2db5fb4511920bb34a94dd53b7', 'control_verify', 'aaaa', '控件校验', '17', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7a0cbc44ac1fe988281617f1373b6584', 'c7cea2d026c34316b5236906ce16a639', 'show_area', '', '展示区域', '19', null, '0', '1', 'string', '50', '0', '', 'show_area', 'onl_cgform_area', 'show_area', 'list', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:49', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7a3acb532fdc9672a9bd33f6add57fe0', 'c04152cd08634d898b6140a64009bd9d', 'design_deliverable_type', 'aaaa', '设计符合性确认-交付物类型', '23', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7aeaea56d8d0cf929e8d4c8be58bfc4f', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7aef1cdf32bf651a472d6bb3332afaad', '1fadedad93cf418ca3f369460f7c4cda', 'file_suffix', 'aaaa', '文件后缀', '10', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7b8ece563b5403adfb3ea0378c896dcd', '9ca1773d2a484d2fadae38491ad51aa1', 'deadline', 'aaaa', '截止时间', '23', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('7b8ef9f8da124ed93e5c10a14b903390', '9ca1773d2a484d2fadae38491ad51aa1', 'cert_category', 'aaaa', '认证类别', '9', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('7b933342f75ab85a9237bdf600ff124b', 'becc0b2db5fb4511920bb34a94dd53b7', 'description', 'aaaa', '参数说明', '13', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7b9bb0e2a09f64b371fc304c44580d21', '402813817eebc6c9017eebc6c9890000', 'is_read_only', null, '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', '13', null, '0', '1', 'int', '3', '0', '', 'is_read_only', 'onl_cgform_field', 'is_read_only', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-16 14:12:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7bf222a7243f7d272bbe914d5b0dead7', 'c7cea2d026c34316b5236906ce16a639', 'is_show_laws_list', 'aaaa', '法规清单是否展示0否 1是', '21', null, '0', '1', 'int', '3', '0', '', 'is_show_laws_list', 'onl_cgform_field', 'is_show_laws_list', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:49', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7c4f8a4ad783f822cfa813ba1fa89315', 'c04152cd08634d898b6140a64009bd9d', 'verify_deliverable_template', 'aaaa', '验证符合性确认-交付物模板', '34', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7c8b29db70ab9652056a8ba22a5a9dde', '08a0edb01bb148899530be6e981791bc', 'items_val_id', 'aaaa', '条款信息id', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7cc3400d2fd6e6b3aa9306d849804b47', '402813817eebc6c9017eebc6d18a0003', 'dict_table', null, '字典表', '14', 'dict_table', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7cc7e038d712aee4bc77eb765c3d56c0', '8c8ab9e99505430a85eb24b9c325d282', 'create_user_id', 'create_user_id', '创建人', '12', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7cf701a0b0531c0f8163d72496f23d6d', '46614274ee304f7eaa82f62c8e90f287', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7d1e9f1d672603ef1b4e4e236508c2e6', '1fadedad93cf418ca3f369460f7c4cda', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7d93d1466e3fade0073415f52b1a3743', 'a129e6617bec42fbaa205eb08076103a', 'is_read_only', 'aaaa', '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', '17', null, '0', '0', 'int', '3', '0', '0', 'is_read_only', 'onl_cgform_field', 'is_read_only', 'list', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:02', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7df7ce07dfb9477061bbddeed144b967', '23df7ae5b70c4e1ca19e96d894946f51', 'file_id', 'aaaa', '交付物', '8', null, '0', '1', 'string', '2000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7e2701c9c81f098bd6caf0efd7a39205', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'legal_task_confirmation', 'aaaa', '法规任务确认', '4', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7e4b799f8dc28a9ead9a344bfff1601b', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'is_tree', 'aaaa', '是否是树', '10', null, '0', '1', 'string', '5', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7e87d6af5ebf0bce264a8fa56799fb32', '5a0de4646b964d3b8c3c8d36b08668b3', 'params_number', 'aaaa', '编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7ea7eac6a27d722ded9f5112618dfabe', 'c04152cd08634d898b6140a64009bd9d', 'implement_type', 'aaaa', '实施类别', '12', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7ee455aa5a8bcaab95b0a67752c0c267', '3bcde04c39344366a61c2a776f2617c5', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('7f0a98d4de4be8487c9ac074e1dc4165', '402813817eebc6c9017eebc6d4bc0004', 'form_category', null, '表单分类', '19', 'form_category', '0', '0', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7f0a9f52ef6a60ed54306a37f662d9b0', '9ca1773d2a484d2fadae38491ad51aa1', 'is_must', 'aaaa', '是否必填', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('7f14f3738a502362cd04d554204f6b49', '922416af055e4fc4b9095f4b7aae373d', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-24 20:26:13', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('7f20b8b58df140aa70fca88e5da26352', '256924c625f04ae7920191ad813dff4a', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('804c75bce92d37281c5ec16e1ce49fe3', '42baaa106e80443391523133807e6456', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('804ff1fcbca3f47bdc9009b34069a9c5', '91c6b2bbdb734c9a8c11b710a334fd0f', 'file_type', 'File type', '文本状态', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('8071e4dc604be44f435b9c34ba20045b', '8c8ab9e99505430a85eb24b9c325d282', 'project_name', 'project_name', '项目名称', '2', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('80863553df57c891cc1c80cacdc0075d', '402813817eebc6c9017eebc6ce1d0001', 'id', null, 'id', '1', 'id', '1', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('808e0b29b1b876abafed409e3bb5f4f2', '402813817eebc6c9017eebc6d18a0003', 'db_field_en_name', null, '字段英文名', '4', 'db_field_en_name', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('80d32b3c1edb320970eb5392c32fd614', '248649d82150438c85819e0ccec85f34', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('81017275b7ee5b0e151005441187eba9', '0932e2bf6b824439ac8f8fd58350094b', 'dre', 'aaaa', '填写人', '22', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('812638410de9ccfceab58d52c15751c9', 'acef2608ee4b4e73af3e357a2e399c49', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 17:13:32', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('81370d4ab98936496dfd9142b98612ca', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'prehomo_deadline', 'aaaa', 'PreHomo确认截止时间', '6', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8167d50ab3d1caa973f66504234b4d5e', 'c04152cd08634d898b6140a64009bd9d', 'design_due_date', 'aaaa', '设计符合性确认-截止时间', '27', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('818b9262f2b29214fb74659480e81e6f', '402813817f3e397e017f3e397e6a0000', 'dep_id', null, '部门id', '3', 'dep_id', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:10', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('81a7074b85d6ea7f0243e8b10b9c9081', '91c6b2bbdb734c9a8c11b710a334fd0f', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-31 14:25:27', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('81b4a25e61a7c0a80d5b24c964c5c20e', '94bb3c8f5674442081cf3fa75e7605b1', 'operator_person_id', 'aaaa', '操作人', '9', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('81c4254bde38572e76661d9176619827', '402813817f0b96ae017f0b96ae150000', 'pid', null, '父级节点', '2', 'pid', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:22', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('81d5ba7f1837456a060d8b828084f9aa', '402813817eebc6c9017eebc6d4bc0004', 'copy_version', null, '复制版本号', '23', 'copy_version', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('820c6570bf3e5405c5f0d483749dc890', '402813817eebc6c9017eebc6d18a0003', 'field_extend_json', null, '扩展参数JSON', '21', 'field_extend_json', '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('825c0bd698167ea43c4e42a2c7d24d1c', 'adf3934df41447aba921e5466f23dfff', 'verify_duty', 'aaaa', '验证符合性确认-责任人', '34', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('829a815fb3dcc277d72cf39a56d7ee41', 'a129e6617bec42fbaa205eb08076103a', 'is_show_search', 'aaaa', '搜索中心是否展示0否 1是', '21', null, '0', '0', 'int', '3', '0', '', 'is_show_search', 'onl_cgform_field', 'is_show_search', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:02', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('82b862a00ac7cf564a5a74b47f9b32b8', 'adf3934df41447aba921e5466f23dfff', 'shi4_yong4_fan4_wei2', 'aaaa', '适用范围', '10', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('82d57d6bae2e079b4d73cff23cf517dc', '8972ea4b5c9f421baea31d07cc8e4bc9', 'duty_territory', 'aaaa', '责任领域', '3', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('83aed235ef93d3c9f194490d7df9ae8c', 'dc4a39d84e8c4936913966306bd3a08e', 'create_time', 'aaaa', '创建时间', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-04-21 11:03:55', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('83b5cdfb42f5e4d4c3ef0a1881ec2ddd', 'a8647f02f71241c086d99fc5985746b0', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8435b36dff02734af075e421f9171248', '248649d82150438c85819e0ccec85f34', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('84d203a8f00426ead9bc4031b23ad9df', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-23 18:53:23', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('84fec4a260dc646dc570cbf7cb581dab', '9ca1773d2a484d2fadae38491ad51aa1', 'control_type', 'aaaa', '控件类型', '14', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('854931fcd6a1ab335cec9e5f08dbd105', 'd430c9dfb1014e41a5a823ae947e3804', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('85894f5ad04de66ccf45ebd96c97b534', '465c69b795614d72b9e64ee3a980402b', 'update_time', 'Convert time', '转换时间', '14', null, '0', '1', 'Date', '20', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('85a55658acd80bd3aeef6f4ae178a656', '13c98e19999c4aeebd85eff4e201957e', 'project_status_assess', 'aaaa', '项目状态评估', '15', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('868bebedc69dc692f25f3836378a59bd', '0932e2bf6b824439ac8f8fd58350094b', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('86a4f38a6269b74f9d175817661d1165', 'acef2608ee4b4e73af3e357a2e399c49', 'project_library_id', null, '项目库id', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 17:13:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('86afef843974a8b4610a94d01f272cf9', 'a129e6617bec42fbaa205eb08076103a', 'field_must_input', 'aaaa', '字段是否必填0否 1是', '14', null, '0', '0', 'string', '3', '0', '', 'field_must_input', 'onl_cgform_field', 'field_must_input', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('86d992c4712eaa0172d1982fdbf98ebf', '402813817eebc6c9017eebc6ce1d0001', 'update_time', null, 'updateTime', '11', 'update_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('87c3d0c4259cb9d4d89ec8668cf5aef3', 'be30982b414e43a2928e90157d0559dc', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('87c9fa2ef612e1fbb0e024f0ac34f795', '69bd6189a60b4cc19cd97fa3e6c0673b', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-01-25 11:17:24', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('88651760b4ce8ba89c84691e064bb670', 'c04152cd08634d898b6140a64009bd9d', 'subtitle', 'aaaa', '子标题', '10', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8876c4493a0977cf68b58d98c307e79e', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('88de72456c03410c364c80095aaa96eb', 'd35109c3632c4952a19ecc094943dd71', 'pop', null, '弹窗', '16', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('893077588764b2e695a164f2a7945828', '90492909f5e047988a55c3cca893983e', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('896328ae321b8aea86392896bfd9115a', '153e61ba0d944001b1f1efed15c0bde3', 'modify_user', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('89854ce0c89c59780b8378896a3fee56', '8c8ab9e99505430a85eb24b9c325d282', 'sys_org_code', null, '所属部门', '16', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-21 10:24:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('89d0817cdaa95b4793926dc7ba662814', '65525fc5732b44d2af16d4e908747e15', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8a088c578abdbb0a9e1e9ecc3577361b', '08a0edb01bb148899530be6e981791bc', 'modify_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8a17e0e68ed935b91e733d7870ee31eb', 'cf3625e23df649f19d5e503d92a87a3e', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8a390c8adeb75f0b6dae42241ab1ed0b', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'modify_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8ae218d604223158b42539da3ec61dbd', 'becc0b2db5fb4511920bb34a94dd53b7', 'file_template_connect_id', 'aaaa', '附件模板', '18', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8af381c0a84b731caa6e76f010318932', 'adf3934df41447aba921e5466f23dfff', 'sys_org_code', 'aaaa', '所属部门', '7', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8af4755ee8742f69e3b76afa3e086c5d', '5a0de4646b964d3b8c3c8d36b08668b3', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8b3dcd17ea65f51460b12216dd94a71e', '402813817eebc6c9017eebc6d4bc0004', 'is_tree', null, '是否是树', '9', 'is_tree', '0', '0', 'string', '5', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('8b413dcd06db9782d8d26133332598f6', 'acef2608ee4b4e73af3e357a2e399c49', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 17:13:31', '2022-04-29 17:06:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8c3df05900fd1975557730e5d5db3e1c', 'a129e6617bec42fbaa205eb08076103a', 'is_show_laws_list', 'aaaa', '法规清单是否展示0否 1是', '20', null, '0', '0', 'int', '3', '0', '', 'is_show_laws_list', 'onl_cgform_field', 'is_show_laws_list', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:02', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('8c71d6f9fb81193f2415637fe7d1e0da', '9e637cee15834bd19ea99d6889d1d1ad', 'params_template_publish_version', 'aaaa', '对应参数模板发布版本', '13', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8cba4debcb97f9a80692510fe3b38cf1', '9a907a16b31145b7b8acdcd3a2f88363', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8cc69649b424918033755e9c0bc624fd', 'fbcd375558634486a96db44639c26629', 'img_name', 'aaaa', '图片', '12', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8ce878fe8aa690dbbe12c08cf3c5ad2a', 'a44f101118744c83bbec236d64f755db', 'file_connect_id', 'aaaa', '附件类型数据', '9', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8ceceb1ea61813bdd7788fe8af99d9eb', '70f07fe7dee2401d8dfb8842eb20f2fc', 'user_id', 'aaaa', '办理人id', '12', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8d48ad068b41cfaf1c9f2c88b5c6e5ba', 'a8647f02f71241c086d99fc5985746b0', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8d4ca5ac886386bd39ca0834c337b345', '7716a48ea6924d2d960ef440b7eb1ddb', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8d4cbf36ed7f5272fba9ed9778bfa6d1', '0932e2bf6b824439ac8f8fd58350094b', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8da7c0cad88a350a0abebd7b9d2901d6', 'f689f1c4232046f7915449a287942262', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8dcf7d309aaf028e09c5bf3c867f1bcb', 'c04152cd08634d898b6140a64009bd9d', 'verify_deliverable_type', 'aaaa', '验证符合性确认-交付物类型', '33', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8e8895595e0ac92f830db128e64b86c3', 'c04152cd08634d898b6140a64009bd9d', 'project_library_id', 'aaaa', '项目库id', '7', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8ea01e105687c1bdae79572f9167d827', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'battery', 'aaaa', '电池', '10', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8eab7bd2cabec2975d074305408faecc', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'config_name', 'aaaa', '配置名称', '7', null, '0', '1', 'string', '25', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8eb09e5ada9c642856e1ac41f1175a3d', '3fc7100183374262a49fa0184166b561', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 13:57:09', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8eb8abdfca7fce29edd780cc9e16da08', 'adf3934df41447aba921e5466f23dfff', 'verify_initiator', 'aaaa', '验证符合性确认-发起人', '33', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8f1ce1a0c54712609304260a13e1dc2e', '5a0de4646b964d3b8c3c8d36b08668b3', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8f24a4fb64e417b305bc8205e3c4cab2', '42baaa106e80443391523133807e6456', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8f6fecfa9e92825ee905e724ef548453', '94bb3c8f5674442081cf3fa75e7605b1', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('8f75b624c1d9b3f7eb1cf9bdf3dd3878', '90492909f5e047988a55c3cca893983e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-24 16:24:11', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9050dc65a7b2fe82927b74a9ef4a4bb4', '9ca1773d2a484d2fadae38491ad51aa1', 'state', 'aaaa', '状态', '19', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('908e151f6f2837f98d7fcab4c8eddf0a', '48308196e7b04761b533dc31bc899707', 'exposure_draft', 'Draft for Comments', '征求意见稿', '22', null, '0', '1', 'string', '255', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:30:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499658880093847553', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('90a822b8a63bbbc1e9575c9f4e21e021', 'd35109c3632c4952a19ecc094943dd71', 'descc', null, '描述', '9', null, '0', '1', 'string', '500', '0', '', '', '', '', 'umeditor', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('90bf069ac13a2833c9d11f0d1ea06009', '3bcde04c39344366a61c2a776f2617c5', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('90fc6eb3b6e65e6db9e8fcb10982f2e9', '7195bada726840df93ee8f33626b9cb5', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9107248bec0b69e125b46371ce6e3c3d', '23df7ae5b70c4e1ca19e96d894946f51', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('913c6dfac83a180eafde6b2c698edffc', '402813817eebc6c9017eebc6cffa0002', 'index_field', null, '索引栏位', '4', 'index_field', '0', '1', 'string', '500', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9163c88849808a28ef6d81439cf3bbc9', 'c7cea2d026c34316b5236906ce16a639', 'is_model', 'belonging module', '所属模块(1文档库,0文档拆分', '7', null, '0', '1', 'string', '3', '0', '', 'module', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('91bbb0d1bdf889652dfabc90510d16fb', 'a44f101118744c83bbec236d64f755db', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9218fabb68c14af6826d908051c8e263', '3bcde04c39344366a61c2a776f2617c5', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('921a95944d0f6a780bb4e8eea10858eb', '48308196e7b04761b533dc31bc899707', 'neng2_yuan2_zhong3_lei4', 'Energy Type', '能源种类', '16', null, '0', '1', 'String', '2000', '0', '', 'energy_type', 'sys_dict', '能源种类', '4', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:31:40', 'admin', '', '', '', '', '', 'list_multi', '0', null, null, '0', '1499657602378825729', '0', '0', '0', '1', '1493782890096451586'); +INSERT INTO `onl_cgform_field` VALUES ('9265e26a846cf863add004b29b4c124a', 'a129e6617bec42fbaa205eb08076103a', 'field_show_type', 'aaaa', '表单控件类型', '10', null, '0', '0', 'string', '10', '0', '', 'field_show_type', 'onl_cgform_field', 'field_show_type', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('926820302b4821efccdb5eff69b693f6', '8972ea4b5c9f421baea31d07cc8e4bc9', 'update_time', 'aaaa', '更新日期', '11', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('926e96f2025e5df1943044437ede6af7', '402813817eebc6c9017eebc6d4bc0004', 'table_name', null, '表名', '2', 'table_name', '0', '0', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('92e6c5d7e92c369f5a341408e0dc897d', 'c04152cd08634d898b6140a64009bd9d', 'title', 'aaaa', '标题', '9', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('92f4ffc8572fbe2d82188c57a1a83801', '0932e2bf6b824439ac8f8fd58350094b', 'params_template_id', 'aaaa', '参数模板id', '18', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9316b4d024d06739be32302f88bc1d80', '69bd6189a60b4cc19cd97fa3e6c0673b', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-01-25 11:17:24', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('931bac2053e6bd795f0e350a6aad0ef4', '5a0de4646b964d3b8c3c8d36b08668b3', 'params_name', 'aaaa', '参数名称', '8', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('933ce9cfe2512b2b64f8d86836f8700a', 'be30982b414e43a2928e90157d0559dc', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('934a07bc39c9aa5040b20b10efff6147', 'c7cea2d026c34316b5236906ce16a639', 'db_field_txt', 'aaaa', '字段备注', '8', null, '0', '1', 'string', '200', '0', '', 'db_field_txt', 'onl_cgform_field', 'db_field_txt', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('938ccb877368dede6ee2b74ead9290f5', '9e637cee15834bd19ea99d6889d1d1ad', 'title', 'aaaa', '标题', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('93da03a48b7c40763d4c0588929f80aa', '1fadedad93cf418ca3f369460f7c4cda', 'modify_user', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('94091ba25fcb10812c2894d8e83f99d4', '65525fc5732b44d2af16d4e908747e15', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('940a00f4187b783a43160560d810273f', '402813817eebc6c9017eebc6d18a0003', 'db_is_key', null, '是否主键 0否 1是', '7', 'db_is_key', '0', '1', 'int', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('95d8342fc3a467367d31499a5df0dd76', 'acfc89fd9d78442f898e57660e39401f', 'en_name', 'english name', '英文名称', '8', null, '0', '0', 'string', '100', '0', '', '', '', '', 'text', '', '120', 's', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-28 19:31:48', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('95dda49fb5bed3fe0ff81815b38accad', '402813817f3e397e017f3e39831e0002', 'phone', null, '电话', '10', 'phone', '0', '1', 'string', '45', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9691488edb2366c8f28d82b13375f03e', 'c04152cd08634d898b6140a64009bd9d', 'wvta_id', 'aaaa', 'WVTA ID', '17', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('969ed1b7ed71179be6b540a222653a67', '14e8df3551614fee979ada4936fd74ba', 'create_by', 'aaaa', '订阅人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('96aae7b9215f625a16f9e97eacef2f35', '8c8ab9e99505430a85eb24b9c325d282', 'create_time', 'create_time', '创建日期', '13', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('97076fa0e65ca32d5beb0afa1b395aa0', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('97c31f855349d9c12ba851b3e1f76227', '402813817eebc6c9017eebc6d18a0003', 'update_by', null, '修改人', '31', 'update_by', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('97ddd8619a0977bcea765ce78c8a0eed', '90492909f5e047988a55c3cca893983e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9830945cfbdc39ce56ff201add49b20c', '402813817eebc6c9017eebc6d4bc0004', 'form_template', null, 'PC表单模板', '20', 'form_template', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('985f22d06d72e4b70c1dbc3b040eb8c8', 'f689f1c4232046f7915449a287942262', 'log_content', 'aaaa', 'log内容', '8', null, '0', '1', 'string', '2000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9871ef70786ff8cc0f4126f3866ad8bc', '256924c625f04ae7920191ad813dff4a', 'description', 'aaaa', '参数说明', '9', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('987b02e5d72fc54c9a70c8d5c7866dbd', '6cf7c541349040248439eb73d588c3dd', 'project_id', 'aaaa', '项目id', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('98949ccfd329486e94a7b2df2419b6a3', '2937b7c89eaf4145af393b64ab43e132', 'attestation_type', 'aaaa', '认证类型', '16', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9904aaba0b0aeb5dbdb4a9ed9cbdd726', '48308196e7b04761b533dc31bc899707', 'title', 'Chinese Title', '中文标题', '3', null, '0', '1', 'string', '100', '0', '', '', '', '', '1', '', '120', null, '1', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:33:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499657602378825729', '1', '1', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('9926d139e0ce42d06f88899a96a4758f', '0932e2bf6b824439ac8f8fd58350094b', 'control_type', 'aaaa', '控件类型', '14', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('998263a84918664ab2effb4f6ca05e2a', 'd430c9dfb1014e41a5a823ae947e3804', 'control_type', 'aaaa', '控件类型', '15', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('998440cf076aee7a7e1ed196ab95983e', '65525fc5732b44d2af16d4e908747e15', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9a15aa375ccfb0bb86ad3bf4745b1312', '48308196e7b04761b533dc31bc899707', 'implement_time', 'New Vehicle Execute Date', '在产车实施日期', '12', null, '0', '1', 'Date', '0', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '1', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:34:40', 'admin', '', '', '', '', '', 'date', '0', null, null, '0', '1499657602378825729', '0', '1', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('9a752e7e98091bcf267de5c49b8b728a', '402813817eebc6c9017eebc6d4bc0004', 'table_txt', null, '表说明', '5', 'table_txt', '0', '0', 'string', '200', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9ae02a23086deb90f1f921f40d22dea2', '13c98e19999c4aeebd85eff4e201957e', 'prehomo_status', 'aaaa', 'prehomo确认流程状态', '10', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9af5e52bc1e661ad80bb552fb2e31584', '922416af055e4fc4b9095f4b7aae373d', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-24 20:26:13', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9af7d1af15b67587394efedc4b941ca1', '77934b1a885644d8a3b6d56e934a8467', 'engineer_feedback_content', 'aaaa', '工程师反馈', '7', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9b022c23d5b7e3228f308585e3a80f74', '48308196e7b04761b533dc31bc899707', 'corresponding_standard', 'Compare EU/CN', '对应标准', '6', null, '0', '1', 'string', '100', '0', '', '', '', '', '10', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:35:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499657602378825729', '1', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('9b37fe9c167f8f9aafab97d9bf7a2bde', 'adf3934df41447aba921e5466f23dfff', 'verify_deliverable_type', 'aaaa', '验证符合性确认-交付物类型', '31', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9b71ee0a54623073789f7b8ce9656fe7', '891a5f26e9224ddfb811441c1947d20e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:18', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9b7c8050cdf3bc559d7a31482635f9f0', '402813817f0b96ae017f0b96ae150000', 'is_read_only', null, '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', '15', null, '0', '1', 'int', '3', '0', '', 'is_read_only', 'onl_cgform_field', 'is_read_only', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-23 14:36:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9b87d9c10e774c0196f83609f2ea4894', '90492909f5e047988a55c3cca893983e', 'icon_name', 'aaaa', '图标名称', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9cce8ad97b02e06e1429ed47f5dd0def', 'a129e6617bec42fbaa205eb08076103a', 'is_model', 'aaaa', '所属模块(1文档库,0文档拆分', '7', null, '0', '0', 'string', '3', '0', '', 'is_model', 'onl_cgform_area', 'is_model', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9cfca61ed70d983f0bd43c1f1f8e1a95', '402813817f3e397e017f3e39812f0001', 'sys_org_code', null, '所属部门', '13', 'sys_org_code', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9d44836a19e4e496d0777d36a18155af', '891a5f26e9224ddfb811441c1947d20e', 'sync_time', 'aaaa', '同步时间', '25', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9d58bcb2497ab6f84e877c8bfdba9ed8', 'a8647f02f71241c086d99fc5985746b0', 'dummy_inventory_id', 'aaaa', '虚拟清单基础表id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9d5959d807caa9d5101ac8c529ec1369', '65525fc5732b44d2af16d4e908747e15', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9d5fe834353a6e0dab3a2b7e1764a906', '465c69b795614d72b9e64ee3a980402b', 'json_real_name', 'aaaa', 'jsong文件名称', '18', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9dae2c8396768a99afd113c1c4f408d4', 'a129e6617bec42fbaa205eb08076103a', 'is_query', 'aaaa', '是否查询条件0否 1是', '19', null, '0', '0', 'int', '3', '0', '', 'is_query', 'onl_cgform_field', 'is_query', 'list', '', '120', '*', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:02', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9db6585c29c5f72efc53419f35c7c80c', 'd430c9dfb1014e41a5a823ae947e3804', 'control_values', 'aaaa', '控件备选值', '16', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9db814fea6023e273787b76471f4dda4', '402813817eebc6c9017eebc6ce1d0001', 'del_flag', null, '逻辑删除标识', '15', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-03-01 19:13:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9e50898f33c019a0c84f6b9ba8648141', '153e61ba0d944001b1f1efed15c0bde3', 'creation_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9e68c25ee619e996f73b15b946f75d72', 'a129e6617bec42fbaa205eb08076103a', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9e91b704de198ccf2f5fb7297e675404', 'c998a34ea4b84089932197ed0705c757', 'items_name', 'items_name', '条款名称', '9', null, '0', '1', 'string', '200', '0', '', '', '', '', '1', '', '120', null, '1', '', '', '1', '1', '1', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', 'text', '1', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('9ecdce8490aae32d76233357dd91cefc', '402813817eebc6c9017eebc6cffa0002', 'update_time', null, '更新日期', '9', 'update_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9ed062b5db7941ec73a9239090fb5374', '256924c625f04ae7920191ad813dff4a', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9eecba3daea64b65125b326f6b021e54', 'a129e6617bec42fbaa205eb08076103a', 'db_field_txt', 'aaaa', '字段备注', '8', null, '0', '0', 'string', '200', '0', '', 'db_field_txt', 'onl_cgform_field', 'db_field_txt', 'text', '', '120', '*', '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '1', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9f571e36516b54b630de8c53fd98715e', '42baaa106e80443391523133807e6456', 'cert_category', 'aaaa', '所属认证类别', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('9f726657d38dcc78a00debfb990d2435', '402813817eebc6c9017eebc6d18a0003', 'update_time', null, '修改时间', '32', 'update_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('9f82d58f22a12792a53e202d64a39f06', '48308196e7b04761b533dc31bc899707', 'shi4_yong4_di4_qu1', 'Area', '适用地区', '8', null, '0', '1', 'String', '2000', '0', '', 'region', 'sys_dict', '适用地区', '4', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-06-08 19:12:40', '2022-01-21 14:36:40', 'admin', '', '', '适用地区', 'region', 'sys_dict', 'list_multi', '0', null, null, '0', '1499657602378825729', '0', '1', '0', '1', '1493782108399820801'); +INSERT INTO `onl_cgform_field` VALUES ('9fc8c5edb6f18cc872c66ec234688108', '402813817eebc6c9017eebc6d4bc0004', 'is_db_synch', null, '同步数据库状态', '7', 'is_db_synch', '0', '0', 'string', '20', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a03f7930afd809d7813886516e6c32b6', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'pid', null, '父级节点', '14', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', null, null, '2022-02-15 11:08:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a049f9915ab5f6be06d4b56f609b75ca', '465c69b795614d72b9e64ee3a980402b', 'file_name', 'File name', '文件名称', '11', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a069b1e553d3241c9b1356d3a38d867f', '9ca1773d2a484d2fadae38491ad51aa1', 'technology_territory', 'aaaa', '技术领域', '11', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('a134a6fedc849c60d5df55713c0e3f89', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a1403b51a8822086376f604cfd03dced', '891a5f26e9224ddfb811441c1947d20e', 'description', 'aaaa', '参数说明', '14', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a1c9496cdfaceca22b0ef675f97e5629', '402813817eebc6c9017eebc6c9890000', 'id', null, 'id', '1', 'id', '1', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a1f852b4131b8732f742617ff8acf2f1', '5a0de4646b964d3b8c3c8d36b08668b3', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a2c7e4b2c94878fe8b843533b6666d87', '1fadedad93cf418ca3f369460f7c4cda', 'creation_user', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a2f0e9183e6de7f50e8a7cb49744a73d', 'a129e6617bec42fbaa205eb08076103a', 'show_area', 'aaaa', '展示区域', '18', null, '0', '0', 'string', '50', '0', '', 'show_area', 'onl_cgform_area', 'show_area', 'list', '', '120', '*', '0', '', '', '1', '1', '1', '0', 'single', 'onl_cgform_area', 'is_model', 'admin', '2022-02-15 17:22:02', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '1', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a319153cde6f98de45e5542e79a50719', '248649d82150438c85819e0ccec85f34', 'creation_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a35ee4bf585c48bc7d92d01da925dc13', 'be30982b414e43a2928e90157d0559dc', 'pull_data', 'aaaa', '下拉类型数据', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a36b5b0f964fccfb5bc5dd86046cd555', '46614274ee304f7eaa82f62c8e90f287', 'old_params_manifest_id', 'aaaa', '收集库参数清单id', '12', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a371f6d49781c0921a48f317d1ba69b6', '9ca1773d2a484d2fadae38491ad51aa1', 'dre', 'aaaa', '填写人', '22', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('a3752d93fec7d9a5649a57f9de4564fb', '402813817eebc6c9017eebc6d18a0003', 'db_field_name_old', null, '原字段名', '6', 'db_field_name_old', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a39a38dc87523806d099c3a8053672f6', '70f07fe7dee2401d8dfb8842eb20f2fc', 'form_data', 'aaaa', '表单数据 json', '13', null, '0', '1', 'Blob', '0', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a3c8654748361772a4989722771f4c50', '9ca1773d2a484d2fadae38491ad51aa1', 'file_template', 'aaaa', '附件模板', '17', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('a3ecb2cb9784916a03b0b61e37cc8118', 'b78987f2cce64d0dbd98fceec73e824e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a43fd623728230d766a9ada1108e6072', 'c04152cd08634d898b6140a64009bd9d', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a4c9000a7c15486d46cbe2d506d295f3', '922416af055e4fc4b9095f4b7aae373d', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-24 20:26:14', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a50ecd943878322324740d1d2efecd08', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'info_id', 'aaaa', '信息记录表id', '7', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a518b52fbcaf7fc6f545d6e38249e8ec', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'condition_assessment', 'aaaa', '评估状态', '7', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a5196d9fcdb0169147c8b7d6c2400548', '2937b7c89eaf4145af393b64ab43e132', 'xin1_che1_xing2_shi2_shi1_ri4_qi1', 'aaaa', '新车型实施日期', '14', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a5515fecd9f9ec7b6e5cb519918e6421', '402813817f3e397e017f3e39812f0001', 'end_time', null, '代理结束时间', '5', 'end_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a59a60cdb02cc7130b8eed72578c0a1c', '402813817eebc6c9017eebc6ce1d0001', 'status', null, '状态(1启用 0不启用)', '7', 'status', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('a650354e40a3b14a9a6947f056e701de', '2937b7c89eaf4145af393b64ab43e132', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a72c2a2b82ee0841368ccec6f77091ce', '9e637cee15834bd19ea99d6889d1d1ad', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a75c6c9bad4a22c7f0e01e385a008286', 'dc4a39d84e8c4936913966306bd3a08e', 'region', 'aaaa', '适用地区', '9', null, '0', '1', 'string', '100', '0', '', 'region', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a8653ac1a971d9dc7671dbca6c02cafb', 'becc0b2db5fb4511920bb34a94dd53b7', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a88d347bb94f1698a2e45d79542cc033', '8c8ab9e99505430a85eb24b9c325d282', 'id', 'id', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a89fec55960cdbf56a523a2a7a39b420', 'c04152cd08634d898b6140a64009bd9d', 'prehomo_deliverable_template', 'aaaa', 'prehomo确认-交付物模板', '29', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a8ce6471ce927f135e97d894f441e54c', '46614274ee304f7eaa82f62c8e90f287', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a8d9e08620876ea37d3a95517e1099c3', 'a44f101118744c83bbec236d64f755db', 'pull_data', 'aaaa', '下拉类型数据', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a8dba96e3bfa77ab0041fa7c0692e902', '08a0edb01bb148899530be6e981791bc', 'items_id', 'aaaa', '条款id', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a8fff302b6b9446cc65f3b290ecda348', 'c04152cd08634d898b6140a64009bd9d', 'verify_due_date', 'aaaa', '验证符合性确认-截止时间', '37', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a93a34683a4ded4581c57021552c83ce', 'd463cffcc3264a97965d7b070b172308', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('a9ac090291cc10c8ab178f98d32a67b9', '891a5f26e9224ddfb811441c1947d20e', 'state', 'aaaa', '状态', '20', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('aa9438beee895f714a96918adb0a859e', 'd430c9dfb1014e41a5a823ae947e3804', 'control_verify', 'aaaa', '控件校验', '17', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('aa9c5238e2eefebdfdc9030543e613cd', '248649d82150438c85819e0ccec85f34', 'modify_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('aaa6cb425932279ec11cccc4ce26bbb3', '2937b7c89eaf4145af393b64ab43e132', 'subtitle', 'aaaa', '子标题', '11', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('aad5daf3d77b5b11d1b326d29d6fa56f', '48308196e7b04761b533dc31bc899707', 'serial_number', 'Number', '编号', '2', null, '0', '1', 'string', '100', '0', '', '', '', '', '2', '', '120', null, '1', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499657602378825729', '1', '1', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('aaf1b504decf059c1f018f6345025dd8', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'dict_name', 'aaaa', '字典名称', '7', null, '0', '1', 'string', '100', '0', '', 'dict_name', 'sys_dict', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ab408c49305d2a14825da70599f2dc48', '6cf7c541349040248439eb73d588c3dd', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ab631a1de1de4639c25ffa1804100289', '9a907a16b31145b7b8acdcd3a2f88363', 'content', 'aaaa', '消息内容', '7', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ac31789367f43aac803883338cafdb4e', '402813817eebc6c9017eebc6d4bc0004', 'is_page', null, '是否分页', '8', 'is_page', '0', '0', 'string', '5', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ac649f4247e983d71989f7e96782691a', '0932e2bf6b824439ac8f8fd58350094b', 'deadline', 'aaaa', '截止时间', '23', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ac710918b7803f3824c1badf529601fa', '13c98e19999c4aeebd85eff4e201957e', 'design_status', 'aaaa', '设计符合性流程状态', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('acafef8d5e6b56a75474b345bb82739b', '6cf7c541349040248439eb73d588c3dd', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ad9c902be0bda2124adc9f4482e05846', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ada214b5d4e639b66843e3796b8489ba', '13c98e19999c4aeebd85eff4e201957e', 'certification_progress', 'aaaa', '认证进度', '14', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('addc3d0936b07bce622d613d6d8d972f', 'c7cea2d026c34316b5236906ce16a639', 'is_show_list', 'aaaa', '列表是否显示0否 1是', '16', null, '0', '1', 'int', '3', '0', '', 'is_show_list', 'onl_cgform_field', 'is_show_list', 'list', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ade5fd8df5cc014048b4e39562589193', 'c7cea2d026c34316b5236906ce16a639', 'dict_name', 'aaaa', '字典名称', '11', null, '0', '1', 'string', '100', '0', '', 'dict_name', 'sys_dict', 'dict_name', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ae49b971ca360ceb603109852c53da71', 'd430c9dfb1014e41a5a823ae947e3804', 'is_must', 'aaaa', '是否必填', '8', null, '0', '1', 'string', '50', '0', '', 'params_template_must', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ae65d12b97332ab95905c65cce0db3ee', '402813817f3e397e017f3e39831e0002', 'email', null, '电子邮件', '9', 'email', '0', '1', 'string', '45', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ae7af60ad2e3220e2ef51840f3891978', 'acfc89fd9d78442f898e57660e39401f', 'create_by', null, '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-28 19:31:47', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('aeb6894ecf5ad95b65f116a3cfc46c03', '402813817f3e397e017f3e39831e0002', 'activiti_sync', null, '同步工作流引擎(1-同步,0-不同步)', '16', 'activiti_sync', '0', '1', 'int', '3', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('aed134405dcf6b8d5b36373aa5884132', '402813817eebc6c9017eebc6d18a0003', 'query_show_type', null, '查询显示控件', '40', 'query_show_type', '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('aee1e2483050d7d0eb866b5e5290ea7d', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'creation_user', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('af00cfa38bf836734b64aa0943bd7f72', '402813817eebc6c9017eebc6d4bc0004', 'tab_order_num', null, '附表排序序号', '15', 'tab_order_num', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('af1463646b1f8cef468f27dcc8091da1', 'fbcd375558634486a96db44639c26629', 'createion_user', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('af4500c319d95cb0c0f5a1c768a31009', '1fadedad93cf418ca3f369460f7c4cda', 'stand_id', 'aaaa', '标准id', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('af5e94feb281905114a1511cd8ae2be4', '13c98e19999c4aeebd85eff4e201957e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('af7f50f9e8bdf52e1aaffaa0251156dd', '402813817eebc6c9017eebc6d4bc0004', 'update_time', null, '修改时间', '27', 'update_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('af935d1ada84516906e13c2490864e6e', '402813817eebc6c9017eebc6ce1d0001', 'is_tag_dict', null, '是否为标签内容-数据字典(1是 0否)', '12', null, '0', '1', 'int', '3', '0', '', 'is_tag_dict', 'onl_cgform_field', 'is_tag_dict', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-15 11:49:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('afa0f28d785b7c7e58ea5b5acb51f5e9', '7716a48ea6924d2d960ef440b7eb1ddb', 'params_collect_manifest_id', 'aaaa', '参数收集清单id', '11', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('afa4abce289245ad6c7d44fb6ad19b3b', '8ed012c5f28842bbb76c6882cca3eea5', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('afbc344d8edde75c83cef3ddb919e3b3', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('afcca597e013d4102a1bd3cb9a24a4f3', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'design_deadline', 'aaaa', '设计符合性确认截止时间', '5', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b03d3db36602c931a4b9ab0780ce22b4', '402813817f0b96ae017f0b96ae150000', 'update_time', null, '更新日期', '8', 'update_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b05f792f8b55df417ad764b5f16c31bd', 'becc0b2db5fb4511920bb34a94dd53b7', 'params_template_id', 'aaaa', '参数模板id', '19', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b0ac68b668141a1ed7144197235c74d7', '14e8df3551614fee979ada4936fd74ba', 'sys_org_code', 'aaaa', '所属部门', '5', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b0b89a67dd08743f91019b10b0b1139f', '256924c625f04ae7920191ad813dff4a', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b0f3f9b1e6eca1df16ddd44d4a4bd2d9', '402813817eebc6c9017eebc6cffa0002', 'id', null, '主键', '1', 'id', '1', '0', 'string', '36', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '1', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b1366ee5bc8263c69db6ea784b8821f1', '70f07fe7dee2401d8dfb8842eb20f2fc', 'status', 'aaaa', '状态:待办 、已办', '10', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b142638d01e6fb2ffb6e5da1a9c14d47', '2ea0b96059c541979f090cae4791bdd4', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-03-04 13:31:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b157dab5fa0069b576fe3b26422f2ef9', '91c6b2bbdb734c9a8c11b710a334fd0f', 'title', 'Title', '标题', '7', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-30 19:18:13', 'admin', '', '', '', '', '', 'text', '1', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b1b09b3370b4f906e22c157a155dc648', '402813817eebc6c9017eebc6ce1d0001', 'dict_id', null, '字典id', '2', 'dict_id', '0', '1', 'string', '32', '0', '', 'id', 'sys_dict', 'id', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b1c68d36ae5cc9a64118bf24d1a8ed70', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'project_id', 'aaaa', '项目id', '2', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b1fed2f74c20e9c4773ec8cab92d918b', 'cf3625e23df649f19d5e503d92a87a3e', 'state', 'aaaa', '状态', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b243c78ccb5220278cd19dfd6be4d5ab', '42baaa106e80443391523133807e6456', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b27e729b73765e2203c0f006f52a37f7', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-23 18:53:22', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b2998e32336776c0616ab2de041344bb', '70f07fe7dee2401d8dfb8842eb20f2fc', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b2a8d48b8719c0748ea2d7f88f964321', '8c8ab9e99505430a85eb24b9c325d282', 'studio_engineer', 'studio_engineer', 'studio工程师', '5', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b30e9c5d8a5211eca8ec4260b3f4e281', '13c98e19999c4aeebd85eff4e201957e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b3388f92cafc9faa48c6918855a0edcf', '2937b7c89eaf4145af393b64ab43e132', 'prehomo_duty', 'aaaa', 'prehomo确认-责任人', '32', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b35bd462de4c45d06fd9b622359cd52b', '5a0de4646b964d3b8c3c8d36b08668b3', 'cert_category', 'aaaa', '所属认证类别', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b3c9c9c3db2fb9fba9309fdd644e9b79', '8ed012c5f28842bbb76c6882cca3eea5', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b46f871e6500a97044dad5776315b842', '83ec307de7a248f68207e84f2cf8000f', 'create_by', 'aaaa', '收藏人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 11:02:05', '2022-02-15 15:46:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b54b3863a51ecb93782c379143122b77', '2937b7c89eaf4145af393b64ab43e132', 'verify_due_date', 'aaaa', '验证符合性确认-截止时间', '38', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b59280004d0d25821ea4d536e6760254', 'f689f1c4232046f7915449a287942262', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b604f2dc826fdfdf0c56226e45af9fec', '0932e2bf6b824439ac8f8fd58350094b', 'sdt', 'aaaa', '工程接口人', '21', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b66fe8fd74c83861e011ebe6a8aefd26', 'a234bb12c0174f9d9d451ae138169b6a', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b6beabca55befdf1c12ed4728c8c3d43', '2937b7c89eaf4145af393b64ab43e132', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b76ff2a864fa7e3972a2ebda84e0910f', '8ed012c5f28842bbb76c6882cca3eea5', 'version', 'aaaa', '版本', '8', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:06', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b7bc0091ba5fe862f0ce52abf926b1b3', '2937b7c89eaf4145af393b64ab43e132', 'corresponding_standard', 'aaaa', '对应标准', '12', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b84a6a6631959a1f8298dbedbe5bf123', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b85b1e696751f2d74e1451d533594851', '83ec307de7a248f68207e84f2cf8000f', 'create_time', 'aaaa', '收藏日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 11:02:05', '2022-02-15 15:46:10', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b87f669f6400f761e59c8a02ffb939ac', 'c7cea2d026c34316b5236906ce16a639', 'db_field_name', 'aaaa', '字段英文名称描述', '9', null, '0', '1', 'string', '32', '0', '', 'db_field_name', 'onl_cgform_field', 'db_field_name', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('b8eb7e4cbc0da2e6086593360d73bf34', 'adf3934df41447aba921e5466f23dfff', 'update_time', 'aaaa', '更新日期', '6', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b956b108f1a55a0b94d98d4855c14cda', '2937b7c89eaf4145af393b64ab43e132', 'verify_deliverable_type', 'aaaa', '验证符合性确认-交付物类型', '34', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('b9e4f845a081b477d80c6f6200835f17', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'parent_id', 'aaaa', '父节点id', '9', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ba17414716b12b51c85f9d1f6f1e5787', 'd35109c3632c4952a19ecc094943dd71', 'chegnshi', null, '城市', '15', null, '0', '1', 'string', '300', '0', '', '', '', '', 'pca', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2020-11-26 16:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ba70bc7786ab4be39a1148c8a5db66c3', 'c7cea2d026c34316b5236906ce16a639', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bb4d34a00b3a2b2b128644a477704dd4', '252e86298f264da085c669cef8c2dcfa', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bb5a3d32a8afbb52f579d45cea3b9e5c', 'adf3934df41447aba921e5466f23dfff', 'implement_type', 'aaaa', '实施类别', '18', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bb5c58ce541202c41f3bc8e5284f9391', '402813817eebc6c9017eebc6d18a0003', 'order_num', null, '排序', '30', 'order_num', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bb5f69bf13d4c62d691a42b40cdb6a51', '3bcde04c39344366a61c2a776f2617c5', 'log_content', 'aaaa', 'log内容', '8', null, '0', '1', 'string', '32', '2000', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bb6f60a0b1faf738f5d055fa6b98f71c', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'create_by', null, '创建人', '10', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bb92be2c6070624e5d4fd11c12375c5c', '402813817eebc6c9017eebc6d18a0003', 'query_def_val', null, '查询默认值', '36', 'query_def_val', '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bbe3cb4ab54941350ac3bbe118cee937', '402813817eebc6c9017eebc6d18a0003', 'dict_field', null, '字典code', '13', 'dict_field', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bc2c5ea8de41e180bd2a8057dd5f6791', '402813817f3e397e017f3e39831e0002', 'id', null, '主键id', '1', 'id', '1', '0', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '1', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bc581067b1c5988e99a3b27ff96aa232', '891a5f26e9224ddfb811441c1947d20e', 'control_values', 'aaaa', '控件备选值', '16', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bc663403342101bd58a28af34b1f8114', '891a5f26e9224ddfb811441c1947d20e', 'nio_number', 'aaaa', 'NIO编号', '8', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bc81b64616d1911a556a020132adba67', '9e637cee15834bd19ea99d6889d1d1ad', 'project_id', 'aaaa', '项目id', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bc9f9e18c1ad29a4ffca39c2058c6d22', '891a5f26e9224ddfb811441c1947d20e', 'params_name', 'aaaa', '参数名称', '10', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bd332af1e72fa010ad94d55e9d291871', '844386ed13b647a199e9baf860dd5fde', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bd34084cfa01c63dfc477e8469df91d3', '402813817eebc6c9017eebc6cffa0002', 'cgform_head_id', null, '主表id', '2', 'cgform_head_id', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('be125c2e5288584f2f281d7d62c626ba', '9a0f79126856471db3ae89b61e6dd330', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('be868eed386da3cfcf49ea9afcdadf11', 'd35109c3632c4952a19ecc094943dd71', 'create_time', null, '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('be94c3c7e2e46dcd2dc18b66c6f999d1', '08a0edb01bb148899530be6e981791bc', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bee8c8e5d2c81a9d8d786069013319a8', '8ed012c5f28842bbb76c6882cca3eea5', 'motor', 'aaaa', '电机', '11', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:07', '2022-05-05 14:59:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('bf6b8abd553b0bc9c179d04be6c4d947', '402813817f3e397e017f3e39831e0002', 'org_code', null, '机构编码', '11', 'org_code', '0', '1', 'string', '64', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bf7f165a67034752053d69f860125b87', '402813817eebc6c9017eebc6d18a0003', 'converter', null, '自定义值转换器', '35', 'converter', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('bfc29df390b2e8c1947dd739456614ed', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'battery', 'aaaa', '电池', '10', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c068d302fe729a4ca97d15558f4ee717', '2937b7c89eaf4145af393b64ab43e132', 'homologation_engineer_id', 'aaaa', '认证工程师', '21', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c0b4931f02d284a51ac6aee268913689', 'a129e6617bec42fbaa205eb08076103a', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c0e15761c8aa00b59ef34991c9b9c0d1', 'c04152cd08634d898b6140a64009bd9d', 'task_release_status', 'aaaa', '任务发布状态', '38', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c127e85558065f95f62ca94170058cff', '0932e2bf6b824439ac8f8fd58350094b', 'nio_number', 'aaaa', 'NIO编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c163d8b39440955e2e7679d274deb5ee', 'd430c9dfb1014e41a5a823ae947e3804', 'technology_territory', 'aaaa', '技术领域', '10', null, '0', '1', 'string', '1000', '0', '', 'technology_territory', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c16e6397319e9ea8815ee4e47607d843', 'd463cffcc3264a97965d7b070b172308', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c17e42b6557dc33d55b8d7175ff85863', '23df7ae5b70c4e1ca19e96d894946f51', 'project_task_inventory_id', 'aaaa', '法规清单id', '12', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c2a0d906709a22372e70ac3e9ec07770', '844386ed13b647a199e9baf860dd5fde', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c2d39df92ff84b16ffd94200eea87b22', '9ca1773d2a484d2fadae38491ad51aa1', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('c30d4671fc4853b5dd8f112c74f5747d', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'update_time', null, '更新日期', '13', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-20 17:07:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c31d68e204960c073b1fb8126a443492', '891a5f26e9224ddfb811441c1947d20e', 'duty_territory', 'aaaa', '责任领域', '13', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c31d9fe808c89da170904596e47ac3ec', 'c04152cd08634d898b6140a64009bd9d', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c38ba8c54bee7f62303d3892fcdab6eb', '08a0edb01bb148899530be6e981791bc', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c44299fcd8567fa873f9b254d46c0c31', '94bb3c8f5674442081cf3fa75e7605b1', 'task_definition_key', 'aaaa', '操作节点', '8', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c45802e859f8e59520653936c46b641d', 'dc4a39d84e8c4936913966306bd3a08e', 'state', 'aaaa', '状态', '8', null, '0', '1', 'string', '100', '0', '', 'params_template_state', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 11:03:56', '2022-04-21 10:38:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c47559e8cdca4459b7495e9eb0a5c3e9', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'tree_fieldname', 'aaaa', '树开表单列字段', '13', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c47e9e61b3c7f9320f21feb803d2e4cf', '08a0edb01bb148899530be6e981791bc', 'row_num', 'aaaa', '行数', '9', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c4b71662f3634c4a2bf4d5c75b1cc052', 'c7cea2d026c34316b5236906ce16a639', 'db_length', 'aaaa', '数据库字段长度', '12', null, '0', '1', 'int', '200', '0', '', 'db_length', 'onl_cgform_field', 'db_length', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c4d03c1577826d803c414b5b35693ee8', '465c69b795614d72b9e64ee3a980402b', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', null, '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c53569c46d015137a4c185bcb6e9fe8b', 'd430c9dfb1014e41a5a823ae947e3804', 'file_template_connect_id', 'aaaa', '附件模板', '18', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c5571470374c1d1da3eff56c62ec5324', 'becc0b2db5fb4511920bb34a94dd53b7', 'nio_number', 'aaaa', 'nio编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c565984e45824792278f6f30bc8708a5', '402813817eebc6c9017eebc6ce1d0001', 'sort_order', null, '排序', '6', 'sort_order', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c5696b7dfe051497071ddbdc60f511f9', '248649d82150438c85819e0ccec85f34', 'valid_flag', 'aaaa', '是否有效', '11', null, '0', '1', 'int', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c5a2523cb4afe1171b3aa944ec08e491', '0932e2bf6b824439ac8f8fd58350094b', 'control_verify', 'aaaa', '控件校验', '16', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c5ad32a126d68e03d6bae73af9e95c4f', '5cb9ceb1cfb9444aaf57c2cf60c16cff', 'creation_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:34:06', '2022-03-02 14:55:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c63b74f1e21e2b42798d77c93953e043', '9ca1773d2a484d2fadae38491ad51aa1', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('c6887ea159ad41d602072ad433b1db26', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'attestation_start_time', 'aaaa', '认证开始', '7', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c6c0fd940bf36066fc93d318229f8c6e', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'list_confirmation', 'aaaa', '法规清单确认', '3', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c6c705b5698b6ca5004126649171f02f', '256924c625f04ae7920191ad813dff4a', 'params_number', 'aaaa', '编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c6ed459341814bc0c1210db413868978', 'adf3934df41447aba921e5466f23dfff', 'prehomo_deliverable_type', 'aaaa', 'prehomo确认-交付物类型', '27', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c70219e24f8a1e8bc737ab5115f73671', '153e61ba0d944001b1f1efed15c0bde3', 'valid_flag', 'aaaa', '是否有效', '10', null, '0', '1', 'int', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c70f9884c2f068cae72b08fd166601d7', '402813817eebc6c9017eebc6d18a0003', 'db_field_name', null, '字段名字', '3', 'db_field_name', '0', '0', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c742c8d05195bddf632021a3f57aaba4', '0932e2bf6b824439ac8f8fd58350094b', 'is_must', 'aaaa', '是否必填', '9', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c77e25224cff802ea2f850c976e57a66', 'acfc89fd9d78442f898e57660e39401f', 'id', null, '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-28 19:31:47', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c78d4a92c6e5acce3343b7c77f3d7ec9', '252e86298f264da085c669cef8c2dcfa', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c7b6184f64b34c3648e42cce21f22a15', 'cf3625e23df649f19d5e503d92a87a3e', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c803c34bc425b4ed4e23c055f2f390e9', '402813817eebc6c9017eebc6ce1d0001', 'item_value', null, '字典项值', '4', 'item_value', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c837fb7d277ea85814547532fdb66cca', 'a234bb12c0174f9d9d451ae138169b6a', 'parent_id', 'aaaa', '父id', '8', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 17:32:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c85f0989e7b6401238dc8af38f83dcb9', '402813817eebc6c9017eebc6d18a0003', 'is_read_only', null, '是否是只读(1是 0否)', '26', 'is_read_only', '0', '1', 'int', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c893597c0f046a11996b932f55289cd6', '90492909f5e047988a55c3cca893983e', 'url', 'aaaa', '路由', '10', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c89a1fd475da1eb641825b26dc28d034', '8972ea4b5c9f421baea31d07cc8e4bc9', 'remark', 'aaaa', '备注', '7', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c8c503886efe11410fa8d4080aae53ba', '8972ea4b5c9f421baea31d07cc8e4bc9', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-11 15:02:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c90fb1119c1efb7bf519399b2ed7ced2', '77934b1a885644d8a3b6d56e934a8467', 'file_id', 'aaaa', '交付物', '8', null, '0', '1', 'string', '2000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c91a43b69a33c429f3de61f7ec77fc3f', '6cf7c541349040248439eb73d588c3dd', 'params_template_publish_version', 'aaaa', '对应参数模板发布版本', '13', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c975087db4023e6e4a5b3732f0835e2e', '91c6b2bbdb734c9a8c11b710a334fd0f', 'file_name', 'File name', '文件名称', '10', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c9a44f55f98d5c74b54b1ca801afddfb', '402813817f3e397e017f3e39812f0001', 'agent_user_name', null, '代理人用户名', '3', 'agent_user_name', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('c9cafecb05ae311088de3992544552de', 'd463cffcc3264a97965d7b070b172308', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('c9d6effa04a4e92baf450d293514a815', '91c6b2bbdb734c9a8c11b710a334fd0f', 'sys_org_code', 'aaaa', '所属部门', '5', null, '0', '1', 'string', '64', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ca3c1eaf0077f5d337e92809c0e76fc8', '90492909f5e047988a55c3cca893983e', 'state', 'aaaa', '标识', '11', null, '0', '1', 'string', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ca5d185bb3b6afcc375870c4f871ae30', '891a5f26e9224ddfb811441c1947d20e', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:18', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('caa78827083a8ba676af5ba0700c90a1', '08a0edb01bb148899530be6e981791bc', 'creation_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('caae2c9872fabf006080d78dcad188a6', '48308196e7b04761b533dc31bc899707', 'issue_time', 'Issue Date', '发布日期', '10', null, '0', '1', 'Date', '0', '0', '', '', '', '', '5', '', '120', null, '1', '', '', '1', '1', '1', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:37:40', 'admin', '', '', '', '', '', 'date', '0', null, null, '0', '1499657602378825729', '0', '1', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('caf689f3d260bf4041e4fb2938c134bc', '402813817eebc6c9017eebc6cffa0002', 'index_name', null, '索引名称', '3', 'index_name', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('cb467de83e159204955a4e5fe2e97658', 'b78987f2cce64d0dbd98fceec73e824e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cb7da49a981a1b0acc5f7e8a0130bdcd', 'd35109c3632c4952a19ecc094943dd71', 'user_code', null, '用户编码', '11', null, '0', '1', 'String', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '0', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-05-11 16:26:37', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('cbce81da8859ee1cdec27907e5530cf4', '65525fc5732b44d2af16d4e908747e15', 'project_comment_id', 'aaaa', '法规清单评论表id', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 15:39:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cc46c4dc25ffef3765269547c972d9f1', '8c8ab9e99505430a85eb24b9c325d282', 'target_market', 'target_market', '目标市场', '3', null, '0', '1', 'string', '100', '0', '', 'region', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cc6d752ff1a9f6c7915b934bc3b51f40', '0932e2bf6b824439ac8f8fd58350094b', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ccf68e6578a0a446a6ac34018f0a477d', 'c998a34ea4b84089932197ed0705c757', 'technology_territory', 'technology_territory', '技术领域', '13', null, '0', '1', 'string', '1000', '0', '', '', '', '', '0', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-25 16:08:01', '2022-03-02 15:08:33', 'admin', '', '', '', 'function_territory function_territory', '', 'text', '0', null, null, '0', null, null, null, '0', '0', '1496390921674084353'); +INSERT INTO `onl_cgform_field` VALUES ('cd0b4652498a5900c1aaf825f1d89ff0', 'cac43fbd3fc14437b5715a62cfbabdc1', 'technology_territory', 'aaaa', '订阅领域', '7', null, '0', '1', 'string', '32', '0', '', 'technology_territory', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('cd179515e3d1aad125119e1d9fb6c3c3', '70f07fe7dee2401d8dfb8842eb20f2fc', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cd80ce225533038f6b32f114d8b8159a', '5a0de4646b964d3b8c3c8d36b08668b3', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:56:21', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cd81b8051d24d087c9c68e05c88d2b98', '402813817eebc6c9017eebc6d18a0003', 'db_field_txt', null, '字段备注', '5', 'db_field_txt', '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('cdaff6881ac55fff9bfcac0fdb4d50c0', '402813817f3e397e017f3e39831e0002', 'create_time', null, '创建时间', '20', 'create_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('cdc3dba4d704a027435fbbb9a3afbb8c', '256924c625f04ae7920191ad813dff4a', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ce29ea71a91fa42b98995927591bd23c', '83ec307de7a248f68207e84f2cf8000f', 'document_id', null, '文档库id', '5', null, '0', '1', 'string', '36', '0', '', 'id', 'buss_document_library', 'id', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-23 11:02:05', '2022-02-23 09:55:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ce68e3f749bfae89e2b0effc0edb644c', '08a0edb01bb148899530be6e981791bc', 'content', 'aaaa', '内容', '11', null, '0', '1', 'string', '4000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ced642bd61d067f51ad12399174f3f44', 'f689f1c4232046f7915449a287942262', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cf18050c3101e0b0187c500f4f037431', '402813817eebc6c9017eebc6d4bc0004', 'is_des_form', null, '是否用设计器表单', '31', 'is_des_form', '0', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('cf5803a60e5a4647cc29545411cab3d1', '9a0f79126856471db3ae89b61e6dd330', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('cf81754e4e4e450586c7321c962dcd3e', 'a8647f02f71241c086d99fc5985746b0', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d00d164db8c7b1f222f08ec9bd93c3c8', '8ed012c5f28842bbb76c6882cca3eea5', 'display_seq', null, '展示顺序', '13', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:48:07', '2022-05-06 14:55:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d06baaf18d101b25acee5ddfd79f818c', '402813817eebc6c9017eebc6c9890000', 'attribute_type', null, '标签类型 1下拉选择 2树形结构', '14', null, '0', '1', 'string', '30', '0', '', 'attribute_type', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-16 14:12:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d076cd73ca0dab284a7d4a35106cddbd', '9a907a16b31145b7b8acdcd3a2f88363', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d080e8d008bbe781efe8ecb762d537eb', 'adf3934df41447aba921e5466f23dfff', 'design_duty', 'aaaa', '设计符合性确认-责任人', '26', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d08d5b750b86ee6cfd64625b7db420c4', '402813817eebc6c9017eebc6d4bc0004', 'sub_table_str', null, '子表', '14', 'sub_table_str', '0', '1', 'string', '1000', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d0a0e92b2b7445f0df6729744e3b6c78', 'c7cea2d026c34316b5236906ce16a639', 'field_show_type', 'aaaa', '表单控件类型', '10', null, '0', '1', 'string', '10', '0', '', 'field_show_type', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d0e1f1ffba9c5196491cedb085bbb75d', '94bb3c8f5674442081cf3fa75e7605b1', 'approval_opinion', 'aaaa', '意见', '11', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d174c33a7d02329c8713f6eee771b997', '402813817eebc6c9017eebc6d18a0003', 'dict_text', null, '字典Text', '15', 'dict_text', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d1a923e5169edf187776741f960a03b5', '7716a48ea6924d2d960ef440b7eb1ddb', 'params_config_id', 'aaaa', '参数配置id', '10', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d1f23aa2d030d09909cf14938b96843b', '465c69b795614d72b9e64ee3a980402b', 'doc_name', 'aaaa', 'doc本地存放全路径', '13', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d2140eab4f6c5997d6b0608ce68b96f4', '69bd6189a60b4cc19cd97fa3e6c0673b', 'yonghu', 'aaaa', '用户', '7', null, '0', '1', 'string', '32', '0', '', '', '', '', 'sel_user', '', '120', null, '1', '', '', '0', '1', '1', '0', 'group', '', '', 'admin', '2022-01-25 11:17:24', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d246d29df1de973bd6ea4ccec039186f', '252e86298f264da085c669cef8c2dcfa', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d249541f415bffc302aad35f0de1014c', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d30bd47ad7fc6c46337d2c4ed1f3d53d', '90492909f5e047988a55c3cca893983e', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d3cfbc5bb8f467d6c51e0cc2fe151976', '0932e2bf6b824439ac8f8fd58350094b', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d473a0b6a34667701e1563bf0f6998ac', 'cac43fbd3fc14437b5715a62cfbabdc1', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d49cd3c6e54391372d7efdbc49025a36', 'd463cffcc3264a97965d7b070b172308', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d4d8cae3cd9ea93e378fc14303eee105', 'd35109c3632c4952a19ecc094943dd71', 'create_by', null, '创建人登录名称111', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'switch', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d4f06abb40421f103d7939d6f84b9a88', '252e86298f264da085c669cef8c2dcfa', 'use_explain', 'aaaa', '适用说明', '8', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d5280f1cacab99a2d6bc305ae67c359f', 'c04152cd08634d898b6140a64009bd9d', 'xin1_che1_xing2_shi2_shi1_ri4_qi1', 'aaaa', '新车型实施日期', '13', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d56e0f18fd67d010649a1e577067be68', '402813817eebc6c9017eebc6d4bc0004', 'copy_type', null, '复制表类型1为复制表 0为原始表', '24', 'copy_type', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d573bb8f507f8d418e7f60cdeaaf7020', '13c98e19999c4aeebd85eff4e201957e', 'design_p_id', 'aaaa', '设计符合性流程 流程实例id', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d5d9853202e34cc94eac31945b20c669', '70f07fe7dee2401d8dfb8842eb20f2fc', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 10:41:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d5e34241ee90f0ec35dba032e7725a1c', '844386ed13b647a199e9baf860dd5fde', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d5fa3af628386a935aae23b28d70c36e', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:49', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d5fc3d95f8ffd02ef9606948673748eb', '9e637cee15834bd19ea99d6889d1d1ad', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-05 14:28:49', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d62fc03709eb8d523b685400c88dadbf', '0932e2bf6b824439ac8f8fd58350094b', 'params_manifest_id', 'aaaa', '参数清单id', '24', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d66aa69bc4b3aded09fbb633a137de23', '3fc7100183374262a49fa0184166b561', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 13:57:09', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d6bae38e64033b61131a7cdbb3e6c6c7', 'f689f1c4232046f7915449a287942262', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d7490a4e845cb92ff779a188b6ca8cdf', '402813817eebc6c9017eebc6d18a0003', 'query_valid_type', null, '查询字段校验类型', '42', 'query_valid_type', '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d76d52256631635d217faecda982698e', 'd463cffcc3264a97965d7b070b172308', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d786189db8f6c6883a5de3885671032b', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'version', 'aaaa', '版本', '9', null, '0', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-13 16:52:21', '2022-05-12 15:45:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d79ceba855f20065852c1551a38b0368', '77934b1a885644d8a3b6d56e934a8467', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d7ef9012fd8b2ffb842d4bb47cd333a1', '46614274ee304f7eaa82f62c8e90f287', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d7feec7d17a86842b863b234b56698ae', 'c7cea2d026c34316b5236906ce16a639', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d8115862c960182b3495884d0d88b4e0', '844386ed13b647a199e9baf860dd5fde', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d81936578ad674ee4b93d5c8c5a0dbde', '256924c625f04ae7920191ad813dff4a', 'cert_category', 'aaaa', '所属认证类别', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('d8b0760ddc2d265bdc320541786eb625', '402813817eebc6c9017eebc6c9890000', 'update_time', null, '更新时间', '10', 'update_time', '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('d948daaf1a7b1c38d075c14ad607f24b', '9a0f79126856471db3ae89b61e6dd330', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('da001eb2c94e95249c01d55bc4c0c8ab', 'adf3934df41447aba921e5466f23dfff', 'create_time', 'aaaa', '创建日期', '4', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('da93df11bae4a67b5f21d728d0eabd99', '891a5f26e9224ddfb811441c1947d20e', 'control_verify', 'aaaa', '控件校验', '17', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('db1b7fb64b999de1ae476648d48cc845', '402813817eebc6c9017eebc6d4bc0004', 'tree_id_field', null, '树表主键字段', '17', 'tree_id_field', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('dbcd30b11f876a9e47edc979def57dee', '48308196e7b04761b533dc31bc899707', 'approval_draft', 'Draft for Approval', '报批稿', '21', null, '0', '1', 'string', '255', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:38:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499658880093847553', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('dc22c1c5df95682a384dfc380e51c93a', '42baaa106e80443391523133807e6456', 'version', 'aaaa', '发布时版本', '13', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('dc2dd42a83be6e6c4eedd304de09d7ce', 'c04152cd08634d898b6140a64009bd9d', 'verify_initiator', 'aaaa', '验证符合性确认-发起人', '35', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('dcd493acd91120ee2216c7b0b78550d1', 'fbcd375558634486a96db44639c26629', 'creation_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('dd56fe7cfa8516407dab551837e9f76f', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('dd71dbbf978a16535d6340156ea99b4e', '402813817f0b96ae017f0b96ae150000', 'sys_org_code', null, '所属部门', '9', 'sys_org_code', '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 17:36:23', '2022-02-18 14:48:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('dd85e62417a2a0ac9feb12840b1829be', '465c69b795614d72b9e64ee3a980402b', 'sys_org_code', 'aaaa', '所属部门', '5', null, '0', '1', 'string', '64', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('dd97bbc591ad4e732fc25f894c3655d9', '402813817eebc6c9017eebc6d4bc0004', 'query_mode', null, '查询模式', '12', 'query_mode', '0', '0', 'string', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('de85c75c7a391e6d7367d9c27b177ed7', '48308196e7b04761b533dc31bc899707', 'shi4_yong4_che1_xing2', 'Vehicle_Type', '适用车型', '15', null, '0', '1', 'String', '2000', '0', '', 'car_type', 'sys_dict', '适用车型', '4', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-08 19:07:44', '2022-01-21 14:39:40', 'admin', '', '', '适用车型', 'car_type', 'sys_dict', 'list_multi', '0', null, null, '0', '1499657602378825729', '0', '0', '0', '1', '1493146941712789505'); +INSERT INTO `onl_cgform_field` VALUES ('def7e70276fa240bf8d42a2d7b22f4e1', '402813817eebc6c9017eebc6ce1d0001', 'create_by', null, 'createBy', '8', 'create_by', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('deff4253ad02f189a071fac23f99453f', 'becc0b2db5fb4511920bb34a94dd53b7', 'version', 'aaaa', '发布时版本', '20', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('df1c577f08aedb80389db10bb28e86d5', 'd463cffcc3264a97965d7b070b172308', 'last_sync_time', 'aaaa', '上次同步时间', '8', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('dfb37ab05c3d71f05f8a97398cc7ef04', '94bb3c8f5674442081cf3fa75e7605b1', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('dfc61b7f6049e4281e6ebe2b5290ff40', 'c7cea2d026c34316b5236906ce16a639', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e037539b7c7a426c8773bb8ca5d1f209', 'a44f101118744c83bbec236d64f755db', 'params_config_id', 'aaaa', '参数配置id', '10', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e0481b12da42c1fd2e634aa39adf19c8', '3bcde04c39344366a61c2a776f2617c5', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e05372337af577e1c82d7d0e899cd4d4', '402813817f3e397e017f3e39831e0002', 'create_by', null, '创建人', '19', 'create_by', '0', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e071def461ccb368dd9ae0ad4f982bc7', '91c6b2bbdb734c9a8c11b710a334fd0f', 'split_result', 'Split result', '拆分结果', '12', null, '0', '1', 'string', '32', '0', '', 'split_result', '', '', '1', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e116abc65565eccdef3be5fc79c97abe', '9a907a16b31145b7b8acdcd3a2f88363', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e15be097f5b0b2a2d0ecc092f803e453', 'c04152cd08634d898b6140a64009bd9d', 'implement_time', 'aaaa', '在产车实施日期', '14', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e1eb93a274e8b471c03eaa481eb501fc', '91c6b2bbdb734c9a8c11b710a334fd0f', 'title_en', 'Title', '英文标题', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-05-31 09:37:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e1ee29f1cd866ef63d8f9714e990bb71', 'c7cea2d026c34316b5236906ce16a639', 'field_must_input', 'aaaa', '字段是否必填0否 1是', '14', null, '0', '1', 'string', '3', '0', '', 'field_must_input', 'onl_cgform_field', 'field_must_input', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e1f91dba430d45f035a6d4947562fb55', '9e637cee15834bd19ea99d6889d1d1ad', 'version', 'aaaa', '版本', '10', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:28:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e2f7bf40c017bb1c335c6938c174d597', '77934b1a885644d8a3b6d56e934a8467', 'feedback_id', null, '反馈表id', '14', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 15:24:55', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e2fb606c1adce00b0c70a9c2312f50ce', 'becc0b2db5fb4511920bb34a94dd53b7', 'cert_category', 'aaaa', '认证类别', '14', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e315b25a874a5e7e35fc0d56159ef072', '48308196e7b04761b533dc31bc899707', 'shi4_yong4_fan4_wei2', 'Scope', '适用范围', '5', null, '0', '1', 'String', '2000', '0', '', 'apply_scope', 'sys_dict', '适用范围', '4', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:40:40', 'admin', '', '', '', '', '', 'list_multi', '0', null, null, '0', '1499657602378825729', '1', '1', '0', '1', '1493783036523798529'); +INSERT INTO `onl_cgform_field` VALUES ('e3b0ae6652a6ed33695d2f44d8b4340c', '9a907a16b31145b7b8acdcd3a2f88363', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-24 16:49:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e3b6e1b6baaf284769b8271b0dc2c0bc', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'field_show_type', 'aaaa', '表单控件类型', '8', null, '0', '1', 'string', '10', '0', '', 'field_show_type', 'onl_cgform_field', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e403165e12d7e47a580e066f9056b5bf', '7716a48ea6924d2d960ef440b7eb1ddb', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e4e2f203c75645290fcada0821af70db', '8c8ab9e99505430a85eb24b9c325d282', 'project_status', 'project_status', '项目状态', '4', null, '0', '1', 'string', '100', '0', '', 'project_status', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e4fe526794af4477321227f69b764b0d', '48308196e7b04761b533dc31bc899707', 'description', 'Description', '描述', '9', null, '0', '1', 'string', '100', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:41:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499657602378825729', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('e50b4398731e06572c247993a0dcc38d', 'd35109c3632c4952a19ecc094943dd71', 'name', null, '用户名', '6', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', '*', '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:53', '2019-03-15 14:24:35', 'admin', '', '', '', '', '', null, '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e5396faebbdcc8594ef55c82ae0abe52', '402813817f3e397e017f3e39812f0001', 'update_name', null, '更新人名称', '10', 'update_name', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e560314880e6097deb64594262e09dab', '465c69b795614d72b9e64ee3a980402b', 'sync_state', 'Sync state', '同步情况', '20', null, '0', '1', 'string', '32', '0', '', 'sync_state', '', '', '1', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 14:39:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e586bd87d4d826ce3d7d373caf54c6f6', '9ca1773d2a484d2fadae38491ad51aa1', 'params_name', 'aaaa', '参数名称', '10', null, '0', '1', 'string', '30', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('e59cfb39e7ca49257861d1b2e864e49c', '2937b7c89eaf4145af393b64ab43e132', 'attestation_rank', 'aaaa', '认证级别', '17', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e5a9f050781ccb6606e2329e2407fe6b', '2937b7c89eaf4145af393b64ab43e132', 'prehomo_deliverable_type', 'aaaa', 'prehomo确认-交付物类型', '29', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e5c867bf2a31e8f24a326458f10f580a', '91c6b2bbdb734c9a8c11b710a334fd0f', 'update_by', 'aaaa', '更新人', '3', null, '0', '1', 'string', '50', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:28', '2022-03-02 14:43:34', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e62679d46109b366db069204680b5a51', 'd430c9dfb1014e41a5a823ae947e3804', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e62ed4a0e76657fd94b8e42999540f8a', 'cf3625e23df649f19d5e503d92a87a3e', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e6374d9d97312745381e0307caa1f327', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e63ff60bf2ce03e09116106b6b1308fe', '256924c625f04ae7920191ad813dff4a', 'nio_number', 'aaaa', 'nio编号', '10', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-22 14:57:05', '2022-04-22 11:33:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e640c0e245b8d7cc0311a0c0bf5fc5f5', 'd430c9dfb1014e41a5a823ae947e3804', 'cert_category', 'aaaa', '认证类别', '14', null, '0', '1', 'string', '1000', '0', '', 'cert_category', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e6641a375b3c63a99a9249a6b11ea139', 'b2c4096566dd4fab8b6476ecd0a5ea52', 'verify_deadline', 'aaaa', '验证符合性确认截止时间', '9', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-20 17:07:02', '2022-04-11 15:05:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e67f4e63e124fbaa7947046d465d6788', '402813817eebc6c9017eebc6d18a0003', 'create_by', null, '创建人', '34', 'create_by', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e68facbc6c3614f476f77e14290dca7d', '48308196e7b04761b533dc31bc899707', 'sys_org_code', 'sys_org_code', '所属部门', '200', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '1', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 17:59:37', '2022-01-21 14:42:40', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, '0', '1', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('e69a682c4d6ca8281cefd35619039ee3', 'fbcd375558634486a96db44639c26629', 'display_seq', 'aaaa', '排序', '10', null, '0', '1', 'int', '5', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e708c880d363f962e1ebde8ab2fd150e', '0932e2bf6b824439ac8f8fd58350094b', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 14:37:52', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e75915a6bd9a57a51315f5a1b45e9981', '6cf7c541349040248439eb73d588c3dd', 'params_template_id', 'aaaa', '参数模板id', '9', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e76af47cfa68a1063890f3dd8526c52f', 'a8647f02f71241c086d99fc5985746b0', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e7b5297c130309acaa0fe759f730f99a', '465c69b795614d72b9e64ee3a980402b', 'check_flag', null, '校核锁定标识', '22', null, '0', '1', 'string', '1', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-04-14 09:43:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e7c0d9b0b001f2ac47f11e6a36dfe77f', 'c998a34ea4b84089932197ed0705c757', 'creation_time', 'creation_time', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', '5', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-22 14:46:54', '2022-03-02 15:08:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '0', null); +INSERT INTO `onl_cgform_field` VALUES ('e827ca654dfef1d91518d866a5db9ccb', '402813817eebc6c9017eebc6cffa0002', 'update_by', null, '更新人登录名称', '8', 'update_by', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e8e321328ccffcf4abd5875441e9a6b8', 'b78987f2cce64d0dbd98fceec73e824e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-20 13:38:23', '2022-05-20 13:35:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e918f85e1e80324c29e3cdd2b999634a', '9ca1773d2a484d2fadae38491ad51aa1', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('e93e53b4c18cd69d267248cc518dd066', '2937b7c89eaf4145af393b64ab43e132', 'implement_type', 'aaaa', '实施类别', '13', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e988aacfd13cd6a3a489a9f15730bc73', '69bd6189a60b4cc19cd97fa3e6c0673b', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-01-25 11:17:23', '2022-01-25 11:14:27', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e988fe966dd4fa07cdc9d5ffc4aeadd8', '7716a48ea6924d2d960ef440b7eb1ddb', 'pull_data', 'aaaa', '下拉类型数据', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 15:01:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e9d2d3494c7282f7bb15946752c0a6e6', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-23 18:53:22', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e9d9a1bf8c04da441f5ca63ded7b4f09', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-23 18:53:22', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('e9e0a2690e688fc0256918c00e87dfc6', '891a5f26e9224ddfb811441c1947d20e', 'params_manifest_id', 'aaaa', '参数清单id', '24', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('e9efcfc6f8d59f3e8206ef545679d6ae', 'be30982b414e43a2928e90157d0559dc', 'params_collect_manifest_id', 'aaaa', '参数项收集清单id', '11', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ea1a672d868a4518fd4f334a808ee9a1', '891a5f26e9224ddfb811441c1947d20e', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-18 11:14:18', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ea69e349132de89f297e3c59967f2ea4', '2937b7c89eaf4145af393b64ab43e132', 'design_deliverable_type', 'aaaa', '设计符合性确认-交付物类型', '24', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('eb073f60049f31cc3010e1382befeabc', '1fadedad93cf418ca3f369460f7c4cda', 'file_name', 'aaaa', '文件名称', '9', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:31:30', '2022-03-02 15:51:10', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('eb4dc2de5606e53f89830ace5d4a9c48', '8ed012c5f28842bbb76c6882cca3eea5', 'is_lock', null, '是否冻结', '14', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-13 16:48:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('eba39e81099117c34452e4ca44ebbf6a', 'a129e6617bec42fbaa205eb08076103a', 'is_show_list', 'aaaa', '列表是否显示0否 1是', '16', null, '0', '0', 'int', '3', '0', '1', 'is_show_list', 'onl_cgform_field', 'is_show_list', 'list', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ebfcce542a47497f73f4433a5573bb2d', '6cf7c541349040248439eb73d588c3dd', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ec5ba4489c7d222c8bf9e3f5e4cf8cd3', '77934b1a885644d8a3b6d56e934a8467', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'ning.chen', '2022-05-18 15:24:54', '2022-05-18 15:23:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ec65a7c7a5b5cdc612cfc8bae15971ff', '13c98e19999c4aeebd85eff4e201957e', 'project_laws_inventory_id', 'aaaa', '法规清单id', '7', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ec87b103ea59e9d816a1e96d989e5238', 'be30982b414e43a2928e90157d0559dc', 'file_connect_id', 'aaaa', '附件类型数据', '9', null, '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ecd95927b3fc732f78ff41a14c2dc8c5', '23df7ae5b70c4e1ca19e96d894946f51', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ed31ab70283a145e0042f2207909dfb5', 'adf3934df41447aba921e5466f23dfff', 'dummy_inventory_base_id', null, '法规清单基础表id', '2', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-11 15:38:04', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ed57f77975218560b37ea497a20109c6', '9ca1773d2a484d2fadae38491ad51aa1', 'duty_territory', 'aaaa', '责任领域', '20', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('ed63c7d5a26cc318cfa3b1de0d03270c', 'acfc89fd9d78442f898e57660e39401f', 'update_by', null, '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-28 19:31:47', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ed853e7660af96127281cfd8619328b1', '46614274ee304f7eaa82f62c8e90f287', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 16:01:20', '2022-05-18 10:43:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('eda93d87abbfe04d4376ee8e0c366b8e', '402813817eebc6c9017eebc6d18a0003', 'db_length', null, '数据库字段长度', '10', 'db_length', '0', '0', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('edfea0c97093e30493e3a05bd8bde3f7', '402813817eebc6c9017eebc6d4bc0004', 'form_template_mobile', null, '表单模板样式(移动端)', '21', 'form_template_mobile', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ee089ea1d234865232057e395d7cdb45', '402813817eebc6c9017eebc6d18a0003', 'is_show_form', null, '表单是否显示0否 1是', '24', 'is_show_form', '0', '1', 'int', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ee3c673972a8b6a729b5d127fec4c464', '402813817f3e397e017f3e39831e0002', 'birthday', null, '生日', '7', 'birthday', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ee47c199c943783c09632c9e034a805e', '402813817f3e397e017f3e397e6a0000', 'id', null, 'id', '1', 'id', '1', '0', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '1', 'single', null, null, null, null, '2022-02-28 10:47:10', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ef1b7a5371548945377d1a0ecfa13d7d', '844386ed13b647a199e9baf860dd5fde', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ef351e4de7abfe64dd5e04889d269f4a', '48308196e7b04761b533dc31bc899707', 'test_program', 'Testing Procedure', '测试程序', '23', null, '0', '1', 'string', '255', '0', '', '', '', '', '7', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', 'admin', '2022-06-06 16:05:28', '2022-01-21 14:43:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', '1499658880093847553', '0', '0', '0', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('ef4357d3cd47deae5e71d7f70e94edf8', '94bb3c8f5674442081cf3fa75e7605b1', 'operator_result', 'aaaa', '操作结果', '10', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 09:31:54', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('efa33e92d88f428be3f1f10bc4a174d9', 'adf3934df41447aba921e5466f23dfff', 'prehomo_duty', 'aaaa', 'prehomo确认-责任人', '30', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('efc263b718a417011073e9722de4d436', 'e9c8bb59cc1a4e219bc6adde70bc9e59', 'role_code', 'aaaa', '角色编码 1:法规工程师 、2:认证工程师', '10', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 10:05:21', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('efed29aa44c5e2dcc50314afe9e516a0', '3fc7100183374262a49fa0184166b561', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-04 19:06:00', '2022-03-04 13:57:09', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f0eeecedb6da3c63d055689c1785ecc7', '6cf7c541349040248439eb73d588c3dd', 'version', 'aaaa', '版本', '11', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f0f59d5a715056b0ca186d1e005601d6', '402813817eebc6c9017eebc6cffa0002', 'create_time', null, '创建日期', '7', 'create_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-12 10:33:02', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f106ff896f0d2914882657c773fca4cd', 'becc0b2db5fb4511920bb34a94dd53b7', 'control_values', 'aaaa', '控件备选值', '16', null, '0', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f115054c7dd4f1ca853704233d0e3abc', 'acfc89fd9d78442f898e57660e39401f', 'sort', 'sort number', '排序号', '10', null, '0', '0', 'int', '10', '0', '', '', '', '', 'text', '', '120', 'z', '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-02-28 19:31:48', '2022-01-21 14:23:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f1a80e0c9ff86d030b4686b1a1db9d1a', 'be30982b414e43a2928e90157d0559dc', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 13:53:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f1e5849de61cae7a284b54cca9760384', '402813817eebc6c9017eebc6c9890000', 'update_by', null, '更新人', '9', 'update_by', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f1e5849de61cae7a284b54cca9765584', '402813817eebc6c9017eebc6c9890000', 'aaaaa', null, 'aaaaa', '9', 'bbbb', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f2091f8722ca55b23a9ed75b73190fbe', 'f689f1c4232046f7915449a287942262', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 15:49:54', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f25493e704dd8544923cb0cf8f7da3fe', 'd430c9dfb1014e41a5a823ae947e3804', 'description', 'aaaa', '参数说明', '13', null, '0', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f259365423635ee270c958a158a45f3b', '465c69b795614d72b9e64ee3a980402b', 'word_file_code', 'aaaa', 'doc文件编码', '16', null, '0', '1', 'Text', '0', '0', '', '', '', '', '1', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-31 14:25:45', '2022-02-16 11:40:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f2c93c02e01a144cc53f4cd472675b6d', 'c04152cd08634d898b6140a64009bd9d', 'design_deliverable_template', 'aaaa', '设计符合性确认-交付物模板', '24', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f2fdd53aabe324cf39191869a78fd852', '2937b7c89eaf4145af393b64ab43e132', 'prehomo_deliverable_template', 'aaaa', 'prehomo确认-交付物模板', '30', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f3066d480ce3c7f4858c9b5a2cb2dcae', '891a5f26e9224ddfb811441c1947d20e', 'deadline', 'aaaa', '截止时间', '23', null, '0', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f3c650e4c1d634f0c1a491e6a330001d', '08a0edb01bb148899530be6e981791bc', 'valid_flag', 'aaaa', '是否有效', '12', null, '0', '1', 'int', '1', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:30:18', '2022-03-02 15:58:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f3d286d13e27404a2f5f603564a7e9a4', '2937b7c89eaf4145af393b64ab43e132', 'prehomo_initiator', 'aaaa', 'prehomo确认-发起人', '31', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f413a60cf3c39cec0df9fce5d6f53adc', '23df7ae5b70c4e1ca19e96d894946f51', 'acti_proc_inst_id', 'aaaa', '流程实例id', '11', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f44649e6c257a4b84285b13cd9a2c518', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 17:43:22', '2022-05-18 10:52:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f4515e277c02d4338de29339b03d380b', 'cf3625e23df649f19d5e503d92a87a3e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f46af3bb48666fb7040f62beb56298f8', '402813817eebc6c9017eebc6d4bc0004', 'table_version', null, '表版本', '4', 'table_version', '0', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f47bb2119fb0d7fae07fabc309af670b', '402813817eebc6c9017eebc6d18a0003', 'field_length', null, '表单控件长度', '18', 'field_length', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f495679e970c1be8d05f974aa84ca8e8', '252e86298f264da085c669cef8c2dcfa', 'name', 'aaaa', '虚拟清单名称', '7', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f54665a7da02f47615a1833682d34833', '402813817f3e397e017f3e39831e0002', 'update_time', null, '更新时间', '22', 'update_time', '0', '1', 'Date', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '0', '0', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f6076d9c662a0adddb39a91cccb4c993', 'd35109c3632c4952a19ecc094943dd71', 'xiamuti', null, '下拉多选', '17', null, '0', '1', 'string', '100', '0', '', 'sex', '', '', 'list_multi', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', 'ning.chen', '2022-05-10 11:24:54', '2020-11-26 18:02:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f66c6c78a65c521cdaa96f03cd7a0b3c', '42baaa106e80443391523133807e6456', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 13:48:51', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f67da51ecbedf426b8adc0d4ed85a62b', '402813817eebc6c9017eebc6d18a0003', 'field_must_input', null, '字段是否必填', '20', 'field_must_input', '0', '1', 'string', '2', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:24', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f6a0add6dbccb52609e87424bf96e5ad', 'becc0b2db5fb4511920bb34a94dd53b7', 'technology_territory', 'aaaa', '技术领域', '10', null, '0', '1', 'string', '1000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-04-29 13:46:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f6e51973a8d764faeb2ad297f4840e46', '402813817eebc6c9017eebc6ce1d0001', 'item_text', null, '字典项文本', '3', 'item_text', '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-12 10:33:02', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f73c4827fa1e02ff776cf549cec3d153', '8c8ab9e99505430a85eb24b9c325d282', 'vehicle_development_plan', 'vehicle_development_plan', '整车开发计划', '10', null, '0', '1', 'string', '300', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 16:32:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f76439286e7988ebceeb045c47e63077', '23df7ae5b70c4e1ca19e96d894946f51', 'flow_type', 'aaaa', '流程类型', '10', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-06 16:03:38', 'ning.chen', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f7a4a795154d9e9d8c1c582094ba24ec', '90492909f5e047988a55c3cca893983e', 'icon_path', 'aaaa', '图标路径', '8', null, '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-05-24 16:24:12', '2022-05-24 15:08:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f7acc6431aecddf35126de593b9fbeae', 'a44f101118744c83bbec236d64f755db', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f7c553d725c6c90606987daa9dde9983', '252e86298f264da085c669cef8c2dcfa', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-08 16:15:11', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f7d080f2e4d666e6b3f381b572470be8', '14e8df3551614fee979ada4936fd74ba', 'create_time', 'aaaa', '订阅日期', '7', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-03-09 17:37:18', '2022-02-23 16:33:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '1', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f7e2c4c352e8402a111a94f3f4c601fb', 'f5ad03cdddcb417f99c3fcee6e2e7c46', 'display_seq', null, '展示顺序', '14', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-18 17:43:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f81e797f123e3ed409deeacbd183cbf4', 'dc7aa7eedf9247bfaf61ea7ec9182f61', 'tree_parent_id_field', 'aaaa', '树形表单父id', '11', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 11:08:50', '2022-02-14 10:40:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f8422593c87b3b3363c26fdffb8a639b', '891a5f26e9224ddfb811441c1947d20e', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-05-18 11:14:19', '2022-05-18 10:49:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f855cf6776eaa2b933413730623a3e36', '844386ed13b647a199e9baf860dd5fde', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-24 10:59:19', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f87067e23082aa062d5cdab976049e54', 'fbcd375558634486a96db44639c26629', 'index_item', null, '用于前端数组排序', '13', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 23:25:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f882caaaec7178a8590b6082c71494b0', '402813817eebc6c9017eebc6ce1d0001', 'attribute_type', null, '表单控件类型', '14', null, '0', '1', 'string', '30', '0', '', 'attribute _type', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-01 20:11:52', '2022-02-16 14:12:06', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f883a924092d5c3268b3ffb179502c21', '922416af055e4fc4b9095f4b7aae373d', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-02-24 20:26:13', '2022-02-23 11:09:32', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f8ab49cbff47fdb45ee567e6ac78fc82', '402813817eebc6c9017eebc6c9890000', 'create_by', null, '创建人', '7', 'create_by', '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 16:28:16', '2022-02-12 10:33:01', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f8db51c62a055ae51fdb87f3436d8447', 'adf3934df41447aba921e5466f23dfff', 'update_by', 'aaaa', '更新人', '5', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-04-11 15:39:03', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f8e14eccec3707fc4b5470cb526bb8ea', '402813817f3e397e017f3e39831e0002', 'work_no', null, '工号,唯一键', '17', 'work_no', '0', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('f8eb4611539c5ffce4ca5b81ebd550ce', '6cf7c541349040248439eb73d588c3dd', 'title', 'aaaa', '标题', '7', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-12 13:44:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('f93b31bdfd682874ce8a0a0ff54d8d03', '402813817f3e397e017f3e39831e0002', 'client_id', null, '设备ID', '26', 'client_id', '0', '1', 'string', '64', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-28 10:47:11', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('fa2afe48c104c2fca2c2bf9b10ff5470', 'cf3625e23df649f19d5e503d92a87a3e', 'update_by', 'aaaa', '更新人', '4', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:39:59', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fa31dbf9121097e87547215ae688b148', '3bcde04c39344366a61c2a776f2617c5', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-05-17 15:22:52', '2022-05-17 11:52:57', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fa56799589f75f95ebb1f567b050bc37', '299fb71b0d0b435ba1a25c4a9ae6ef3e', 'display_seq', null, '展示顺序', '14', null, '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-13 16:52:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fa68cb75bfc8854e0d5993b400312f53', 'e0b3e3dd1d6f43e7a77db6d6e51cf725', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-23 18:53:23', '2022-03-23 17:14:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fa8dac7cf0c2809b5386a6aeccde65b4', '248649d82150438c85819e0ccec85f34', 'res_id', 'aaaa', '资源id', '8', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fac9eb612ef08810b75d9bddb16e2c70', '8c8ab9e99505430a85eb24b9c325d282', 'digital_platform', 'digital_platform', '数字平台', '8', null, '0', '1', 'string', '100', '0', '', 'digital_platform', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-21 10:24:36', '2022-04-11 14:59:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fad042a92a93e67bc013978e77c9c75c', '7195bada726840df93ee8f33626b9cb5', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fadb1e8609593c3a5ea3cda4f0f97464', '9ca1773d2a484d2fadae38491ad51aa1', 'nio_number', 'aaaa', 'NIO编号', '7', null, '0', '1', 'string', '15', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 10:16:05', '2022-05-05 14:54:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, '0', '7', null); +INSERT INTO `onl_cgform_field` VALUES ('faf361068bf31f065f5d04d851aded0a', 'fbcd375558634486a96db44639c26629', 'modify_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:29:39', '2022-03-02 16:03:08', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fb0ad6cb4169af2c35ab468ca8158011', '9a0f79126856471db3ae89b61e6dd330', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', null, null, '2022-04-18 13:38:26', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fb4dad49a055244ff094922b49d57bea', '402813817eebc6c9017eebc6d18a0003', 'query_must_input', null, '查询字段是否必填1是0否', '43', 'query_must_input', '0', '1', 'string', '3', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-03-03 15:15:25', '2022-02-12 10:33:03', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('fba29dd5d0ea79ac9d8269acbea0fc41', 'c04152cd08634d898b6140a64009bd9d', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-14 10:36:35', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fbc0d3477757e26651477aefcf6fcb03', '48308196e7b04761b533dc31bc899707', 'create_by', 'create_by', '创建人', '200', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '1', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-23 17:59:37', '2022-01-21 14:43:40', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, '0', '1', '1', null); +INSERT INTO `onl_cgform_field` VALUES ('fbcd41734c92d748197723d96ab7018f', 'adf3934df41447aba921e5466f23dfff', 'design_deliverable_template', 'aaaa', '设计符合性确认-交付物模板', '24', null, '0', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', 'admin', '2022-04-11 15:39:04', '2022-04-08 17:18:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fc65e71ceb600779bc2a69f75e4cc3e4', '2937b7c89eaf4145af393b64ab43e132', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fc8c84e8ad0e3f2b641404eb7b08d7ce', '0932e2bf6b824439ac8f8fd58350094b', 'duty_territory', 'aaaa', '责任领域', '20', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', 'admin', '2022-05-18 14:37:53', '2022-05-12 13:49:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fc9db3347a4311714cdad2a83e3b3a84', 'f8c3fb7aa9624031ab0d7cbc6f3bded4', 'id', 'aaaa', '主键', '1', null, '1', '0', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', 'admin', '2022-04-29 15:38:10', '2022-04-29 14:55:44', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fce2f98042590184d4206c2b45f5f486', 'cac43fbd3fc14437b5715a62cfbabdc1', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-02-28 10:49:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('fd08cd8d0db126b7909483bd61f31700', '13c98e19999c4aeebd85eff4e201957e', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-29 09:54:12', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fd0f6f39278d63f3dd8a1600feba95fb', 'd463cffcc3264a97965d7b070b172308', 'sync_type', 'aaaa', '同步类型', '9', null, '0', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-25 17:31:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fd247f6063936e1cff77f714bd6f89d2', '2937b7c89eaf4145af393b64ab43e132', 'remark', 'aaaa', '备注', '23', null, '0', '1', 'string', '2000', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, '2022-05-05 14:54:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fd4c89e649cede3f2d7b570d48ca32b9', 'a129e6617bec42fbaa205eb08076103a', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-15 17:22:01', '2022-01-25 15:51:14', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('fd725dd7de3ce8232002e7a560d11159', 'a8647f02f71241c086d99fc5985746b0', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-11 11:55:56', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fd9659c9b3ae2a5b5a9c60091a41fbdb', '248649d82150438c85819e0ccec85f34', 'creation_user', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:49', '2022-03-02 15:34:33', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fe55702ade062572a233c1c69f5674c9', '153e61ba0d944001b1f1efed15c0bde3', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-03-02 23:32:20', '2022-03-02 15:46:36', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fe936234266cfe1a4c909af22e71ce59', '7195bada726840df93ee8f33626b9cb5', 'sys_org_code', 'aaaa', '所属部门', '6', null, '0', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-12 16:30:10', 'ning.chen', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('fe9be18932ee2ef1b6cbf405020825c6', '402813817eebc6c9017eebc6d4bc0004', 'tree_parent_id_field', null, '树形表单父id', '16', 'tree_parent_id_field', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, null, null, '2022-02-12 10:33:04', 'admin', null, null, null, null, null, null, null, null, null, null, null, null, null, '0', null, null); +INSERT INTO `onl_cgform_field` VALUES ('ff32467c6e45e106cd625a7e130561eb', 'd430c9dfb1014e41a5a823ae947e3804', 'update_time', 'aaaa', '更新日期', '5', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-04-22 10:39:25', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ff402264d2791b845edf9a0af0456f84', 'a44f101118744c83bbec236d64f755db', 'create_time', 'aaaa', '创建日期', '3', null, '0', '1', 'Date', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', null, null, '2022-05-18 10:53:52', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, null, null, null); +INSERT INTO `onl_cgform_field` VALUES ('ff7567ae76ea06920984292d588f500b', 'c7cea2d026c34316b5236906ce16a639', 'create_by', 'aaaa', '创建人', '2', null, '0', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', 'admin', '2022-02-21 14:11:48', '2022-02-15 17:38:43', 'admin', '', '', '', '', '', null, '0', null, null, '0', null, null, null, '0', null, null); + +-- ---------------------------- +-- Table structure for onl_cgform_head +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_head`; +CREATE TABLE `onl_cgform_head` ( + `id` varchar(32) NOT NULL COMMENT '主键ID', + `table_name` varchar(50) NOT NULL COMMENT '表名', + `table_type` int(11) NOT NULL COMMENT '表类型: 0单表、1主表、2附表', + `table_version` int(11) DEFAULT '1' COMMENT '表版本', + `table_txt` varchar(200) NOT NULL COMMENT '表说明', + `is_checkbox` varchar(5) NOT NULL COMMENT '是否带checkbox', + `is_db_synch` varchar(20) NOT NULL DEFAULT 'N' COMMENT '同步数据库状态', + `is_page` varchar(5) NOT NULL COMMENT '是否分页', + `is_tree` varchar(5) NOT NULL COMMENT '是否是树', + `id_sequence` varchar(200) DEFAULT NULL COMMENT '主键生成序列', + `id_type` varchar(100) DEFAULT NULL COMMENT '主键类型', + `query_mode` varchar(10) NOT NULL COMMENT '查询模式', + `relation_type` int(11) DEFAULT NULL COMMENT '映射关系 0一对多 1一对一', + `sub_table_str` varchar(1000) DEFAULT NULL COMMENT '子表', + `tab_order_num` int(11) DEFAULT NULL COMMENT '附表排序序号', + `tree_parent_id_field` varchar(50) DEFAULT NULL COMMENT '树形表单父id', + `tree_id_field` varchar(50) DEFAULT NULL COMMENT '树表主键字段', + `tree_fieldname` varchar(50) DEFAULT NULL COMMENT '树开表单列字段', + `form_category` varchar(50) NOT NULL DEFAULT 'bdfl_ptbd' COMMENT '表单分类', + `form_template` varchar(50) DEFAULT NULL COMMENT 'PC表单模板', + `form_template_mobile` varchar(50) DEFAULT NULL COMMENT '表单模板样式(移动端)', + `scroll` int(3) DEFAULT '0' COMMENT '是否有横向滚动条', + `copy_version` int(11) DEFAULT NULL COMMENT '复制版本号', + `copy_type` int(3) DEFAULT '0' COMMENT '复制表类型1为复制表 0为原始表', + `physic_id` varchar(32) DEFAULT NULL COMMENT '原始表ID', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `theme_template` varchar(50) DEFAULT NULL COMMENT '主题模板', + `is_des_form` varchar(2) DEFAULT NULL COMMENT '是否用设计器表单', + `des_form_code` varchar(50) DEFAULT NULL COMMENT '设计器表单编码', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `index_onlineform_table_name` (`table_name`) USING BTREE, + KEY `index_form_templdate` (`form_template`) USING BTREE, + KEY `index_templdate_mobile` (`form_template_mobile`) USING BTREE, + KEY `index_onlineform_table_version` (`table_version`) USING BTREE, + KEY `idx_och_cgform_head_id` (`table_name`) USING BTREE, + KEY `idx_och_table_name` (`form_template`) USING BTREE, + KEY `idx_och_form_template_mobile` (`form_template_mobile`) USING BTREE, + KEY `idx_och_table_version` (`table_version`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_head +-- ---------------------------- +INSERT INTO `onl_cgform_head` VALUES ('08a0edb01bb148899530be6e981791bc', 'sar_file_split_items_table', '1', '3', '文档拆分条款表格表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-02 23:30:28', 'admin', '2022-03-02 15:58:19', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('0932e2bf6b824439ac8f8fd58350094b', 'params_collect_manifest_history', '1', '7', '参数项收集清单历史版本', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 14:38:03', 'admin', '2022-05-12 13:49:55', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('13c98e19999c4aeebd85eff4e201957e', 'project_task_inventory', '1', '2', '项目库-任务清单表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 09:54:33', 'admin', '2022-04-29 09:54:11', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('14e8df3551614fee979ada4936fd74ba', 'onl_cgform_subscribe', '1', '8', '我的订阅', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-09 17:37:18', 'admin', '2022-02-23 16:33:38', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('153e61ba0d944001b1f1efed15c0bde3', 'sar_file_split_items_params', '1', '3', '文件拆分条款参数表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-02 23:34:26', 'admin', '2022-03-02 15:46:36', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('1fadedad93cf418ca3f369460f7c4cda', 'sar_file_split_items_res', '1', '3', '文件拆分条款资源表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-02 23:34:19', 'admin', '2022-03-02 15:51:10', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('23df7ae5b70c4e1ca19e96d894946f51', 'project_task_inventory_feedback', '1', '2', '项目库-任务清单-意见反馈表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'ning.chen', '2022-05-06 16:03:47', 'ning.chen', '2022-05-06 16:03:38', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('248649d82150438c85819e0ccec85f34', 'sar_file_split_items_file', '1', '3', '文档拆分条款文件表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-02 23:34:32', 'admin', '2022-03-02 15:34:33', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('252e86298f264da085c669cef8c2dcfa', 'dummy_inventory_base', '1', '2', '虚拟清单基础表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-08 16:15:30', 'admin', '2022-04-08 16:15:11', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('256924c625f04ae7920191ad813dff4a', 'cert_category_params_info', '1', '9', '认证类别参数信息表', 'Y', 'Y', 'N', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-22 14:57:11', 'admin', '2022-04-22 11:33:07', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('2937b7c89eaf4145af393b64ab43e132', 'project_version_info', '1', '2', '法规清单定板详情表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-05 14:54:32', 'admin', '2022-05-05 14:54:22', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('299fb71b0d0b435ba1a25c4a9ae6ef3e', 'params_config_history', '1', '4', '参数配置历史版本', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-13 16:52:34', 'admin', '2022-05-12 15:45:48', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('3bcde04c39344366a61c2a776f2617c5', 'project_laws_inventory_log', '1', '5', '项目库-法规清单更新log表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-17 15:23:00', 'admin', '2022-05-17 11:52:57', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817eebc6c9017eebc6c9890000', 'sys_dict', '1', '8', 'sys_dict', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, 'admin', '2022-02-21 16:28:17', 'admin', '2022-02-12 10:33:01', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817eebc6c9017eebc6ce1d0001', 'sys_dict_item', '1', '19', 'sys_dict_item', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, 'admin', '2022-03-01 20:12:00', 'admin', '2022-02-12 10:33:02', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817eebc6c9017eebc6cffa0002', 'onl_cgform_index', '1', '1', 'onl_cgform_index', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, null, null, 'admin', '2022-02-12 10:33:02', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817eebc6c9017eebc6d18a0003', 'onl_cgform_field', '1', '2', 'onl_cgform_field', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, 'admin', '2022-03-03 15:15:25', 'admin', '2022-02-12 10:33:03', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817eebc6c9017eebc6d4bc0004', 'onl_cgform_head', '1', '1', 'onl_cgform_head', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, null, null, 'admin', '2022-02-12 10:33:04', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817f0b96ae017f0b96ae150000', 'sys_category', '1', '8', 'sys_category', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, 'admin', '2022-03-04 17:36:34', 'admin', '2022-02-18 14:48:19', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817f3e397e017f3e397e6a0000', 'sys_user_depart', '1', '1', 'sys_user_depart', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, null, null, 'admin', '2022-02-28 10:47:10', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817f3e397e017f3e39812f0001', 'sys_user_agent', '1', '1', 'sys_user_agent', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, null, null, 'admin', '2022-02-28 10:47:11', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('402813817f3e397e017f3e39831e0002', 'sys_user', '1', '1', 'sys_user', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, null, null, 'admin', '2022-02-28 10:47:11', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('42baaa106e80443391523133807e6456', 'cert_category_params_info_publish', '1', '2', '认证类别参数信息表发布版', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 13:50:10', 'admin', '2022-04-29 13:48:51', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('465c69b795614d72b9e64ee3a980402b', 'ocr_record', '1', '28', 'OCR识别转换记录表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-31 14:25:45', 'admin', '2022-02-16 11:40:33', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('46614274ee304f7eaa82f62c8e90f287', 'params_report', '1', '3', '上报库', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 16:01:27', 'admin', '2022-05-18 10:43:25', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('48308196e7b04761b533dc31bc899707', 'buss_document_library', '1', '16', '文档库信息表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-06-08 19:13:53', 'admin', '2022-01-21 14:23:40', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('5a0de4646b964d3b8c3c8d36b08668b3', 'report_cert_category_params_info', '1', '2', '上报库认证类别参数信息', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 11:11:27', 'admin', '2022-05-18 10:56:21', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('5cb9ceb1cfb9444aaf57c2cf60c16cff', 'sar_file_split_menu', '1', '3', '文档拆分详情目录表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-02 23:34:47', 'admin', '2022-03-02 14:55:14', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('65525fc5732b44d2af16d4e908747e15', 'project_reply', '1', '2', '法规清单回复表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 15:39:17', 'admin', '2022-04-29 15:39:10', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('6cf7c541349040248439eb73d588c3dd', 'params_manifest_history', '1', '2', '参数清单历史版本', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-12 13:55:43', 'admin', '2022-05-12 13:44:17', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('70f07fe7dee2401d8dfb8842eb20f2fc', 'project_task_inventory_detail', '1', '2', '项目库-任务清单明细表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 10:41:40', 'admin', '2022-04-29 10:41:34', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('7195bada726840df93ee8f33626b9cb5', 'project_certification_directory', '1', '2', '项目库-认证目录表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'ning.chen', '2022-05-12 16:30:46', 'ning.chen', '2022-05-12 16:30:10', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('7716a48ea6924d2d960ef440b7eb1ddb', 'params_config_data', '1', '2', '参数配置数据', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-05 15:03:19', 'admin', '2022-05-05 15:01:32', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('77934b1a885644d8a3b6d56e934a8467', 'project_task_inventory_feedback_history', '1', '2', '项目库-任务清单-反馈历史表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'ning.chen', '2022-05-18 15:25:04', 'ning.chen', '2022-05-18 15:23:10', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('844386ed13b647a199e9baf860dd5fde', 'buss_log', '1', '2', '更新log表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-02-24 10:59:52', 'admin', '2022-02-24 10:59:19', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('891a5f26e9224ddfb811441c1947d20e', 'params_report_detail', '1', '3', '上报库参数项', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 11:14:19', 'admin', '2022-05-18 10:49:36', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('8972ea4b5c9f421baea31d07cc8e4bc9', 'project_related_personnel', '1', '2', '相关人员维护表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-11 15:03:15', 'admin', '2022-04-11 15:02:34', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('8c8ab9e99505430a85eb24b9c325d282', 'project_library_base', '1', '4', '项目库基础表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-21 10:25:30', 'admin', '2022-04-11 14:59:13', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('8ed012c5f28842bbb76c6882cca3eea5', 'params_config', '1', '5', '参数配置', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-13 16:49:08', 'admin', '2022-05-05 14:59:12', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('90492909f5e047988a55c3cca893983e', 'home_function_module', '1', '3', '功能模块', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-24 16:24:19', 'admin', '2022-05-24 15:08:56', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('91c6b2bbdb734c9a8c11b710a334fd0f', 'sar_file_split_info', '1', '6', '文档拆分表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-31 14:25:28', 'admin', '2022-03-02 14:43:33', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('922416af055e4fc4b9095f4b7aae373d', 'onl_cgform_collection', '1', '6', '我的收藏', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-02-24 20:26:14', 'admin', '2022-02-23 11:09:32', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('94bb3c8f5674442081cf3fa75e7605b1', 'process_history', '1', '2', '流程历史表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'ning.chen', '2022-05-18 09:32:01', 'ning.chen', '2022-05-18 09:31:54', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('9a0f79126856471db3ae89b61e6dd330', 'project_name_info', '1', '2', '项目名信息表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-18 13:38:40', 'admin', '2022-04-18 13:38:26', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('9a907a16b31145b7b8acdcd3a2f88363', 'home_document_dynamic', '1', '2', '文档动态', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-24 16:49:55', 'admin', '2022-05-24 16:49:42', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('9ca1773d2a484d2fadae38491ad51aa1', 'params_collect_manifest', '1', '7', '参数项收集清单', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 10:16:11', 'admin', '2022-05-05 14:54:45', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('9e637cee15834bd19ea99d6889d1d1ad', 'params_manifest', '1', '2', '参数清单', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-05 14:29:55', 'admin', '2022-05-05 14:28:49', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('a234bb12c0174f9d9d451ae138169b6a', 'dummy_content_change', '1', '2', '维护清单内容变更表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-11 17:32:43', 'admin', '2022-04-11 17:32:20', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('a44f101118744c83bbec236d64f755db', 'params_report_config_data', '1', '2', '上报库参数配置数据', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 11:11:23', 'admin', '2022-05-18 10:53:52', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('a8647f02f71241c086d99fc5985746b0', 'dummy_read', '1', '2', '虚拟清单订阅表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-11 11:56:46', 'admin', '2022-04-11 11:55:55', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('acef2608ee4b4e73af3e357a2e399c49', 'project_history_versions', '1', '3', '法规清单历史版本表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 17:15:58', 'admin', '2022-04-29 17:06:36', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('acfc89fd9d78442f898e57660e39401f', 'onl_cgform_area', '1', '14', '区域管理表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-02-28 19:31:48', 'admin', '2022-01-21 14:23:05', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('adf3934df41447aba921e5466f23dfff', 'dummy_inventory_info', '1', '4', '虚拟清单详情表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-11 15:39:09', 'admin', '2022-04-08 17:18:31', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('b2c4096566dd4fab8b6476ecd0a5ea52', 'project_task_planning', '1', '3', '法规/认证任务计划 (各阶段确认进度) 表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-20 17:07:08', 'admin', '2022-04-11 15:05:48', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('b78987f2cce64d0dbd98fceec73e824e', 'project_year_name_info', '1', '4', '项目库-项目名年号表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-20 13:38:26', 'admin', '2022-05-20 13:35:01', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('be30982b414e43a2928e90157d0559dc', 'params_config_data_history', '1', '2', '参数配置数据历史版本', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-12 13:55:53', 'admin', '2022-05-12 13:53:25', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('becc0b2db5fb4511920bb34a94dd53b7', 'params_info_publish', '1', '2', '参数项基本信息表发布版', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 13:50:26', 'admin', '2022-04-29 13:46:26', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('c04152cd08634d898b6140a64009bd9d', 'project_laws_inventory', '1', '2', '项目库-法规清单表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-14 10:39:38', 'admin', '2022-04-14 10:36:35', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('c998a34ea4b84089932197ed0705c757', 'sar_file_split_items', '1', '6', '文档拆分条款信息表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'ning.chen', '2022-05-25 16:08:02', 'admin', '2022-03-02 15:08:33', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('cac43fbd3fc14437b5715a62cfbabdc1', 'onl_cgform_subscribe_territory', '1', '2', '订阅领域', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-02-28 10:49:33', 'admin', '2022-02-28 10:49:12', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('cf3625e23df649f19d5e503d92a87a3e', 'params_export_template', '1', '2', '参数导出模板表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 11:10:56', 'admin', '2022-05-18 10:39:59', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('d430c9dfb1014e41a5a823ae947e3804', 'params_info', '1', '2', '参数项基本信息表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-22 11:36:27', 'admin', '2022-04-22 10:39:25', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('d463cffcc3264a97965d7b070b172308', 'ot_sync_info', '1', '2', '同步时间记录表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-25 17:31:57', 'admin', '2022-05-25 17:31:15', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('dc4a39d84e8c4936913966306bd3a08e', 'params_template', '1', '4', '参数模板表', 'Y', 'Y', 'N', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-21 11:04:11', 'admin', '2022-04-21 10:38:17', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('e0b3e3dd1d6f43e7a77db6d6e51cf725', 'sys_config', '1', '3', '系统配置', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-23 18:53:28', 'admin', '2022-03-23 17:14:07', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('e9c8bb59cc1a4e219bc6adde70bc9e59', 'project_task_inventory_condition_assessment', '1', '2', '任务清单-项目状态评估表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'ning.chen', '2022-05-12 10:05:28', 'ning.chen', '2022-05-12 10:05:22', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('f5ad03cdddcb417f99c3fcee6e2e7c46', 'params_report_config', '1', '3', '上报库参数配置', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-05-18 17:43:30', 'admin', '2022-05-18 10:52:11', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('f689f1c4232046f7915449a287942262', 'dummy_log', '1', '2', '虚拟清单log表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-11 15:50:18', 'admin', '2022-04-11 15:49:54', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('f8c3fb7aa9624031ab0d7cbc6f3bded4', 'project_comment', '1', '4', '法规清单评论表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-04-29 15:38:10', 'admin', '2022-04-29 14:55:44', 'normal', 'N', null); +INSERT INTO `onl_cgform_head` VALUES ('fbcd375558634486a96db44639c26629', 'sar_file_split_items_val', '1', '4', '文档拆分条目信息表', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, 'admin', '2022-03-02 23:34:12', 'admin', '2022-03-02 16:03:08', 'normal', 'N', null); + +-- ---------------------------- +-- Table structure for onl_cgform_index +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_index`; +CREATE TABLE `onl_cgform_index` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `cgform_head_id` varchar(32) DEFAULT NULL COMMENT '主表id', + `index_name` varchar(100) DEFAULT NULL COMMENT '索引名称', + `index_field` varchar(500) DEFAULT NULL COMMENT '索引栏位', + `index_type` varchar(32) DEFAULT NULL COMMENT '索引类型', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `is_db_synch` varchar(2) DEFAULT 'N' COMMENT '是否同步数据库 N未同步 Y已同步', + `del_flag` int(1) DEFAULT '0' COMMENT '是否删除 0未删除 1删除', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_table_id` (`cgform_head_id`) USING BTREE, + KEY `idx_oci_cgform_head_id` (`cgform_head_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_index +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_subscribe +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_subscribe`; +CREATE TABLE `onl_cgform_subscribe` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '订阅人', + `create_time` datetime DEFAULT NULL COMMENT '订阅日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `document_id` varchar(36) DEFAULT NULL COMMENT '文档库id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_subscribe +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgform_subscribe_territory +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgform_subscribe_territory`; +CREATE TABLE `onl_cgform_subscribe_territory` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `technology_territory` varchar(32) DEFAULT NULL COMMENT '订阅领域', + `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgform_subscribe_territory +-- ---------------------------- + +-- ---------------------------- +-- Table structure for onl_cgreport_head +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgreport_head`; +CREATE TABLE `onl_cgreport_head` ( + `id` varchar(36) NOT NULL, + `code` varchar(100) NOT NULL COMMENT '报表编码', + `name` varchar(100) NOT NULL COMMENT '报表名字', + `cgr_sql` varchar(1000) NOT NULL COMMENT '报表SQL', + `return_val_field` varchar(100) DEFAULT NULL COMMENT '返回值字段', + `return_txt_field` varchar(100) DEFAULT NULL COMMENT '返回文本字段', + `return_type` varchar(2) DEFAULT '1' COMMENT '返回类型,单选或多选', + `db_source` varchar(100) DEFAULT NULL COMMENT '动态数据源', + `content` varchar(1000) DEFAULT NULL COMMENT '描述', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人id', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人id', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `index_onlinereport_code` (`code`) USING BTREE, + KEY `idx_och_code` (`code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgreport_head +-- ---------------------------- +INSERT INTO `onl_cgreport_head` VALUES ('1256627801873821698', 'report002', '统计登录每日登录次数-Demo', 'select DATE_FORMAT(create_time, \'%Y-%m-%d\') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, \'%Y-%m-%d\')', null, null, '1', null, null, '2021-03-16 16:44:45', 'admin', '2020-05-03 00:53:10', 'admin'); +INSERT INTO `onl_cgreport_head` VALUES ('1260179852088135681', 'tj_user_report', '统一有效系统用户-Demo', 'select * from sys_user', null, null, '1', null, null, '2021-03-16 16:44:40', 'admin', '2020-05-12 20:07:44', 'admin'); +INSERT INTO `onl_cgreport_head` VALUES ('6c7f59741c814347905a938f06ee003c', 'report_user', '统计在线用户-Demo', 'select * from sys_user', null, null, '1', '', null, '2021-03-16 16:44:50', 'admin', '2019-03-25 11:20:45', 'admin'); +INSERT INTO `onl_cgreport_head` VALUES ('87b55a515d3441b6b98e48e5b35474a6', 'demo', 'Report-Demo', 'select * from demo', null, null, '1', '', null, '2021-03-16 16:44:59', 'admin', '2019-03-12 11:25:16', 'admin'); + +-- ---------------------------- +-- Table structure for onl_cgreport_item +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgreport_item`; +CREATE TABLE `onl_cgreport_item` ( + `id` varchar(36) NOT NULL, + `cgrhead_id` varchar(36) NOT NULL COMMENT '报表ID', + `field_name` varchar(36) NOT NULL COMMENT '字段名字', + `field_txt` varchar(300) DEFAULT NULL COMMENT '字段文本', + `field_width` int(3) DEFAULT NULL, + `field_type` varchar(10) DEFAULT NULL COMMENT '字段类型', + `search_mode` varchar(10) DEFAULT NULL COMMENT '查询模式', + `is_order` int(2) DEFAULT '0' COMMENT '是否排序 0否,1是', + `is_search` int(2) DEFAULT '0' COMMENT '是否查询 0否,1是', + `dict_code` varchar(500) DEFAULT NULL COMMENT '字典CODE', + `field_href` varchar(120) DEFAULT NULL COMMENT '字段跳转URL', + `is_show` int(2) DEFAULT '1' COMMENT '是否显示 0否,1显示', + `order_num` int(11) DEFAULT NULL COMMENT '排序', + `replace_val` varchar(200) DEFAULT NULL COMMENT '取值表达式', + `is_total` varchar(2) DEFAULT NULL COMMENT '是否合计 0否,1是(仅对数值有效)', + `group_title` varchar(50) DEFAULT NULL COMMENT '分组标题', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_CGRHEAD_ID` (`cgrhead_id`) USING BTREE, + KEY `index_isshow` (`is_show`) USING BTREE, + KEY `index_order_num` (`order_num`) USING BTREE, + KEY `idx_oci_cgrhead_id` (`cgrhead_id`) USING BTREE, + KEY `idx_oci_is_show` (`is_show`) USING BTREE, + KEY `idx_oci_order_num` (`order_num`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgreport_item +-- ---------------------------- +INSERT INTO `onl_cgreport_item` VALUES ('1256627802020622337', '1256627801873821698', 'date', '日期', null, 'String', null, '0', '0', '', '', '1', '1', '', null, null, 'admin', '2020-09-11 14:50:45', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1256627802075148289', '1256627801873821698', 'num', '登录次数', null, 'String', null, '0', '0', '', '', '1', '2', '', '1', null, 'admin', '2020-09-11 14:50:45', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496577', '1260179852088135681', 'id', 'ID', null, 'String', null, '0', '0', '', '', '0', '1', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496578', '1260179852088135681', 'username', '账号', null, 'String', null, '0', '0', '', '', '1', '2', '', null, '用户信息', 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496579', '1260179852088135681', 'realname', '用户名字', null, 'String', null, '0', '0', '', '', '1', '3', '', null, '用户信息', 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496584', '1260179852088135681', 'sex', '性别', null, 'String', null, '0', '1', 'sex', '', '1', '4', '', null, '用户信息', 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496585', '1260179852088135681', 'email', '邮箱', null, 'String', 'single', '0', '1', '', '', '1', '5', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496586', '1260179852088135681', 'phone', '电话', null, 'String', null, '0', '0', '', '', '1', '6', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('15884396588465896672', '87b55a515d3441b6b98e48e5b35474a6', 'id', 'ID', null, 'String', null, '0', '0', '', '', '0', '1', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('15892858611256977947', '1260179852088135681', 'birthday', '生日', null, 'Date', null, '0', '0', '', '', '1', '7', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1740bb02519db90c44cb2cba8b755136', '6c7f59741c814347905a938f06ee003c', 'realname', '用户名称', null, 'String', null, '0', '0', '', 'https://www.baidu.com', '1', '1', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('1b181e6d2813bcb263adc39737f9df46', '87b55a515d3441b6b98e48e5b35474a6', 'name', '用户名', null, 'String', 'single', '0', '1', '', '', '1', '2', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('61ef5b323134938fdd07ad5e3ea16cd3', '87b55a515d3441b6b98e48e5b35474a6', 'key_word', '关键词', null, 'String', 'single', '0', '1', '', '', '1', '3', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('627768efd9ba2c41e905579048f21000', '6c7f59741c814347905a938f06ee003c', 'username', '用户账号', null, 'String', 'single', '0', '1', '', '', '1', '2', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('8bb087a9aa2000bcae17a1b3f5768435', '6c7f59741c814347905a938f06ee003c', 'sex', '性别', null, 'String', 'single', '0', '1', 'sex', '', '1', '3', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('90d4fa57d301801abb26a9b86b6b94c4', '6c7f59741c814347905a938f06ee003c', 'birthday', '生日', null, 'Date', 'single', '0', '0', '', '', '1', '4', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('a4ac355f07a05218854e5f23e2930163', '6c7f59741c814347905a938f06ee003c', 'avatar', '头像', null, 'String', null, '0', '0', '', '', '0', '5', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('d6e86b5ffd096ddcc445c0f320a45004', '6c7f59741c814347905a938f06ee003c', 'phone', '手机号', null, 'String', null, '0', '0', '', '', '1', '6', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('df365cd357699eea96c29763d1dd7f9d', '6c7f59741c814347905a938f06ee003c', 'email', '邮箱', null, 'String', null, '0', '0', '', '', '1', '7', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('edf9932912b81ad01dd557d3d593a559', '87b55a515d3441b6b98e48e5b35474a6', 'age', '年龄', null, 'String', null, '0', '0', '', '', '1', '4', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('f985883e509a6faaaf62ca07fd24a73c', '87b55a515d3441b6b98e48e5b35474a6', 'birthday', '生日', null, 'Date', 'single', '0', '1', '', '', '1', '5', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); +INSERT INTO `onl_cgreport_item` VALUES ('fce83e4258de3e2f114ab3116397670c', '87b55a515d3441b6b98e48e5b35474a6', 'punch_time', '发布时间', null, 'String', null, '0', '0', '', '', '1', '6', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); + +-- ---------------------------- +-- Table structure for onl_cgreport_param +-- ---------------------------- +DROP TABLE IF EXISTS `onl_cgreport_param`; +CREATE TABLE `onl_cgreport_param` ( + `id` varchar(36) NOT NULL, + `cgrhead_id` varchar(36) NOT NULL COMMENT '动态报表ID', + `param_name` varchar(32) NOT NULL COMMENT '参数字段', + `param_txt` varchar(32) DEFAULT NULL COMMENT '参数文本', + `param_value` varchar(32) DEFAULT NULL COMMENT '参数默认值', + `order_num` int(11) DEFAULT NULL COMMENT '排序', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + PRIMARY KEY (`id`) USING BTREE, + KEY `idx_cgrheadid` (`cgrhead_id`) USING BTREE, + KEY `idx_ocp_cgrhead_id` (`cgrhead_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of onl_cgreport_param +-- ---------------------------- + +-- ---------------------------- +-- Table structure for oss_file +-- ---------------------------- +DROP TABLE IF EXISTS `oss_file`; +CREATE TABLE `oss_file` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `file_name` varchar(255) DEFAULT NULL COMMENT '文件名称', + `url` varchar(255) DEFAULT NULL COMMENT '文件地址', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(255) DEFAULT NULL COMMENT '所属部门', + `connect_id` varchar(32) DEFAULT NULL COMMENT '关联id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Oss File'; + +-- ---------------------------- +-- Records of oss_file +-- ---------------------------- + +-- ---------------------------- +-- Table structure for ot_sync_info +-- ---------------------------- +DROP TABLE IF EXISTS `ot_sync_info`; +CREATE TABLE `ot_sync_info` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `sync_time` datetime DEFAULT NULL COMMENT '同步时间', + `last_sync_time` datetime DEFAULT NULL COMMENT '上次同步时间', + `sync_type` varchar(32) DEFAULT NULL COMMENT '同步类型', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of ot_sync_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_collect_manifest +-- ---------------------------- +DROP TABLE IF EXISTS `params_collect_manifest`; +CREATE TABLE `params_collect_manifest` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'NIO编号', + `is_must` varchar(50) DEFAULT NULL COMMENT '是否必填', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `params_batch` varchar(50) DEFAULT NULL COMMENT '参数批次', + `duty_territory` varchar(50) DEFAULT NULL COMMENT '责任领域', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `cert_category` varchar(1000) DEFAULT NULL COMMENT '认证类别', + `control_type` varchar(50) DEFAULT NULL COMMENT '控件类型', + `control_values` varchar(500) DEFAULT NULL COMMENT '控件备选值', + `control_verify` varchar(50) DEFAULT NULL COMMENT '控件校验', + `file_template` varchar(36) DEFAULT NULL COMMENT '附件模板', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + `state` varchar(50) DEFAULT NULL COMMENT '状态', + `sdt` varchar(50) DEFAULT NULL COMMENT '工程接口人', + `dre` varchar(50) DEFAULT NULL COMMENT '填写人', + `deadline` datetime DEFAULT NULL COMMENT '截止时间', + `params_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数清单id', + `change_flag` varchar(50) DEFAULT NULL COMMENT '变更标识', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_collect_manifest +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_collect_manifest_history +-- ---------------------------- +DROP TABLE IF EXISTS `params_collect_manifest_history`; +CREATE TABLE `params_collect_manifest_history` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'NIO编号', + `cert_category` varchar(1000) DEFAULT NULL COMMENT '认证类别', + `is_must` varchar(50) DEFAULT NULL COMMENT '是否必填', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `params_batch` varchar(50) DEFAULT NULL COMMENT '参数批次', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `control_type` varchar(50) DEFAULT NULL COMMENT '控件类型', + `control_values` varchar(50) DEFAULT NULL COMMENT '控件备选值', + `control_verify` varchar(50) DEFAULT NULL COMMENT '控件校验', + `file_template` varchar(36) DEFAULT NULL COMMENT '附件模板', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + `state` varchar(50) DEFAULT NULL COMMENT '状态', + `duty_territory` varchar(50) DEFAULT NULL COMMENT '责任领域', + `sdt` varchar(50) DEFAULT NULL COMMENT '工程接口人', + `dre` varchar(50) DEFAULT NULL COMMENT '填写人', + `deadline` datetime DEFAULT NULL COMMENT '截止时间', + `params_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数清单id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_collect_manifest_history +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_config +-- ---------------------------- +DROP TABLE IF EXISTS `params_config`; +CREATE TABLE `params_config` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `config_name` varchar(25) DEFAULT NULL COMMENT '配置名称', + `version` varchar(20) DEFAULT NULL COMMENT '版本', + `battery` varchar(20) DEFAULT NULL COMMENT '电池', + `motor` varchar(20) DEFAULT NULL COMMENT '电机', + `params_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数清单id', + `car_type` varchar(20) DEFAULT NULL COMMENT '车型', + `display_seq` int(10) DEFAULT NULL COMMENT '展示顺序', + `is_lock` varchar(50) DEFAULT NULL COMMENT '是否冻结', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_config +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_config_data +-- ---------------------------- +DROP TABLE IF EXISTS `params_config_data`; +CREATE TABLE `params_config_data` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `text_data` varchar(255) DEFAULT NULL COMMENT '文本类型数据', + `pull_data` varchar(255) DEFAULT NULL COMMENT '下拉类型数据', + `file_connect_id` varchar(36) DEFAULT NULL COMMENT '附件类型数据', + `params_config_id` varchar(36) DEFAULT NULL COMMENT '参数配置id', + `params_collect_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数收集清单id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_config_data +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_config_data_history +-- ---------------------------- +DROP TABLE IF EXISTS `params_config_data_history`; +CREATE TABLE `params_config_data_history` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `text_data` varchar(255) DEFAULT NULL COMMENT '文本类型数据', + `pull_data` varchar(255) DEFAULT NULL COMMENT '下拉类型数据', + `file_connect_id` varchar(36) DEFAULT NULL COMMENT '附件类型数据', + `params_config_id` varchar(36) DEFAULT NULL COMMENT '参数配置id', + `params_collect_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数项收集清单id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_config_data_history +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_config_history +-- ---------------------------- +DROP TABLE IF EXISTS `params_config_history`; +CREATE TABLE `params_config_history` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `config_name` varchar(25) DEFAULT NULL COMMENT '配置名称', + `car_type` varchar(20) DEFAULT NULL COMMENT '车型', + `version` varchar(20) DEFAULT NULL COMMENT '版本', + `battery` varchar(20) DEFAULT NULL COMMENT '电池', + `motor` varchar(20) DEFAULT NULL COMMENT '电机', + `params_manifest_id` varchar(50) DEFAULT NULL COMMENT '参数清单id', + `is_lock` varchar(50) DEFAULT NULL COMMENT '是否冻结', + `display_seq` int(10) DEFAULT NULL COMMENT '展示顺序', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_config_history +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_export_template +-- ---------------------------- +DROP TABLE IF EXISTS `params_export_template`; +CREATE TABLE `params_export_template` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `template_name` varchar(50) DEFAULT NULL COMMENT '模板名称', + `state` varchar(50) DEFAULT NULL COMMENT '状态', + `description` varchar(200) DEFAULT NULL COMMENT '内容说明', + `file_connect_id` varchar(36) DEFAULT NULL COMMENT '附件上传', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_export_template +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_info +-- ---------------------------- +DROP TABLE IF EXISTS `params_info`; +CREATE TABLE `params_info` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'nio编号', + `is_must` varchar(50) DEFAULT NULL COMMENT '是否必填', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `params_batch` varchar(50) DEFAULT NULL COMMENT '参数批次', + `duty_territory` varchar(50) DEFAULT NULL COMMENT '责任领域', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `cert_category` varchar(1000) DEFAULT NULL COMMENT '认证类别', + `control_type` varchar(50) DEFAULT NULL COMMENT '控件类型', + `control_values` varchar(500) DEFAULT NULL COMMENT '控件备选值', + `control_verify` varchar(50) DEFAULT NULL COMMENT '控件校验', + `file_template_connect_id` varchar(36) DEFAULT NULL COMMENT '附件模板', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_info_publish +-- ---------------------------- +DROP TABLE IF EXISTS `params_info_publish`; +CREATE TABLE `params_info_publish` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'nio编号', + `is_must` varchar(50) DEFAULT NULL COMMENT '是否必填', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `params_batch` varchar(50) DEFAULT NULL COMMENT '参数批次', + `duty_territory` varchar(50) DEFAULT NULL COMMENT '责任领域', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `cert_category` varchar(1000) DEFAULT NULL COMMENT '认证类别', + `control_type` varchar(50) DEFAULT NULL COMMENT '控件类型', + `control_values` varchar(500) DEFAULT NULL COMMENT '控件备选值', + `control_verify` varchar(50) DEFAULT NULL COMMENT '控件校验', + `file_template_connect_id` varchar(36) DEFAULT NULL COMMENT '附件模板', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + `version` int(11) DEFAULT NULL COMMENT '发布时版本', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_info_publish +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_manifest +-- ---------------------------- +DROP TABLE IF EXISTS `params_manifest`; +CREATE TABLE `params_manifest` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `title` varchar(50) DEFAULT NULL COMMENT '标题', + `state` varchar(50) DEFAULT NULL COMMENT '状态', + `finish_time` datetime DEFAULT NULL COMMENT '收集完成时间', + `version` int(11) DEFAULT NULL COMMENT '版本', + `project_id` varchar(50) DEFAULT NULL COMMENT '项目id', + `params_template_id` varchar(50) DEFAULT NULL COMMENT '参数模板id', + `params_template_publish_version` int(11) DEFAULT NULL COMMENT '对应参数模板发布版本', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_manifest +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_manifest_history +-- ---------------------------- +DROP TABLE IF EXISTS `params_manifest_history`; +CREATE TABLE `params_manifest_history` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `title` varchar(50) DEFAULT NULL COMMENT '标题', + `state` varchar(50) DEFAULT NULL COMMENT '状态', + `params_template_id` varchar(50) DEFAULT NULL COMMENT '参数模板id', + `finish_time` datetime DEFAULT NULL COMMENT '收集完成时间', + `version` int(11) DEFAULT NULL COMMENT '版本', + `project_id` varchar(50) DEFAULT NULL COMMENT '项目id', + `params_template_publish_version` varchar(32) DEFAULT NULL COMMENT '对应参数模板发布版本', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_manifest_history +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_report +-- ---------------------------- +DROP TABLE IF EXISTS `params_report`; +CREATE TABLE `params_report` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `version` int(11) DEFAULT NULL COMMENT '版本', + `old_params_manifest_id` varchar(50) DEFAULT NULL COMMENT '收集库参数清单id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_report +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_report_config +-- ---------------------------- +DROP TABLE IF EXISTS `params_report_config`; +CREATE TABLE `params_report_config` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `config_name` varchar(25) DEFAULT NULL COMMENT '配置名称', + `car_type` varchar(20) DEFAULT NULL COMMENT '车型', + `version` varchar(32) DEFAULT NULL COMMENT '版本', + `battery` varchar(20) DEFAULT NULL COMMENT '电池', + `motor` varchar(20) DEFAULT NULL COMMENT '电机', + `params_manifest_id` varchar(50) DEFAULT NULL COMMENT '参数清单id', + `is_lock` varchar(50) DEFAULT NULL COMMENT '是否冻结', + `display_seq` int(10) DEFAULT NULL COMMENT '展示顺序', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_report_config +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_report_config_data +-- ---------------------------- +DROP TABLE IF EXISTS `params_report_config_data`; +CREATE TABLE `params_report_config_data` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `text_data` varchar(255) DEFAULT NULL COMMENT '文本类型数据', + `pull_data` varchar(255) DEFAULT NULL COMMENT '下拉类型数据', + `file_connect_id` varchar(36) DEFAULT NULL COMMENT '附件类型数据', + `params_config_id` varchar(36) DEFAULT NULL COMMENT '参数配置id', + `params_collect_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数项收集清单id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_report_config_data +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_report_detail +-- ---------------------------- +DROP TABLE IF EXISTS `params_report_detail`; +CREATE TABLE `params_report_detail` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'NIO编号', + `is_must` varchar(50) DEFAULT NULL COMMENT '是否必填', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `params_batch` varchar(50) DEFAULT NULL COMMENT '参数批次', + `duty_territory` varchar(50) DEFAULT NULL COMMENT '责任领域', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `cert_category` varchar(1000) DEFAULT NULL COMMENT '认证类别', + `control_type` varchar(50) DEFAULT NULL COMMENT '控件类型', + `control_values` varchar(500) DEFAULT NULL COMMENT '控件备选值', + `control_verify` varchar(50) DEFAULT NULL COMMENT '控件校验', + `file_template` varchar(36) DEFAULT NULL COMMENT '附件模板', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + `state` varchar(32) DEFAULT NULL COMMENT '状态', + `sdt` varchar(50) DEFAULT NULL COMMENT '工程接口人', + `dre` varchar(50) DEFAULT NULL COMMENT '填写人', + `deadline` datetime DEFAULT NULL COMMENT '截止时间', + `params_manifest_id` varchar(36) DEFAULT NULL COMMENT '参数清单id', + `sync_time` datetime DEFAULT NULL COMMENT '同步时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_report_detail +-- ---------------------------- + +-- ---------------------------- +-- Table structure for params_template +-- ---------------------------- +DROP TABLE IF EXISTS `params_template`; +CREATE TABLE `params_template` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '最新变更时间', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `params_template_name` varchar(50) DEFAULT NULL COMMENT '参数模板', + `state` varchar(100) DEFAULT NULL COMMENT '状态', + `region` varchar(100) DEFAULT NULL COMMENT '适用地区', + `description` varchar(300) DEFAULT NULL COMMENT '内容说明', + `version` int(11) DEFAULT NULL COMMENT '当前版本', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of params_template +-- ---------------------------- +INSERT INTO `params_template` VALUES ('3764435aba4e49b296d524ee7ae3a2ca', 'admin', '2022-06-10 18:04:18', null, '2022-06-10 18:04:18', 'A01', '测试', null, '64b9a9348ad24d85a352e79ddae84666', '1', '0'); + +-- ---------------------------- +-- Table structure for process_history +-- ---------------------------- +DROP TABLE IF EXISTS `process_history`; +CREATE TABLE `process_history` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `acti_proc_inst_id` varchar(64) DEFAULT NULL COMMENT '流程实例id', + `task_definition_key` varchar(64) DEFAULT NULL COMMENT '操作节点', + `operator_person_id` varchar(64) DEFAULT NULL COMMENT '操作人', + `operator_result` varchar(64) DEFAULT NULL COMMENT '操作结果', + `approval_opinion` varchar(200) DEFAULT NULL COMMENT '意见', + `project_laws_inventory_id` varchar(64) DEFAULT NULL COMMENT '法规清单id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of process_history +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_certification_directory +-- ---------------------------- +DROP TABLE IF EXISTS `project_certification_directory`; +CREATE TABLE `project_certification_directory` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_library_id` varchar(64) DEFAULT NULL COMMENT '项目库id', + `directory_name` varchar(255) DEFAULT NULL COMMENT '目录名称', + `lot` varchar(255) DEFAULT NULL COMMENT '批次', + `directory_file` varchar(4000) DEFAULT NULL COMMENT '目录文件(文件)', + `experiment_file` varchar(4000) DEFAULT NULL COMMENT '实验方案(文件)', + `detection_report_location` varchar(255) DEFAULT NULL COMMENT '检测报告位置', + `explain_info` varchar(255) DEFAULT NULL COMMENT '说明', + `upload_time` datetime DEFAULT NULL COMMENT '上传时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_certification_directory +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_comment +-- ---------------------------- +DROP TABLE IF EXISTS `project_comment`; +CREATE TABLE `project_comment` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_library_id` varchar(32) DEFAULT NULL COMMENT '项目库id', + `comment_content` varchar(1000) DEFAULT NULL COMMENT '评论内容', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_comment +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_history_versions +-- ---------------------------- +DROP TABLE IF EXISTS `project_history_versions`; +CREATE TABLE `project_history_versions` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `versions_name` varchar(255) DEFAULT NULL COMMENT '版本名称', + `project_library_id` varchar(32) DEFAULT NULL COMMENT '项目库id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_history_versions +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_laws_inventory +-- ---------------------------- +DROP TABLE IF EXISTS `project_laws_inventory`; +CREATE TABLE `project_laws_inventory` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_library_id` varchar(36) DEFAULT NULL COMMENT '项目库id', + `serial_number` varchar(100) DEFAULT NULL COMMENT '编号', + `title` varchar(100) DEFAULT NULL COMMENT '标题', + `subtitle` varchar(255) DEFAULT NULL COMMENT '子标题', + `corresponding_standard` varchar(1000) DEFAULT NULL COMMENT '对应标准', + `implement_type` varchar(100) DEFAULT NULL COMMENT '实施类别', + `xin1_che1_xing2_shi2_shi1_ri4_qi1` datetime DEFAULT NULL COMMENT '新车型实施日期', + `implement_time` datetime DEFAULT NULL COMMENT '在产车实施日期', + `attestation_type` varchar(100) DEFAULT NULL COMMENT '认证类型', + `attestation_rank` varchar(100) DEFAULT NULL COMMENT '认证级别', + `wvta_id` varchar(255) DEFAULT NULL COMMENT 'WVTA ID', + `duty_territory` varchar(500) DEFAULT NULL COMMENT '责任领域', + `regulation_owner_id` varchar(50) DEFAULT NULL COMMENT '法规工程师id', + `homologation_engineer_id` varchar(50) DEFAULT NULL COMMENT '认证工程师id', + `engineering_interface_person` varchar(50) DEFAULT NULL COMMENT '工程接口人id', + `remark` varchar(2000) DEFAULT NULL COMMENT '备注', + `design_deliverable_type` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-交付物类型', + `design_deliverable_template` varchar(1000) DEFAULT NULL COMMENT '设计符合性确认-交付物模板', + `design_initiator` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-发起人角色', + `design_initiator_id` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-发起人id', + `design_duty` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-责任人角色', + `design_duty_id` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-责任人id', + `design_due_date` datetime DEFAULT NULL COMMENT '设计符合性确认-截止时间', + `prehomo_deliverable_type` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-交付物类型', + `prehomo_deliverable_template` varchar(1000) DEFAULT NULL COMMENT 'prehomo确认-交付物模板', + `prehomo_initiator` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-发起人角色', + `prehomo_initiator_id` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-发起人id', + `prehomo_duty` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-责任人角色', + `prehomo_duty_id` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-责任人id', + `prehomo_due_date` datetime DEFAULT NULL COMMENT 'prehomo确认-截止时间', + `verify_deliverable_type` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-交付物类型', + `verify_deliverable_template` varchar(1000) DEFAULT NULL COMMENT '验证符合性确认-交付物模板', + `verify_initiator` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-发起人角色', + `verify_initiator_id` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-发起人id', + `verify_duty` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-责任人角色', + `verify_duty_id` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-责任人id', + `verify_due_date` datetime DEFAULT NULL COMMENT '验证符合性确认-截止时间', + `task_affirm_status` varchar(100) DEFAULT NULL COMMENT '任务确认状态', + `inventory_affirm_status` varchar(100) DEFAULT NULL COMMENT '清单确认状态', + `regulation_owner_submit_status` varchar(100) DEFAULT NULL COMMENT '法规工程师提交状态', + `homologation_engineer_submit_status` varchar(100) DEFAULT NULL COMMENT '认证工程师提交状态', + `inventory_affirm_due_date` datetime DEFAULT NULL COMMENT '清单确认截止时间', + `task_affirm_due_date` datetime DEFAULT NULL COMMENT '任务确认截止时间', + `send_msg_flag` varchar(10) DEFAULT NULL COMMENT '清单结束前三天发送消息标识0未发 1已发', + `send_msg_current_flag` varchar(10) DEFAULT NULL COMMENT '清单结束当天发送消息标识 0 未发 1已发', + `region` varchar(255) DEFAULT NULL COMMENT '适用地区', + `applicable_supplement` varchar(255) DEFAULT NULL COMMENT '适用增补件', + `verify_remark` varchar(1000) DEFAULT NULL COMMENT '验证备注', + `prehomo_remark` varchar(1000) DEFAULT NULL COMMENT 'pre备注', + `design_remark` varchar(1000) DEFAULT NULL COMMENT '设计备注', + `file_id` varchar(1000) DEFAULT NULL COMMENT '报告id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_laws_inventory +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_laws_inventory_log +-- ---------------------------- +DROP TABLE IF EXISTS `project_laws_inventory_log`; +CREATE TABLE `project_laws_inventory_log` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_library_id` varchar(32) DEFAULT NULL COMMENT '项目库id', + `log_content` varchar(5000) DEFAULT NULL COMMENT 'log内容', + `is_en_log` varchar(50) DEFAULT NULL COMMENT 'log语言类别,cn中文,en英文', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_laws_inventory_log +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_library_base +-- ---------------------------- +DROP TABLE IF EXISTS `project_library_base`; +CREATE TABLE `project_library_base` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `project_name_id` varchar(100) DEFAULT NULL COMMENT '项目名称id', + `year_name_id` varchar(100) DEFAULT NULL COMMENT '年款号id', + `target_market` varchar(100) DEFAULT NULL COMMENT '目标市场', + `project_status` varchar(100) DEFAULT NULL COMMENT '项目状态', + `studio_engineer` varchar(100) DEFAULT NULL COMMENT 'studio工程师', + `certification_engineer` varchar(300) DEFAULT NULL COMMENT '认证工程师', + `vehicle_platform` varchar(100) DEFAULT NULL COMMENT '车型平台', + `digital_platform` varchar(100) DEFAULT NULL COMMENT '数字平台', + `ipd_info` varchar(300) DEFAULT NULL COMMENT 'IPD信息', + `attestation_plan` varchar(300) DEFAULT NULL COMMENT '认证计划', + `vehicle_development_plan` varchar(300) DEFAULT NULL COMMENT '整车开发计划', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) CHARACTER SET utf8mb4 DEFAULT NULL COMMENT '所属部门', + `create_by` varchar(100) DEFAULT NULL COMMENT '创建人', + `update_by` varchar(100) DEFAULT NULL COMMENT '更新人', + PRIMARY KEY (`id`) USING BTREE, + KEY `marketsdi_target_market` (`target_market`) USING BTREE, + KEY `statussdi_project_status` (`project_status`) USING BTREE, + KEY `studiouser_studio_engineer` (`studio_engineer`) USING BTREE, + KEY `certifyuser_certification_engineer` (`certification_engineer`) USING BTREE, + KEY `vehiclePlatformsdi_vehicle_platform` (`vehicle_platform`) USING BTREE, + KEY `digitalPlatformsdi_digital_platform` (`digital_platform`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_library_base +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_name_info +-- ---------------------------- +DROP TABLE IF EXISTS `project_name_info`; +CREATE TABLE `project_name_info` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_name` varchar(100) DEFAULT NULL COMMENT '项目名称', + `vehicle_platform` varchar(100) CHARACTER SET utf8 DEFAULT NULL COMMENT '车型平台', + `digital_platform` varchar(100) CHARACTER SET utf8 DEFAULT NULL COMMENT '数字平台', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_name_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_related_personnel +-- ---------------------------- +DROP TABLE IF EXISTS `project_related_personnel`; +CREATE TABLE `project_related_personnel` ( + `id` varchar(36) NOT NULL, + `project_id` varchar(36) DEFAULT NULL COMMENT '项目id', + `duty_territory` varchar(100) DEFAULT NULL COMMENT '责任领域', + `law_engineer` varchar(100) DEFAULT NULL COMMENT '法规工程师', + `engineering_interface_person` varchar(100) DEFAULT NULL COMMENT '工程接口人', + `certification_engineer` varchar(100) DEFAULT NULL COMMENT '认证工程师', + `remark` varchar(500) DEFAULT NULL COMMENT '备注', + `create_by` varchar(100) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(100) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_related_personnel +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_reply +-- ---------------------------- +DROP TABLE IF EXISTS `project_reply`; +CREATE TABLE `project_reply` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_comment_id` varchar(32) DEFAULT NULL COMMENT '法规清单评论表id', + `reply_content` varchar(1000) DEFAULT NULL COMMENT '回复内容', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_reply +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_task_inventory +-- ---------------------------- +DROP TABLE IF EXISTS `project_task_inventory`; +CREATE TABLE `project_task_inventory` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_laws_inventory_id` varchar(100) DEFAULT NULL COMMENT '法规清单id', + `design_status` varchar(32) DEFAULT NULL COMMENT '设计符合性流程状态', + `design_flow_task_status` varchar(32) DEFAULT NULL COMMENT '设计符合性流程-任务状态', + `design_p_id` varchar(32) DEFAULT NULL COMMENT '设计符合性流程 流程实例id', + `prehomo_status` varchar(32) DEFAULT NULL COMMENT 'prehomo确认流程状态', + `prehomo_flow_task_status` varchar(32) DEFAULT NULL COMMENT 'prehomo确认流程-任务状态', + `prehomo_p_id` varchar(32) DEFAULT NULL COMMENT 'prehomo流程 流程实例id', + `verify_status` varchar(32) DEFAULT NULL COMMENT '验证符合性流程状态', + `verify_flow_task_status` varchar(32) DEFAULT NULL COMMENT '验证符合性流程-任务状态', + `verify_p_id` varchar(32) DEFAULT NULL COMMENT '验证符合性流程 流程实例id', + `certification_progress` varchar(32) DEFAULT NULL COMMENT '认证进度', + `certification_progress_remark` varchar(2000) DEFAULT NULL COMMENT '认证进度备注', + `project_status_assess` varchar(32) DEFAULT NULL COMMENT '项目状态评估', + `design_send_msg_flag` varchar(2) DEFAULT NULL COMMENT '设计符合性流程-结束前三天发送消息标识0未发 1已发', + `design_send_msg_current_flag` varchar(2) DEFAULT NULL COMMENT '设计符合性流程-结束当天发送消息标识0未发 1已发', + `prehomo_send_msg_flag` varchar(2) DEFAULT NULL COMMENT 'prehomo确认流程-结束前三天发送消息标识0未发 1已发', + `prehomo_send_msg_current_flag` varchar(2) DEFAULT NULL COMMENT 'prehomo确认流程-结束当天发送消息标识0未发 1已发', + `verify_send_msg_flag` varchar(2) DEFAULT NULL COMMENT '验证符合性流程-结束前三天发送消息标识0未发 1已发', + `verify_send_msg_current_flag` varchar(2) DEFAULT NULL COMMENT '验证符合性流程-结束当天发送消息标识0未发 1已发', + `design_person_charge_feedback` varchar(2000) DEFAULT NULL COMMENT '设计符合性流程-责任人填写反馈意见', + `prehomo_person_charge_feedback` varchar(2000) DEFAULT NULL COMMENT 'prehomo流程-责任人填写反馈意见', + `verify_person_charge_feedback` varchar(2000) DEFAULT NULL COMMENT '验证符合性流程-责任人填写反馈意见', + `process_end_time` datetime DEFAULT NULL COMMENT '流程结束时间-最终时间', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_task_inventory +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_task_inventory_condition_assessment +-- ---------------------------- +DROP TABLE IF EXISTS `project_task_inventory_condition_assessment`; +CREATE TABLE `project_task_inventory_condition_assessment` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `condition_assessment` varchar(64) DEFAULT NULL COMMENT '评估状态', + `remark` varchar(32) DEFAULT NULL COMMENT '备注', + `project_laws_inventory_id` varchar(32) DEFAULT NULL COMMENT '法规清单id', + `role_code` varchar(32) DEFAULT NULL COMMENT '角色编码 1:法规工程师 、2:认证工程师', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_task_inventory_condition_assessment +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_task_inventory_detail +-- ---------------------------- +DROP TABLE IF EXISTS `project_task_inventory_detail`; +CREATE TABLE `project_task_inventory_detail` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_task_inventory_id` varchar(100) DEFAULT NULL COMMENT '法规清单id', + `task_id` varchar(32) DEFAULT NULL COMMENT '待办id', + `acti_proc_inst_id` varchar(32) DEFAULT NULL COMMENT '流程实例id', + `status` varchar(32) DEFAULT NULL COMMENT '状态:待办 、已办', + `flow_type` varchar(32) DEFAULT NULL COMMENT '设计符合性、验证符合性、prehomo确认流程', + `user_id` varchar(32) DEFAULT NULL COMMENT '办理人id', + `form_data` longtext COMMENT '表单数据 json', + `task_definition_key` varchar(32) DEFAULT NULL COMMENT '任务节点定义key', + `delivery_instructions` varchar(255) DEFAULT NULL COMMENT '工程交付说明', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_task_inventory_detail +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_task_inventory_feedback +-- ---------------------------- +DROP TABLE IF EXISTS `project_task_inventory_feedback`; +CREATE TABLE `project_task_inventory_feedback` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `engineer_feedback_content` varchar(4000) DEFAULT NULL COMMENT '工程师反馈', + `file_id` varchar(2000) DEFAULT NULL COMMENT '交付物', + `engineering_interface_person_reply` varchar(4000) DEFAULT NULL COMMENT '工程接口人回复', + `flow_type` varchar(32) DEFAULT NULL COMMENT '流程类型', + `acti_proc_inst_id` varchar(32) DEFAULT NULL COMMENT '流程实例id', + `project_task_inventory_id` varchar(100) DEFAULT NULL COMMENT '法规清单id', + `delivery_requirements` varchar(255) DEFAULT NULL COMMENT '工程交付要求', + `serial_number` varchar(64) DEFAULT NULL COMMENT '序号: 年 + 月 + 日 + 三位水号', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_task_inventory_feedback +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_task_inventory_feedback_history +-- ---------------------------- +DROP TABLE IF EXISTS `project_task_inventory_feedback_history`; +CREATE TABLE `project_task_inventory_feedback_history` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `engineer_feedback_content` varchar(4000) DEFAULT NULL COMMENT '工程师反馈', + `file_id` varchar(2000) DEFAULT NULL COMMENT '交付物', + `engineering_interface_person_reply` varchar(4000) DEFAULT NULL COMMENT '工程接口人回复', + `flow_type` varchar(32) DEFAULT NULL COMMENT '流程类型', + `acti_proc_inst_id` varchar(32) DEFAULT NULL COMMENT '流程实例id', + `project_task_inventory_id` varchar(32) DEFAULT NULL COMMENT '法规清单id', + `delivery_requirements` varchar(4000) DEFAULT NULL COMMENT '工程交付要求', + `feedback_id` varchar(64) DEFAULT NULL COMMENT '反馈表id', + `data_status` varchar(10) DEFAULT NULL COMMENT '数据状态 当前数据 current 历史 history', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_task_inventory_feedback_history +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_task_planning +-- ---------------------------- +DROP TABLE IF EXISTS `project_task_planning`; +CREATE TABLE `project_task_planning` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `project_id` varchar(36) DEFAULT NULL COMMENT '项目id', + `list_confirmation` datetime DEFAULT NULL COMMENT '法规清单确认', + `legal_task_confirmation` datetime DEFAULT NULL COMMENT '法规任务确认', + `design_deadline` datetime DEFAULT NULL COMMENT '设计符合性确认截止时间', + `prehomo_deadline` datetime DEFAULT NULL COMMENT 'PreHomo确认截止时间', + `attestation_start_time` datetime DEFAULT NULL COMMENT '认证开始', + `attestation_end_time` datetime DEFAULT NULL COMMENT '认证结束', + `verify_deadline` datetime DEFAULT NULL COMMENT '验证符合性确认截止时间', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_task_planning +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_version_info +-- ---------------------------- +DROP TABLE IF EXISTS `project_version_info`; +CREATE TABLE `project_version_info` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `history_versions_id` varchar(32) DEFAULT NULL COMMENT '法规清单版本id', + `project_library_id` varchar(32) DEFAULT NULL COMMENT '项目库id', + `serial_number` varchar(100) DEFAULT NULL COMMENT '编号', + `title` varchar(100) DEFAULT NULL COMMENT '标题', + `subtitle` varchar(100) DEFAULT NULL COMMENT '子标题', + `corresponding_standard` varchar(1000) DEFAULT NULL COMMENT '对应标准', + `implement_type` varchar(100) DEFAULT NULL COMMENT '实施类别', + `xin1_che1_xing2_shi2_shi1_ri4_qi1` datetime DEFAULT NULL COMMENT '新车型实施日期', + `implement_time` datetime DEFAULT NULL COMMENT '在产车实施日期', + `attestation_type` varchar(100) DEFAULT NULL COMMENT '认证类型', + `attestation_rank` varchar(100) DEFAULT NULL COMMENT '认证级别', + `wvta_id` varchar(255) DEFAULT NULL COMMENT 'WVTA ID', + `duty_territory` varchar(500) DEFAULT NULL COMMENT '责任领域', + `regulation_owner_id` varchar(50) DEFAULT NULL COMMENT '法规工程师', + `homologation_engineer_id` varchar(50) DEFAULT NULL COMMENT '认证工程师', + `engineering_interface_person` varchar(50) DEFAULT NULL COMMENT '工程接口人', + `remark` varchar(2000) DEFAULT NULL COMMENT '备注', + `design_deliverable_type` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-交付物类型', + `design_deliverable_template` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-交付物模板', + `design_initiator` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-发起人', + `design_duty` varchar(100) DEFAULT NULL COMMENT '设计符合性确认-责任人', + `design_due_date` datetime DEFAULT NULL COMMENT '设计符合性确认-截止时间', + `prehomo_deliverable_type` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-交付物类型', + `prehomo_deliverable_template` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-交付物模板', + `prehomo_initiator` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-发起人', + `prehomo_duty` varchar(100) DEFAULT NULL COMMENT 'prehomo确认-责任人', + `prehomo_due_date` datetime DEFAULT NULL COMMENT 'prehomo确认-截止时间', + `verify_deliverable_type` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-交付物类型', + `verify_deliverable_template` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-交付物模板', + `verify_initiator` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-发起人', + `verify_duty` varchar(100) DEFAULT NULL COMMENT '验证符合性确认-责任人', + `verify_due_date` datetime DEFAULT NULL COMMENT '验证符合性确认-截止时间', + `task_release_status` varchar(100) DEFAULT NULL COMMENT '任务发布状态', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_version_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for project_year_name_info +-- ---------------------------- +DROP TABLE IF EXISTS `project_year_name_info`; +CREATE TABLE `project_year_name_info` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `project_name_id` varchar(100) DEFAULT NULL COMMENT '项目名id', + `year_name` varchar(100) DEFAULT NULL COMMENT '年款名称', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of project_year_name_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_blob_triggers +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_blob_triggers`; +CREATE TABLE `qrtz_blob_triggers` ( + `SCHED_NAME` varchar(120) NOT NULL, + `TRIGGER_NAME` varchar(200) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + `BLOB_DATA` blob, + PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, + CONSTRAINT `qrtz_blob_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='InnoDB free: 504832 kB; (`SCHED_NAME` `TRIGGER_NAME` `TRIGGE'; + +-- ---------------------------- +-- Records of qrtz_blob_triggers +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_calendars +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_calendars`; +CREATE TABLE `qrtz_calendars` ( + `SCHED_NAME` varchar(120) NOT NULL, + `CALENDAR_NAME` varchar(200) NOT NULL, + `CALENDAR` blob NOT NULL, + PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of qrtz_calendars +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_cron_triggers +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_cron_triggers`; +CREATE TABLE `qrtz_cron_triggers` ( + `SCHED_NAME` varchar(120) NOT NULL, + `TRIGGER_NAME` varchar(200) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + `CRON_EXPRESSION` varchar(200) NOT NULL, + `TIME_ZONE_ID` varchar(80) DEFAULT NULL, + PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, + CONSTRAINT `qrtz_cron_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='InnoDB free: 504832 kB; (`SCHED_NAME` `TRIGGER_NAME` `TRIGGE'; + +-- ---------------------------- +-- Records of qrtz_cron_triggers +-- ---------------------------- +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.designComplianceJob', 'DEFAULT', '0 35 9 * * ? *', 'Asia/Shanghai'); +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.InventoryAffirmJob', 'DEFAULT', '0 30 9 * * ? *', 'Asia/Shanghai'); +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.PrehomoJob', 'DEFAULT', '0 30 9 * * ? *', 'Asia/Shanghai'); +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.VerifyComplianceJob', 'DEFAULT', '0 30 9 * * ? *', 'Asia/Shanghai'); +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.quartz.job.SampleJob', 'DEFAULT', '0/1 * * * * ?', 'Asia/Shanghai'); +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.quartz.job.SampleParamJob', 'DEFAULT', '0/1 * * * * ?', 'Asia/Shanghai'); +INSERT INTO `qrtz_cron_triggers` VALUES ('MyScheduler', 'com.jero.modules.space.job.SpaceJobHandler', 'DEFAULT', '3/5 * 0 * * ? *', 'Asia/Shanghai'); + +-- ---------------------------- +-- Table structure for qrtz_fired_triggers +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_fired_triggers`; +CREATE TABLE `qrtz_fired_triggers` ( + `SCHED_NAME` varchar(120) NOT NULL, + `ENTRY_ID` varchar(95) NOT NULL, + `TRIGGER_NAME` varchar(200) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + `INSTANCE_NAME` varchar(200) NOT NULL, + `FIRED_TIME` bigint(13) NOT NULL, + `SCHED_TIME` bigint(13) NOT NULL, + `PRIORITY` int(11) NOT NULL, + `STATE` varchar(16) NOT NULL, + `JOB_NAME` varchar(200) DEFAULT NULL, + `JOB_GROUP` varchar(200) DEFAULT NULL, + `IS_NONCONCURRENT` varchar(1) DEFAULT NULL, + `REQUESTS_RECOVERY` varchar(1) DEFAULT NULL, + PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of qrtz_fired_triggers +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_job_details +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_job_details`; +CREATE TABLE `qrtz_job_details` ( + `SCHED_NAME` varchar(120) NOT NULL, + `JOB_NAME` varchar(200) NOT NULL, + `JOB_GROUP` varchar(200) NOT NULL, + `DESCRIPTION` varchar(250) DEFAULT NULL, + `JOB_CLASS_NAME` varchar(250) NOT NULL, + `IS_DURABLE` varchar(1) NOT NULL, + `IS_NONCONCURRENT` varchar(1) NOT NULL, + `IS_UPDATE_DATA` varchar(1) NOT NULL, + `REQUESTS_RECOVERY` varchar(1) NOT NULL, + `JOB_DATA` blob, + PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of qrtz_job_details +-- ---------------------------- +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.project.job.designComplianceJob', 'DEFAULT', null, 'com.jero.modules.project.job.designComplianceJob', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D65746572707800); +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.project.job.InventoryAffirmJob', 'DEFAULT', null, 'com.jero.modules.project.job.InventoryAffirmJob', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D65746572707800); +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.project.job.PrehomoJob', 'DEFAULT', null, 'com.jero.modules.project.job.PrehomoJob', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D65746572707800); +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.project.job.VerifyComplianceJob', 'DEFAULT', null, 'com.jero.modules.project.job.VerifyComplianceJob', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D65746572707800); +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.quartz.job.SampleJob', 'DEFAULT', null, 'com.jero.modules.quartz.job.SampleJob', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D65746572707800); +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.quartz.job.SampleParamJob', 'DEFAULT', null, 'com.jero.modules.quartz.job.SampleParamJob', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D6574657274000573636F74747800); +INSERT INTO `qrtz_job_details` VALUES ('MyScheduler', 'com.jero.modules.space.job.SpaceJobHandler', 'DEFAULT', null, 'com.jero.modules.space.job.SpaceJobHandler', '0', '0', '0', '0', 0xACED0005737200156F72672E71756172747A2E4A6F62446174614D61709FB083E8BFA9B0CB020000787200266F72672E71756172747A2E7574696C732E537472696E674B65794469727479466C61674D61708208E8C3FBC55D280200015A0013616C6C6F77735472616E7369656E74446174617872001D6F72672E71756172747A2E7574696C732E4469727479466C61674D617013E62EAD28760ACE0200025A000564697274794C00036D617074000F4C6A6176612F7574696C2F4D61703B787001737200116A6176612E7574696C2E486173684D61700507DAC1C31660D103000246000A6C6F6164466163746F724900097468726573686F6C6478703F4000000000000C77080000001000000001740009706172616D65746572707800); + +-- ---------------------------- +-- Table structure for qrtz_locks +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_locks`; +CREATE TABLE `qrtz_locks` ( + `SCHED_NAME` varchar(120) NOT NULL, + `LOCK_NAME` varchar(40) NOT NULL, + PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of qrtz_locks +-- ---------------------------- +INSERT INTO `qrtz_locks` VALUES ('MyScheduler', 'STATE_ACCESS'); +INSERT INTO `qrtz_locks` VALUES ('MyScheduler', 'TRIGGER_ACCESS'); +INSERT INTO `qrtz_locks` VALUES ('quartzScheduler', 'TRIGGER_ACCESS'); + +-- ---------------------------- +-- Table structure for qrtz_paused_trigger_grps +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_paused_trigger_grps`; +CREATE TABLE `qrtz_paused_trigger_grps` ( + `SCHED_NAME` varchar(120) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of qrtz_paused_trigger_grps +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_scheduler_state +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_scheduler_state`; +CREATE TABLE `qrtz_scheduler_state` ( + `SCHED_NAME` varchar(120) NOT NULL, + `INSTANCE_NAME` varchar(200) NOT NULL, + `LAST_CHECKIN_TIME` bigint(13) NOT NULL, + `CHECKIN_INTERVAL` bigint(13) NOT NULL, + PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of qrtz_scheduler_state +-- ---------------------------- +INSERT INTO `qrtz_scheduler_state` VALUES ('MyScheduler', 'DESKTOP-48T7POT1654925639871', '1654925708136', '10000'); + +-- ---------------------------- +-- Table structure for qrtz_simple_triggers +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_simple_triggers`; +CREATE TABLE `qrtz_simple_triggers` ( + `SCHED_NAME` varchar(120) NOT NULL, + `TRIGGER_NAME` varchar(200) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + `REPEAT_COUNT` bigint(7) NOT NULL, + `REPEAT_INTERVAL` bigint(12) NOT NULL, + `TIMES_TRIGGERED` bigint(10) NOT NULL, + PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, + CONSTRAINT `qrtz_simple_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='InnoDB free: 504832 kB; (`SCHED_NAME` `TRIGGER_NAME` `TRIGGE'; + +-- ---------------------------- +-- Records of qrtz_simple_triggers +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_simprop_triggers +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_simprop_triggers`; +CREATE TABLE `qrtz_simprop_triggers` ( + `SCHED_NAME` varchar(120) NOT NULL, + `TRIGGER_NAME` varchar(200) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + `STR_PROP_1` varchar(512) DEFAULT NULL, + `STR_PROP_2` varchar(512) DEFAULT NULL, + `STR_PROP_3` varchar(512) DEFAULT NULL, + `INT_PROP_1` int(11) DEFAULT NULL, + `INT_PROP_2` int(11) DEFAULT NULL, + `LONG_PROP_1` bigint(20) DEFAULT NULL, + `LONG_PROP_2` bigint(20) DEFAULT NULL, + `DEC_PROP_1` decimal(13,4) DEFAULT NULL, + `DEC_PROP_2` decimal(13,4) DEFAULT NULL, + `BOOL_PROP_1` varchar(1) DEFAULT NULL, + `BOOL_PROP_2` varchar(1) DEFAULT NULL, + PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, + CONSTRAINT `qrtz_simprop_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='InnoDB free: 504832 kB; (`SCHED_NAME` `TRIGGER_NAME` `TRIGGE'; + +-- ---------------------------- +-- Records of qrtz_simprop_triggers +-- ---------------------------- + +-- ---------------------------- +-- Table structure for qrtz_triggers +-- ---------------------------- +DROP TABLE IF EXISTS `qrtz_triggers`; +CREATE TABLE `qrtz_triggers` ( + `SCHED_NAME` varchar(120) NOT NULL, + `TRIGGER_NAME` varchar(200) NOT NULL, + `TRIGGER_GROUP` varchar(200) NOT NULL, + `JOB_NAME` varchar(200) NOT NULL, + `JOB_GROUP` varchar(200) NOT NULL, + `DESCRIPTION` varchar(250) DEFAULT NULL, + `NEXT_FIRE_TIME` bigint(13) DEFAULT NULL, + `PREV_FIRE_TIME` bigint(13) DEFAULT NULL, + `PRIORITY` int(11) DEFAULT NULL, + `TRIGGER_STATE` varchar(16) NOT NULL, + `TRIGGER_TYPE` varchar(8) NOT NULL, + `START_TIME` bigint(13) NOT NULL, + `END_TIME` bigint(13) DEFAULT NULL, + `CALENDAR_NAME` varchar(200) DEFAULT NULL, + `MISFIRE_INSTR` smallint(2) DEFAULT NULL, + `JOB_DATA` blob, + PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, + KEY `SCHED_NAME` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) USING BTREE, + CONSTRAINT `qrtz_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) REFERENCES `qrtz_job_details` (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='InnoDB free: 504832 kB; (`SCHED_NAME` `JOB_NAME` `JOB_GROUP`'; + +-- ---------------------------- +-- Records of qrtz_triggers +-- ---------------------------- +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.designComplianceJob', 'DEFAULT', 'com.jero.modules.project.job.designComplianceJob', 'DEFAULT', null, '1652319300000', '-1', '5', 'ERROR', 'CRON', '1652234715000', '0', null, '0', ''); +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.InventoryAffirmJob', 'DEFAULT', 'com.jero.modules.project.job.InventoryAffirmJob', 'DEFAULT', null, '1654997400000', '1654911000000', '5', 'WAITING', 'CRON', '1650359667000', '0', null, '0', ''); +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.PrehomoJob', 'DEFAULT', 'com.jero.modules.project.job.PrehomoJob', 'DEFAULT', null, '1652491800000', '-1', '5', 'ERROR', 'CRON', '1652405971000', '0', null, '0', ''); +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.project.job.VerifyComplianceJob', 'DEFAULT', 'com.jero.modules.project.job.VerifyComplianceJob', 'DEFAULT', null, '1652578200000', '1652491800000', '5', 'ERROR', 'CRON', '1652406008000', '0', null, '0', ''); +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.quartz.job.SampleJob', 'DEFAULT', 'com.jero.modules.quartz.job.SampleJob', 'DEFAULT', null, '1588405730000', '1588405729000', '5', 'PAUSED', 'CRON', '1588405237000', '0', null, '0', ''); +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.quartz.job.SampleParamJob', 'DEFAULT', 'com.jero.modules.quartz.job.SampleParamJob', 'DEFAULT', null, '1588405236000', '1588405235000', '5', 'PAUSED', 'CRON', '1588405221000', '0', null, '0', ''); +INSERT INTO `qrtz_triggers` VALUES ('MyScheduler', 'com.jero.modules.space.job.SpaceJobHandler', 'DEFAULT', 'com.jero.modules.space.job.SpaceJobHandler', 'DEFAULT', null, '1654963203000', '1654880398000', '5', 'WAITING', 'CRON', '1653276633000', '0', null, '0', ''); + +-- ---------------------------- +-- Table structure for report_cert_category_params_info +-- ---------------------------- +DROP TABLE IF EXISTS `report_cert_category_params_info`; +CREATE TABLE `report_cert_category_params_info` ( + `id` varchar(36) NOT NULL, + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `params_number` varchar(15) DEFAULT NULL COMMENT '编号', + `params_name` varchar(30) DEFAULT NULL COMMENT '参数名称', + `description` varchar(200) DEFAULT NULL COMMENT '参数说明', + `nio_number` varchar(15) DEFAULT NULL COMMENT 'NIO编号', + `cert_category` varchar(50) DEFAULT NULL COMMENT '所属认证类别', + `params_template_id` varchar(36) DEFAULT NULL COMMENT '参数模板id', + `version` int(11) DEFAULT NULL COMMENT '发布时版本', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of report_cert_category_params_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sar_file_split_info +-- ---------------------------- +DROP TABLE IF EXISTS `sar_file_split_info`; +CREATE TABLE `sar_file_split_info` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '拆分时间', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `serial_number` varchar(255) DEFAULT NULL COMMENT '编号', + `title` varchar(255) DEFAULT NULL COMMENT '标题', + `file_type` varchar(32) DEFAULT NULL COMMENT '文本状态', + `file_name` varchar(255) DEFAULT NULL COMMENT '文件名称', + `split_result` varchar(32) DEFAULT NULL COMMENT '拆分结果', + `file_id` varchar(36) DEFAULT NULL COMMENT '文件id', + `connect_id` varchar(50) DEFAULT NULL COMMENT '文档库关联文件id', + `title_en` varchar(255) DEFAULT NULL COMMENT '英文标题', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='文档拆分表'; + +-- ---------------------------- +-- Records of sar_file_split_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sar_file_split_items +-- ---------------------------- +DROP TABLE IF EXISTS `sar_file_split_items`; +CREATE TABLE `sar_file_split_items` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `creation_user` varchar(50) DEFAULT NULL COMMENT '创建人', + `creation_time` datetime DEFAULT NULL COMMENT '创建日期', + `modify_user` varchar(50) DEFAULT NULL COMMENT '更新人', + `modify_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `info_id` varchar(36) DEFAULT NULL COMMENT '拆分信息记录id', + `items_num` varchar(200) DEFAULT NULL COMMENT '条款号', + `items_name` varchar(200) DEFAULT NULL COMMENT '条款名称', + `iterms_conditions` longtext COMMENT '条款内容', + `menu_id` varchar(36) DEFAULT NULL COMMENT '拆分目录id', + `technology_territory` varchar(1000) DEFAULT NULL COMMENT '技术领域', + `information_category` varchar(1000) DEFAULT NULL COMMENT '信息类别', + `ren2_yuan2` varchar(200) DEFAULT NULL COMMENT '人员', + `dan1_ri4_qi1` datetime DEFAULT NULL COMMENT '单日期', + `g_s_d_s_d` varchar(2) DEFAULT NULL COMMENT 'gsdsd', + `grp___i_i_i_i__` varchar(100) DEFAULT NULL COMMENT 'iiii', + `zhan3_shi4_shun4_xu4` double(100,0) DEFAULT NULL COMMENT '展示顺序', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sar_file_split_items +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sar_file_split_items_val +-- ---------------------------- +DROP TABLE IF EXISTS `sar_file_split_items_val`; +CREATE TABLE `sar_file_split_items_val` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `item_id` varchar(50) DEFAULT NULL COMMENT '条款id', + `type` varchar(255) DEFAULT NULL COMMENT '类型', + `item_content` longtext COMMENT '条目内容', + `display_seq` int(5) DEFAULT NULL COMMENT '排序', + `valid_flag` int(1) DEFAULT NULL COMMENT '是否有效', + `img_name` varchar(255) DEFAULT NULL COMMENT '图片', + `index_item` int(10) DEFAULT NULL COMMENT '用于前端数组排序', + `creation_time` datetime DEFAULT NULL COMMENT '创建日期', + `modify_user` varchar(50) DEFAULT NULL COMMENT '更新人', + `modify_time` datetime DEFAULT NULL COMMENT '更新日期', + `creation_user` varchar(50) DEFAULT NULL COMMENT '创建人', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sar_file_split_items_val +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sar_file_split_menu +-- ---------------------------- +DROP TABLE IF EXISTS `sar_file_split_menu`; +CREATE TABLE `sar_file_split_menu` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `info_id` varchar(36) DEFAULT NULL COMMENT '信息记录表id', + `name` varchar(200) DEFAULT NULL COMMENT '目录名称', + `parent_id` varchar(36) DEFAULT NULL COMMENT '父节点id', + `display_seq` int(11) DEFAULT NULL COMMENT '排序序号', + `valid_flag` int(1) DEFAULT NULL COMMENT '是否有效', + `remarks` varchar(255) DEFAULT NULL COMMENT '备注', + `item_name` varchar(255) DEFAULT NULL COMMENT '条款名称', + `creation_user` varchar(50) DEFAULT NULL COMMENT '创建人', + `creation_time` datetime DEFAULT NULL COMMENT '创建日期', + `modify_user` varchar(50) DEFAULT NULL COMMENT '更新人', + `modify_time` datetime DEFAULT NULL COMMENT '更新日期', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sar_file_split_menu +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_announcement +-- ---------------------------- +DROP TABLE IF EXISTS `sys_announcement`; +CREATE TABLE `sys_announcement` ( + `id` varchar(32) NOT NULL, + `titile` varchar(100) DEFAULT NULL COMMENT '标题', + `msg_content` text COMMENT '内容', + `start_time` datetime DEFAULT NULL COMMENT '开始时间', + `end_time` datetime DEFAULT NULL COMMENT '结束时间', + `sender` varchar(100) DEFAULT NULL COMMENT '发布人', + `priority` varchar(255) DEFAULT NULL COMMENT '优先级(L低,M中,H高)', + `msg_category` varchar(10) NOT NULL DEFAULT '2' COMMENT '消息类型1:通知公告2:系统消息', + `msg_type` varchar(10) DEFAULT NULL COMMENT '通告对象类型(USER:指定用户,ALL:全体用户)', + `send_status` varchar(10) DEFAULT NULL COMMENT '发布状态(0未发布,1已发布,2已撤销)', + `send_time` datetime DEFAULT NULL COMMENT '发布时间', + `cancel_time` datetime DEFAULT NULL COMMENT '撤销时间', + `del_flag` varchar(1) DEFAULT NULL COMMENT '删除状态(0,正常,1已删除)', + `bus_type` varchar(20) DEFAULT NULL COMMENT '业务类型(email:邮件 bpm:流程)', + `bus_id` varchar(50) DEFAULT NULL COMMENT '业务id', + `open_type` varchar(20) DEFAULT NULL COMMENT '打开方式(组件:component 路由:url)', + `open_page` varchar(255) DEFAULT NULL COMMENT '组件/路由 地址', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `user_ids` text COMMENT '指定用户', + `msg_abstract` text COMMENT '摘要', + `msg_content_info` text COMMENT '详细内容', + `document_id` varchar(32) DEFAULT NULL COMMENT '文档id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统通告表'; + +-- ---------------------------- +-- Records of sys_announcement +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_announcement_send +-- ---------------------------- +DROP TABLE IF EXISTS `sys_announcement_send`; +CREATE TABLE `sys_announcement_send` ( + `id` varchar(32) DEFAULT NULL, + `annt_id` varchar(32) DEFAULT NULL COMMENT '通告ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', + `read_flag` varchar(10) DEFAULT NULL COMMENT '阅读状态(0未读,1已读)', + `read_time` datetime DEFAULT NULL COMMENT '阅读时间', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间' +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户通告阅读标记表'; + +-- ---------------------------- +-- Records of sys_announcement_send +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_category +-- ---------------------------- +DROP TABLE IF EXISTS `sys_category`; +CREATE TABLE `sys_category` ( + `id` varchar(36) NOT NULL COMMENT 'id', + `pid` varchar(36) DEFAULT NULL COMMENT '父级节点', + `name` varchar(500) DEFAULT NULL COMMENT '类型名称', + `code` varchar(100) DEFAULT NULL COMMENT '类型编码', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `sys_dict_id` varchar(32) DEFAULT NULL COMMENT '数据字典id', + `has_child` varchar(3) DEFAULT NULL COMMENT '是否有子节点', + `en_name` varchar(500) DEFAULT NULL COMMENT '英文名称', + `description` varchar(1000) DEFAULT NULL COMMENT '描述', + `is_tag_dict` int(3) DEFAULT NULL COMMENT '是否为标签内容-数据字典(1是 0否)', + `attribute_type` varchar(30) DEFAULT NULL COMMENT '标签类型 1下拉选择 2树形结构', + `is_read_only` int(3) DEFAULT NULL COMMENT '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', + `del_flag` int(1) DEFAULT NULL COMMENT '删除状态', + `item_value` varchar(100) DEFAULT NULL COMMENT '字典项值', + `sort_order` int(10) DEFAULT NULL COMMENT '排序', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `index_code` (`code`) USING BTREE, + KEY `idx_sc_code` (`code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_category +-- ---------------------------- +INSERT INTO `sys_category` VALUES ('1511062887458689025', '0', 'Charging', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 09:51:01', 'A01', '1496390921674084353', '1', 'Charging', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511062887458689045', '0', 'Electrical/Electronical & EMC', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 09:54:14', 'A01', '1496390921674084353', '1', 'Electrical/Electronical & EMC', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511183337522696194', '0', 'Connectivity', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:02:46', 'A01', '1496390921674084353', '1', 'Connectivity', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511183452912193538', '0', 'Exterior & Body', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:09:09', 'A01', '1496390921674084353', '1', 'Exterior & Body', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511183452912193539', '0', 'Lighting', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:06:30', 'A01', '1496390921674084353', '1', 'Lighting', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511183460470329346', '0', 'Interior Trim', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:11:36', 'A01', '1496390921674084353', '1', 'Interior Trim', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511183474525442050', '0', 'HVAC and Thermal', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:18:28', 'A01', '1496390921674084353', '1', 'HVAC and Thermal', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1511183474865180673', '0', 'Performance & Attribute', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:20:05', 'A01', '1496390921674084353', '1', 'Performance & Attribute', null, '1', null, null, '0', null, '11'); +INSERT INTO `sys_category` VALUES ('1511183475041341442', '0', 'General Safety', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:25:30', 'A01', '1496390921674084353', '1', 'General Safety', null, '1', null, null, '0', null, '12'); +INSERT INTO `sys_category` VALUES ('1511184095785750530', '0', 'Passive Safety', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-11 13:23:53', 'A01', '1496390921674084353', '1', 'Passive Safety', null, '1', null, null, '0', null, '13'); +INSERT INTO `sys_category` VALUES ('1511184096842715137', '0', 'Mass,Dimensions', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:28:27', 'A01', '1496390921674084353', '1', 'Mass,Dimensions', null, '1', null, null, '0', null, '14'); +INSERT INTO `sys_category` VALUES ('1511184097127927810', '0', 'Advanced Driver Assistance Systems (ADAS)', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:30:40', 'A01', '1496390921674084353', '1', 'Advanced Driver Assistance Systems (ADAS)', null, '1', null, null, '0', null, '15'); +INSERT INTO `sys_category` VALUES ('1511184272760213506', '0', 'Automated Driving', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:31:06', 'A01', '1496390921674084353', '1', 'Automated Driving', null, '1', null, null, '0', null, '16'); +INSERT INTO `sys_category` VALUES ('1511184275486511106', '0', 'Security', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:32:06', 'A01', '1496390921674084353', '1', 'Security', null, '1', null, null, '0', null, '17'); +INSERT INTO `sys_category` VALUES ('1511184285246656513', '0', 'OTA', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:31:26', 'A01', '1496390921674084353', '1', 'OTA', null, '1', null, null, '0', null, '18'); +INSERT INTO `sys_category` VALUES ('1511184285896773634', '0', 'EVM', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:32:51', 'A01', '1496390921674084353', '1', 'EVM', null, '1', null, null, '0', null, '19'); +INSERT INTO `sys_category` VALUES ('1511184299595370497', '0', 'Functional Safety', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:33:43', 'A01', '1496390921674084353', '1', 'Functional Safety', null, '1', null, null, '0', null, '20'); +INSERT INTO `sys_category` VALUES ('1511184301310840834', '0', 'Label & Stamp', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:31:42', 'A01', '1496390921674084353', '1', 'Label & Stamp', null, '1', null, null, '0', null, '21'); +INSERT INTO `sys_category` VALUES ('1511184740739682305', '0', 'Special-purpose Vehicles', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 10:34:32', 'A01', '1496390921674084353', '1', 'Special-purpose Vehicles', null, '1', null, null, '0', null, '22'); +INSERT INTO `sys_category` VALUES ('1511184742027333634', '0', 'Accessories', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1496390921674084353', null, 'Accessories', null, '1', null, null, '0', null, '23'); +INSERT INTO `sys_category` VALUES ('1511184742513872898', '0', 'Environmental & Material', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1496390921674084353', null, 'Environmental & Material', null, '1', null, null, '0', null, '24'); +INSERT INTO `sys_category` VALUES ('1511184760457105409', '0', 'Approval', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1496390921674084353', null, 'Approval', null, '1', null, null, '0', null, '25'); +INSERT INTO `sys_category` VALUES ('1511184760499048450', '0', 'New Car Assessment Programs (NCAP)', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1496390921674084353', null, 'New Car Assessment Programs (NCAP)', null, '1', null, null, '0', null, '26'); +INSERT INTO `sys_category` VALUES ('1511185420787355650', '1533980747663265793', 'Suspension', null, 'admin', '2022-06-07 09:37:04', null, null, 'A01', '1496390921674084353', null, 'Suspension', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185420854464514', '1533980747663265793', 'Wheels&Tires', null, null, null, null, null, 'A01', '1496390921674084353', null, 'Wheels&Tires', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185422800621570', '1533980747663265793', 'Chassis Structure', null, null, null, null, null, 'A01', '1496390921674084353', null, 'Chassis Structure', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185433999413250', '1533980772623568898', 'Gearbox', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'Gearbox', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185435446448130', '1533980772623568898', 'E-Motor', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'E-Motor', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185435903627265', '1533980772623568898', 'Motor Control Unit', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'Motor Control Unit', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185443621146625', '1533980772623568898', 'Traction Battery System', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'Traction Battery System', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185443788918726', '1533980794337480706', 'Lock Mechanism and Unlock Mechanism', null, 'admin', '2022-06-07 09:44:50', null, null, 'A01', '1496390921674084353', null, 'Lock Mechanism and Unlock Mechanism', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185443788918785', '1533980772623568898', 'Traction Battery Module', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'Traction Battery Module', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185443788918786', '1533980772623568898', 'Traction Battery Cell', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'Traction Battery Cell', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185814104018946', '1533980794337480706', 'Swap Station', null, 'admin', '2022-06-07 09:44:50', null, null, 'A01', '1496390921674084353', null, 'Swap Station', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185814112407553', '1533980794337480706', 'Change Battery Communication Protocol', null, 'admin', '2022-06-07 09:44:50', null, null, 'A01', '1496390921674084353', null, 'Change Battery Communication Protocol', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185814422786050', '1511062887458689025', 'Charging Coupler', null, 'admin', '2022-06-07 09:51:01', null, null, 'A01', '1496390921674084353', null, 'Charging Coupler', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185815202926593', '1511062887458689025', 'High Voltage Harness', null, 'admin', '2022-06-07 09:51:01', null, null, 'A01', '1496390921674084353', null, 'High Voltage Harness', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185815236481026', '1511062887458689025', 'Charging Communication Protocol', null, 'admin', '2022-06-07 09:51:01', null, null, 'A01', '1496390921674084353', null, 'Charging Communication Protocol', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185815353921538', '1511062887458689045', 'eCall', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'eCall', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185816041787394', '1511062887458689045', 'EDR', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'EDR', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185816427663362', '1511062887458689045', 'DVR', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'DVR', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185816763207682', '1511062887458689045', 'ETC', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'ETC', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185817438490625', '1511062887458689045', 'Audible Warning Devices', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Audible Warning Devices', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185818570952705', '1511062887458689045', 'Horn', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Horn', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511185820382892034', '1511062887458689045', 'Radar', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Radar', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511185823461511169', '1511062887458689045', 'Radio Systems', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Radio Systems', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511185823608311810', '1511062887458689045', 'EMC', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'EMC', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1511185824149377025', '1511062887458689045', 'Alcohol Interlock', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Alcohol Interlock', null, '1', null, null, '0', null, '13'); +INSERT INTO `sys_category` VALUES ('1511185824224874497', '1511062887458689045', 'Symbols', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Symbols', null, '1', null, null, '0', null, '12'); +INSERT INTO `sys_category` VALUES ('1511185824233263106', '1511062887458689045', 'Instruments\\Odometer\\Speedometer', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Instruments\\Odometer\\Speedometer', null, '1', null, null, '0', null, '11'); +INSERT INTO `sys_category` VALUES ('1511185824715608065', '1511062887458689045', 'Camera-monitor Devices', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Camera-monitor Devices', null, '1', null, null, '0', null, '14'); +INSERT INTO `sys_category` VALUES ('1511185825856458753', '1511183337522696194', 'V2X', null, 'admin', '2022-06-07 10:02:46', null, null, 'A01', '1496390921674084353', null, 'V2X', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185826326220802', '1511183337522696194', 'Cellular Connection', null, 'admin', '2022-06-07 10:02:46', null, null, 'A01', '1496390921674084353', null, 'Cellular Connection', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185826351386625', '1511183337522696194', 'Bluetooth', null, 'admin', '2022-06-07 10:02:46', null, null, 'A01', '1496390921674084353', null, 'Bluetooth', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185826737262594', '1511183337522696194', 'Wifi', null, 'admin', '2022-06-07 10:02:46', null, null, 'A01', '1496390921674084353', null, 'Wifi', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185828222046210', '1511183337522696194', 'GNSS', null, 'admin', '2022-06-07 10:02:46', null, null, 'A01', '1496390921674084353', null, 'GNSS', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185829895573505', '1511183452912193539', 'Electric Connection', null, 'admin', '2022-06-07 10:06:30', null, null, 'A01', '1496390921674084353', null, 'Electric Connection', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185839357923330', '1511183452912193539', 'Light Signalling Devices', null, 'admin', '2022-06-07 10:06:30', null, null, 'A01', '1496390921674084353', null, 'Light Signalling Devices', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185839471169537', '1511183452912193539', 'Retro-reflective Devices', null, 'admin', '2022-06-07 10:06:30', null, null, 'A01', '1496390921674084353', null, 'Retro-reflective Devices', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185839869628417', '1511183452912193539', 'Road Illumination Devices', null, 'admin', '2022-06-07 10:06:30', null, null, 'A01', '1496390921674084353', null, 'Road Illumination Devices', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185839878017025', '1511183452912193538', 'External Projections', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'External Projections', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185839932542978', '1511183452912193538', 'Hood Latch System', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Hood Latch System', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185839940931586', '1511183452912193538', 'Doors\\Locks and Retention Systems', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Doors\\Locks and Retention Systems', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185841648013314', '1511183452912193538', 'Mirror', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Mirror', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185842725949441', '1511183452912193538', 'Frontal Protection System', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Frontal Protection System', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185842864361473', '1511183452912193538', 'Wheel Guards', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Wheel Guards', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185842931470338', '1511183452912193538', 'Glass\\Windows', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Glass\\Windows', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511185844361728001', '1511183452912193538', 'Sun Visors (Vision)', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Sun Visors (Vision)', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511185846169473026', '1511183452912193538', 'Windshield Wipers\\Washers', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Windshield Wipers\\Washers', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511185859159232513', '1511183460470329346', 'Child Restraint Systems\\Anchorages', null, 'admin', '2022-06-07 10:11:36', null, null, 'A01', '1496390921674084353', null, 'Child Restraint Systems\\Anchorages', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185859167621121', '1511183460470329346', 'Trunk Release\\Internal', null, 'admin', '2022-06-07 10:11:36', null, null, 'A01', '1496390921674084353', null, 'Trunk Release\\Internal', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185859784183809', '1511183460470329346', 'Safety Belts\\Anchorages', null, 'admin', '2022-06-07 10:11:36', null, null, 'A01', '1496390921674084353', null, 'Safety Belts\\Anchorages', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185859842904066', '1511183460470329346', 'Seats\\Anchorages\\Headrests', null, 'admin', '2022-06-07 10:11:36', null, null, 'A01', '1496390921674084353', null, 'Seats\\Anchorages\\Headrests', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185860010676226', '1511183460470329346', 'Airbag', null, 'admin', '2022-06-07 10:11:36', null, null, 'A01', '1496390921674084353', null, 'Airbag', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185860035842050', '1511183474525442050', 'Demist\\Defrost', null, 'admin', '2022-06-07 10:18:28', null, null, 'A01', '1496390921674084353', null, 'Demist\\Defrost', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185861084418050', '1511183474525442050', 'Heating', null, 'admin', '2022-06-07 10:18:28', null, null, 'A01', '1496390921674084353', null, 'Heating', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185861617094657', '1511183474525442050', 'Refrigerant', null, 'admin', '2022-06-07 10:18:28', null, null, 'A01', '1496390921674084353', null, 'Refrigerant', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185861763895298', '1511183474865180673', 'Flammability of Materials', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Flammability of Materials', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185862187520001', '1511183474865180673', 'Operational Strength', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Operational Strength', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185863001214978', '1511183474865180673', 'Acoustics and Vibration', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Acoustics and Vibration', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185864901234689', '1511183474865180673', 'Tightness', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Tightness', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185903669186562', '1511183474865180673', 'Vehicle Dynamic', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Vehicle Dynamic', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185903769849857', '1511183474865180673', 'Aerodynamics', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Aerodynamics', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185904159920129', '1511183474865180673', 'Arch&HVI', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Arch&HVI', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511185904298332162', '1511183474865180673', 'Drive Quality', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Drive Quality', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511185904470298625', '1511183474865180673', 'Core CAE', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Core CAE', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511185904470298626', '1511183474865180673', 'Driving Performance', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Driving Performance', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1511185905611149313', '1511183474865180673', 'Dynamic Control/Brake', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Dynamic Control/Brake', null, '1', null, null, '0', null, '11'); +INSERT INTO `sys_category` VALUES ('1511185905938305025', '1511183474865180673', 'Durability', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Durability', null, '1', null, null, '0', null, '12'); +INSERT INTO `sys_category` VALUES ('1511185909079838721', '1511183475041341442', 'High Voltage Safety', null, 'admin', '2022-06-07 10:25:31', null, null, 'A01', '1496390921674084353', null, 'High Voltage Safety', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185943275999234', '1511183475041341442', 'Theft Protection', null, 'admin', '2022-06-07 10:25:31', null, null, 'A01', '1496390921674084353', null, 'Theft Protection', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185944219717634', '1511183475041341442', 'Field Of Vision', null, 'admin', '2022-06-07 10:25:31', null, null, 'A01', '1496390921674084353', null, 'Field Of Vision', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185944311992322', '1511184096842715137', 'Ground Clearance', null, 'admin', '2022-06-07 10:28:27', null, null, 'A01', '1496390921674084353', null, 'Ground Clearance', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185944643342337', '1511184096842715137', 'Maneuverability', null, 'admin', '2022-06-07 10:28:27', null, null, 'A01', '1496390921674084353', null, 'Maneuverability', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185944949526530', '1511184096842715137', 'Mass', null, 'admin', '2022-06-07 10:28:27', null, null, 'A01', '1496390921674084353', null, 'Mass', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185945641586689', '1511184096842715137', 'Support Load', null, 'admin', '2022-06-07 10:28:27', null, null, 'A01', '1496390921674084353', null, 'Support Load', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185946157486082', '1511184742027333634', 'Car Jacks', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Car Jacks', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185946174263297', '1511184742027333634', 'Fire Extinguishers', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Fire Extinguishers', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185946639831041', '1511184742027333634', 'First-aid Kit', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'First-aid Kit', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185946761465857', '1511184742027333634', 'Tool Kit', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Tool Kit', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185947969425409', '1511184742027333634', 'eCOC&COC', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'eCOC&COC', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185949726838785', '1511184742027333634', 'OBD&RMI', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'OBD&RMI', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185986468941825', '1511184742027333634', 'Warning Triangle', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Warning Triangle', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511185987395883009', '1511184742027333634', 'Warning Clothing', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Warning Clothing', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511185987576238081', '1511184742027333634', 'Coupling Devices', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Coupling Devices', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511185988079554561', '1511184742027333634', 'Towing Equipment', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Towing Equipment', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1511185988176023554', '1511184742513872898', 'Hazardous substance: general', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Hazardous substance: general', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185988691922945', '1511184742513872898', 'F-gas', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'F-gas', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511185989417537538', '1511184742513872898', 'BPR', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'BPR', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511185989555949569', '1511184742513872898', 'Asbestos', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Asbestos', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511185989996351490', '1511184742513872898', 'Copper', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Copper', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511185990784880642', '1511184742513872898', 'Mercury', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Mercury', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511185991384666113', '1511184742513872898', 'Cadmium', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Cadmium', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511185993129496577', '1511184742513872898', 'Lead', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Lead', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511185999030882305', '1511184742513872898', 'Flame retardants', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Flame retardants', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511185999072825346', '1511184742513872898', 'Recycling', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Recycling', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1511185999404175362', '1511184742513872898', 'VIAQ', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'VIAQ', null, '1', null, null, '0', null, '11'); +INSERT INTO `sys_category` VALUES ('1511185999546781698', '1511184742513872898', 'LCA', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'LCA', null, '1', null, null, '0', null, '12'); +INSERT INTO `sys_category` VALUES ('1511185999605501953', '1511184760457105409', 'Application of Regulations', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Application of Regulations', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511185999639056386', '1511184760457105409', 'Type Approval of Components', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Type Approval of Components', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1511186000960262145', '1511184760457105409', 'Type Approval of Vehicles', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Type Approval of Vehicles', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1511186001681682433', '1511184760457105409', 'Color of Vehicle', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Color of Vehicle', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1511186001891397634', '1511184760457105409', 'Consumer Information/Protection (General)', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Consumer Information/Protection (General)', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1511186002122084353', '1511184760457105409', 'Manufacturers‘ plate', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Manufacturers‘ plate', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1511186003338432514', '1511184760457105409', 'VIN', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'VIN', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1511186005066485762', '1511184760457105409', 'Language Requirements', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Language Requirements', null, '1', null, null, '0', null, '8'); +INSERT INTO `sys_category` VALUES ('1511186059273670657', '1511184760457105409', 'License Plate', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'License Plate', null, '1', null, null, '0', null, '9'); +INSERT INTO `sys_category` VALUES ('1511186060297080834', '1511184760457105409', 'Recall', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Recall', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1511186060305469441', '1511184760457105409', 'Operating Instructions', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Operating Instructions', null, '1', null, null, '0', null, '11'); +INSERT INTO `sys_category` VALUES ('1511186060754259969', '1511184760457105409', 'Registration Plate', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Registration Plate', null, '1', null, null, '0', null, '12'); +INSERT INTO `sys_category` VALUES ('1511186060838146049', '1511184760499048450', 'NCAP', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'NCAP', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1511186061697978370', '1511184760499048450', 'Rating (NCAP)', null, 'admin', '2022-06-07 10:20:05', null, null, 'A01', '1496390921674084353', null, 'Rating (NCAP)', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1533753677485977601', '0', 'Certificate/Report', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:22:24', 'A01', '1529994069084823553', '1', 'Certificate/Report', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533753693579522050', '0', 'Drawing/Photos', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:18:40', 'A01', '1529994069084823553', '1', 'Drawing/Photos', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1533753714009976833', '0', 'Checklist', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:15:16', 'A01', '1529994069084823553', '1', 'Checklist', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1533753732460720130', '0', 'Technical Specification', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:19:55', 'A01', '1529994069084823553', '1', 'Technical Specification', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1533753749867081730', '0', 'FuSa Document', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:19:09', 'A01', '1529994069084823553', '1', 'FuSa Document', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1533753779239792641', '0', 'Engineering Evaluation', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:19:29', 'A01', '1529994069084823553', '1', 'Engineering Evaluation', null, '1', null, null, '0', null, '6'); +INSERT INTO `sys_category` VALUES ('1533755155634204674', '1533753714009976833', 'Checklist', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:18:50', 'A01', '1529994069084823553', null, 'Checklist', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533755240162013186', '1533753693579522050', 'Drawing/Photos', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'Drawing/Photos', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533755362287562753', '1533753749867081730', 'FSC/HARA/FTA', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'FSC/HARA/FTA', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533755447700369410', '1533753779239792641', 'EngineeringEvaluation', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'Engineering Evaluation', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533755554340548610', '1533753732460720130', 'SOR', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-06 18:20:40', 'A01', '1529994069084823553', null, 'SOR', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533755581003739138', '1533753732460720130', 'SSTS', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'SSTS', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1533755604558950402', '1533753732460720130', 'FDS', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'FDS', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1533756180227174401', '1533753677485977601', 'Component Certificate', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'Component Certificate', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533756204814184449', '1533753677485977601', 'CAE Report', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'CAE Report', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1533756227073355777', '1533753677485977601', 'Homo Report (and/or CR-Evaluation)', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'Homo Report (and/or CR-Evaluation)', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1533756254491521025', '1533753677485977601', 'Internal Report', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'Internal Report', null, '1', null, null, '0', null, '4'); +INSERT INTO `sys_category` VALUES ('1533756277862182913', '1533753677485977601', 'Institute Report', null, 'admin', '2022-06-06 18:22:47', null, null, 'A01', '1529994069084823553', null, 'Institute Report', null, '1', null, null, '0', null, '5'); +INSERT INTO `sys_category` VALUES ('1533980747663265793', '0', 'Chassis', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 09:36:54', 'A01', '1496390921674084353', '1', 'Chassis', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533980772623568898', '0', 'Powertrain', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 09:41:09', 'A01', '1496390921674084353', '1', 'Powertrain', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1533980794337480706', '0', 'Battery Swap System', null, 'admin', '2022-06-06 18:22:47', 'admin', '2022-06-07 09:44:50', 'A01', '1496390921674084353', '1', 'Battery Swap System', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1533986320857288705', '1533980747663265793', 'Braking', null, 'admin', '2022-06-07 09:36:54', null, null, 'A01', '1496390921674084353', null, 'Braking', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533986363362365442', '1533980747663265793', 'Steering', null, 'admin', '2022-06-07 09:37:04', null, null, 'A01', '1496390921674084353', null, 'Steering', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1533987392262885378', '1533980772623568898', 'BMS', null, 'admin', '2022-06-07 09:41:09', null, null, 'A01', '1496390921674084353', null, 'BMS', null, '1', null, null, '0', null, '7'); +INSERT INTO `sys_category` VALUES ('1533988320458165274', '1533980794337480706', 'Swappable Battery Pack', null, 'admin', '2022-06-07 09:44:50', null, null, 'A01', '1496390921674084353', null, 'Swappable Battery Pack', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533989876679168002', '1511062887458689025', 'Charging System', null, 'admin', '2022-06-07 09:51:01', null, null, 'A01', '1496390921674084353', null, 'Charging System', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533990684581810177', '1511062887458689045', 'Key', null, 'admin', '2022-06-07 09:54:14', null, null, 'A01', '1496390921674084353', null, 'Key', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533992831385980929', '1511183337522696194', 'Tbox', null, 'admin', '2022-06-07 10:02:46', null, null, 'A01', '1496390921674084353', null, 'Tbox', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533993771727966210', '1511183452912193539', 'Install of Lighting', null, 'admin', '2022-06-07 10:06:30', null, null, 'A01', '1496390921674084353', null, 'Install of Lighting', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533994436902637569', '1511183452912193538', 'Snow Chains', null, 'admin', '2022-06-07 10:09:09', null, null, 'A01', '1496390921674084353', null, 'Snow Chains', null, '1', null, null, '0', null, '10'); +INSERT INTO `sys_category` VALUES ('1533996781258526722', '1511183474525442050', 'A/C\\Ventilation', null, 'admin', '2022-06-07 10:18:28', null, null, 'A01', '1496390921674084353', null, 'A/C\\Ventilation', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533998555155517442', '1511183475041341442', 'General Safety', null, 'admin', '2022-06-07 10:25:31', null, null, 'A01', '1496390921674084353', null, 'General Safety', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533999296846876673', '1511184096842715137', 'Dimensions', null, 'admin', '2022-06-07 10:28:27', null, null, 'A01', '1496390921674084353', null, 'Dimensions', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533999853309382657', '1511184097127927810', 'AdvancedDriverAssistanceSystems(ADAS)', null, 'admin', '2022-06-07 10:30:40', null, null, 'A01', '1496390921674084353', null, 'Advanced Driver Assistance Systems (ADAS)', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1533999963313393665', '1511184272760213506', 'AutomatedDriving', null, 'admin', '2022-06-07 10:31:06', null, null, 'A01', '1496390921674084353', null, 'Automated Driving', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1534000047790870529', '1511184285246656513', 'OTA', null, 'admin', '2022-06-07 10:31:26', null, null, 'A01', '1496390921674084353', null, 'OTA', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1534000112307654657', '1511184301310840834', 'Label&Stamp', null, 'admin', '2022-06-07 10:31:42', null, null, 'A01', '1496390921674084353', null, 'Label & Stamp', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1534000214841310242', '1511184275486511106', 'Data Security', null, 'admin', '2022-06-07 10:32:06', null, null, 'A01', '1496390921674084353', null, 'Data Security', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1534000214841610242', '1511184275486511106', 'Cyber Security', null, 'admin', '2022-06-07 10:32:06', null, null, 'A01', '1496390921674084353', null, 'Cyber Security', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1534000402140694017', '1511184285896773634', 'Hardware Performance', null, 'admin', '2022-06-07 10:32:51', null, null, 'A01', '1496390921674084353', null, 'Hardware Performance', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1534000403140694017', '1511184285896773634', 'Data Protocol', null, 'admin', '2022-06-07 10:32:51', null, null, 'A01', '1496390921674084353', null, 'Data Protocol', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1534000621222113410', '1511184299595370497', 'Expected Functional Safety', null, 'admin', '2022-06-07 10:33:43', null, null, 'A01', '1496390921674084353', null, 'Expected Functional Safety', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1534000621236113410', '1511184299595370497', 'Functional Safety', null, 'admin', '2022-06-07 10:33:43', null, null, 'A01', '1496390921674084353', null, 'Functional Safety', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1534000822075776513', '1511184740739682305', 'Subscription', null, 'admin', '2022-06-07 10:34:32', null, null, 'A01', '1496390921674084353', null, 'Subscription', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1534000827073376513', '1511184740739682305', 'Baas', null, 'admin', '2022-06-07 10:34:32', null, null, 'A01', '1496390921674084353', null, 'Baas', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1534000827075776513', '1511184740739682305', 'Robotaxi', null, 'admin', '2022-06-07 10:34:32', null, null, 'A01', '1496390921674084353', null, 'Robotaxi', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1535492996265664514', '1511184095785750530', 'PedestrianProtection', null, 'admin', '2022-06-11 13:23:53', null, null, 'A01', '1496390921674084353', null, 'Pedestrian Protection', null, '1', null, null, '0', null, '1'); +INSERT INTO `sys_category` VALUES ('1535493042897936385', '1511184095785750530', 'CrashProtection', null, 'admin', '2022-06-11 13:24:04', null, null, 'A01', '1496390921674084353', null, 'Crash Protection', null, '1', null, null, '0', null, '2'); +INSERT INTO `sys_category` VALUES ('1535493126381363202', '1511184095785750530', 'BodyStrength', null, 'admin', '2022-06-11 13:24:24', null, null, 'A01', '1496390921674084353', null, 'Body Strength', null, '1', null, null, '0', null, '3'); +INSERT INTO `sys_category` VALUES ('1535493166990614530', '1511184095785750530', 'InteriorImpact', null, 'admin', '2022-06-11 13:24:34', null, null, 'A01', '1496390921674084353', null, 'Interior Impact', null, '1', null, null, '0', null, '4'); + +-- ---------------------------- +-- Table structure for sys_check_rule +-- ---------------------------- +DROP TABLE IF EXISTS `sys_check_rule`; +CREATE TABLE `sys_check_rule` ( + `id` varchar(32) CHARACTER SET utf8 NOT NULL COMMENT '主键id', + `rule_name` varchar(100) DEFAULT NULL COMMENT '规则名称', + `rule_code` varchar(100) DEFAULT NULL COMMENT '规则Code', + `rule_json` varchar(1024) DEFAULT NULL COMMENT '规则JSON', + `rule_description` varchar(200) DEFAULT NULL COMMENT '规则描述', + `update_by` varchar(32) CHARACTER SET utf8 DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `create_by` varchar(32) CHARACTER SET utf8 DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uni_sys_check_rule_code` (`rule_code`) USING BTREE, + UNIQUE KEY `uk_scr_rule_code` (`rule_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_check_rule +-- ---------------------------- +INSERT INTO `sys_check_rule` VALUES ('1224980593992388610', '通用编码规则-Demo', 'common', '[{\"digits\":\"1\",\"pattern\":\"^[a-z|A-Z]$\",\"message\":\"第一位只能是字母\"},{\"digits\":\"*\",\"pattern\":\"^[0-9|a-z|A-Z|_]{0,}$\",\"message\":\"只能填写数字、大小写字母、下划线\"},{\"digits\":\"*\",\"pattern\":\"^.{3,}$\",\"message\":\"最少输入3位数\"},{\"digits\":\"*\",\"pattern\":\"^.{3,12}$\",\"message\":\"最多输入12位数\"}]', '规则:1、首位只能是字母;2、只能填写数字、大小写字母、下划线;3、最少3位数,最多12位数。', 'admin', '2021-03-16 16:34:09', 'admin', '2020-02-05 16:58:27'); + +-- ---------------------------- +-- Table structure for sys_config +-- ---------------------------- +DROP TABLE IF EXISTS `sys_config`; +CREATE TABLE `sys_config` ( + `id` varchar(36) NOT NULL COMMENT '主键', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + `config` varchar(100) DEFAULT NULL COMMENT '配置信息', + `config_name` varchar(32) DEFAULT NULL COMMENT '配置说明', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_config +-- ---------------------------- +INSERT INTO `sys_config` VALUES ('1', 'admin', '2022-03-23 18:57:02', 'admin', '2022-03-23 18:57:08', 'A01', 'http://localhost:8080', 'domianWebSocketURL'); +INSERT INTO `sys_config` VALUES ('2', 'admin', '2022-03-23 18:57:02', 'admin', '2022-03-23 18:57:08', 'A01', 'http://localhost:8012', 'onlinePreviewDomainURL'); + +-- ---------------------------- +-- Table structure for sys_data_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_data_log`; +CREATE TABLE `sys_data_log` ( + `id` varchar(32) NOT NULL COMMENT 'id', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `data_table` varchar(32) DEFAULT NULL COMMENT '表名', + `data_id` varchar(32) DEFAULT NULL COMMENT '数据ID', + `data_content` text COMMENT '数据内容', + `data_version` int(11) DEFAULT NULL COMMENT '版本号', + PRIMARY KEY (`id`) USING BTREE, + KEY `sindex` (`data_table`,`data_id`) USING BTREE, + KEY `idx_sdl_data_table_id` (`data_table`,`data_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_data_log +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_data_source +-- ---------------------------- +DROP TABLE IF EXISTS `sys_data_source`; +CREATE TABLE `sys_data_source` ( + `id` varchar(36) NOT NULL, + `code` varchar(100) DEFAULT NULL COMMENT '数据源编码', + `name` varchar(100) DEFAULT NULL COMMENT '数据源名称', + `remark` varchar(200) DEFAULT NULL COMMENT '备注', + `db_type` varchar(10) DEFAULT NULL COMMENT '数据库类型', + `db_driver` varchar(100) DEFAULT NULL COMMENT '驱动类', + `db_url` varchar(500) DEFAULT NULL COMMENT '数据源地址', + `db_name` varchar(100) DEFAULT NULL COMMENT '数据库名称', + `db_username` varchar(100) DEFAULT NULL COMMENT '用户名', + `db_password` varchar(100) DEFAULT NULL COMMENT '密码', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `sys_data_source_code_uni` (`code`) USING BTREE, + UNIQUE KEY `uk_sdc_rule_code` (`code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_data_source +-- ---------------------------- +INSERT INTO `sys_data_source` VALUES ('1209779538310004737', 'local_mysql', 'MySQL5.7-Demo', '本地数据库MySQL5.7', '4', 'com.mysql.cj.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai', 'jero-boot', 'jero-boot', 'c0e5dbdaede24c84091fb7dc0db47ccb', 'admin', '2019-12-25 18:14:53', 'admin', '2021-03-16 16:44:03', 'A01'); + +-- ---------------------------- +-- Table structure for sys_depart +-- ---------------------------- +DROP TABLE IF EXISTS `sys_depart`; +CREATE TABLE `sys_depart` ( + `id` varchar(64) NOT NULL COMMENT 'ID', + `parent_id` varchar(64) DEFAULT NULL COMMENT '父机构ID', + `parent_code` varchar(64) DEFAULT NULL COMMENT '父机构code', + `depart_name` varchar(100) NOT NULL COMMENT '机构/部门名称', + `depart_name_en` varchar(500) DEFAULT NULL COMMENT '英文名', + `depart_name_abbr` varchar(500) DEFAULT NULL COMMENT '缩写', + `depart_order` varchar(100) DEFAULT '0' COMMENT '排序', + `description` varchar(500) DEFAULT NULL COMMENT '描述', + `org_category` varchar(10) NOT NULL DEFAULT '1' COMMENT '机构类别 1公司,2组织机构,2岗位', + `org_type` varchar(10) DEFAULT NULL COMMENT '机构类型 1一级部门 2子部门', + `org_code` varchar(64) NOT NULL COMMENT '机构编码', + `status` varchar(1) DEFAULT NULL COMMENT '状态(1启用,0不启用)', + `del_flag` varchar(1) DEFAULT NULL COMMENT '删除状态(0,正常,1已删除)', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `mobile` varchar(32) DEFAULT NULL COMMENT '手机号', + `fax` varchar(32) DEFAULT NULL COMMENT '传真', + `address` varchar(100) DEFAULT NULL COMMENT '地址', + `memo` varchar(500) DEFAULT NULL COMMENT '备注', + `manager_id` varchar(100) DEFAULT NULL COMMENT '部门负责人员工号', + `manager_wk_uid` varchar(100) DEFAULT NULL COMMENT '部门负责人域账号', + `hr_partner` varchar(255) DEFAULT NULL COMMENT '部门 HRBP(多个会用";"隔开)', + `location_id` varchar(100) DEFAULT NULL COMMENT '部门所在地ID', + `cluster_id` varchar(100) DEFAULT NULL COMMENT '部门所属集群ID', + `cluster_en` varchar(255) DEFAULT NULL COMMENT '部门所属集群英文名', + `cluster_cn` varchar(255) DEFAULT NULL COMMENT '部门所属集群中文名', + `function` varchar(50) DEFAULT NULL COMMENT 'City / Corp', + `tier` varchar(255) DEFAULT NULL COMMENT '部门层级', + `is_announced_department` varchar(10) DEFAULT NULL COMMENT '是否官宣部门(0-是,1-否)', + `org_announced_department_ref_id` varchar(100) DEFAULT NULL COMMENT '官宣部门ID', + `depart_source` varchar(255) DEFAULT NULL COMMENT '部门数据来源(pp-people同步数据)', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_depart_org_code` (`org_code`) USING BTREE, + KEY `index_depart_parent_id` (`parent_id`) USING BTREE, + KEY `index_depart_depart_order` (`depart_order`) USING BTREE, + KEY `index_depart_org_code` (`org_code`) USING BTREE, + KEY `idx_sd_parent_id` (`parent_id`) USING BTREE, + KEY `idx_sd_depart_order` (`depart_order`) USING BTREE, + KEY `idx_sd_org_code` (`org_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='组织机构表'; + +-- ---------------------------- +-- Records of sys_depart +-- ---------------------------- +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1308', 'SUPERVISORY_ORGANIZATION-3-1204', null, '用户发展,厦门公司', 'User Development, Xiamen Company', null, 'C1270101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1308', null, '0', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '08711', 'yina.gan', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1308', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1309', 'SUPERVISORY_ORGANIZATION-3-758', null, '市场保障,武汉公司', 'Commercial Logistics, Wuhan Company', null, 'B1034405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1309', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '07165', 'qingzhou.meng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1309', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1310', null, null, '行政,长沙', 'Admin, Changsha', null, 'HR-ADM-015', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1310', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Changsha-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1310', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1311', null, null, '行政,西安', 'Admin, Xi\'an', null, 'HR-ADM-016', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1311', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Xi\'an-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1312', null, null, '行政,天津', 'Admin, Tianjin', null, 'HR-ADM-017', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1312', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Tianjin-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1312', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1313', null, null, '行政,郑州', 'Admin, Zhengzhou', null, 'HR-ADM-018', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1313', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Zhengzhou-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1313', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1314', null, null, '行政,南京', 'Admin, Nanjing', null, 'HR-ADM-019', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1314', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Nanjing-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1314', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1315', null, null, '行政,青岛', 'Admin, Qingdao', null, 'HR-ADM-020', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1315', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Qingdao-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1315', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1316', 'SUPERVISORY_ORGANIZATION-3-1700', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1316', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '05253', 'hongmei.liu', '36463', 'Wenzhou-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1317', 'SUPERVISORY_ORGANIZATION-3-1700', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1317', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '05253', 'hongmei.liu', '36463', 'Ningbo-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1318', null, null, '产品规划部', 'Product Planning Department', null, 'CD-PPL', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1318', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1318', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1319', 'SUPERVISORY_ORGANIZATION-3-1979', null, 'Energy Storage', 'Energy Storage', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1319', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1320', 'SUPERVISORY_ORGANIZATION-3-1006', null, '数据分析团队', 'Data Analyst Team', null, 'C1030105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1320', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '04386', 'emma.xie', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1321', 'MO-LOG', null, '车辆运营管理团队', 'Vehicle Operations Management', null, 'B3010408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1321', null, '0', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '02545', 'simon.dong', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1321', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1322', 'PE-SPL', null, '充电桩团队', 'Charger Team', null, 'B1040504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1322', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'C0430', 'terry.lai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1323', null, null, '用户体验运营组', 'User Experience Operation Sub-team', null, 'B104080802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1323', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1323', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1324', 'DS', null, '上海造型设计中心部', 'Shanghai Automotive Design Studio Department', null, 'DS-ADS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1324', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1324', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1325', null, null, '色彩材料团队', 'Color & Material Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1325', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1325', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1326', 'SUPERVISORY_ORGANIZATION-3-2578', null, '设计工程团队', 'Studio Engineering Team', null, 'A1010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1326', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'EU0116', 'alessandro.tarrone', '04966;05407', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1327', 'SUPERVISORY_ORGANIZATION-3-1324', null, 'Design Program Management Team', 'Design Program Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1327', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1328', null, null, '内饰设计团队', 'Interior Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1328', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1328', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1329', 'SUPERVISORY_ORGANIZATION-3-2020', null, '创新实验室部', 'Innovation Lab Department', null, 'A21009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1329', null, '0', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '28190', null, '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1330', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Procurement', 'Procurement', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1330', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1331', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1331', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1332', 'SUPERVISORY_ORGANIZATION-3-967', null, '市场保障,宁波公司', 'Commercial Logistics, Ningbo Company', null, 'B1033305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1332', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '05830', 'sara.ye', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1333', 'SUPERVISORY_ORGANIZATION-3-663', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1333', null, '0', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, '06954', 'jack.yang', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1334', 'SUPERVISORY_ORGANIZATION-3-2488', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1334', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '09077;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1335', null, null, '能源服务团队,厦门', 'Power Service Team, Xiamen', null, 'B104021005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1335', null, '1', 'admin', '2022-05-26 17:18:37', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1335', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1336', 'SUPERVISORY_ORGANIZATION_20200518_62', null, '道服团队,长沙公司', 'Roadside Service Team, Changsha Company', null, 'C109013302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1336', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '07348', 'zhongyi.xie', '03476;04271;04685;06271;11261;16305;26976', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1337', null, null, '电机软件控制与架构组', 'Software Control & Architecture Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1337', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1338', '20191223_SUPERVISORY_ORG_17', null, '门店运营团队,西安公司', 'Store Operations Team, Xi\'an Company', null, 'C118010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1338', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '12317', 'veronica.luo', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1339', 'SUPERVISORY_ORGANIZATION-3-904', null, '用户发展,西安公司', 'User Development, Xi\'an Company', null, 'C1180101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1339', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '07276', 'ruting.fan', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1339', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1340', 'SUP-US-94', null, 'Safety & Compliance', 'Safety & Compliance', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1340', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', 'U0001', 'San Jose-US', null, null, null, null, 'Department', '1', 'SUP-US-94', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1341', 'SUPERVISORY_ORGANIZATION-3-786', null, '计划和订单管理团队', 'Planning and Order Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1341', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, 'C1265', 'sophie.shang', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1342', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1342', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1342', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1343', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付团队,上海公司', 'Delivery Team, Shanghai Company', null, 'C111010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1343', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '08932', 'sam.zhou', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1344', 'SUPERVISORY_ORGANIZATION-3-630', null, '物流-仓储团队,上海公司', 'Logistics - Warehouse Team, Shanghai Company', null, 'C111010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1344', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '04577', 'jiangfeng.li', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1345', null, null, '服务运营,上海', 'Service Operations, Shanghai', null, 'CO-SHA-SO-002-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1345', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1345', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1346', 'SUPERVISORY_ORGANIZATION-3-967', null, '销售,宁波公司', 'Sales, Ningbo Company', null, 'C1240102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1346', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06502', 'jian.song', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1347', 'SUPERVISORY_ORGANIZATION-3-1005', null, '用户发展,石家庄公司', 'User Development, Shijiazhuang Company', null, 'C1260101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1347', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06518', 'juan.tian', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1348', 'SO-SEG', null, '维修技术团队', 'Maintenance Technology Team', null, 'C1050402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1348', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06560', 'chengfeng.zhang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1349', null, null, '数字运营,蔚来制造园区', 'Digital Operations, NIO Manu Park', null, 'MP-DO-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1349', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1350', null, null, '产品采购团队(内饰)', 'Product Purchasing Team (Interior)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1350', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1351', 'SUPERVISORY_ORGANIZATION-3-903', null, '市场保障,重庆公司', 'Commercial Logistics, Chongqing Company', null, 'B1031505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1351', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '05000', 'feng.qin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1351', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1352', 'SUPERVISORY_ORGANIZATION-3-2574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1352', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '42024', 'austin.shi', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1353', 'FN-CNP-004', null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-CNP-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1353', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, 'C0171', 'qing.zhu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1354', 'UD', null, '市场协同部', 'Market Coordination Department', null, 'UD-MAC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1354', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1355', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1355', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1356', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Procurement', 'Procurement', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1356', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1357', 'SUPERVISORY_ORGANIZATION-3-867', null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, 'MP-MO-5', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1357', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1358', 'MO-MME-001', null, '车身制造工程团队', 'Body Shop Manufacturing Engineering Team', null, 'MO-MME-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1358', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '09957', 'kuan.shi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1358', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1359', 'SUPERVISORY_ORGANIZATION-3-1516', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1359', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06374', 'liangsong.zheng', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1516', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1360', 'SUPERVISORY_ORGANIZATION-3-931', null, '专属桩运营', 'Charger Operation', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1360', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06091', 'ming.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1361', 'FN-CNP-004', null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-CNP-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1361', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, 'C0171', 'qing.zhu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1362', 'SUPERVISORY_ORGANIZATION-3-967', null, '服务运营,宁波公司', 'Service Operations, Ningbo Company', null, 'C1240104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1362', null, '0', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '05832', 'fred.miao', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1363', 'SUPERVISORY_ORGANIZATION-3-1227', null, '销售,金华公司', 'Sales, Jinhua Company', null, 'C132010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1363', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06445', 'tai.wang', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1364', 'SUPERVISORY_ORGANIZATION-3-2662', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1364', null, '1', 'admin', '2022-05-26 17:18:38', null, null, null, null, null, null, '06483', 'junquan.zhou', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1365', null, null, '服务设施建设部', 'Service Facility Construction Department', null, 'CO-SFC-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1365', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1366', null, null, '商务运营团队', 'Business Operations Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1366', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1367', 'SUPERVISORY_ORGANIZATION-3-508', null, '区域技术支持组', 'District Technical Support Sub-team', null, 'C105030303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1367', null, '0', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'C1262', 'royce.zhang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1368', 'SUPERVISORY_ORGANIZATION-3-960', null, '区域事务支持部', 'Regional Supporting & Development Team', null, 'UO-SAN-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1368', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1369', 'SUPERVISORY_ORGANIZATION-3-969', null, 'User Development,Zhengzhou', 'User Development,Zhengzhou', null, 'Code CO-ZHZ-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1369', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1370', 'SUPERVISORY_ORGANIZATION-3-574', null, '服务运营,深圳公司', 'Service Operations, Shenzhen Company', null, 'C1130104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1370', null, '0', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '10209', 'hang.xu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1371', 'SUPERVISORY_ORGANIZATION-3-2018', null, 'Digital Systems', 'Digital Systems', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1371', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'U0085', null, '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1372', 'SUPERVISORY_ORGANIZATION-3-2550', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1372', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '02273', null, '09077;09595;12313;15602;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1373', 'SUPERVISORY_ORGANIZATION-3-2278', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1373', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'U0085', null, '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1374', 'SUPERVISORY_ORGANIZATION-3-2278', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1374', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '02387', null, '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1375', 'SUPERVISORY_ORGANIZATION-3-2018', null, 'Digital Systems', 'Digital Systems', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1375', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'U0085', null, 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1375', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1376', 'SUPERVISORY_ORGANIZATION-3-758', null, '服务运营,武汉公司', 'Service Operations, Wuhan Company', null, 'C1250104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1376', null, '0', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '04425', 'jiankun.hu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1377', 'SUPERVISORY_ORGANIZATION-3-983', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1377', null, '0', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '07253', 'xia.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-983', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1378', 'SUPERVISORY_ORGANIZATION-3-3255', null, '市场保障,温州公司', 'Commercial Logistics, Wenzhou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1378', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '03281', 'david.wang1', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3255', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1379', 'SUPERVISORY_ORGANIZATION-3-2488', null, 'Software Quality Engineering Department', 'Software Quality Engineering Department', null, 'SD-SQE-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1379', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1380', null, null, '服务运营2,北京', 'Service Operations2, Beijing', null, 'CO-BJ-SO-002-04', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1380', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1381', null, null, '内部传播和精品管理团队', 'Internal Communications and Merchandising Team', null, 'GL-COM-006-02-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1381', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1381', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1382', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1382', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1383', 'SUPERVISORY_ORGANIZATION-3-2459', null, '信息/连通域组', 'Info/Connectivity Domain Sub-team', null, 'A202060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1383', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1384', 'SUPERVISORY_ORGANIZATION-3-2459', null, '底盘/安全/ADAS组', 'Chassis/Safety/ADAS Sub-team', null, 'A202060104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1384', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1384', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1385', 'VE-EEE-003', null, '电子电气系统设计', 'EE System Design', null, 'VE-EEE-003-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1385', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'C0296', 'leo.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1385', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1386', null, null, '功能安全', 'Functional Safety', null, 'VE-EEE-003-04', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1386', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1387', null, null, '网络诊断', 'Network & Diagnostic', null, 'VE-EEE-003-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1387', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1388', 'VE-EEE-003', null, '线束组', 'Harness Sub-team', null, 'A102050301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1388', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'C0296', 'leo.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1389', 'OC-HRM-003', null, '价值与伙伴成长发展团队', 'Value & People Engagement Team', null, 'OC-ODM-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1389', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, '06715', 'owen.zhou', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1389', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1390', null, null, '电子架构设计', 'EE Architecture Design', null, 'VE-EEE-003-07', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1390', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1390', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1391', 'VE-CAE', null, 'Advanced Concepts Engineering UK', 'Advanced Concepts Engineering UK', null, 'ACE-UK', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1391', null, '0', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1392', 'VE-EEE-003', null, '电子电气系统设计', 'EE System Design', null, 'VE-EEE-003-08', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1392', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'C0296', 'leo.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1392', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1393', null, null, '运营团队', 'Operations team', null, 'CO-SFC-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1393', null, '1', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1393', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1394', 'SUPERVISORY_ORGANIZATION-3-1391', null, 'Advanced Concepts Engineering UK - Platform', 'Advanced Concepts Engineering UK - Platform', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1394', null, '0', 'admin', '2022-05-26 17:18:39', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1395', null, null, '电源管理,长沙', 'Power Management, Changsha', null, 'CO-CS-PM-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1395', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1395', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1396', 'GM-ADMG', null, 'IT', 'IT', null, 'GM-DO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1396', null, '0', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '42502', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GM-ADMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1397', 'EP-ESS-001', null, '测试管理组', 'Testing Management Sub-team', null, 'A103060501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1397', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, 'C0083', 'jieying.zhang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1397', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1398', 'EP-ESS-001', null, '性能测试组', 'Performance Testing Sub-team', null, 'A103060502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1398', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, 'C0083', 'jieying.zhang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1398', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1399', 'EP-ESS-001', null, '机械测试组', 'Mechanical Testing Sub-team', null, 'A103060503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1399', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, 'C0862', 'seek.wang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1399', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1400', 'MO-MPG-002', null, '战略与规划团队', 'Strategy & Planning Team', null, 'MO-MPG-002-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1400', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '04228', 'tina.yang1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1400', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1401', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程基建组', 'Engineering infrastructure Sub-team', null, 'C104021605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1401', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '02481', 'xiaoxu.dong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1401', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1402', null, null, '企业规划团队', 'Corporate Planning Team', null, 'SUPERVISORY_ORGANIZATION-3-740-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1402', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1402', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1403', null, null, '数字运营团队中国', 'China Digital Operations Team', null, 'DO-DGT-009-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1403', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1403', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1404', null, null, '制造质量保证团队', 'Manufacturing Quality Assurance Team', null, 'QD-MFQ-MQA', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1404', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1404', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1405', null, null, '用户发展支持系统团队', 'User Development Systems Team', null, 'SWC-UDS-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1405', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1405', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1406', null, null, '服务运营,杭州公司', 'Service Operations, Hangzhou Company', null, 'B1032004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1406', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1406', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1407', 'PE-OAM', null, '能源区域管理部 (上海)', 'Regional Power Management Department (Shanghai)', null, 'C15909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1407', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '10428', 'lei.deng', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1407', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1408', null, null, '车商城运营团队', 'NIO Accessory Shop Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1408', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1409', 'SUPERVISORY_ORGANIZATION-3-960', null, '区域事务支持与发展团队', 'Strategic Commercial and Network Development Department', null, 'UO-SAN-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1409', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1409', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1410', 'SUPERVISORY_ORGANIZATION-3-1033', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-013', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1410', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1410', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1411', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1411', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '05782', 'qiubo.shu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1412', 'SUPERVISORY_ORGANIZATION-3-1123', null, '财务,重庆', 'Finance, Chongqing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1412', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '03988', 'laura.liao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1413', 'SUPERVISORY_ORGANIZATION-3-1030', null, '服务运营,长沙公司', 'Service Operations, Changsha Company', null, 'C1230104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1413', null, '0', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '03536', 'york.liu', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1414', null, null, '现有合作伙伴质量管理团队', 'Current PQM Team', null, 'QD-PQM-FPQM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1414', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1414', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1415', 'SUPERVISORY_ORGANIZATION-3-606', null, '交付规划发展组', 'Delivery Planning & Development Sub-team', null, 'C103020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1415', null, '0', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '03234', 'sean.shen', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1416', 'SD-SQE', null, '软件质量工程部', 'Software Engineering Quality Team', null, 'SD-SQE-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1416', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SD-SQE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1417', '20191225_SUPERVISORY_ORG_1', null, '用户顾问团队,长沙公司', 'User Fellow Team, Changsha Company', null, 'C123010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1417', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '13794', 'cici.chi', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1417', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1418', 'SUPERVISORY_ORGANIZATION-3-1030', null, '市场保障,长沙公司', 'Commercial Logistics, Changsha Company', null, 'B1031305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1418', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '07070', 'zhenxun.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1418', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1419', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(金华)', 'Human Resource Team (Jinhua)', null, 'D1010825', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1419', null, '0', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '07217', 'yi.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1419', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1420', 'FN-ATX', null, 'Finance,City Guangzhou', 'Finance,City Guangzhou', null, 'FN-ATX-015', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1420', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1421', 'SUP-US-41', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1421', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '02566', null, '09077;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUP-US-41', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1422', 'SUPERVISORY_ORGANIZATION-3-905', null, '市场保障,天津公司', 'Commercial Logistics, Tianjin Company', null, 'B1034105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1422', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '02704', 'yue.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1422', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1423', 'GL-LGL', null, '运营法务部', 'Operational Legal Department', null, 'D10202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1423', null, '0', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '28931', 'karl.gao', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1424', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1424', null, '1', 'admin', '2022-05-26 17:18:40', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1424', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1425', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team, Yuexi', null, 'UO-SAN-032', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1425', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'SAN (inactive)', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1425', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1426', 'SUPERVISORY_ORGANIZATION-3-2375', null, '车辆及安全管理组', 'Vehicle&Safety Management Sub-team', null, 'B104080803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1426', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1426', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1427', null, null, '电源管理,西安', 'Power Management,Xi\'an', null, 'CO-XA-PM-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1427', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1428', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Systems Engineering', 'Systems Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1428', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1429', null, null, '现场工程部', 'Field Engineering Department', null, 'SE-FEN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1429', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1430', null, null, '建设设计组', 'Construction Design Sub-Team', null, 'B103030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1430', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1431', 'SUPERVISORY_ORGANIZATION-3-872', null, '人力资源,蔚来制作园区', 'Human Resource, NIO Manu Park', null, 'MP-OC-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1431', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1432', 'FN-CNP-001', null, '财务团队(现有车型)', 'Finance Team (Current Products)', null, 'D1030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1432', null, '0', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '05738', 'sandra.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1432', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1433', 'SUPERVISORY_ORGANIZATION-3-2426', null, '培训团队', 'Training Team', null, 'OC-ODM-001-09', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1433', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1433', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1434', 'CO-GZH', null, '交付运营,广州公司', 'Delivery Operation, Guangzhou Company', null, 'C1140109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1434', null, '0', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '03626', 'haoxiang.wang', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1434', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1435', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1435', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1436', 'SUPERVISORY_ORGANIZATION-3-758', null, '用户中心,武汉公司', 'User Center, Wuhan Company', null, 'C1250103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1436', null, '0', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1437', 'SUPERVISORY_ORGANIZATION-3-748', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-002-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1437', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '05490', 'jade.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1437', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1438', 'SUPERVISORY_ORGANIZATION-3-952', null, '内容团队', 'Content team', null, 'GL-NME-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1438', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, 'C0084', 'jili.liu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1439', null, null, '产品规划团队', 'Product Planning Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1439', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1440', null, null, '产品市场团队', 'Product Marketing Team', null, 'UD-PRM-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1440', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1440', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1441', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Product and Information Security (China)', 'Product and Information Security (China)', null, 'DO-PIS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1441', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, 'C0000', 'william.li', '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1441', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1442', 'SUPERVISORY_ORGANIZATION-3-1031', null, '市场保障,青岛公司', 'Commercial Logistics, Qingdao Company', null, 'B1033405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1442', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '06455', 'yishi.li', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1442', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1443', null, null, '计划和订单管理团队', 'Planning and Order Management Team', null, 'UD-SAM-001-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1443', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1444', null, null, '能源服务团队,无锡', 'Power Service Team, Wuxi', null, 'B103400801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1444', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1444', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1445', null, null, '能源服务团队,常州', 'Power Service Team, Changzhou', null, 'B103400701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1445', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1445', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1446', 'SUPERVISORY_ORGANIZATION-3-1253', null, '新产品导入部', 'New Product Introduction Department', null, 'SE-NPI', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1446', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '18247', 'jian.bai', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1446', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1447', null, null, '网络管理部', 'Network Management Department', null, 'SO-NTM-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1447', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1448', 'SUPERVISORY_ORGANIZATION-3-931', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1448', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '05304', 'huidong.sheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1449', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1449', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1449', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1450', null, null, '数字安全部', 'Digital Security Department', null, 'DO-PIS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1450', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1450', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1451', null, null, '电源管理,郑州', 'Power Management,Zhengzhou', null, 'CO-ZHZ-PE-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1451', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1452', '20191223_SUPERVISORY_ORG_2', null, '门店运营团队(空间运营),朝天门', 'Store Operations Team(Space Operations), Chaotianmen', null, 'C122010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1452', null, '0', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, '08221', 'xian.chen', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1452', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1453', null, null, '服务体验运营部', 'Service Experience Operation Department', null, 'SO-SCM-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1453', null, '1', 'admin', '2022-05-26 17:18:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1454', null, null, 'EP9&FE商业管理团队(中国)', 'EP9&FE Business Management Team (China)', null, 'UD-EFM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1454', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1455', null, null, '电源管理,上海', 'Power Management,Shanghai', null, 'CO-SHA-PE-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1455', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1455', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1456', 'SUPERVISORY_ORGANIZATION-3-1757', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1456', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, 'C0941', 'seth.xiao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1457', 'SUPERVISORY_ORGANIZATION-3-2685', null, '质量改进组', 'VRT Sub-team', null, 'B002020502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1457', null, '0', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '12472', 'yangzhi.he', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1458', 'SUPERVISORY_ORGANIZATION-3-947', null, '合肥先进制造技术部', 'Hefei Advanced Manufacturing Technology Centre', null, 'MO-PHF-003-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1458', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1458', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1459', 'SUPERVISORY_ORGANIZATION-3-1305', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-002-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1459', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1460', 'SUPERVISORY_ORGANIZATION-3-2399', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-002-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1460', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '02663', 'sofia.xiong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1461', null, null, '综合管理团队', 'Admin Management Team', null, 'OC-ADM-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1461', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1461', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1462', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,南通公司', 'Regional Operation, Nantong Company', null, 'C1640101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1462', null, '0', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1463', null, null, 'UC Design Department', 'UC Design Department', null, 'UC-UDP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1463', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1464', null, null, '能源服务团队,东莞', 'Power Service Team, Dongguan', null, 'B103380703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1464', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1465', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1465', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'SAN (inactive)', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1466', null, null, 'Service Assurance Network Development Team', 'Service Assurance Network Development Team', null, 'UO-SAN-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1466', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1467', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(西安)', 'Finance Team (Xi\'an)', null, 'D1030401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1467', null, '0', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '06023', 'susan.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1468', 'SD-IFS', null, '系统开发2组', 'ROM Team 2', null, 'SD-IFS-009-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1468', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, 'C1009', 'bingshui.xue', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1469', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-012', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1469', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1469', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1470', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-013', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1470', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1471', null, null, '服务协调团队', 'Service Coordinator Team', null, 'CO-COD-01-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1471', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1472', null, null, '法务部', 'Legal Department', null, 'GL-LGL-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1472', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1473', null, null, '法务部', 'Legal Department', null, 'GL-LGL-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1473', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1473', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1474', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team, Jiangxi', null, 'UO-SAN-015', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1474', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1474', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1475', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,嘉兴公司', 'Regional Operation, Jiaxing Company', null, 'C16501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1475', null, '0', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, 'C0401', 'howard.xia', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1475', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1476', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Logistics', 'Logistics', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1476', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1477', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-TJ', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1477', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1478', null, null, '投产管理部', 'Launch Management Department', null, 'PE-LMG-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1478', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1478', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1479', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-NJ', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1479', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1480', null, null, 'Software Technology and Corporate Management HRBP', 'Software Technology and Corporate Management HRBP', null, 'OC-PDP-002-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1480', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1481', null, null, '创意图形设计团队', 'Creative & Graphic Design Team', null, 'UD-COM-002-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1481', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1481', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1482', 'SUPERVISORY_ORGANIZATION-3-5470', null, '通用软件发布组', 'Common Release Sub-team', null, 'A202100201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1482', null, '1', 'admin', '2022-05-26 17:18:42', null, null, null, null, null, null, '09528', 'tammy.zhang', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1482', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1483', 'SUPERVISORY_ORGANIZATION-3-4254', null, '城市运营,无锡', 'City Operation, Wuxi', null, 'C1160107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1483', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, 'C1103', 'jacky.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1483', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1484', 'SUPERVISORY_ORGANIZATION-3-4248', null, '城市运营,东莞', 'City Operation, Dongguan', null, 'C1130107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1484', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '12370', 'fei.yao', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1484', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1485', null, null, '电源管理,东莞', 'Power Management, Dongguan', null, 'UO-SHZ-DG-PM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1485', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1485', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1486', null, null, 'User Development,Changsha', 'User Development,Changsha', null, 'CO-CS-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1486', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1486', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1487', 'SUPERVISORY_ORGANIZATION-3-1030', null, '用户发展,长沙公司', 'User Development, Changsha Company', null, 'C1230101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1487', null, '0', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '14630', 'mengxi.cao', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1487', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1488', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-15', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1488', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1489', null, null, '项目管理', 'Program Management', null, 'DS-ADS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1489', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1490', 'SUPERVISORY_ORGANIZATION-3-835', null, '服务运营,合肥公司', 'Service Operations, Hefei Company', null, 'C1350104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1490', null, '0', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '06985', 'cathy.wang1', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1491', null, null, '服务运营,苏州', 'Service Operations, Suzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1491', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1492', null, null, '电源管理', 'Power Management', null, 'PE-0001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1492', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1493', null, null, '用户发展,广州', 'User Development, Guangzhuo', null, 'CO-GZH-UD-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1493', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1493', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1494', 'UD', null, '品牌设计与体验部', 'Brand Design and Experience Department', null, 'C10113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1494', null, '0', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '34177', 'kenneth.kuan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1494', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1495', 'UD-URD', null, '用户满意度管理部', 'User Satisfaction Management Department', null, 'C15502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1495', null, '0', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '07119', 'eyleen.shen', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1496', null, null, '电源管理,温州', 'Power Management, Wenzhou', null, 'CO-WZ-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1496', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1496', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1497', null, null, '服务体验运营部', 'Service Experience Operation Department', null, 'SO-SCM-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1497', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1498', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-015', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1498', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1498', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1499', 'FN-ATX-001-01', null, '资产组', 'PPE Sub-team', null, 'D103010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1499', null, '0', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '07050', 'chloe.zhou', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1500', null, null, '生产性采购团队', 'Production Purchasing Team', null, 'PU-PDP-003-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1500', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1500', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1501', null, null, '质量,蔚来制造园区', 'Quality,NIO Manu Park', null, 'MP-QD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1501', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1501', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1502', 'SUPERVISORY_ORGANIZATION-3-630', null, '服务运营,上海', 'Service Operations, Shanghai', null, 'CO-SHA-SO-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1502', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '03845', 'pino.cao', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1502', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1503', null, null, '运营计划,蔚来制造园区', 'Operation Planning,NIO Manu Park', null, 'MP-OP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1503', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1503', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1504', 'SUPERVISORY_ORGANIZATION-3-3874', null, '资本市场', 'Capital Markets', null, 'D111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1504', null, '0', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '05490', 'jade.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-1504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1505', 'SUPERVISORY_ORGANIZATION-3-1227', null, '市场保障,金华公司', 'Commercial Logistics, Jinhua Company', null, 'B1032505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1505', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1506', null, null, '项目管理,蔚来制造园区', 'Project Management,NIO Manu Park', null, 'MP-PM-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1506', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1507', null, null, '产品开发团队', 'Power R&D Team', null, 'PE-PRD-009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1507', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1507', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1508', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-016', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1508', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1508', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1509', null, null, '城市运营,榆林', 'City Operation, Yulin', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1509', null, '1', 'admin', '2022-05-26 17:18:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1510', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-018', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1510', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1510', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1511', null, null, '非生产性采购团队,城市运营', 'Non-Production Purchasing Team, City Division', null, 'PU-NPP-012-02-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1511', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1511', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1512', null, null, '配附件供应链部', 'Parts & Accessory Supply Chain Management Department', null, 'SO-PAS-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1512', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1512', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1513', null, null, '电源管理,金华', 'Power Management, Jinhua', null, 'CO-JH-001-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1513', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1513', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1514', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(青岛)', 'Human Resource Team (Qingdao)', null, 'D1010822', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1514', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '06450', 'suri.han', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1514', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1515', null, null, '服务运营,南通', 'Service Operations, Nantong', null, 'UO-SHA-NT-SO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1515', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1516', 'SUPERVISORY_ORGANIZATION-3-1029', null, '服务运营,温州公司', 'Service Operations, Wenzhou Company', null, 'C1280104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1516', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '06374', 'liangsong.zheng', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1516', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1517', 'SUPERVISORY_ORGANIZATION-3-6085', null, '服务运营,嘉兴公司', 'Service Operations, Jiaxing Company', null, 'C1650104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1517', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '08406', 'peak.chen', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1517', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1518', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,常州公司', 'Regional Operation, Changzhou Company', null, 'C1660101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1518', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '02491', 'kun.wang', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1519', null, null, 'City Operation, Changzhou', 'City Operation, Changzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1519', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '11695', 'chunjun.fan', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1520', 'SUPERVISORY_ORGANIZATION-3-1029', null, '城市运营,台州', 'City Operation, Taizhou', null, 'C1280106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1520', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '08665', 'ever.cai', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1520', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1521', null, null, '服务运营,台州', 'Service Operations, Taizhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1521', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1522', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-018', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1522', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1522', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1523', 'SUPERVISORY_ORGANIZATION-3-835', null, '市场保障,合肥公司', 'Commercial Logistics, Hefei Company', null, 'B1032205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1523', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1523', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1524', 'SUPERVISORY_ORGANIZATION-3-4708', null, '新产品导入团队', 'NPI Team', null, 'A2100301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1524', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '10513', 'pierre.wang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1525', 'SUPERVISORY_ORGANIZATION-3-2296', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1525', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '06294', 'xunbo.zhang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1526', '20200731_NIOFINSERVICE', null, '风控部', 'Risk Management Department', null, 'C11003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1526', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '07293', 'leon.zhou', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1526', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1527', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-019', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1527', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1528', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-020', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1528', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1528', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1529', null, null, '能源服务团队,台州', 'Power Service Team, Taizhou', null, 'B103430701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1529', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1529', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1530', 'SUPERVISORY_ORGANIZATION-3-1391', null, 'Advanced Concept Engineering UK – Chassis', 'Advanced Concept Engineering UK – Chassis', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1530', null, '0', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1531', 'SUPERVISORY_ORGANIZATION-3-2557', null, '用户产品团队', 'User Product Team', null, 'C1060101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1531', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1532', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-021', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1532', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1533', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-022', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1533', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1534', null, null, '前瞻技术团队', 'Advanced Technology Team', null, 'A1030701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1534', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1534', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1535', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-023', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1535', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1536', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-024', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1536', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1536', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1537', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-025', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1537', null, '1', 'admin', '2022-05-26 17:18:44', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1537', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1538', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-026', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1538', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1538', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1539', null, null, '系统规划团队', 'System Planning Team', null, 'PE-SPL-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1539', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1539', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1540', 'SUPERVISORY_ORGANIZATION-3-1089', null, '财务,温州', 'Finance, Wenzhou', null, 'FN-ATX-011-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1540', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '11753', 'fangshuo.gu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1540', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1541', null, null, '城市运营,湖州', 'City Operation, Huzhou', null, 'B1032008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1541', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, 'Huzhou-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1541', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1542', 'SUPERVISORY_ORGANIZATION-3-1033', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1542', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1542', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1543', 'SO-SPG', null, '附件产品开发团队', 'Accessory Product Development Team', null, 'C1050501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1543', null, '0', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '23679', 'richard.zhu', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1544', 'SUPERVISORY_ORGANIZATION-3-973', null, '电池包工厂,蔚来制造园区', 'Battery Pack,NIO Manu Park', null, 'MP-BP-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1544', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1544', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1545', null, null, '一键加电质量团队', 'PEQ Power Cloud Quality Team', null, 'QD-PEQ-SD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1545', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1546', null, null, '用户中心运营管理团队', 'UC Operation Management Team', null, 'UC-UOM-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1546', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1546', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1547', 'GL-COM-004', null, '创意图形设计团队', 'Creative & Graphic Design Team', null, 'GL-COM-004-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1547', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1548', 'SUPERVISORY_ORGANIZATION-3-1407', null, '能源服务团队,嘉兴', 'Power Service Team, Jiaxing', null, 'C104021405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1548', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '10428', 'lei.deng', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1549', 'SUPERVISORY_ORGANIZATION-3-2479', null, '共享服务中心团队', 'Share Service Center Team', null, 'OC-TRS-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1549', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1550', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,绍兴公司', 'Regional Operation, Shaoxing Company', null, 'C16701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1550', null, '0', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '02482', 'will.fan', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1551', null, null, '能源服务团队,绍兴', 'Power Service Team, Shaoxing', null, 'B103200701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1551', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1551', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1552', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,佛山公司', 'Regional Operation, Foshan Company', null, 'C15601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1552', null, '0', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'C0948', 'mark.chen', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1552', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1553', null, null, '能源服务团队,佛山', 'Power Service Team, Foshan', null, 'B103170701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1553', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1553', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1554', 'SUPERVISORY_ORGANIZATION-3-1391', null, 'Advanced Concepts Engineering (Chassis)', 'Advanced Concepts Engineering (Chassis)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1554', null, '0', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1555', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展团队', 'Service Assurance Network Development Team', null, 'UO-SAN-028', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1555', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1555', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1556', 'OC-HRM-002', null, '人才招募团队', 'Talent Acquisition Team', null, 'OC-TAM-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1556', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '19689', 'kevin.jiang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1556', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1557', null, null, '用户顾问,佛山', 'User Fellowship, Foshan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1557', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1558', null, null, 'Finance', 'Finance', null, 'FN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1558', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1559', 'GM-ADMU', null, 'Human Resource', 'Human Resource', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1559', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'EU0132', null, null, 'London-GB', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1559', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1560', null, null, 'IT', 'IT', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1560', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1560', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1561', null, null, 'Legal', 'Legal', null, 'LGL', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1561', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1561', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1562', null, null, '电源管理,宁波', 'Power Management, Ningbo', null, 'CO-NB-PE-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1562', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1563', 'SUPERVISORY_ORGANIZATION-3-1011', null, '综合管理部', 'Admin Management Department', null, 'OC-ADM-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1563', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'C0005', 'tiffany.ye', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1564', 'SUPERVISORY_ORGANIZATION-3-506', null, '用户发展/企业传播/蔚来精品/用户数字产品业务伙伴团队', 'UD/CC/NL/UP HRBP Team', null, 'D1010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1564', null, '0', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '31445', 'su.su', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1564', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1565', 'UD', null, '蔚来电台部', 'NIO Radio Department', null, 'UD-NIORD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1565', null, '1', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1565', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1566', 'FN-CNP-004', null, '财务团队(生产管理)', 'Finance Team (MO)', null, 'D1030505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1566', null, '0', 'admin', '2022-05-26 17:18:45', null, null, null, null, null, null, '03329', 'yifan.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1566', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1567', null, null, '蔚来学院部', 'NIO Academy Department', null, 'OC-ODM-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1567', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1567', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1568', null, null, '数字化业务运营团队', 'Digital Business Operations Team', null, 'DO-DGT-008-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1568', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1568', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1569', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1569', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '02488', 'xutao.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1570', null, null, '品牌传播团队', 'Brand Communications Team', null, 'GL-COM-002-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1570', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1571', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,厦门', 'Finance, Xia’men', null, 'FN-ATX-016', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1571', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1572', null, null, '电驱动项目管理团队', 'EDS Project Management Team', null, 'EP-EDS-T-004-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1572', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1572', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1573', 'SUPERVISORY_ORGANIZATION-3-1362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1573', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '07478', 'fangping.pu', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1574', 'SUPERVISORY_ORGANIZATION-3-606', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1574', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '07990', 'lin.ma', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1575', 'SUPERVISORY_ORGANIZATION-3-743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1575', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '06214', 'wenbin.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1576', 'SUPERVISORY_ORGANIZATION-3-1115', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1576', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '06334', 'ruijun.guo', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1577', 'SUPERVISORY_ORGANIZATION-3-547', null, '蔚来学院部', 'NIO Academy Department', null, 'OC-ODM-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1577', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1578', 'SUPERVISORY_ORGANIZATION-3-886', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1578', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '04449', 'wenhan.xiao', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-886', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1579', 'SUPERVISORY_ORGANIZATION-3-967', null, '用户发展,宁波公司', 'User Development, Ningbo Company', null, 'C1240101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1579', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '23154', 'jessie.huang', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1580', 'UC-UOM', null, 'UC Operation Management Team', 'UC Operation Management Team', null, 'UC-UOM-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1580', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1581', null, null, 'UC运营管理部', 'UC Operation Management Department', null, 'UC-OM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1581', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1581', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1582', null, null, 'User Center, Changsha', 'User Center, Changsha', null, 'CO-CS-UC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1582', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1582', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1583', 'SUPERVISORY_ORGANIZATION-3-1030', null, '用户中心,长沙公司', 'User Center, Changsha Company', null, 'C1230103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1583', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '25324', 'jennifer.wu', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1584', null, null, '行政,合肥', 'Admin, Hefei', null, 'HR-ADM-022', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1584', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1585', null, null, '财务,长沙', 'Finance, Changsha', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1585', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1586', 'SUPERVISORY_ORGANIZATION-3-1033', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1586', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1586', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1587', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1587', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1588', 'SUPERVISORY_ORGANIZATION-3-1526', null, '催收团队', 'Collection Team', null, 'C1100301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1588', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '08523', 'lanzhu.si', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1589', null, null, '区域通讯团队', 'Regional Internal Communications Team', null, 'UO-FIS-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1589', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1590', 'SUPERVISORY_ORGANIZATION-3-646', null, '用户互动娱乐部', 'User Interactive Entertainment Department', null, 'C10603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1590', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1591', null, null, '服务体验运营部', 'Service Experience Operation Department', null, 'SO-SCM-012', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1591', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1592', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-006-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1592', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1592', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1593', null, null, 'Systems Engineering', 'Systems Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1593', null, '1', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, null, null, 'U0001', 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1594', '20191216_SUPERVISORY_ORG_4', null, '门店运营团队 (空间运营),合肥公司', 'Store Operations Team (Space Operations), Hefei Company', null, 'C135010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1594', null, '0', 'admin', '2022-05-26 17:18:46', null, null, null, null, null, null, '20338', 'zhao.yuan', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1594', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1595', 'SUPERVISORY_ORGANIZATION-3-835', null, '用户发展,合肥公司', 'User Development, Hefei Company', null, 'C1350101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1595', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '10123', 'jiali.ye', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1595', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1596', '20191223_SUPERVISORY_ORG_10', null, '门店运营团队,宁波公司', 'Store Operations Team, Ningbo Company', null, 'C124010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1596', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '10319', 'tina.dai', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1596', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1597', 'SUPERVISORY_ORGANIZATION-3-1204', null, '服务运营,厦门公司', 'Service Operations, Xiamen Company', null, 'C1270104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1597', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '06464', 'jian.liang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1597', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1598', 'SUPERVISORY_ORGANIZATION-3-1204', null, '市场保障,厦门公司', 'Commercial Logistics, Xiamen Company', null, 'B1034605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1598', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '15000', 'bo.zhang3', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1598', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1599', 'SUPERVISORY_ORGANIZATION-3-1029', null, '销售,温州公司', 'Sales, Wenzhou Company', null, 'C1280102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1599', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '18432', 'xiamin.yan', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1600', '20191225_SUPERVISORY_ORG_10', null, '门店运营团队,温州公司', 'Store Operations Team, Wenzhou Company', null, 'C128010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1600', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '07446', 'aaron.chen', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1601', 'SUPERVISORY_ORGANIZATION-3-1029', null, '用户发展,温州公司', 'User Development, Wenzhou Company', null, 'C1280101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1601', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '06606', 'violet.lou', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1602', 'EP-EDS-T-001', null, 'EDU电机组', 'EDU E-Motor Sub-team', null, 'A103030105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1602', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1603', 'EP-ESS', null, '电池管理系统部', 'Battery Management System Department', null, 'A10402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1603', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '37538', 'qing.guo', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1604', 'SUPERVISORY_ORGANIZATION-3-1407', null, '能源服务团队,南通', 'Power Service Team, Nantong', null, 'B104021406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1604', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '10428', 'lei.deng', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1605', 'SUPERVISORY_ORGANIZATION-3-574', null, 'City Operation Management, Dongguan', 'City Operation Management, Dongguan', null, 'CO-DG-001-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1605', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, 'C1321', 'eric.liu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1606', null, null, '道路服务,东莞', 'Roadside Service Team, Dongguan', null, 'CO-DG-PE-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1606', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1607', 'FN-TSR', null, '资金管理部', 'Treasury Department', null, 'FN-TSR-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1607', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '12162', 'chao.wang10', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1608', 'SUPERVISORY_ORGANIZATION-3-947', null, '合肥先进制造技术部', 'Hefei Advanced Manufacturing Technology Centre', null, 'MO-PHF-003-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1608', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1608', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1609', 'UC', null, '用户中心策略规划团队', 'UC Strategic Planning Department', null, 'UC-UDP-02-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1609', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1609', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1610', 'SUPERVISORY_ORGANIZATION-3-743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1610', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '06399', 'qian.deng1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1611', 'SUPERVISORY_ORGANIZATION-3-4252', null, '门店运营团队,无锡万象城', 'Store Operations Team, Wuxi MIXC', null, 'C150010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1611', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '21858', 'nick.ren', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1612', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1612', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1612', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1613', null, null, '电源管理,金华', 'Power Management, Jinhua', null, 'CO-JH-001-005-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1613', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1613', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1614', null, null, '服务商和施工队管理', 'Vendor&Construction Management', null, 'B10408010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1614', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1615', null, null, '网络管理部门', 'Network Management Department', null, 'SO-NMA-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1615', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1615', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1616', 'SO-WHM', null, '配附件计划团队', 'Parts & Accessory Planning Team', null, 'C1050204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1616', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '16728', 'xiao.pan', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1617', 'SUP-US-71', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1617', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, 'U0196', null, '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2027', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1618', null, null, 'UI/UX', 'UI/UX', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1618', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, 'San Francisco-US (inactive)', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1619', 'SO-SEG', null, '维修诊断团队', 'Maintenance Diagnosis Team', null, 'C1050404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1619', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '02236', 'bingjun.chen', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1620', 'SUPERVISORY_ORGANIZATION-3-1483', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1620', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, 'C1103', 'jacky.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1483', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1621', null, null, '技术支持部', 'Technical Support Department', null, 'SO-TCS-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1621', null, '1', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1622', 'SO-SCM', null, '服务包核赔运营团队', 'Service Package Claims & Operation Team', null, 'C1050105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1622', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '07445', 'gong.zhang', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1623', 'SUPERVISORY_ORGANIZATION-3-1115', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1623', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '06525', 'chengcheng.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1624', 'SUPERVISORY_ORGANIZATION-3-1434', null, '物流-仓储团队,广州公司', 'Logistics - Warehouse Team, Guangzhou Company', null, 'C114010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1624', null, '0', 'admin', '2022-05-26 17:18:47', null, null, null, null, null, null, '06948', 'weijun.huang', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1625', 'SUPERVISORY_ORGANIZATION-3-691', null, '座椅系统组', 'Seat System Sub-team', null, 'B002030701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1625', null, '0', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '05421', 'zhicheng.feng', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1626', 'SUPERVISORY_ORGANIZATION-3-2488', null, '数字座舱平台测试团队', 'Digital Cockpit Platform Test Team', null, 'A2031205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1626', null, '0', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '24394', null, '06486;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1626', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1627', 'SUPERVISORY_ORGANIZATION-3-2515', null, '质量体系组', 'Quality System Sub-team', null, 'B002010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1627', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '06765', 'zhenliang.xu', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1628', 'SUPERVISORY_ORGANIZATION-3-842', null, '智能语音服务团队', 'Intelligent Speech Service Team', null, 'SD-AIS-006-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1628', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1628', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1629', null, null, '法务部', 'Legal Department', null, 'GL-LGL-009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1629', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1630', null, null, '法务部', 'Legal Department', null, 'GL-LGL-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1630', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1631', null, null, '设计工程团队', 'Studio Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1631', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1633', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,海口公司', 'Regional Operation, Haikou Company', null, 'C1310101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1633', null, '0', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, 'C0004', 'cathy.wang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1634', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1634', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, 'C1234', 'yaoting.xu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1635', 'SUPERVISORY_ORGANIZATION-3-867', null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, 'MP-MO-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1635', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1635', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1636', 'SUPERVISORY_ORGANIZATION-3-960', null, '服务保障网络发展部,广西', 'Service Assurance Network Development Department, Guangxi', null, 'UO-SAN-021', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1636', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'SAN (inactive)', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1636', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1637', null, null, '赛事管理团队', 'Performance Program Team', null, 'PP-PP0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1637', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1638', 'DS-SED', null, '设计工程团队(内饰)', 'Studio Engineering Team (Interior)', null, 'A1010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1638', null, '0', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '02340', 'iker.prieto', '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1638', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1639', null, null, '产品开发人才招募组', 'Product Development Talent Acquisition Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1639', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1640', 'UD', null, '市场协同部', 'Market Coordination Department', null, 'UD-MCD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1640', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1640', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1641', null, null, '社交媒体及市场协同部', 'Social & Market Coordination Department', null, 'B10107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1641', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1642', 'SUPERVISORY_ORGANIZATION-3-1954', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-002-04', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1642', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '03473', 'chengping.liang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1642', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1643', 'SUPERVISORY_ORGANIZATION-3-748', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-002-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1643', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '05490', 'jade.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1643', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1644', null, null, '创意图形设计团队', 'Creative & Graphic Design Team', null, 'GL-COM-004-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1644', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1644', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1645', null, null, '创意图形设计团队', 'Creative & Graphic Design Team', null, 'GL-COM-004-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1645', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1646', 'SUPERVISORY_ORGANIZATION-3-595', null, '配附件物流团队', 'Parts Logistics Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1646', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '44032', 'wei.peng1', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-595', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1647', null, null, '创意图形设计团队', 'Creative & Graphic Design Team', null, 'GL-COM-004-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1647', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1648', null, null, '产品市场团队', 'Product Marketing Team', null, 'UD-PRM-004-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1648', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1648', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1649', 'SUPERVISORY_ORGANIZATION-3-631', null, '二手车运营发展部', 'Used Car Operation and Development Department', null, 'C10307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1649', null, '0', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '07898', 'james.cai', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1650', 'CO-SHA-001', null, 'City Service Operation 2, Shanghai', 'City Service Operation 2, Shanghai', null, 'CO-SH-SO2', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1650', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1650', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1651', null, null, '商业运营团队', 'Business Operations Team', null, 'UD-UCS-001-01-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1651', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1651', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1652', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-014', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1652', null, '1', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1652', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1653', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(海口)', 'Human Resource Team (Haikou)', null, 'D1010813', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1653', null, '0', 'admin', '2022-05-26 17:18:48', null, null, null, null, null, null, '24916', 'jinjiao.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1653', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1654', 'CO-SHA-001', null, '销售,上海公司', 'Sales, Shanghai Company', null, 'C1110111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1654', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1655', 'SUPERVISORY_ORGANIZATION-3-1079', null, '运维组', 'Operation & Maintenance Sub-team', null, 'B103030602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1655', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, 'C0499', 'peter.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1656', null, null, '数字运营,蔚来制造园区', 'Digital Operations, NIO Manu Park', null, 'MP-DO-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1656', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1657', 'SUPERVISORY_ORGANIZATION-3-1633', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1657', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '10340', 'shuxuan.qu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1658', 'SUPERVISORY_ORGANIZATION-3-758', null, '销售,武汉公司', 'Sales, Wuhan Company', null, 'C1250102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1658', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1659', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(天津)', 'Human Resource Team (Tianjin)', null, 'D1010823', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1659', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '05554', 'xiaojia.lian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1659', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1660', 'SUPERVISORY_ORGANIZATION-3-1633', null, '用户中心,海口公司', 'User Center, Haikou Company', null, 'C131010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1660', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '10339', 'sifen.chen', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1661', 'SUPERVISORY_ORGANIZATION-3-1633', null, '用户发展,海口公司', 'User Development, Haikou Company', null, 'C131010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1661', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '10994', 'teresa.tian1', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1662', null, null, '用户中心商务拓展团队', 'UC Business Development Team', null, 'UC-UBD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1662', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1663', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户发展,青岛公司', 'User Development, Qingdao Company', null, 'C129010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1663', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '08766', 'ronghui.zhang', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1664', null, null, '数字体验团队', 'Digital Experience Team', null, 'UC-UCOM-DE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1664', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1664', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1665', 'SUPERVISORY_ORGANIZATION-3-3322', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1665', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '03908', 'dafei.ren', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1666', null, null, '质量,蔚来制造园区', 'Quality,NIO Manu Park', null, 'MP-QD-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1666', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1666', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1667', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-015', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1667', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1667', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1668', 'SUPERVISORY_ORGANIZATION-3-953', null, '规划团队', 'Planning Team', null, 'GL-NME-002-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1668', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '19536', 'finn.xue', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1669', '20191225_SUPERVISORY_ORG_11', null, '门店运营团队,郑州公司', 'Store Operations Team, Zhengzhou Company', null, 'C120010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1669', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '05944', 'jingrong.li', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1670', null, null, '区域规划管理团队', 'Regional Planning and Operations Management Department', null, 'UO-CON-002-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1670', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1670', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1671', null, null, '服务运营,绍兴', 'Service Operations, Shaoxing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1671', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1672', 'MO-LOG', null, '国际物流团队', 'International Logistics Team', null, 'B3010406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1672', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '25353', 'matteo.mao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1672', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1673', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字集成与运营部', 'Digital Integration & Operation Department', null, 'A20209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1673', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, 'C0355', 'li.zhou', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1674', null, null, '量产产品质量团队', 'Current Model Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1674', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1675', 'SUPERVISORY_ORGANIZATION-3-1103', null, '整车质量管理团队', 'Vehicle Quality Management Team', null, 'B0020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1675', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '05327', 'lawrence.tian', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1676', null, null, '质量体系与流程团队', 'Quality System & Process Team', null, 'QD-COQ-SP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1676', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1677', 'SUPERVISORY_ORGANIZATION-3-3061', null, '制造质量规划团队', 'Manufacturing Quality Planning Team', null, 'B0020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1677', null, '0', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '05320', 'fuming.zhao', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1678', null, null, '市场表现评估团队', 'Field Performance Evaluation Team', null, 'QD-ASQ-FPE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1678', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1678', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1679', null, null, '移动充电车质量团队', 'PEQ Power Mobile Quality Team', null, 'QD-PEQ-UW', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1679', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1679', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1680', null, null, '电源管理,重庆', 'Power Management,Chongqing', null, 'CO-CQ-PE-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1680', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1680', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1681', null, null, '国际品牌设计部', 'Global Brand Design Department', null, 'DS-CRB2', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1681', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1681', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1682', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1682', null, '1', 'admin', '2022-05-26 17:18:49', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1683', 'GL', null, 'Business Development', 'Business Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1683', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '14536', 'steven.feng', 'U0001', 'Shanghai-CN', null, null, null, 'Corp', 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1684', 'SUPERVISORY_ORGANIZATION-3-1700', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1684', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '05253', 'hongmei.liu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1685', 'SUPERVISORY_ORGANIZATION-3-1633', null, '服务运营,海口公司', 'Service Operations, Haikou Company', null, 'C131010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1685', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '10306', 'kaihua.niu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1685', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1686', 'SUPERVISORY_ORGANIZATION-3-2655', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1686', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '04399', 'jieyi.yong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1687', null, null, '人力资源和行政,上海', 'HR & Admin,Shanghai', null, 'CO-SHA-HR-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1687', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1687', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1688', 'SUPERVISORY_ORGANIZATION-3-4814', null, '租赁与出行组', 'Rental and Transportation Sub-Team', null, 'C103030401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1688', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '06252', 'hai.lin', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1688', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1689', null, null, 'Manufacturing/XPT', 'Manufacturing/XPT', null, 'UD-PUR-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1689', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1689', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1690', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(温州)', 'Human Resource Team (Wenzhou)', null, 'D1010819', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1690', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '16072', 'xiaoping.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1690', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1691', 'SUPERVISORY_ORGANIZATION-3-1370', null, '服务代表团队,深圳公司', 'Service Representative Team, Shenzhen Company', null, 'C113010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1691', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '06422', 'jinguizi.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1691', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1692', null, null, '高压系统和高压安全团队', 'HV System & Safety Team', null, 'EP-EAC-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1692', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1692', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1693', 'SUPERVISORY_ORGANIZATION-3-1700', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1693', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '07217', 'yi.shi', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1694', 'SUPERVISORY_ORGANIZATION-3-874', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1694', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '09711', 'steven.min', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1695', null, null, '公共关系团队', 'Public Relations Team', null, 'UD-PUR-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1695', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1695', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1696', null, null, '电源管理,海口', 'Power Management, Haikou', null, 'CO-HNAN-PM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1696', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1697', 'SUPERVISORY_ORGANIZATION_20200518_16', null, '道服团队,海口公司', 'Roadside Service Team, Haikou Company', null, 'C109011002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1697', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '08011', 'junying.li', '03476;04271;04685;11261;16305;24916;26976', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1698', null, null, '服务运营团队,海口', 'Service Operations Team, Haikou', null, 'CO-HNAN-SO-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1698', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1699', 'SUPERVISORY_ORGANIZATION-3-497', null, '薪酬福利和共享服务中心部', 'Total Rewards & Share Service Center Department', null, 'OC-TRS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1699', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1699', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1700', 'OC-ADM', null, '城市端行政支持团队', 'Regional Administration Support Team', null, 'D1100304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1700', null, '0', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '05253', 'hongmei.liu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1701', 'SO-SPG', null, 'Service Program & Innovation Department', 'Service Program & Innovation Department', null, 'SO-SPI-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1701', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, 'C1221', 'jimmy.lin', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1702', null, null, '现场工程部', 'Field Engineering Department', null, 'SE-FEN-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1702', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1702', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1703', 'SUPERVISORY_ORGANIZATION-3-2290', null, '基础设施运营组', 'Infrastructure Operations Sub-team', null, 'B301010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1703', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '02592', 'wei.wang3', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1704', null, null, '空间设计部门', 'Space Design Department', null, 'UC-UDP-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1704', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1704', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1705', null, null, 'Creative Brand Team', 'Creative Brand Team', null, 'DS-CRB-001-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1705', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1705', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1706', 'SUPERVISORY_ORGANIZATION-3-2375', null, '运营策略组', 'Operation Strategy Sub-team', null, 'B104080801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1706', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '06702', 'rulin.yin', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1707', null, null, '服务运营,武汉', 'Service Operations, Wuhan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1707', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1708', 'SUPERVISORY_ORGANIZATION-3-2866', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1708', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '08371', 'shuyu.zhao', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1709', null, null, '基建,石家庄', 'Infrastructure,Shijiazhuang', null, 'UO-SJZ-PM-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1709', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1710', 'DS-CRB-001', null, '创意品牌团队', 'Creative Brand Team', null, 'DS-CRB-001-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1710', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1711', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,无锡', 'Finance, Wuxi', null, 'FN-ATX-017', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1711', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1711', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1712', 'PE-OAM', null, '市场发展团队', 'Business Development Team', null, 'PE-OS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1712', null, '1', 'admin', '2022-05-26 17:18:50', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1713', null, null, '用户发展,温州', 'User Development, Wenzhou', null, 'CO-WZ-UD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1713', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1713', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1714', null, null, '服务运营团队,北京', 'Service Operations Team, Beijing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1714', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1715', 'FN-CNP-002', null, '集团财务规划团队', 'Group Financial Planning Team', null, 'D1030602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1715', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '12314', 'ashley.chen', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1716', 'PU-PQM', null, '合作伙伴体系管理团队', 'Partner System Managment Team', null, 'B0020313', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1716', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C0209', 'hans.liu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1717', 'SUPERVISORY_ORGANIZATION-3-3368', null, '环保及材料工程团队', 'Environmental & Material Team', null, 'A1021305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1717', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C0796', 'dahai.meng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1717', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1718', 'SUPERVISORY_ORGANIZATION-3-1597', null, '服务代表团队,厦门公司', 'Service Representative Team, Xiamen Company', null, 'C127010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1718', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '13438', 'xianglian.zhang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1719', 'FN-ATX', null, '会计与税务圣何塞团队', 'Accounting & Tax Team - SJ', null, 'D1030104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1719', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'U0036', null, '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1719', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1720', null, null, '现场工程部', 'Field Engineering Department', null, 'SE-FEN-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1720', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1720', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1721', null, null, 'EP9&FE商业管理团队', 'EP9&FE Business Management Team', null, 'UD-EFM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1721', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1722', 'SUPERVISORY_ORGANIZATION-3-4675', null, '产品体验管理', 'Product Experience Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1722', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C0151', 'eric.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1723', 'SUPERVISORY_ORGANIZATION-3-810', null, '聚力团队', 'Stady Power Team', null, 'A2070303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1723', null, '0', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1723', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1724', 'SUPERVISORY_ORGANIZATION-3-840', null, '智能交互研究团队', 'Intelligent Interaction Research Team', null, 'SD-AIS-004-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1724', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1725', 'MO-PHF', null, '合肥先进制造技术部', 'Hefei Advanced Manufacturing Technology Centre', null, 'MO-PHF-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1725', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'MO-PHF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1726', null, null, '创意图形设计团队', 'Creative & Graphic Design Team', null, 'GL-COM-004-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1726', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1727', null, null, '上海蔚来融资租赁', 'NIO Financial Services', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1727', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 0', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1729', null, null, '上海蔚来融资租赁', 'NIO Financial Leasing', null, 'NFL', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1729', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-1729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1730', 'AD-ITD', null, '传感器与集成部', 'Sensing & Integration Department', null, 'A20806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1730', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '07242', 'john.hu', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1731', null, null, '财务,厦门', 'Finance, Xia’men', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1731', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '04434', 'jiajia.wang', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1732', 'EP-EDS-T-001', null, 'Integration & Gearbox Team', 'Integration & Gearbox Team', null, 'EP-EDS-T-001-04-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1732', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1732', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1733', null, null, '行政,海口', 'Admin, Haikou', null, 'HR-ADM-020', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1733', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1733', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1734', 'SUPERVISORY_ORGANIZATION-3-1633', null, '市场保障,海口公司', 'Commercial Logistics, Haikou Company', null, 'B1031905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1734', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C0004', 'cathy.wang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1734', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1735', null, null, 'Software Product Management', 'Software Product Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1735', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1736', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-016', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1736', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1737', null, null, '服务无忧包产品运营团队', 'Service Package Product Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1737', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1738', 'PE-PRD', null, '产品研发团队', 'Power R&D Team', null, 'PE-PRD-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1738', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, 'C1430', 'chao.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1739', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'LiDAR Algorithms', 'LiDAR Algorithms', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1739', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1740', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Sensor Fusion', 'Sensor Fusion', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1740', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1741', null, null, '非生产性采购团队', 'Non-Production Purchasing Team', null, 'PU-NPP-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1741', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1741', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1742', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Systems Engineering', 'Systems Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1742', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1743', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Data Platform', 'Data Platform', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1743', null, '1', 'admin', '2022-05-26 17:18:51', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1744', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life IP发展部', 'NIO Life IP Development Department', null, 'C10703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1744', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, 'C0244', 'carol.bai', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1745', 'SUPERVISORY_ORGANIZATION-3-2070', null, '基础架构组', 'Infrastructure Sub-team', null, 'D108010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1745', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '09711', 'steven.min', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1746', 'SUPERVISORY_ORGANIZATION-3-2179', null, '业务运营团队', 'Business Operation Team', null, 'C1100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1746', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '02685', 'chenggang.guo', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1747', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Supply Chain', 'Supply Chain', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1747', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1748', 'SUPERVISORY_ORGANIZATION-3-1226', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1748', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '12332', 'chloe.zhang', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1749', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,大连', 'Finance, Dalian', null, 'FN-ATX-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1749', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1750', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(宁波)', 'Human Resource Team (Ningbo)', null, 'D1010817', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1750', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '31186', 'regan.gui', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1751', 'SUPERVISORY_ORGANIZATION-3-504', null, '人才招募能力建设团队', 'Talent Acquisition Capability Team', null, 'D1010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1751', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1752', 'VE-VIT-004', null, 'Homologation & Material Team', 'Homologation & Material Team', null, 'VE-VIT-004-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1752', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, 'C0290', 'jungang.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1753', 'SO-SPG', null, '增值服务运营管理团队', 'Value-added Service Operation Management Team', null, 'C1050503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1753', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '02532', 'elmer.shen', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1753', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1754', 'SUPERVISORY_ORGANIZATION-3-823', null, '招聘团队', 'Talent Acquisition Team', null, 'OC-TAM-001-02-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1754', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1755', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1755', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1756', 'UD', null, '公共关系部', 'Public Relations Department', null, 'UD-PRD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1756', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1757', 'SUPERVISORY_ORGANIZATION-3-703', null, '产品开发业务伙伴团队', 'Product Development HRBP Team', null, 'D1010704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1757', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '29769', 'fairy.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1758', 'SUPERVISORY_ORGANIZATION-3-1227', null, '用户中心,金华公司', 'User Center, Jinhua Company', null, 'C1320103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1758', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1759', null, null, 'Digital Cockpit - Hardware', 'Digital Cockpit - Hardware', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1759', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, null, null, 'U0001', null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1760', 'SUPERVISORY_ORGANIZATION-3-952', null, '物流团队-NLD', 'Logistics Team-NLD', null, 'B1070102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1760', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, 'C0084', 'jili.liu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1761', null, null, '用户发展,金华', 'User Development, Jinhua', null, 'CO-JH-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1761', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1761', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1762', 'SUPERVISORY_ORGANIZATION-3-1227', null, '用户发展,金华公司', 'User Development, Jinhua Company', null, 'C1320101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1762', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1763', 'SUPERVISORY_ORGANIZATION-3-2128', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1763', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '07637', 'andy.li1', '05554;17628', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1764', null, null, 'Integration & Gearbox Team', 'Integration & Gearbox Team', null, 'EP-EDS-T-001-04-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1764', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1764', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1765', 'CO', null, '区域运营,沈阳', 'Regional Operation, Shenyang', null, 'CO-SY-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1765', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1765', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1766', 'SUPERVISORY_ORGANIZATION-3-758', null, '城市运营,宜昌', 'City Operation, Yichang', null, 'C1250107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1766', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '11759', 'gavin.xiang', '20598', 'Yichang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1766', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1767', 'MO-MPG-002', null, '战略与规划团队', 'Strategy & Planning Team', null, 'MO-MPG-002-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1767', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '04228', 'tina.yang1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1767', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1768', 'SUPERVISORY_ORGANIZATION-3-480', null, '销售,北京公司', 'Sales, Beijing Company', null, 'C1120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1768', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '03023', 'tianyang.chen', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1769', 'FN-ATX-001-01', null, '关联方组', 'ICO Sub-team', null, 'D103010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1769', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '03124', 'lucy.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1770', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,长春公司', 'Regional Operation, Changchun Company', null, 'C1420101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1770', null, '0', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '02924', 'qihang.liu', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1771', 'SUPERVISORY_ORGANIZATION-3-1204', null, '城市运营,福州', 'City Operation, Fuzhou', null, 'B1034607', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1771', null, '1', 'admin', '2022-05-26 17:18:52', null, null, null, null, null, null, '15000', 'bo.zhang3', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1772', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,贵阳公司', 'Regional Operation, Guiyang Company', null, 'C1390101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1772', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1773', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,哈尔滨公司', 'Regional Operation, Harbin Company', null, 'C1400101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1773', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '12019', 'xijun.li', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1773', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1774', 'SUPERVISORY_ORGANIZATION-3-835', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1774', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Huangshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1775', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,呼和浩特公司', 'Regional Operation, Huhhot Company', null, 'C1440101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1775', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '12262', 'xiaohong.zhai', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1776', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,济南公司', 'Regional Operation, Jinan Company', null, 'C1300101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1776', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1777', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,昆明公司', 'Regional Operation, Kunming Company', null, 'C1340101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1777', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '13154', 'nicolas.wu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1778', null, null, '区域运营,兰州', 'Regional Operation, Lanzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1778', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1779', null, null, '区域运营,拉萨', 'Regional Operation, Lasa', null, 'UO-LS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1779', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1780', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,南昌公司', 'Regional Operation, Nanchang Company', null, 'C1360101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1780', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '14905', 'hong.ye', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1781', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,南宁公司', 'Regional Operation, Nanning Company', null, 'C1410101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1781', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '05563', 'lei.peng', '10827;30064', 'Nanning-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1782', 'SUPERVISORY_ORGANIZATION-3-7922', null, '城市运营,汕头', 'City Operation, Shantou', null, 'C1130109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1782', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '11000', 'xing.zheng', '03680', 'Shantou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1782', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1783', 'CO-GZH', null, '城市运营,珠海', 'City Operation, Zhuhai', null, 'C1140107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1783', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '03412', 'kangdi.peng', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1783', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1784', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,太原公司', 'Regional Operation, Taiyuan Company', null, 'C1330101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1784', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '11397', 'neil.guo1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1785', null, null, '区域运营,乌鲁木齐', 'Regional Operation, Urumchi', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1785', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1786', null, null, '区域运营,西宁', 'Regional Operation, Xining', null, 'UO-XN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1786', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1787', null, null, '区域运营,许昌', 'Regional Operation, Xuchang', null, 'UO-XCH', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1787', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1788', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,徐州公司', 'Regional Operation, Xuzhou Company', null, 'C1380101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1788', null, '0', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1789', 'SUPERVISORY_ORGANIZATION-3-1031', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1789', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '06455', 'yishi.li', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1031', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1790', null, null, '区域运营,银川', 'Regional Operation, Yinchuan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1790', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1791', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OS-IM-012', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1791', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1792', null, null, '电源管理,徐州', 'Power Management, Xuzhou', null, 'UO-XZH-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1792', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1792', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1793', null, null, '专属桩交付,北京', 'Infrastructure, Beijing PE', null, 'CO-BJ-PE-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1793', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1794', null, null, '电源管理,黄山', 'Power Management, Huangshan', null, 'UO-HSH-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1794', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1795', null, null, '用户发展,金华', 'User Development, Jinhua', null, 'UO-C0-JH-UD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1795', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1795', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1796', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,东莞', 'Finance, Dongguan', null, 'FN-ATX-016', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1796', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1796', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1797', null, null, 'Listed Company PR & CRP', 'Listed Company PR & CRP', null, 'UD-PR-LC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1797', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1797', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1798', null, null, 'Product & Service PR / Media Relations Team', 'Product & Service PR / Media Relations Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1798', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1799', null, null, 'Global Communication Team', 'Global Communication Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1799', null, '1', 'admin', '2022-05-26 17:18:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1800', null, null, 'ES6/NIO Core Technology Team', 'ES6/NIO Core Technology Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1800', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1801', 'SUPERVISORY_ORGANIZATION-3-2795', null, 'OSS/电池平台组', 'OSS/Battery Platform Sub-team', null, 'C157030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1801', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '12849', 'jiajun.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1802', 'SUPERVISORY_ORGANIZATION-3-1033', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1802', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1802', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1803', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1803', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1803', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1804', 'SUPERVISORY_ORGANIZATION-3-9034', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1804', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '06526', 'lei.jin2', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1805', 'SUPERVISORY_ORGANIZATION-3-810', null, '无忧测试团队', 'Ice and Fire Team', null, 'A2070305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1805', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, 'C1439', 'yan.xie', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1806', null, null, 'SAS GIS Team', 'SAS GIS Team', null, 'SD-SAS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1806', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1806', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1807', null, null, '电力云团队', 'Power Cloud Team', null, 'PE-PCD-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1807', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1807', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1808', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Data Platform', 'Data Platform', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1808', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1809', 'VE-VIT-006', null, '整车验证团队', 'Vehicle Validation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1809', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '04056', 'ming.chen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1809', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1810', null, null, '附件产品开发与运营团队', 'Accessory Product Development & Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1810', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1811', 'SO-TCS', null, '保修审核团队', 'Warranty Audit Team', null, 'C1050304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1811', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '02397', 'joly.liu', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1811', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1812', null, null, '市场保障,郑州公司', 'Commercial Logistics, Zhengzhou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1812', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1813', 'SUPERVISORY_ORGANIZATION-3-1089', null, '财务,金华', 'Finance, Jinhua', null, 'FN-ATX-011-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1813', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '11753', 'fangshuo.gu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1814', 'SUPERVISORY_ORGANIZATION-3-977', null, 'F1仓库管理组', 'F1 Warehouse Management Sub-team', null, 'B301040701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1814', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '06363', 'xiaodi.liu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1815', 'SUPERVISORY_ORGANIZATION-3-627', null, '服务代表团队,上海公司', 'Service Representative Team, Shanghai Company', null, 'C111010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1815', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '04573', 'caiqing.wu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1816', 'SUPERVISORY_ORGANIZATION-3-977', null, 'F1物料管理组', 'F1 Material Management Sub-team', null, 'B301040702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1816', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '04828', 'qiang.zhang1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1817', null, null, '服务运营,南京', 'Service Operations, Nanjing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1817', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1818', 'SUPERVISORY_ORGANIZATION-3-1017', null, '2500服务台', '2500 Helpdesk', null, 'A207040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1818', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '04433', 'michael.wang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1819', 'SUPERVISORY_ORGANIZATION-3-1125', null, '服务代表团队A,广州公司', 'Service Representative Team A , Guangzhou Company', null, 'C114010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1819', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '12056', 'joey.wang1', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1820', 'SUPERVISORY_ORGANIZATION-3-1125', null, '车间团队,广州公司', 'Workshop Team, Guangzhou Company', null, 'C114010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1820', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '12747', 'victor.guo', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1821', null, null, '服务运营2团队,合肥', 'Service Operations2 Team, Hefei', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1821', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1822', null, null, '交付,青岛', 'Delivery, Qingdao', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1822', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1823', null, null, '专属桩交付团队,天津', 'Power Charger Delivery Team, Tianjin', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1823', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1823', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1824', 'SUPERVISORY_ORGANIZATION-3-1234', null, '服务代表团队,天津公司', 'Service Representative Team, Tianjin Company', null, 'C121010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1824', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '21382', 'dyla.zhao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1825', 'SUPERVISORY_ORGANIZATION-3-622', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1825', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '04294', 'lisong.wang', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1826', null, null, '服务运营团队,深圳', 'Service Operations Team, Shenzhen', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1826', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1827', null, null, '城市运营,保定', 'City Operation, Baoding', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1827', null, '1', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1828', 'SUPERVISORY_ORGANIZATION-3-7922', null, '城市运营,惠州', 'City Operation, Huizhou', null, 'C1130108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1828', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '08375', 'shuhu.zhong', '03680', 'Huizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1829', 'SUPERVISORY_ORGANIZATION-3-6767', null, '上海产品设计团队', 'Shanghai Product Design Team', null, 'A1011504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1829', null, '0', 'admin', '2022-05-26 17:18:54', null, null, null, null, null, null, '05658', 'kechao.li', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1829', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1830', '20191223_SUPERVISORY_ORG_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1830', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '24621', 'fan.ren', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191223_SUPERVISORY_ORG_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1831', 'SUPERVISORY_ORGANIZATION-3-606', null, '交付保障服务团队', 'Delivery Assurance Service Team', null, 'SO-TMA-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1831', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '03234', 'sean.shen', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1832', 'SUPERVISORY_ORGANIZATION-3-2525', null, '城市运营,兰州', 'City Operation, Lanzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1832', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '05941', 'chao.zhou', '09821', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2525', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1833', 'SUPERVISORY_ORGANIZATION-3-6359', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1833', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '08690', 'shengquan.zhou', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1834', 'SUPERVISORY_ORGANIZATION-3-1763', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1834', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '07637', 'andy.li1', '05554;17628', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1835', 'SUPERVISORY_ORGANIZATION-3-2527', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1835', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '12221', 'sankily.li', '09821', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1836', 'SUPERVISORY_ORGANIZATION-3-965', null, '财务', 'Finance', null, 'FN-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1836', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '14536', 'steven.feng', null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-1836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1837', null, null, '财务', 'Finance', null, 'FN-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1837', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1838', null, null, '市场发展团队', 'Business Development Team', null, 'PE-OS-002-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1838', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1838', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1839', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京东方广场', 'User Fellow Team, Beijing New Oriental Plaza', null, 'C112010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1839', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '02844', 'tongyuan.zhou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1839', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1840', null, null, '汽车金融', 'Auto Financing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1840', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 0', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1841', 'SUPERVISORY_ORGANIZATION-3-1840', null, '汽车金融', 'Auto Financing', null, 'D109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1841', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-1841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1842', 'PE-PRD-003', null, '产品开发团队', 'Power R&D Team', null, 'PE-PRD-003-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1842', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, 'C1430', 'chao.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1843', 'SUPERVISORY_ORGANIZATION-3-969', null, '销售,郑州公司', 'Sales, Zhengzhou Company', null, 'C1200109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1843', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '28503', 'leon.lv', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1844', 'SUPERVISORY_ORGANIZATION-3-1238', null, '车间团队,郑州公司', 'Workshop Team, Zhengzhou Company', null, 'C120010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1844', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '08306', 'shaoan.ding', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1845', null, null, '用户互动娱乐团队', 'User Interactive Entertainment', null, 'UD-NIORD-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1845', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1846', 'SUPERVISORY_ORGANIZATION-3-1031', null, '销售,青岛公司', 'Sales, Qingdao Company', null, 'C129010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1846', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '06455', 'yishi.li', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1847', null, null, '用户中心,青岛', 'User Center, Qingdao', null, 'CO-QD-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1847', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1847', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1849', null, null, 'UI/UX', 'UI/UX', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1849', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1850', 'SUPERVISORY_ORGANIZATION-3-539', null, 'Communications', 'Communications', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1850', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '13535', null, 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-539', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1851', null, null, '电源管理,福州', 'Power Management, Fuzhou', null, 'PE-FZH', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1851', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1852', null, null, '用户内容运营团队', 'User Content Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1852', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '10601', 'wenda.li1', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1853', 'SUPERVISORY_ORGANIZATION-3-1005', null, '销售,石家庄公司', 'Sales, Shijiazhuang Company', null, 'C1260110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1853', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1854', 'SUPERVISORY_ORGANIZATION-3-905', null, '销售,天津公司', 'Sales, Tianjin Company', null, 'C1210108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1854', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1855', null, null, '用户中心,天津', 'User Center,Tianjin', null, 'CO-TJ-UC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1855', null, '1', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1856', 'SUPERVISORY_ORGANIZATION-3-905', null, '用户发展,天津公司', 'User Development, Tianjin Company', null, 'C1210101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1856', null, '0', 'admin', '2022-05-26 17:18:55', null, null, null, null, null, null, '05601', 'zoe.zheng', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1857', null, null, '智能语音服务团队', 'Intelligent Speech Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1857', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1858', null, null, '用户及售后质量团队', 'PEQ User & Warranty Team', null, 'QD-PEQ-UW-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1858', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1859', null, null, 'Integration & Gearbox Team', 'Integration & Gearbox Team', null, 'EP-EDS-T-001-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1859', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1860', 'SUPERVISORY_ORGANIZATION-3-709', null, '城市电源管理,上海', 'City Power Management, Shanghai', null, 'CO-SHA-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1860', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1861', null, null, '质量,蔚来制造园区', 'Quality, NIO Manu Park', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1861', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1862', null, null, '基础设施与服务运营团队', 'Infrastructure & Services Operations Team', null, 'DO-DGT-011-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1862', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1862', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1863', 'SUPERVISORY_ORGANIZATION-3-840', null, '智能交互研究团队', 'Intelligent Interaction Research Team', null, 'SD-AIS-004-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1863', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1864', 'SUPERVISORY_ORGANIZATION-3-7869', null, '用户顾问团队,南通', 'User Fellow Team, Nantong', null, 'C111010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1864', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '05107', 'rafe.mao', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1865', 'SUPERVISORY_ORGANIZATION-3-2682', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1865', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '10534', 'zuwei.song', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1866', 'SUP-US-71', null, 'Digital Cockpit', 'Digital Cockpit', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1866', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '25279', null, '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1867', null, null, '经营分析与评估团队', 'Business Analysis and Evaluation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1867', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1868', null, null, '项目管理团队', 'Program Management Team', null, 'CD-PGM-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1868', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1869', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-018', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1869', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1869', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1870', 'SUPERVISORY_ORGANIZATION-3-904', null, 'City Operation, Yulin', 'City Operation, Yulin', null, 'Yulin', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1870', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '09994', 'jeff.shi', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1870', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1871', null, null, '现场工程部', 'Field Engineering Department', null, 'SE-FEN-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1871', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1871', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1872', null, null, '非生产性采购团队,城市运营', 'Non-Production Purchasing Team, City Division', null, 'PU-NPP-012-02-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1872', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1872', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1873', 'VE-EEE-001', null, '前灯组', 'Front Lighting Sub-team', null, 'A102050103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1873', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'C0332', 'yongkun.yu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1873', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1874', 'VE-EEE-001', null, '后灯组', 'Rear Lighting Sub-team', null, 'A102050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1874', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'C0520', 'wang.xie', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1874', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1875', 'VE-EEE-001', null, '内饰灯组', 'Interior Lighting Sub-team', null, 'A102050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1875', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'C0332', 'yongkun.yu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1875', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1876', null, null, 'Digital Cockpit', 'Digital Cockpit', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1876', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1877', null, null, '城市运营,扬州', 'City Operation, Yangzhou', null, 'CO-NJ-YZ-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1877', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1878', null, null, '道路服务团队,扬州', 'Roadside Service Team, Yangzhou', null, 'CO-NJ-YZ-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1878', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1879', 'SUP-US-71', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1879', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'U0196', null, '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2027', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1880', 'SUPERVISORY_ORGANIZATION-3-867', null, '物流,蔚来制造园区', 'Logistics, NIO Manu Park', null, 'MP-LOG-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1880', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1881', 'SUPERVISORY_ORGANIZATION-3-2426', null, '培训团队', 'Training Team', null, 'OC-ODM-001-13', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1881', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1882', 'SUPERVISORY_ORGANIZATION-3-470', null, '运营支持团队', 'SCR Operation Supporting Team', null, 'C1550502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1882', null, '0', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'C0811', 'heidi.wang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1882', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1883', 'SUPERVISORY_ORGANIZATION-3-2375', null, 'BI 产品组', 'BI Product Sub-team', null, 'B104080805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1883', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1883', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1884', null, null, '物流运输,天津', 'Transportation,tianjin', null, 'CO-TJ-CL-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1884', null, '1', 'admin', '2022-05-26 17:18:56', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1885', null, null, '运营与服务团队', 'Operation & Service Team', null, 'PE-OS-002-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1885', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1886', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Artificial Intelligence', 'Artificial Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1886', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1887', null, null, '产品研发团队', 'Power R&D Team', null, 'PE-PRD-007-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1887', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1887', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1888', 'SUPERVISORY_ORGANIZATION-3-1968', null, '薪酬福利与共享服务中心团队', 'Total Rewards & Share Service Center Team', null, 'OC-TRS-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1888', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '13746', 'jason.tian', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1888', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1889', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Artificial Intelligence', 'Artificial Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1889', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1890', 'SUP-US-131', null, 'Digital Cockpit', 'Digital Cockpit', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1890', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '14065', null, '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1891', null, null, '项目管理合作伙伴质量管理团队', 'Program Managment PQM Team', null, 'QD-PQM-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1891', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1891', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1892', null, null, '空间运营管理部', 'NIO Space Operation Management Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1892', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1893', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(厦门)', 'Human Resource Team (Xiamen)', null, 'D1010826', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1893', null, '0', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '09067', 'tina.sun', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1893', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1894', 'PU', null, '美国供应链发展部', 'US Supply Chain Development Department', null, 'B30213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1894', null, '0', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, 'U0157', null, '23342', 'San Jose-US', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1894', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1895', 'SUPERVISORY_ORGANIZATION-3-1033', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1895', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1896', 'SUPERVISORY_ORGANIZATION-3-7756', null, '检具开发及认证组', 'Checking Fixture Development & Certification Sub-team', null, 'B002100401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1896', null, '0', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '02373', 'jianguo.shao', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1897', null, null, '尺寸工程团队', 'Dimension Engineering Team', null, 'QD-MQD-002-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1897', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1897', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1898', null, null, '交付保障服务团队', 'Delivery Assurance Service Team', null, 'SO-TMA-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1898', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1898', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1899', null, null, '电源管理,南通', 'Power Management, Nantong', null, 'CO-SHA-001-006-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1899', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1899', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1900', 'SUPERVISORY_ORGANIZATION-3-780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1900', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '10314', 'molly.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1901', 'SUPERVISORY_ORGANIZATION_20200518_58', null, '道服团队,徐州公司', 'Roadside Service Team, Xuzhou Company', null, 'C109013102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1901', null, '0', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '12166', 'dehua.zong', '03476;04271;04685;11261;12883;16305;26976;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1902', null, null, '道路服务团队,哈尔滨', 'Roadside Service Team, Harbin', null, 'UO-HRB-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1902', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1902', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1903', null, null, '服务运营,南京', 'Service Operations, Nanjing', null, 'CO-NJ-SO-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1903', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1903', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1904', 'PE-PRD-002', null, '产品研发团队', 'Power R&D Team', null, 'PE-PRD-002-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1904', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '02280', 'jeff.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1904', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1905', 'SUPERVISORY_ORGANIZATION-3-2625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1905', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, '05602', 'anne.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1906', null, null, '产品开发团队', 'Power R&D Team', null, 'PE-PRD-010-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1906', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1906', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1907', null, null, '能源服务团队(银川)', 'Power Service Team(Yinchuan)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1907', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1908', 'SUPERVISORY_ORGANIZATION-3-2018', null, 'Digital Systems', 'Digital Systems', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1908', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, 'U0085', null, 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1909', 'UD-PRM', null, '产品市场团队', 'Product Marketing Team', null, 'UD-PRM-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1909', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1909', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1910', null, null, '行政,厦门', 'Admin, Xiamen', null, 'HR-XM-ADM-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1910', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1911', null, null, '道路服务团队,长春', 'Roadside Service Team, Changchun', null, 'CO-CC-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1911', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1911', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1912', null, null, '行政,昆明', 'Admin, Kunming', null, 'HR-ADM-20', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1912', null, '1', 'admin', '2022-05-26 17:18:57', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1913', 'SUPERVISORY_ORGANIZATION-3-1772', null, '市场保障,贵阳公司', 'Commercial Logistics, Guiyang Company', null, 'B1031805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1913', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1913', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1914', 'SUPERVISORY_ORGANIZATION-3-1090', null, '蔚来生活采购', 'NIO Life Purchasing', null, 'PU-NIO M-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1914', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '19536', 'finn.xue', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1914', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1915', null, null, '行政,济南', 'Admin, Jinan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1915', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1915', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1916', 'SUPERVISORY_ORGANIZATION-3-2379', null, '能源服务团队,福州', 'Power Service Team, Fuzhou', null, 'B104021006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1916', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '02347', 'yuheng.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1916', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1917', 'SUPERVISORY_ORGANIZATION_20200518_48', null, '道服团队,太原公司', 'Roadside Service Team, Taiyuan Company', null, 'C109012602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1917', null, '0', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '11454', 'jin.lv', '03476;04271;04685;11261;16305;26976;32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1918', 'SUPERVISORY_ORGANIZATION-3-4787', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1918', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '19421', 'zhuo.zhang3', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1919', null, null, '蔚来电台团队', 'User Interactive Entertainment Team', null, 'UD-NIORD-001-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1919', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1919', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1920', null, null, '用户商务服务团队', 'User Commercial Service Team', null, 'UD-UCS-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1920', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1920', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1921', '20200731_NIOFINSERVICE', null, '人力资源部', 'HR Department', null, 'C11002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1921', null, '0', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '04634', 'jing.wang4', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-1921', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1922', 'SUPERVISORY_ORGANIZATION-3-1526', null, '审批团队', 'Approval Team', null, 'C1100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1922', null, '0', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '07293', 'leon.zhou', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1922', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1923', 'SUPERVISORY_ORGANIZATION-3-960', null, '区域运营,银川', 'Regional Operation, Yinchuan', null, 'UO-YC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1923', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1923', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1924', 'SD-IFS', null, '系统组', 'Framework Team', null, 'A2030405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1924', null, '0', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '03167', 'ning.yi', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1924', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1925', null, null, '非生产性采购团队,城市运营', 'Non-Production Purchasing Team, City Division', null, 'PU-NPP-012-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1925', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1925', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1926', null, null, '道路服务团队,烟台', 'Roadside Service Team, Yantai', null, 'UO-YT-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1926', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1926', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1927', 'SUPERVISORY_ORGANIZATION-3-1633', null, '交付运营,海口', 'Delivery Operation, Haikou Company', null, 'C131010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1927', null, '0', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '08972', 'yunda.zhang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1927', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1928', null, null, '商业运营团队', 'Business Operations Team', null, 'UD-UCS-001-01-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1928', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1929', null, null, '电源管理,三亚', 'Power Management, Sanya', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1929', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1930', null, null, '能源服务团队,三亚', 'Power Service Team, Sanya', null, 'B103190701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1930', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1930', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1931', null, null, '非生产性采购团队,城市运营', 'Non-Production Purchasing Team, City Division', null, 'PU-NPP-012-07', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1931', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1932', null, null, '产品开发团队', 'Power R&D Team', null, 'PE-PRD-003-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1932', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1932', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1933', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1933', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '03280', 'wen.shi', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1934', null, null, '用户顾问,宁波', 'User Fellowship, Ningbo', null, 'CO-NB-UF-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1934', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1934', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1935', null, null, '道路服务团队,大连', 'Roadside Service Team, Dalian', null, 'CO-DL-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1935', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, 'Dalian-CN', null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1935', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1936', null, null, '道路服务团队,许昌', 'Roadside Service Team, Xuchang', null, 'UO-XCH-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1936', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1936', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1937', 'MO-MME-004', null, '总装制造工程团队', 'General Assembly Manufacturing Engineering Team', null, 'MO-MME-004-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1937', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '02920', 'lance.lian', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'MO-MME-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1938', 'SUPERVISORY_ORGANIZATION-3-1771', null, '服务运营团队,福州', 'Service Operations Team, Fuzhou', null, 'B103460701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1938', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '15000', 'bo.zhang3', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1938', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1939', null, null, '服务运营团队,东莞', 'Service Operations Team,Dongguan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1939', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1940', 'CO', null, '道路服务团队,西宁', '道路服务团队,西宁', null, 'CO-XN-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1940', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1941', 'SUPERVISORY_ORGANIZATION-3-2504', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1941', null, '1', 'admin', '2022-05-26 17:18:58', null, null, null, null, null, null, '09350', 'lei.yan', '09821', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1942', null, null, '道路服务团队,乌鲁木齐', 'Roadside Service Team, Urumchi', null, 'CO-UM-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1942', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1943', null, null, '道路服务团队,沈阳', 'Roadside Service Team, Shenyang', null, 'CO-SY-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1943', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1944', null, null, '共享服务中心团队', 'Share Service Center Team', null, 'OC-TRS-001-04', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1944', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1945', null, null, '产品规划团队', 'Product Planning Team', null, 'CD-PPL-002-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1945', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1945', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1946', 'SUPERVISORY_ORGANIZATION-3-1068', null, '能源服务团队,珠海', 'Power Service Team, Zhuhai', null, 'B104021207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1946', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '02742', 'xu.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1946', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1947', null, null, '服务主管,郑州', 'Service Supervisor,Zhengzhou', null, 'CO-ZHZ-SO-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1947', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1947', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1948', null, null, '道路服务团队,兰州', 'Roadside Service Team,Lanzhou', null, 'CO-LZ-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1948', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1948', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1949', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'User Interactive Entertainment Team', 'User Interactive Entertainment Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1949', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1950', null, null, '企业治理业务伙伴团队', 'Corporate Governance HRBP Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1950', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '04634', 'jing.wang4', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1951', 'SUPERVISORY_ORGANIZATION-3-4412', null, '功能研发团队', 'Function Development Team', null, 'A2090601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1951', null, '0', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '02173', 'libo.chao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1952', null, null, '电源管理,太原', 'Power Management,Taiyuan', null, 'UO-TY-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1952', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1952', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1953', null, null, '用户顾问,三亚', 'User Fellowship, Sanya', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1953', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1954', 'FN-CNP-002', null, '财务控制与计划团队(研发与制造)', 'Controlling & Planning Team (R&D & Manufacturing)', null, 'D1030601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1954', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '03473', 'chengping.liang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1954', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1955', null, null, '合肥先进制造技术部', 'Hefei Advanced Manufacturing Technology Centre', null, 'MO-PHF-002-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1955', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1955', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1956', null, null, '人力资源,上海', 'Human Resource, Shanghai', null, 'CO-SHA-HR-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1956', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1956', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1957', 'DS', null, 'Visualization Design', 'Visualization Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1957', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1957', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1958', 'DS-UXD', null, 'Creative Technology Team', 'Creative Technology Team', null, 'Creative Technology', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1958', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DS-UXD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1959', null, null, '行政,太原', 'Admin,Taiyuan', null, 'HR-ADM-City-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1959', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1959', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1960', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,珠海', 'Finance,Zhuhai', null, 'FN-ATX-016', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1960', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1960', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1961', 'SUPERVISORY_ORGANIZATION-3-1951', null, '泊车组', 'Parking Function Development Sub-team', null, 'A209060101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1961', null, '0', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '26107', 'zhenzhen.xiang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1961', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1962', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,南昌', 'Finance,Nanchang', null, 'FN-TAX-021', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1962', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1962', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1963', null, null, '规划和预订管理团队', 'Planning and Order Management Team', null, 'UD-UCS-003-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1963', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1964', 'SUPERVISORY_ORGANIZATION-3-480', null, '区域运营服务,北京公司', 'Regional Operation Service, Beijing Company', null, 'B1031107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1964', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '02250', 'michael.pu', '04949;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1964', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1965', null, null, '电源管理,哈尔滨', 'Power Management, Harbin', null, 'UO-HRB-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1965', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1965', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1966', 'SUPERVISORY_ORGANIZATION-3-2128', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1966', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '07637', 'andy.li1', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1967', 'FN-CNP-005', null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-CNP-005-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1967', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, 'C0354', 'kathleen.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1967', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1968', 'SUPERVISORY_ORGANIZATION-3-2786', null, '助能HR产品团队', 'HR Help Product Team', null, 'D1010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1968', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, '13746', 'jason.tian', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1968', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1969', null, null, '市场活动团队', 'Event Marketing Team', null, 'UD-EVT-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1969', null, '1', 'admin', '2022-05-26 17:18:59', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1970', null, null, '道路服务团队,济南', 'Roadside Service Team, Jinan', null, 'UO-JN-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1970', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1970', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1971', 'SUPERVISORY_ORGANIZATION_20200518_22', null, '道服团队,呼和浩特公司', 'Roadside Service Team, Huhhot Company', null, 'C109011302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1971', null, '0', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '12820', 'shaobo.li', '03476;04271;04685;11261;12304;16305;26976', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1972', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(珠海)', 'Human Resource Team (Zhuhai)', null, 'D1010830', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1972', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, 'C0031', 'hong.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1973', 'SUPERVISORY_ORGANIZATION-3-622', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1973', null, '0', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '04343', 'wei.zhang2', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1974', null, null, '服务运营团队,廊坊', 'Service Operations Team, Langfang', null, 'CO-LF-SO-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1974', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1975', 'CD-PGM', null, 'NP2平台及项目管理团队', 'NP2 Platform & Program Management Team', null, 'A0010306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1975', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '03855', 'jianjie.gong', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1976', null, null, '服务运营2团队,成都', 'Service Operations2 Team, Chengdu', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1976', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, 'Chengdu-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1977', 'VE-VPG', null, '紧固及车身底盘工程质量团队', 'Fastening and Body & Chassis Engineering Quality Team', null, 'A1020605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1977', null, '0', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, 'C0764', 'ricky.tian', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1978', null, null, '行政服务办公室', 'Executive Service Office', null, 'D10110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1978', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1978', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1979', 'EP', null, '电动力前期工程部', 'EP Advanced Engineering Department', null, 'A10301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1979', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1980', 'SUPERVISORY_ORGANIZATION-3-1254', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1980', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '07484', 'hengde.yang', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1981', null, null, 'NIO Life Purchasing', 'NIO Life Purchasing', null, 'NL-P', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1981', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-1981', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1982', 'SUPERVISORY_ORGANIZATION-3-1766', null, '电源管理,宜昌', 'Power Management, Yichang', null, 'UO-YCH-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1982', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '11759', 'gavin.xiang', '20598', 'Yichang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1982', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1983', 'SUPERVISORY_ORGANIZATION-3-1982', null, 'Roadside Service Team, Yichang', 'Roadside Service Team, Yichang', null, 'UO-YCH-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1983', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '11759', 'gavin.xiang', '20598', 'Yichang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1983', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1984', null, null, '道路服务团队,宜昌', 'Roadside Service Team, Yichang', null, 'UO-YCH-RS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1984', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-1984', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1985', null, null, '人力资源,昆明', 'Human Resource, Kunming', null, 'UO-KM-HR', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1985', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1985', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1986', null, null, '行政,珠海', 'Admin, Zhuhai', null, 'HR-ADM-021', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1986', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, 'Zhuhai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1986', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1987', null, null, '道路服务团队,上海公司', 'Roadside Service Team, Shanghai Company', null, 'B103350602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1987', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1987', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1988', 'SUPERVISORY_ORGANIZATION-3-627', null, '技术团队,上海公司', 'Technical Team, Shanghai Company', null, 'C111010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1988', null, '0', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '04350', 'yu.wang2', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-1988', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1989', 'SUPERVISORY_ORGANIZATION-3-627', null, '服务运营,上海', 'Service Operations, Shanghai', null, 'CO-SHA-SO-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1989', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '12641', 'ji.li1', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1989', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1990', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(太原)', 'Human Resource Team (Taiyuan)', null, 'D1010815', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1990', null, '0', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '32158', 'junwei.ma1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1990', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1991', null, null, '人力资源,长春', 'Human Resource, Changchun', null, 'OC-UEP-CH', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1991', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1991', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1992', null, null, '用户发展,三亚', 'User Development, Sanya', null, 'CO-HNAN-SY-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1992', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1993', 'SUPERVISORY_ORGANIZATION-3-1700', null, 'Admin, Kunming', 'Admin, Kunming', null, 'HRADM-020', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1993', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '05253', 'hongmei.liu', '36463', 'Kunming-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1993', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1994', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(南宁)', 'Human Resource Team (Nanning)', null, 'D1010831', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1994', null, '0', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, '30064', 'liulan.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-1994', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1995', 'SUPERVISORY_ORGANIZATION-3-1079', null, '维修保障', 'Maintenance Support', null, 'CO-SFC-MS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1995', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, 'C0499', 'peter.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1996', 'SUPERVISORY_ORGANIZATION-3-1079', null, '统筹规划', 'Overall Planning', null, 'CO-SFC-OP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1996', null, '1', 'admin', '2022-05-26 17:19:00', null, null, null, null, null, null, 'C0499', 'peter.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1997', null, null, '行政,长春', 'Admin,Changchun', null, 'HR-ADM-City-Changchun', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1997', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-1997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1998', 'SUPERVISORY_ORGANIZATION-3-3330', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1998', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '06712', 'chen.cai', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3330', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-1999', 'MO-PHF', null, '车身生产团队', 'Body Production Team', null, 'B3010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-1999', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1999', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2000', 'VE-BDE-002', null, '车身结构-上车体组', 'Body Structure - Upperbody Sub-team', null, 'A102100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2000', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, 'C1353', 'samson.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2000', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2001', 'SUPERVISORY_ORGANIZATION-3-1777', null, '服务运营,昆明公司', 'Service Operations, Kunming Company', null, 'C134010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2001', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '12134', 'rong.lu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2002', null, null, '电源管理,珠海', 'Power Management,Zhuhai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2002', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2003', null, null, '电机软件控制与系统架构团队', 'Software Control & System Architecture Team', null, 'EP-EDS-T-003-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2003', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2004', null, null, '服务运营,海口', 'Service Operations, Haikou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2004', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2005', 'SUPERVISORY_ORGANIZATION-3-2320', null, '创意传播团队', 'Creative Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2005', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '13152', 'xinfeng.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2006', 'SUPERVISORY_ORGANIZATION-3-1776', null, '市场保障,济南公司', 'Commercial Logistics, Jinan Company', null, 'B1032605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2006', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2007', 'SUPERVISORY_ORGANIZATION-3-3368', null, '前期原型车制造改装团队', 'Pre Production Operation Team', null, 'A1021304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2007', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '02703', 'lingjun.gu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2008', null, null, '用户移动应用开发部', 'User App Development Department', null, 'SD-UAD-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2008', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2009', 'SO-WHM', null, '配附件订单管理团队', 'Parts Order Management Team', null, 'C1050201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2009', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '20681', 'pingting.hao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2010', 'SUPERVISORY_ORGANIZATION-3-1123', null, '财务,贵阳', 'Finance, Guiyang', null, 'FN-ATX-013-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2010', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '03988', 'laura.liao', '04634', 'Guiyang-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2011', null, null, '行政管理团队', 'Admin Management Team', null, 'D1080201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2011', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2011', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2012', 'SUPERVISORY_ORGANIZATION-3-1376', null, 'Service Operations, Wuhan', 'Service Operations, Wuhan', null, 'CO-WH-SO-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2012', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '04425', 'jiankun.hu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2012', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2013', 'SUPERVISORY_ORGANIZATION-3-548', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2013', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2014', 'SUPERVISORY_ORGANIZATION-3-906', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2014', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2015', 'SUPERVISORY_ORGANIZATION-3-1927', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2015', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '08972', 'yunda.zhang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1927', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2016', 'SUPERVISORY_ORGANIZATION-3-1968', null, '薪酬福利与共享服务中心部', 'Total Rewards & Share Service Center Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2016', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '13746', 'jason.tian', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2017', null, null, 'Superior User Fellowship Team ,Beijing', 'Superior User Fellowship Team ,Beijing', null, 'Code CO-BJ-UF-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2017', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2017', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2018', 'SUPERVISORY_ORGANIZATION-3-2466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2018', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, 'U0085', null, '09077;12313;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2019', 'SUPERVISORY_ORGANIZATION-3-3873', null, '蔚来美国', 'NIO US', null, 'D113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2019', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2020', 'SUPERVISORY_ORGANIZATION-3-7863', null, '智能硬件', 'Smart Hardware', null, 'A210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2020', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2021', 'GL', null, 'Business Development SJ', 'Business Development SJ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2021', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, 'C0000', 'william.li', null, 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-2021', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2022', 'VE-VIT-006', null, '零件运营组', 'Parts Operation Sub-team', null, 'A102130101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2022', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '05163', 'lin.chen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2022', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2023', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务,哈尔滨', 'Finance,Harbin', null, 'FN-ATX-Harbin', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2023', null, '1', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2023', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2024', 'SUPERVISORY_ORGANIZATION-3-1239', null, '服务代表团队,石家庄公司', 'Service Representative Team, Shijiazhuang Company', null, 'C126010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2024', null, '0', 'admin', '2022-05-26 17:19:01', null, null, null, null, null, null, '10374', 'yusong.guo', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2024', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2025', 'SUPERVISORY_ORGANIZATION-3-2151', null, 'Software Middleware Development', 'Software Middleware Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2025', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '07439', null, '09077;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2025', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2026', 'SUPERVISORY_ORGANIZATION-3-1526', null, '风控部', 'Risk Management Department', null, 'NLF-RMD-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2026', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '07293', 'leon.zhou', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2026', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2027', 'SUPERVISORY_ORGANIZATION-3-2420', null, '数字座舱软件平台部', 'Digital Cockpit Software Platform Department', null, 'A20301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2027', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'U0071', null, '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2027', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2028', 'SUPERVISORY_ORGANIZATION-3-4813', null, 'PMQ Team', 'PMQ Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2028', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '35017', null, '03938', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2029', 'SUPERVISORY_ORGANIZATION-3-633', null, 'Visualization Brand Team', 'Visualization Brand Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2029', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '05381', null, '24209;31445', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2030', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Talent Acquisition Program Management', 'Talent Acquisition Program Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2030', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2031', null, null, '公共关系团队', 'Public Relations Team', null, 'UD-PUR-002-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2031', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2031', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2032', null, null, '产品规划团队', 'Product Planning Team', null, 'CD-PPL-003-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2032', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2033', 'SUPERVISORY_ORGANIZATION-3-1772', null, '服务运营,贵阳公司', 'Service Operations, Guiyang Company', null, 'C139010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2033', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2033', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2034', 'SUPERVISORY_ORGANIZATION-3-1772', null, '销售,贵阳公司', 'Sales, Guiyang Company', null, 'C139010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2034', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2035', null, null, '非生产性采购团队,城市运营', 'Non-Production Purchasing Team, City Division', null, 'PU-NPP-012-08', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2035', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2035', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2036', 'VE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2036', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2037', 'GL', null, 'Digital Cockpit SJ Reversed', 'Digital Cockpit SJ Reversed', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2037', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0000', 'william.li', null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2038', null, null, 'Software Product Management SJ', 'Software Product Management SJ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2038', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2039', 'QD', null, 'Electrification SJ', 'Electrification SJ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2039', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '04416', 'feng.shen1', '10298', 'San Jose-US', null, null, null, null, 'Department', '1', 'QD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2040', 'PU-NPP', null, '商业采购团队(市场与营销服务)', 'Business Purchasing Team (Marketing & Commercial Development)', null, 'B3020104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2040', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0269', 'allen.ye', '03938', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2041', 'SUPERVISORY_ORGANIZATION-3-548', null, 'SIM Team', 'SIM Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2041', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2042', null, null, '产品规划团队', 'Product Planning Team', null, 'CD-PPL-003-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2042', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2042', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2043', 'VE-INE-001', null, '座舱系统组', 'Cockpit System Sub-team', null, 'A102100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2043', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C1453', 'haobin.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2043', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2044', 'VE-INE-001', null, '门饰件组', 'Door & Garnish Sub-team', null, 'A102100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2044', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '02399', 'hayder.sun', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2044', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2045', 'VE-INE-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2045', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C1276', 'will.xing', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-INE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2046', 'VE-INE-001', null, '表面材料组', 'Surface Material Sub-team', null, 'A102100305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2046', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, '02754', 'xiaofeng.xu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2046', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2047', 'VE-INE-001', null, '软饰饰件组', 'Soft Trim Sub-team', null, 'A102100301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2047', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0273', 'ruihu.zhu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2047', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2048', 'VE-INE-001', null, '内饰与总装团队', 'Trim & Seating Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2048', null, '1', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0487', 'po.xia', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-INE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2049', 'VE-VIT-008', null, '下车体架构组', 'Platform Architecture Sub-team', null, 'A102160102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2049', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0993', 'jingyuan.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2049', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2050', 'VE-VIT-008', null, '上车体架构组', 'Top Hat Architecture Sub- team', null, 'A102160101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2050', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0250', 'bruce.gan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2051', 'VE-INE-003', null, '内饰空调系统组', 'INT HVAC Sub-team', null, 'A102100403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2051', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0925', 'hannah.han', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2051', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2052', 'VE-INE-003', null, '外饰空调系统组', 'EXT HVAC Sub-team', null, 'A102100402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2052', null, '0', 'admin', '2022-05-26 17:19:02', null, null, null, null, null, null, 'C0270', 'baoping.wen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2052', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2053', 'VE-INE-003', null, 'AC Team', 'AC Team', null, 'VE-INE-003-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2053', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'C0162', 'ryan.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2053', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2054', null, null, '制造质量控制团队', 'Manufacturing Quality Control Team', null, 'QD-MFQ-MQC-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2054', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2054', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2055', 'SUPERVISORY_ORGANIZATION-3-1777', null, '市场保障,昆明公司', 'Commercial Logistics, Kunming Company', null, 'B1032705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2055', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '13154', 'nicolas.wu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2055', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2056', 'SUPERVISORY_ORGANIZATION-3-1777', null, '销售,昆明公司', 'Sales, Kunming Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2056', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '13154', 'nicolas.wu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2057', 'SUPERVISORY_ORGANIZATION-3-1495', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2057', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '07119', 'eyleen.shen', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2058', null, null, '用户关系团队', 'User Relationship Team', null, 'UD-URD-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2058', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2058', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2059', 'SUPERVISORY_ORGANIZATION-3-2849', null, '整车项目验证组', 'VI Program Validation Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2059', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'C0995', 'walker.wen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2060', null, null, '人力资源部,大连', 'Human Resources, Dalian', null, 'HR-DL', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2060', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, null, null, null, null, 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2060', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2061', null, null, '传播团队', 'Communications Team', null, 'UD-COM-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2061', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2061', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2062', 'SUPERVISORY_ORGANIZATION-3-1254', null, '服务代表团队,青岛公司', 'Service Representative Team, Qingdao Company', null, 'C12901010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2062', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '12761', 'xifa.zhang', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2062', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2063', 'SUPERVISORY_ORGANIZATION-3-6147', null, '电池运营部', 'Battery Operations Department', null, 'C15701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2063', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '05650', 'zerun.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2064', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队(空间运营),上海公司', 'Store Operations Team (Space Operations), Shanghai Company', null, 'C111010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2064', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '03073', 'peng.zhang', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2065', 'SUPERVISORY_ORGANIZATION-3-1123', null, 'Finance, Kunming', 'Finance, Kunming', null, 'FN-ATX-013-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2065', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '03988', 'laura.liao', '04634', 'Kunming-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2065', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2066', null, null, 'City Operation, Yancheng', 'City Operation, Yancheng', null, 'CO-XUZ-Yancheng', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2066', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2066', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2067', 'SUPERVISORY_ORGANIZATION-3-1788', null, '城市运营,盐城', 'City Operation, Yancheng', null, 'C138010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2067', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883;35449', 'Yancheng-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2067', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2068', null, null, '电源管理,昆明', 'City Power Management,Kunming', null, 'CO-KM-PM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2068', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, null, null, null, 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2068', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2069', 'SUPERVISORY_ORGANIZATION_20200518_28', null, '道服团队,昆明公司', 'Roadside Service Team, Kunming Company', null, 'C109011602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2069', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '32465', 'xingxiong.he', '03476;04271;04685;11261;16305;23578;26976;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2069', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2070', 'SUPERVISORY_ORGANIZATION-3-4588', null, '系统运营团队', 'System Operation Team', null, 'C1100702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2070', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '09711', 'steven.min', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2070', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2071', 'SUPERVISORY_ORGANIZATION-3-782', null, 'ACE Platform Concept Team', 'ACE Platform Concept Team', null, 'SUPERVISORY_ORGANIZATION-3-782-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2071', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2071', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2072', 'VE-VIT-001', null, '前期概念组', 'Advanced Concepts Sub-team', null, 'A102160203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2072', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '03790', 'yaojue.pan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2072', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2073', 'SUPERVISORY_ORGANIZATION-3-2151', null, 'Digital Systems', 'Digital Systems', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2073', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '06188', null, '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2073', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2074', '20200731_NIOFINSERVICE', null, '财务部(融资租赁)', 'Finance Department (NIO Financial Leasing)', null, 'D10804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2074', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'C1319', 'stanley.qu', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2074', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2075', 'SUPERVISORY_ORGANIZATION-3-566', null, '城市运营,绵阳', 'City Operation, Mianyang', null, 'C1170106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2075', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2076', 'SUPERVISORY_ORGANIZATION-3-1415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2076', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '03234', 'sean.shen', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2077', 'SUPERVISORY_ORGANIZATION-3-606', null, '交付运营组', 'Delivery Operation Sub-team', null, 'C103020602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2077', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '04579', 'wenzhi.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2078', 'SUPERVISORY_ORGANIZATION-3-1784', null, '服务运营,太原公司', 'Service Operations, Taiyuan Company', null, 'C133010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2078', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '12410', 'burong.duan', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2078', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2079', 'PU', null, 'Purchasing', 'Purchasing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2079', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'C0121', 'kevin.pan', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2080', 'SUPERVISORY_ORGANIZATION-3-2179', null, '客服团队', 'Customer Service Team', null, 'C1100103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2080', null, '0', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '11308', 'tingyi.yin', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2081', 'SUPERVISORY_ORGANIZATION-3-1722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2081', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, '07195', 'max.wang1', 'C0033;C0941', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2082', 'DS-SED', null, '设计工程团队(外饰)', 'Studio Engineering Team (Exterior)', null, 'A1010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2082', null, '1', 'admin', '2022-05-26 17:19:03', null, null, null, null, null, null, 'EU0116', 'alessandro.tarrone', '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2083', 'SUPERVISORY_ORGANIZATION-3-1248', null, '服务代表团队,苏州公司', 'Service Representative Team, Suzhou Company', null, 'C116010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2083', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '11695', 'chunjun.fan', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2083', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2084', 'SUPERVISORY_ORGANIZATION-3-995', null, '服务代表团队,成都公司', 'Service Representative Team, Chengdu Company', null, 'C117010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2084', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '05514', 'xiaolong.huang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2084', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2085', 'SUPERVISORY_ORGANIZATION-3-2075', null, '服务运营团队,绵阳', 'Service Operations Team, Mianyang', null, 'B103140701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2085', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2085', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2086', 'SUPERVISORY_ORGANIZATION-3-1242', null, '服务代表团队,重庆公司', 'Service Representative Team, Chongqing Company', null, 'C122010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2086', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '18525', 'yunran.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2086', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2087', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(贵阳)', 'Human Resource Team (Guiyang)', null, 'D1010832', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2087', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '12606', 'peilin.liu', '16043', 'Guiyang-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2088', 'SUPERVISORY_ORGANIZATION-3-703', null, '软件技术和企业管理业务伙伴部', 'Software Technology and Corporate Management HRBP', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2088', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '13036', 'fion.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2089', null, null, '网络发展部门', 'Network Development Department', null, 'SO-NTM-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2089', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2089', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2090', null, null, '道路服务团队,青岛', 'Roadside Service Team, Qingdao', null, 'CO-QD-PM-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2090', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2090', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2091', 'SUPERVISORY_ORGANIZATION-3-1223', null, '车灯组', 'Lighting Sub-team', null, 'B002030504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2091', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '09498', 'liang.jing', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2091', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2092', 'SUPERVISORY_ORGANIZATION-3-1223', null, '智能硬件组', 'Smart Hardware Sub-team', null, 'B002030505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2092', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, 'C0413', 'wenyan.fan', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2092', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2093', 'SUPERVISORY_ORGANIZATION-3-5588', null, '用户体系团队', 'User System Team', null, 'C1550101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2093', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '07762', 'samantha.shi', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2093', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2094', 'SUPERVISORY_ORGANIZATION-3-2413', null, 'Finance, Nanning', 'Finance, Nanning', null, 'FN-TAX-020', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2094', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2094', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2095', 'SUPERVISORY_ORGANIZATION-3-2228', null, '换电业务团队', 'Power Swap Team', null, 'C1570203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2095', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '07007', 'lei.yi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2095', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2096', 'SUPERVISORY_ORGANIZATION-3-1250', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2096', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '08938', 'xianhua.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2097', null, null, '市场活动团队', 'Event Marketing Team', null, 'UD-EVT-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2097', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2097', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2098', 'SUPERVISORY_ORGANIZATION-3-2027', null, '数字座舱平台1团队', 'Digital Cockpit Platform 1 Team', null, 'A2030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2098', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '12340', 'louis.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2099', 'SUPERVISORY_ORGANIZATION-3-2666', null, '制造质量投产管理组', 'Quality Launch Management Sub-team', null, 'B002020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2099', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '05183', 'huan.zhao', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2099', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2100', 'SUPERVISORY_ORGANIZATION-3-1523', null, 'Service Operations2, Hefei', 'Service Operations2, Hefei', null, 'UO-HF-SO-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2100', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2100', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2101', 'SUPERVISORY_ORGANIZATION-3-1268', null, '服务代表团队,西安公司', 'Service Representative Team, Xi\'an Company', null, 'C118010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2101', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '06988', 'bo.yuwen', '09821;24015', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2101', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2102', 'SUPERVISORY_ORGANIZATION-3-1490', null, '服务代表团队,合肥公司', 'Service Representative Team, Hefei Company', null, 'C135010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2102', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '18819', 'longyang.liu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2102', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2103', 'SUPERVISORY_ORGANIZATION-3-1204', null, '交付运营,厦门公司', 'Delivery Operation, Xiamen Company', null, 'C1270110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2103', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '11539', 'kingsley.wang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2103', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2104', null, null, 'Service Operation Team, Huizhou', 'Service Operation Team, Huizhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2104', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2105', 'SUPERVISORY_ORGANIZATION-3-1597', null, '车间团队,厦门公司', 'Workshop Team, Xiamen Company', null, 'C127010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2105', null, '0', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '10150', 'houmei.chen', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2105', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2106', null, null, 'Service Operation Team', 'Service Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2106', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2107', null, null, 'Service Operation Team, Huzhou', 'Service Operation Team, Huzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2107', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2108', null, null, 'Service Operation Team, Nantong', 'Service Operation Team, Nantong', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2108', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2108', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2109', null, null, 'Service Operations Team, Changsha', 'Service Operations Team, Changsha', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2109', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2109', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2110', null, null, 'Operation & Service Team,Guangzhou', 'Operation & Service Team,Guangzhou', null, 'PE-OS-002-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2110', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2110', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2111', null, null, 'Roadside Service Team, Qingdao', 'Roadside Service Team, Qingdao', null, 'CO-QD-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2111', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2111', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2112', 'SUPERVISORY_ORGANIZATION-3-2113', null, 'Service Operations, Shanghai Company', 'Service Operations, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2112', null, '1', 'admin', '2022-05-26 17:19:04', null, null, null, null, null, null, '05030', 'yuan.zhou', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2113', 'SUPERVISORY_ORGANIZATION-3-627', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2113', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '12641', 'ji.li1', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2114', null, null, 'Field Engineering Department', 'Field Engineering Department', null, 'SE-FEN-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2114', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2114', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2115', 'SUPERVISORY_ORGANIZATION-3-2093', null, '用户忠诚组', 'User Loyalty Sub-team', null, 'C103010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2115', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '07762', 'samantha.shi', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2116', null, null, '电池质量团队', 'PEQ Battery Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2116', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2116', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2117', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-ATX-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2117', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2118', 'SUPERVISORY_ORGANIZATION-3-4102', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2118', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '11477', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4102', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2119', 'SUPERVISORY_ORGANIZATION-3-564', null, '整车测试组', 'Testing&Support Sub-team', null, 'B002060101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2119', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, 'C0756', 'guojun.zhang', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2120', 'SUPERVISORY_ORGANIZATION-3-563', null, '车身内外饰及空调量产产品质量团队', 'Body & Exterior & Interior & HVAC Current Model Quality Team', null, 'B0020605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2120', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '06838', 'karl.kuang', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2121', null, null, '量产产品质量团队', 'Current Model Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2121', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2121', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2122', null, null, '量产产品质量团队', 'Current Model Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2122', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2122', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2123', 'SUPERVISORY_ORGANIZATION-3-4150', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2123', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '03466', 'lei.you', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2124', 'SUPERVISORY_ORGANIZATION-3-563', null, '动力电池及电驱动量产产品质量团队', 'ESS/EDS CMQ Team', null, 'B0020603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2124', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '03714', 'bin.li', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2124', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2125', null, null, '数字化业务运营团队', 'Digital Business Operations Team', null, 'DO-DGT-003-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2125', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2125', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2126', null, null, '量产产品质量团队', 'Current Model Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2126', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2126', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2127', null, null, 'Infrastructure,Shenzhen PE', 'Infrastructure,Shenzhen PE', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2127', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2127', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2128', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,沈阳公司', 'Regional Operation, Shenyang Company', null, 'C1370101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2128', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2129', 'SUPERVISORY_ORGANIZATION-3-571', null, '区域策略及运营优化团队', 'Regional Strategy and Operations Optimization Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2129', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, 'C1263', 'ming.sun', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2130', null, null, '城市运营,珠海', 'City Operation, Zhuhai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2130', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2131', null, null, '流程规划团队', 'Process Project Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2131', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2132', null, null, '服务运营,黄山公司', 'Service Operations, Huangshan Company', null, 'B1032304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2132', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2132', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2133', null, null, 'Autonomous Driving Department China', 'Autonomous Driving Department China', null, 'AD-ADC-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2133', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2133', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2134', null, null, 'Autonomous Driving Department China', 'Autonomous Driving Department China', null, 'AD-ADC-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2134', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2134', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2135', null, null, 'Regional Operation, Dalian', 'Regional Operation, Dalian', null, 'CO-DL-001-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2135', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2135', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2136', 'SUPERVISORY_ORGANIZATION_20200518_42', null, '道服团队,沈阳公司', 'Roadside Service Team, Shenyang Company', null, 'C109012302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2136', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '12624', 'jindong.liu', '03476;04271;04685;11261;16305;17628;26976', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2136', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2137', 'SUPERVISORY_ORGANIZATION-3-1730', null, '零部件交付团队', 'Components Delivery Team', null, 'A2080602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2137', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '02132', 'xiaoning.gong', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2137', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2138', 'SUPERVISORY_ORGANIZATION-3-1854', null, '交付团队,天津公司', 'Delivery Team, Tianjin Company', null, 'C121010810', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2138', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, '07847', 'yuanyuan.li', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2139', 'VE-VIT-005', null, '安全集成组', 'Safety Integration Sub-team', null, 'A102150201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2139', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2139', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2140', 'VE-VIT-005', null, '安全测试组', 'Safety Testing Sub-team', null, 'A102150202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2140', null, '0', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, 'C0320', 'hank.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2140', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2141', 'VE-VIT-005', null, 'Safety System Team', 'Safety System Team', null, 'E-VIT-005-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2141', null, '1', 'admin', '2022-05-26 17:19:05', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2141', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2142', 'VE-VIT-005', null, 'Safety System Team', 'Safety System Team', null, 'VE-VIT-005-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2142', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2142', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2143', 'VE-VIT-005', null, 'Safety System Team', 'Safety System Team', null, 'VE-VIT-005-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2143', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2143', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2144', 'VE-VIT-005', null, '乘员保护组', 'Occupant Safety Sub-team', null, 'A102150204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2144', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0790', 'scott.yuan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2144', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2145', 'VE-VIT-005', null, 'Safety System Team', 'Safety System Team', null, 'VE-VIT-005-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2145', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2146', 'VE-VIT-005', null, 'Safety System Team', 'Safety System Team', null, 'VE-VIT-005-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2146', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2146', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2147', 'SUP-US-39', null, 'Digital Development', 'Digital Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2147', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '04575', null, '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2148', null, null, 'User Fellowship, Xining', 'User Fellowship, Xining', null, 'CO-XN-UF', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2148', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2148', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2149', null, null, '服务运营,西宁', 'Service Operations, Xining', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2149', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2150', null, null, '用户发展,西宁', 'User Development, Xining', null, 'CO-XN-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2150', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2151', 'SUPERVISORY_ORGANIZATION-3-2278', null, '软件平台工程部', 'Software Platform Engineering Department', null, 'A20211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2151', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'U0119', null, '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2151', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2152', 'SUPERVISORY_ORGANIZATION-3-2548', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2152', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '25786', 'long.lu', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2153', 'SUPERVISORY_ORGANIZATION-3-2789', null, '软件技术业务伙伴团队', 'Software Technology HRBP Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2153', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '12313', 'jade.xie', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2154', null, null, '电源管理,济南', 'Power Management, Jinan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2154', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2154', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2155', 'UC-UBD', null, '用户中心商务拓展团队', 'UC Business Development Team', null, 'UC-UBD-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2155', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2155', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2156', null, null, 'Power Management, Yantai', 'Power Management, Yantai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2156', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2156', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2157', null, null, 'Power Management,Nanning', 'Power Management,Nanning', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2157', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2158', 'SUPERVISORY_ORGANIZATION-3-4148', null, '策略与内容部', 'Strategy and Content Department', null, 'C14902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2158', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '39459', 'lei.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2158', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2159', 'SUPERVISORY_ORGANIZATION-3-600', null, '销售,南京公司', 'Sales, Nanjing Company', null, 'C1190102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2159', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '14390', 'yan.wu1', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2160', 'SUPERVISORY_ORGANIZATION-3-2557', null, '车辆产品团队', 'Vehicle Product Team', null, 'C1060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2160', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2160', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2161', null, null, 'Function Integration Department', 'Function Integration Department', null, 'Code VE-FI-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2161', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2161', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2162', 'SUPERVISORY_ORGANIZATION-3-885', null, '用户数字产品部', 'User Digital Product Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2162', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '03415', 'manxi.he', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2163', null, null, '机械设计团队', 'Product R&D Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2163', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2164', 'PE-PRD', null, '能源系统工程部', 'Power System Engineering Department', null, 'C15806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2164', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '23199', 'wenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2164', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2165', 'PE-PRD-004', null, '电气设计团队', 'Electricity & Technology Team', null, 'C1580404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2165', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '06876', 'jun.hong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2165', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2166', 'SUPERVISORY_ORGANIZATION-3-505', null, '工业化业务伙伴部', 'Industrialization HRBP Department', null, 'OC-OMP-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2166', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0011', 'leslie.ge', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2166', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2167', 'SUPERVISORY_ORGANIZATION-3-675', null, 'Planning & Application Team', 'Planning & Application Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2167', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, 'C0942', 'li.chen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2168', null, null, '区域策略及运营优化团队', 'Regional Strategy and Operations Optimization Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2168', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2169', null, null, 'Admin, Fuzhou', 'Admin, Fuzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2169', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2170', 'SUPERVISORY_ORGANIZATION-3-2420', null, 'Digital Cockpit Hardware & Innovation', 'Digital Cockpit Hardware & Innovation', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2170', null, '1', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '14065', null, '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2171', 'SD-VSF', null, '系统工程团队', 'System Engineering Team', null, 'A2031102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2171', null, '0', 'admin', '2022-05-26 17:19:06', null, null, null, null, null, null, '12228', 'dingyong.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2172', null, null, '制造运营', 'Manufacturing Operations', null, 'MO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2172', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-2172', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2173', 'ID-PBA', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2173', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0173', 'jenny.yu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'ID-PBA', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2174', 'VE-EEE-004', null, 'EE Infotainment Team', 'EE Infotainment Team', null, 'ID VE-EEE-004-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2174', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0353', 'carrie.mu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2175', 'SUPERVISORY_ORGANIZATION-3-963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2175', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '04434', 'jiajia.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2176', 'SUPERVISORY_ORGANIZATION-3-1979', null, 'ePT, Powertrain Integration', 'ePT, Powertrain Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2176', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2177', null, null, 'UI/UX', 'UI/UX', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2177', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2178', 'SUPERVISORY_ORGANIZATION-3-1226', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2178', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '12332', 'chloe.zhang', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2179', '20200731_NIOFINSERVICE', null, '运营部', 'Operation Department', null, 'C11001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2179', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '02685', 'chenggang.guo', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2179', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2180', 'SUPERVISORY_ORGANIZATION-3-1161', null, '充电地图组', 'Charging Map Sub-team', null, 'C104030602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2180', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0579', 'brad.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2180', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2181', null, null, 'Digital Cockpit - Validation', 'Digital Cockpit - Validation', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2181', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2182', null, null, 'Service Operations2, Beijing', 'Service Operations2, Beijing', null, 'CO-BJ-SO-5', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2182', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2182', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2183', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Sourcing & CM', 'Sourcing & CM', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2183', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2184', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'CM Management & NPI', 'CM Management & NPI', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2184', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2185', null, null, 'Sourcing AD Sensor', 'Sourcing AD Sensor', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2185', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, 'U0001', null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2186', 'SO-TCS', null, '安晓路修理厂团队', 'An Xiao Rd. Repair Factory Team', null, 'C1050305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2186', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '12740', 'xin.zhao', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2186', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2187', 'EP-EAC-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2187', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '28464', 'frank.zhang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2188', 'EP-EAC-005', null, '底层软件开发与集成组', 'Basic SW Development & Integration Sub-team', null, 'A102170102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2188', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '18003', 'wenli.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2188', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2189', 'EP-EAC-005', null, '能量控制组', 'Energy Control Sub-team', null, 'A102170101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2189', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0799', 'eric.huang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2189', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2190', 'SUPERVISORY_ORGANIZATION-3-793', null, '软件系统集成组', 'SW SYS and Interface Sub-team', null, 'A201030104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2190', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0082', 'mingyin.hu', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2190', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2191', 'SUPERVISORY_ORGANIZATION-3-5853', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2191', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '12250', 'yanyun.wang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2192', 'SUPERVISORY_ORGANIZATION-3-854', null, '数字运营团队中国', 'China Digital Operations Team', null, 'DO-DGT-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2192', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2192', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2193', 'DO-DGT-010', null, '工厂运维团队', 'Plant Digital Operation Team', null, 'A2070406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2193', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'C1150', 'leo.xu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2193', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2194', null, null, 'User Experience BP Team', 'User Experience BP Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2194', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2194', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2195', 'SUPERVISORY_ORGANIZATION-3-2413', null, 'Finance, Shantou', 'Finance, Shantou', null, 'FN-ATX-033', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2195', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2196', 'DS-EXD', null, 'Exterior Design Team', 'Exterior Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2196', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, 'EU0101', null, '04966;05407', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DS-EXD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2197', 'SUPERVISORY_ORGANIZATION-3-1005', null, '用户中心,石家庄公司', 'User Center, Shijiazhuang Company', null, 'B1033903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2197', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '13375', 'kui.mao', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2198', 'SUPERVISORY_ORGANIZATION-3-1220', null, '车间团队,南京公司', 'Workshop Team, Nanjing Company', null, 'C119010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2198', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '06495', 'ruicheng.qian', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2199', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户发展,昆明公司', 'User Development, Kunming Company', null, 'C134010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2199', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '13154', 'nicolas.wu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2200', 'SUPERVISORY_ORGANIZATION-3-631', null, '网络规划与发展部', 'Network Planning and Development Department', null, 'C10305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2200', null, '0', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, '02588', 'xinghua.nie', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2200', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2201', null, null, '生产性采购团队', 'Product Purchasing Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2201', null, '1', 'admin', '2022-05-26 17:19:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2201', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2202', null, null, 'Fellow体系搭建及运营支持团队', 'Fellow System Construction and Operation Support Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2202', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2203', 'SUPERVISORY_ORGANIZATION-3-571', null, '经营分析团队', 'Business Analysis Team', null, 'C1030404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2203', null, '0', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, '03112', 'una.ma', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2204', 'SUPERVISORY_ORGANIZATION-3-793', null, '系统设计团队', 'System Design Team', null, 'A2080202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2204', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'C0082', 'mingyin.hu', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2205', 'SUPERVISORY_ORGANIZATION-3-1324', null, 'Shanghai Automotive Design Studio Department', 'Shanghai Automotive Design Studio Department', null, 'Code DS-ADS-009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2205', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2205', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2206', 'VE-VPG', null, 'Product Engineering & Quality Integration Department', 'Product Engineering & Quality Integration Department', null, 'VE-PEQ-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2206', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'C0388', 'sonia.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2206', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2207', 'SUPERVISORY_ORGANIZATION-3-1788', null, '服务运营,徐州公司', 'Service Operations, Xuzhou Company', null, 'C138010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2207', null, '0', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, '03624', 'vivian.he', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2207', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2208', null, null, '蔚来电台团队', 'User Interactive Entertainment Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2208', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2209', null, null, 'Interior Design Team', 'Interior Design Team', null, 'DS-IDT-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2209', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2210', 'SUPERVISORY_ORGANIZATION_20200518_24', null, '道服团队,济南公司', 'Roadside Service Team, jinan Company', null, 'C109011402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2210', null, '0', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, '12892', 'chen.liu1', '03476;04271;04685;10729;11261;16305;26976', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2210', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2211', null, null, 'Program Management Team', 'Program Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2211', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2212', 'SUPERVISORY_ORGANIZATION-3-2330', null, 'CMF Design', 'CMF Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2212', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2212', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2213', 'SUPERVISORY_ORGANIZATION-3-2330', null, 'CMF Design', 'CMF Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2213', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2213', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2214', 'DS-INS', null, 'Interior Design', 'Interior Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2214', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'EU0101', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2214', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2215', 'DS-INS', null, 'Interior Design', 'Interior Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2215', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'EU0101', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2215', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2216', null, null, '服务运营,东莞', 'Service Operation,Dongguan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2216', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2217', null, null, '用户商务服务团队', 'User Commercial Service Team', null, 'UD-UCS-001-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2217', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2218', null, null, '用户顾问,海口', 'User Fellowship, Haikou', null, 'CO-HNAN-UF', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2218', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2218', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2219', null, null, '产业信息研究部', 'Research & Information Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2219', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2220', null, null, '能源服务团队,黄山公司', 'Power Service Team, Huangshan Company', null, 'B103230601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2220', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2220', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2221', 'SUPERVISORY_ORGANIZATION-3-972', null, '培训管理团队', 'Training Mgt Team', null, 'OC-ODM-001-03-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2221', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2221', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2222', null, null, 'Program Management Team', 'Program Management Team', null, 'CD-PGM-002-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2222', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2222', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2223', null, null, '服务项目与创新团队', 'Service Program & Innovation Team', null, 'SO-SPI-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2223', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2223', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2224', null, null, 'EP9&FE商业管理团队', 'EP9&FE Business Management Team', null, 'UD-EFM-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2224', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2224', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2225', null, null, 'Admin, Guiyang', 'Admin, Guiyang', null, 'HRADM-30', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2225', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, 'Guiyang-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2225', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2226', null, null, 'Software Control & System Architecture Team', 'Software Control & System Architecture Team', null, 'EP-EDS-T-003-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2226', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2227', null, null, '服务运营,烟台', 'Service Operation, Yantai', null, 'UO-YT-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2227', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2227', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2228', 'SUPERVISORY_ORGANIZATION-3-6147', null, '充换电规划管理部', 'Charge & Swap Planning and Management Department', null, 'C15702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2228', null, '0', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2228', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2229', 'SUPERVISORY_ORGANIZATION-3-506', null, '用户及服务业务伙伴部', 'User Experience & Service HRBP Department', null, 'OC-UEP-029', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2229', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2230', 'SUPERVISORY_ORGANIZATION-3-1673', null, '验证设计团队', 'Validation Design Team', null, 'A2020906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2230', null, '1', 'admin', '2022-05-26 17:19:08', null, null, null, null, null, null, '04790', 'xia.chen1', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2230', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2231', 'SUPERVISORY_ORGANIZATION-3-1712', null, '充电运营部', 'Charging Operation Department', null, 'PE-PE-COD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2231', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2231', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2232', null, null, 'Validation & Execution Team', 'Validation & Execution Team', null, 'Code VE-FI-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2232', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2232', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2233', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Data Platform - Programs', 'Data Platform - Programs', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2233', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2234', 'SUPERVISORY_ORGANIZATION-3-997', null, '市场推广团队', 'Marketing Team', null, 'GL-NME-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2234', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '17180', 'zhaoyang.dong', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2234', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2235', null, null, '用户商务服务团队', 'User Commercial Service Team', null, 'UD-UCS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2235', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2235', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2236', null, null, '蔚来产品专家团队', 'NIO Product Expert Team,Chengdu', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2236', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2237', null, null, '服务运营,北京', 'Service Operations, Beijing', null, 'CO-BJ-SO-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2237', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2237', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2238', null, null, '环境健康与安全管理部', 'Environment Health Safety Department', null, 'QD-EHS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2238', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, 'CL_PTIQ', 'Product Technology and Industrialization-Quality (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2238', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2239', null, null, 'Validation & Execution Team', 'Validation & Execution Team', null, 'Code VE-FI-005-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2239', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2239', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2240', 'SUPERVISORY_ORGANIZATION-3-2867', null, '车辆资产团队', 'Vehicle Asset Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2240', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '02545', 'simon.dong', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2867', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2241', null, null, '财务团队(大连)', 'Finance Team (Dalian)', null, 'D1030411', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2241', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2242', null, null, 'Service Operation,Zhuhai', 'Service Operation,Zhuhai', null, 'CO-ZH-SO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2242', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2242', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2243', 'SUPERVISORY_ORGANIZATION-3-1783', null, '服务运营团队,珠海', 'Service Operation Team, Zhuhai', null, 'B103170801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2243', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '03412', 'kangdi.peng', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2243', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2244', 'SD-SPD-002', null, '产品设计团队', 'Product Design Team', null, 'SD-SPD-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2244', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2245', null, null, '服务运营,天津', 'Service Operations, Tianjin', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2245', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2246', 'SUPERVISORY_ORGANIZATION-3-1780', null, '服务运营,南昌公司', 'Service Operations, Nanchang Company', null, 'C136010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2246', null, '0', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '12336', 'xiaoqiang.chen', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2246', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2247', null, null, 'Program Management Team', 'Program Management Team', null, 'CD-PGM-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2247', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2248', 'SUPERVISORY_ORGANIZATION-3-490', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2248', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '02319', 'austin.bao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2249', null, null, 'Program Management Department', 'Program Management Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2249', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2250', null, null, 'Product Engineering & Quality Integration Department', 'Product Engineering & Quality Integration Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2250', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2251', null, null, 'Power Management, Changchun', 'Power Management, Changchun', null, 'UO-PE-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2251', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2252', null, null, 'Regional Operation, Changchun', 'Regional Operation, Changchun', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2252', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2253', 'SUPERVISORY_ORGANIZATION-3-1203', null, '能源服务团队,汕头', 'Power Service Team, Shantou', null, 'B104021304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2253', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2254', 'SUPERVISORY_ORGANIZATION-3-1782', null, '服务运营团队,汕头', 'Service Operations Team, Shantou', null, 'C113010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2254', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '11000', 'xing.zheng', '03680', 'Shantou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2255', 'SUPERVISORY_ORGANIZATION-3-2618', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2255', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '12333', 'nan.zhang2', 'C0033;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2256', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life 创意部', 'NIO Life Creative Department', null, 'C10702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2256', null, '0', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, 'C1335', 'james.wang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2257', 'SUPERVISORY_ORGANIZATION-3-633', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2257', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, '05381', null, '24209;31445', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2258', null, null, '附件产品开发与运营团队', 'Accessory Product Development & Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2258', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2259', null, null, 'Creative Technology', 'Creative Technology', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2259', null, '1', 'admin', '2022-05-26 17:19:09', null, null, null, null, null, null, null, null, null, 'San Francisco-US (inactive)', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2260', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队(用户运营),上海公司', 'Store Operations Team (User Operations), Shanghai Company', null, 'C111010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2260', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '02953', 'hawk.he', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2260', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2261', 'SUPERVISORY_ORGANIZATION-3-7869', null, '门店运营团队,南通', 'Store Operations Team, Nantong', null, 'C111010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2261', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '28179', 'wayne.zhuang', '03280;13082', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2262', 'SUPERVISORY_ORGANIZATION-3-6154', null, '市场及大客户团队', 'Marketing & KA Team', null, 'C1040202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2262', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2263', 'SUPERVISORY_ORGANIZATION_20200518_34', null, '道服团队,南宁公司', 'Roadside Service Team, Nanning Company', null, 'C109011902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2263', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '37957', 'sheng.shi', '03476;04271;04685;10827;11261;16305;26976;30064', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2263', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2264', null, null, '车联服务软件部', 'Connected Vehicle Services Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2264', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C1240', 'hao.zhu', null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2265', 'SUPERVISORY_ORGANIZATION-3-1603', null, 'BMS软件测试团队', 'BMS Software Testing Team', null, 'A1040203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2265', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '12646', 'caizhi.liu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2265', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2266', 'SUPERVISORY_ORGANIZATION-3-2128', null, '市场保障,沈阳公司', 'Commercial Logistics, Shenyang Company', null, 'B1033705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2266', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2266', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2267', 'SUPERVISORY_ORGANIZATION-3-3333', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2267', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '06005', 'nan.li1', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2268', 'CO-SHA-001', null, 'User Center, Shanghai', 'User Center, Shanghai', null, 'UO-SH-UC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2268', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2268', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2269', 'CO-SHA-001', null, 'User Center, Shanghai', 'User Center, Shanghai', null, 'UO-SH-UC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2269', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2269', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2270', 'SUPERVISORY_ORGANIZATION-3-6435', null, '电驱系统&电驱系统及电池系统工业化业务伙伴团队', 'Electric Drive System & EDS & BS Industrialization HRBP Team', null, 'D1011201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2270', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2270', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2271', null, null, '传播团队', 'Communications Team', null, 'GL-COM-006-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2271', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2271', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2272', 'SUPERVISORY_ORGANIZATION-3-2256', null, '创意团队', 'Creative Team', null, 'GL-NME-008-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2272', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C1335', 'james.wang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2273', null, null, 'Studio Engineering Team', 'Studio Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2273', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2273', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2274', null, null, 'Power Management', 'Power Management', null, 'UO-HRB-PE-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2274', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2274', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2275', null, null, 'Power Management', 'Power Management', null, 'UO-HRB-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2275', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2275', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2276', null, null, '软件质量工程部', 'Software Quality Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2276', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2277', 'OC-ADM', null, '合肥运营管理团队', 'Hefei Office Operation Management Team', null, 'D1100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2277', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '04900', 'kai.gui', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2278', 'SUPERVISORY_ORGANIZATION-3-3878', null, '数字系统', 'Digital Systems', null, 'A202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2278', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-2278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2279', 'SUPERVISORY_ORGANIZATION-3-3067', null, 'L4自动驾驶车队团队', 'AD L4 Fleet Team', null, 'A2010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2279', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '10513', 'pierre.wang', '09077;C0941;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2280', 'SUPERVISORY_ORGANIZATION-3-2488', null, '现场工程团队', 'Field Engineering Team', null, 'A2031204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2280', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '08321', 'yingqi.qin', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2281', 'SUPERVISORY_ORGANIZATION-3-2447', null, '通用现场支持组', 'Common Field Engineering Sub-team', null, 'A202100202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2281', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C1216', 'eric.chen', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2281', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2282', null, null, 'User Development', 'User Development', null, 'UD-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2282', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2282', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2283', 'MO-PNG', null, '车辆试制团队', 'Prototype Vehicle Manufacture Team', null, 'B3010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2283', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, 'C0829', 'qingbao.yuan', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2283', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2284', null, null, 'Power Management, Changchun', 'Power Management, Changchun', null, 'CO-CC-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2284', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2284', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2285', 'SUPERVISORY_ORGANIZATION_20200518_60', null, '道服团队,长春公司', 'Roadside Service Team, Changchun Company', null, 'C109013202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2285', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '09252', 'fengjian.wei', '03476;04271;04685;11261;16305;26976;29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2285', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2286', 'SUPERVISORY_ORGANIZATION_20200518_14', null, '道服团队,哈尔滨公司', 'Roadside Service Team, Harbin Company', null, 'C109010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2286', null, '0', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '11638', 'shengguang.sun', '03476;04271;04685;11261;16305;26976;29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2286', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2287', 'MO-PNG', null, '涂装车间团队', 'Painting Shop Team', null, 'B3010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2287', null, '1', 'admin', '2022-05-26 17:19:10', null, null, null, null, null, null, '02977', 'longshan.cheng', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2287', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2288', 'DO-DGT', null, '智能制造数字产品团队', 'Smart Manufacture Digital Product Team', null, 'A2070106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2288', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0237', 'lei.cao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2288', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2289', 'OC-ADM', null, 'Admin Management Department', 'Admin Management Department', null, 'HR-ADM-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2289', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0005', 'tiffany.ye', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2289', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2290', 'SUPERVISORY_ORGANIZATION-3-5805', null, '能源与环境设计团队', 'Energy & Environment Design Team', null, 'B3010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2290', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0646', 'henry.zheng', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2290', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2291', null, null, 'Corporate Development', 'Corporate Development', null, 'CD-CPT', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2291', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2292', null, null, '用户顾问,北京', 'User Fellowship,Beijing', null, 'CO-BJ-UF-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2292', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2293', 'SUPERVISORY_ORGANIZATION-3-3745', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2293', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '02843', 'yan.yu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2294', 'SUPERVISORY_ORGANIZATION-3-3334', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2294', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '04334', 'peng.huan', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2295', 'SUPERVISORY_ORGANIZATION-3-2413', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2295', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '12364', 'lynn.fu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2296', 'SD-SAS', null, 'Android软件团队', 'Android Software Team', null, 'A2070204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2296', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C1401', 'tan.zhao', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2297', null, null, '制造质量控制团队', 'Manufacturing Quality Control Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2297', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2297', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2298', 'UD', null, '数据营销部', 'Performance Marketing Department', null, 'C10108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2298', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0725', 'vincent.lee', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2298', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2299', null, null, 'Corporate Development', 'Corporate Development', null, 'CD-CPT', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2299', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2300', 'SUPERVISORY_ORGANIZATION-3-1161', null, '充电运营/一键加电组', 'Charging Operation/Power Express Sub-team', null, 'C104030603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2300', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '03389', 'zheqing.lu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2300', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2301', null, null, 'Uset Development,Nantong', 'Uset Development,Nantong', null, 'UO-SH-NT-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2301', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2301', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2302', 'SUPERVISORY_ORGANIZATION-3-2358', null, 'Manufacturing Operations', 'Manufacturing Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2302', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2302', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2303', 'MO', null, '精益&数字化制造部', 'Lean & Digitization Manufacturing Department', null, 'B30106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2303', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '04855', 'xiuzhi.qi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2303', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2304', 'SUPERVISORY_ORGANIZATION-3-2303', null, 'Manufacturing Operations', 'Manufacturing Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2304', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '04855', 'xiuzhi.qi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2304', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2305', 'SUPERVISORY_ORGANIZATION-3-2303', null, 'Manufacturing Operations', 'Manufacturing Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2305', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '04855', 'xiuzhi.qi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2305', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2306', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'People Operations Programs', 'People Operations Programs', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2306', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2307', 'SUPERVISORY_ORGANIZATION-3-646', null, '数据驱动部', 'UP Data-Driven Department', null, 'C10606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2307', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0905', 'jaz.song', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2308', 'SUPERVISORY_ORGANIZATION-3-1775', null, '服务运营,呼和浩特公司', 'Service Operations, Huhhot Company', null, 'C144010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2308', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '09421', 'zhongzhong.liang', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2308', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2309', null, null, '电源管理,呼和浩特', 'Power Management, Huhhot', null, 'UO-HUH-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2309', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, 'Huhhot-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2309', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2310', 'SUPERVISORY_ORGANIZATION-3-2420', null, 'Digital Cockpit Hardware & Innovation', 'Digital Cockpit Hardware & Innovation', null, 'DC-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2310', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '14065', null, 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2310', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2311', null, null, 'Product Marketing Department', 'Product Marketing Department', null, 'UD-PRM-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2311', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2312', null, null, '产品管理团队', 'Product Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2312', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2313', 'SUPERVISORY_ORGANIZATION-3-566', null, '交付运营,成都公司', 'Delivery Operation, Chengdu Company', null, 'C1170107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2313', null, '0', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '09995', 'raymond.li', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2313', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2314', 'SUPERVISORY_ORGANIZATION-3-703', null, '软件技术和企业管理业务伙伴部', 'Software Technology and Corporate Management HRBP', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2314', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, '13036', 'fion.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2315', 'SUPERVISORY_ORGANIZATION-3-1033', null, 'Infrastructure & Maintenance Team ', 'Infrastructure & Maintenance Team ', null, 'PE-0AM-003-010-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2315', null, '1', 'admin', '2022-05-26 17:19:11', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2315', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2316', 'SUPERVISORY_ORGANIZATION-3-2377', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2316', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '07323', 'xilian.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2316', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2317', 'SUPERVISORY_ORGANIZATION-3-669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2317', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'C1232', 'zihang.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2318', 'SUPERVISORY_ORGANIZATION-3-867', null, 'Procurement, NIO Manu Park', 'Procurement, NIO Manu Park', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2318', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2318', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2319', null, null, '区域服务支持团队', 'District Service Support Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2319', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2320', 'SUPERVISORY_ORGANIZATION-3-2623', null, '视觉创意团队', 'Creative Team', null, 'C1010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2320', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '13152', 'xinfeng.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2321', 'SUPERVISORY_ORGANIZATION-3-4588', null, '资金团队', 'Treasury Team', null, 'C1100701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2321', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '11963', 'lois.zhuang', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2321', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2322', 'SUPERVISORY_ORGANIZATION-3-2074', null, '会计团队', 'Accounting Team', null, 'D1080402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2322', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'C1319', 'stanley.qu', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2323', null, null, '车商城运营团队', 'NIO Accessory Shop Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2323', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2324', null, null, '服务运营,许昌', 'Service Operation, Xuchang', null, 'UO-XCH-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2324', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2324', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2325', 'SUPERVISORY_ORGANIZATION_20200518_30', null, '道服团队,南昌公司', 'Roadside Service Team, Nanchang Company', null, 'C109011702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2325', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '11923', 'zhou.hong', '03476;04271;04685;11261;12434;16305;26976', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2325', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2326', 'SUPERVISORY_ORGANIZATION-3-6767', null, '慕尼黑色彩面料设计团队', 'CMF Design MUC Team', null, 'A1011501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2326', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2327', 'DS', null, '内饰设计部', 'Interior Design Department', null, 'A10102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2327', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '29034', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2328', 'SUPERVISORY_ORGANIZATION-3-2327', null, 'Interior Design Team', 'Interior Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2328', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '29034', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2329', 'SUPERVISORY_ORGANIZATION-3-2327', null, 'Interior Design Team', 'Interior Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2329', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'EU0101', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2330', 'SUPERVISORY_ORGANIZATION-3-2326', null, 'CMF Design Team', 'CMF Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2330', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2331', 'SUPERVISORY_ORGANIZATION-3-2326', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2331', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2332', 'SUPERVISORY_ORGANIZATION-3-2326', null, 'CMF Team', 'CMF Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2332', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2333', 'SUPERVISORY_ORGANIZATION-3-2326', null, 'CMF Sub-team', 'CMF Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2333', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2334', 'SUPERVISORY_ORGANIZATION-3-2327', null, 'Interior Design Team', 'Interior Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2334', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '29034', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2335', 'SUPERVISORY_ORGANIZATION-3-2327', null, 'Interior Design Team', 'Interior Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2335', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '29034', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2335', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2336', 'SUPERVISORY_ORGANIZATION-3-2019', null, '数字化业务发展部', 'Digital Development Department', null, 'D11306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2336', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2337', 'SUPERVISORY_ORGANIZATION-3-928', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2337', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2337', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2338', 'SD-CVS-W', null, '智能仪器团队', 'Smart Instruments Team', null, 'A2020708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2338', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '09307', 'thomas.zhong', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2339', null, null, 'Infrastructure & Maintenance Team', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-11', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2339', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2339', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2340', null, null, 'Logistics Engineering Team', 'Logistics Engineering Team', null, 'MO-LOG-002-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2340', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2341', null, null, '数字安全部', 'Digital Security Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2341', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2342', 'SUPERVISORY_ORGANIZATION-3-4150', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2342', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, 'C0759', 'xuelei.kong', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2343', 'SD-IFS', null, '导航组', 'Navigation Team', null, 'A2030402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2343', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '02542', 'alex.liu', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2344', 'SUPERVISORY_ORGANIZATION-3-2128', null, '服务运营,沈阳公司', 'Service Operations, Shenyang Company', null, 'C137010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2344', null, '0', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '07008', 'hao.chen3', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2345', null, null, '服务运营', 'Service Operations', null, 'SO-SO-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2345', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2345', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2346', 'SUPERVISORY_ORGANIZATION-3-625', null, 'User Center, Shanghai', 'User Center, Shanghai', null, 'UO-SH-UC-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2346', null, '1', 'admin', '2022-05-26 17:19:12', null, null, null, null, null, null, '12934', 'cherry.lin', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2347', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队(空间运营),上海中心店', 'Store Operations Team (Space Operations), Shanghai Tower', null, 'C111010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2347', null, '0', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '03053', 'annie.ni', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2348', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2348', null, '0', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '02326', 'huan.liao', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2349', null, null, '制造运营中心部', 'Manufacturing Operations Center Department', null, 'MO-MOC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2349', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2350', null, null, '用户洞察及市场运营团队', 'User Insights & Marketing Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2350', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2351', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州公司', 'User Fellow Team, Suzhou Company', null, 'C1160107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2351', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '03086', 'jiyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2352', 'SUPERVISORY_ORGANIZATION-3-5361', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2352', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '07753', 'gengbiao.qian', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2353', null, null, '用户发展,黄山公司', 'User Development, Huangshan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2353', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2354', 'PE-PCD-001', null, '数据应用开发组', 'Data Application Development Sub-team', null, 'C157040101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2354', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C1050', 'mengna.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2355', 'SD-SAS', null, '软件开发', 'Software Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2355', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C1048', 'shen.yang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2356', 'SUPERVISORY_ORGANIZATION-3-1033', null, 'Infrastructure & Maintenance Team', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-011', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2356', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2356', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2357', null, null, '白泽测试团队', 'Super Scooper Team', null, 'A2070306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2357', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2358', 'GL', null, '制造物流运营', 'Manufacturing & Logistics Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2358', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', null, null, null, 'Corp', 'Tier 0', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2359', null, null, '工业化业务伙伴部', 'Industrialization BP Department', null, 'HR-IBD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2359', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2360', null, null, 'Energy Storage System Team', 'Energy Storage System Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2360', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2361', null, null, '数字化体验组', 'Digital Experience Sub-team', null, 'B103040601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2361', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2362', 'UC', null, 'UC策略规划部', 'UC Strategic Planning Department', null, 'UC-UDP-02-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2362', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2363', null, null, 'Corporate Quality Team', 'Corporate Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2363', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2364', 'SUPERVISORY_ORGANIZATION-3-470', null, 'SCR Online运营组', 'SCR Online Operation Sub-team', null, 'C103010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2364', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C0811', 'heidi.wang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2365', null, null, '大客户业务部门', 'Key Account Department', null, 'UO-SAN-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2365', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2366', null, null, 'Power Management Quality Department', 'Power Management Quality Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2366', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2367', 'SUPERVISORY_ORGANIZATION-3-2375', null, '道服管理组', 'Roadside Service Management Sub-team', null, 'B104080804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2367', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '12645', 'bin.jiang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2368', null, null, '网络管理部门', 'Network Management Department', null, 'SO-NTM-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2368', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2369', null, null, 'Partner Quality Management Team,EE', 'Partner Quality Management Team,EE', null, 'PU-PQM-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2369', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2370', 'SUPERVISORY_ORGANIZATION-3-691', null, '空调系统组', 'HVAC System Team', null, 'B002030703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2370', null, '0', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '07776', 'yu.yao1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2371', 'SD-SAS', null, '软件开发与创新部', 'Software Development & Innovation Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2371', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '03828', 'daniel.gao', 'C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2372', 'SUPERVISORY_ORGANIZATION-3-777', null, '软件产品上市团队', 'Digital Product Go To Market Team', null, 'A0010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2372', null, '0', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C1287', 'lio.peng', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2372', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2373', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(沈阳)', 'Human Resource Team (Shenyang)', null, 'D1010828', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2373', null, '0', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, '17628', 'wei.liu6', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2373', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2374', null, null, '道路服务团队,大连', 'Roadside Service Team, Dalian', null, 'SUPERVISORY_ORGANIZATION-3-1834-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2374', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2374', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2375', 'SUPERVISORY_ORGANIZATION-3-2228', null, '运营调度团队', 'Operation Dispatch Team', null, 'B1040808', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2375', null, '1', 'admin', '2022-05-26 17:19:13', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2375', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2376', 'PE-OAM', null, '工程服务部', 'Engineering Services Department', null, 'C15901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2376', null, '0', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0607', 'hanrui.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2377', 'SUPERVISORY_ORGANIZATION-3-6160', null, '安全管理团队', 'Safety Management Team', null, 'C1570502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2377', null, '0', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '07323', 'xilian.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2377', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2378', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程市场发展组', 'Engineering Business Development Team', null, 'C1590101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2378', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '07007', 'lei.yi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2378', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2379', 'PE-OAM', null, '能源区域管理部 (浙闽)', 'Regional Power Management Department (Zhejiang & Fujian)', null, 'C15913', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2379', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '02347', 'yuheng.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2380', 'PE-OAM', null, '充电运营团队', 'Charging Operation Team', null, 'PE-OS-COT', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2380', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2381', 'SUPERVISORY_ORGANIZATION-3-5358', null, '用户体验产品组', 'User Experience Product Sub-team', null, 'C157030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2381', null, '0', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0987', 'chongkui.jin', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2381', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2382', 'SUPERVISORY_ORGANIZATION-3-6154', null, '合作拓展团队', 'Partner Engagement Team', null, 'C1040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2382', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2383', null, null, '地区事务团队', 'Regional Supporting Team', null, 'PE-OS-RST', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2383', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2384', null, null, '地区事务团队', 'Regional Supporting Team', null, 'PE-OS-RST-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2384', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2384', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2385', 'PE-OAM', null, '能源区域管理团队 (东北)', 'Regional Power Management Team (Northeast)', null, 'C1590601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2385', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '12899', 'zhenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2385', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2386', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程综合支持组', 'Engineering General Support Sub-team', null, 'C104021601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2386', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0607', 'hanrui.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2387', 'SUPERVISORY_ORGANIZATION-3-2228', null, '系统规划团队', 'System Planning Team', null, 'C1570205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2387', null, '0', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2388', 'PE-PRD', null, '能源产品项目管理部', 'Power Products Project Management Department', null, 'C15805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2388', null, '0', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '29851', 'jintao.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2389', 'SUPERVISORY_ORGANIZATION-3-2387', null, '战略管理团队', 'Strategic Management Team', null, 'Code PE-SMT-002-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2389', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2389', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2390', null, null, 'Commercial Product Group', 'Commercial Product Group', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2390', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2391', null, null, 'Power Management, Suzhou', 'Power Management, Suzhou', null, 'CO-SUZ-001-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2391', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2391', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2392', null, null, 'One Click for Power Team', 'One Click for Power Team', null, 'PE-OS-OCPT-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2392', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2392', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2393', null, null, '能源服务团队,湖州', 'Power Service Team, Huzhou', null, 'B103200801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2393', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2393', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2394', null, null, '数字化业务运营团队', 'Digital Business Operations Team', null, 'DO-DGT-008-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2394', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2394', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2395', null, null, 'One Click for Power Team', 'One Click for Power Team', null, 'PE-OS-OCPT-012', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2395', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2395', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2396', null, null, 'One Click for Power Team', 'One Click for Power Team', null, 'PE-OS-OCPT-012', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2396', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2396', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2397', 'SUPERVISORY_ORGANIZATION-3-2231', null, 'Charging Operation Team', 'Charging Operation Team', null, 'PE-PE-COD-COT-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2397', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2397', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2398', null, null, 'Power Management, Suzhou', 'Power Management, Suzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2398', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2399', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务城市团队', 'Finance Central Team', null, 'D1030412', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2399', null, '0', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '02663', 'sofia.xiong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2399', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2400', 'SUPERVISORY_ORGANIZATION-3-550', null, 'Compute Design', 'Compute Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2400', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, '02566', null, '06058;09077;C0066;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2401', null, null, '项目管理团队', 'Project Management Team', null, 'UC-UOM-001-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2401', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2401', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2402', 'FN-CNP-005', null, '财务控制与计划团队', 'Controlling & Planning Department', null, 'FN-CNP-005-08', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2402', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, 'C0354', 'kathleen.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2402', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2408', null, null, '电池运营部', 'Battery Operations Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2408', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2409', null, null, '用户数字产品部', 'User Digital Product Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2409', null, '1', 'admin', '2022-05-26 17:19:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2410', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2410', null, '0', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '03049', 'xudong.zhang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2411', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2411', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, 'C1423', 'huaidong.tang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2412', 'SUPERVISORY_ORGANIZATION-3-1763', null, 'Service Operations2, Dalian', 'Service Operations2, Dalian', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2412', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '07637', 'andy.li1', '05554;17628', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2413', 'FN', null, '财务控制与计划部 (用户与服务-中国区域)', 'Controlling & Planning Department (U&S China Region)', null, 'D10304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2413', null, '0', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2414', null, null, 'Strategic Management Team', 'Strategic Management Team', null, 'PE-PE-SMT-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2414', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2414', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2415', 'SD-CVS-W', null, '远程车辆控制团队', 'Remote Vehicle Control Service Team', null, 'SD-CVS-W-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2415', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2416', 'SD-CVS-W', null, '远程车辆控制团队', 'Remote Vehicle Control Service Team', null, 'SD-CVS-W-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2416', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2416', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2417', null, null, 'Interior Design', 'Interior Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2417', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2417', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2418', null, null, '交付保障服务团队', 'Delivery Assurance Service Team', null, 'SO-TMA-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2418', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2418', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2419', 'SUPERVISORY_ORGANIZATION-3-1627', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2419', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '12468', 'catherine.du', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2420', 'SUPERVISORY_ORGANIZATION-3-3878', null, '数字座舱与软件开发', 'Digital Cockpit & Software Development', null, 'A203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2420', null, '0', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '14065', null, '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-2420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2421', null, null, 'Product Development HRBP Department', 'Product Development HRBP Department', null, 'OC-PDP-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2421', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2422', null, null, 'Operation Dispatch Team', 'Operation Dispatch Team', null, 'PE-ODT-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2422', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2422', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2423', 'GL', null, '执委会办公室', 'EC Office', null, 'EC-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2423', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2424', null, null, '执委会办公室', 'EC Office', null, 'EC-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2424', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2425', null, null, '网络发展部门', 'Network Development Department', null, 'UO-SAN-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2425', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2425', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2426', 'SUPERVISORY_ORGANIZATION-3-547', null, '领导力发展团队', 'Leadership Development Team', null, 'D1010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2426', null, '0', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2426', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2427', null, null, '战略规划组', 'Strategic Planning Sub-team', null, 'B104080901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2427', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2428', 'SUPERVISORY_ORGANIZATION-3-606', null, '服务能力发展组', 'Service Capacity Development Sub-team', null, 'C103020603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2428', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '03234', 'sean.shen', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2429', 'SUPERVISORY_ORGANIZATION-3-2303', null, 'Manufacturing Operations', 'Manufacturing Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2429', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '04855', 'xiuzhi.qi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2430', null, null, 'Exterior Design Team', 'Exterior Design Team', null, 'DS-EXD-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2430', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2431', 'SUPERVISORY_ORGANIZATION-3-633', null, 'Global Brand Design Department', 'Global Brand Design Department', null, 'Code DS-CRB-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2431', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '05381', null, '24209;31445', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2432', 'SUPERVISORY_ORGANIZATION-3-2426', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2432', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '15381', 'elwin.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2426', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2433', null, null, '用户洞察及满意度管理团队', 'User Insights & Satisfaction Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2433', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2434', 'SUPERVISORY_ORGANIZATION-3-646', null, '购车体验部', 'Vehicle Purchasing Experience Department', null, 'C10602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2434', null, '0', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '13276', 'xiaoshan.wang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2434', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2435', null, null, 'Infrastructure & Maintenance Team', 'Infrastructure & Maintenance Team', null, 'SUPERVISORY_ORGANIZATION-3-928-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2435', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2436', 'SUPERVISORY_ORGANIZATION-3-2800', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2436', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, '05783', 'dongming.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2437', null, null, '文化发展团队', 'Culture Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2437', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2438', null, null, '道路服务,烟台', 'Roadside Service, Yantai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2438', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2439', null, null, 'Service Operations2, Wenzhou', 'Service Operations2, Wenzhou', null, 'UO-WZ-SO2-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2439', null, '1', 'admin', '2022-05-26 17:19:15', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2439', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2440', 'SUPERVISORY_ORGANIZATION-3-3380', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2440', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '07134', 'hao.wang', '24209', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2441', 'SUPERVISORY_ORGANIZATION-3-3460', null, '电池产品工程技术团队', 'Battery product engineering technology team', null, 'A1040501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2441', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '13609', 'suyu.liu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2441', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2442', null, null, 'Energy Storage System Team', 'Energy Storage System Team', null, 'EP-ESS-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2442', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2442', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2443', 'SUPERVISORY_ORGANIZATION-3-2441', null, '工业化及现场应用团队', 'Field Application Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2443', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '13610', 'alex.xu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2441', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2444', null, null, 'Autonomous Driving Engineering Team', 'Autonomous Driving Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2444', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2444', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2445', null, null, 'Autonomous Driving Engineering Team', 'Autonomous Driving Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2445', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2445', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2446', 'SUPERVISORY_ORGANIZATION-3-2020', null, '交付工程部', 'Delivery Engineering Department', null, 'A21002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2446', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '13611', 'yunyue.cai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2446', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2447', 'SUPERVISORY_ORGANIZATION-3-3360', null, '产品验证团队', 'Product Validation Team', null, 'A2021002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2447', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'C1216', 'eric.chen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2448', 'SUPERVISORY_ORGANIZATION-3-3873', null, '数字化业务发展', 'Digital Development', null, 'A207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2448', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'C1048', 'shen.yang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2449', 'AD-ITD', null, '自动驾驶开发团队', 'Autonomous Driving Development Team', null, 'A2010309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2449', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'C0000', 'william.li', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2449', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2450', 'SUPERVISORY_ORGANIZATION-3-997', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2450', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '17180', 'zhaoyang.dong', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2451', null, null, 'Manufacturing Quality Assurance Team', 'Manufacturing Quality Assurance Team', null, 'Code QD-MFQ-MQA-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2451', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2452', null, null, 'EP Integration & Testing Team', 'EP Integration & Testing Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2452', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2452', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2453', 'EP-ESS', null, '电池前期项目团队', 'Battery Advanced Project Team', null, 'A1030603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2453', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '07279', 'shizhe.tzeng', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2454', 'SUPERVISORY_ORGANIZATION-3-6085', null, '用户中心,嘉兴公司', 'User Center, Jiaxing Company', null, 'C1650103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2454', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'C0874', 'leo.pang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2455', null, null, '电动力工程管理部', 'EP Engineering Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2455', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '13619', 'hong.cai', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2456', null, null, 'E-Drive System Team', 'E-Drive System Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2456', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2456', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2457', 'SUPERVISORY_ORGANIZATION-3-706', null, '功率电子&关键器件组', 'Power Electric & Key Component Sub-team', null, 'A10303020401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2457', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2458', null, null, 'Service Operations, Shanghai', 'Service Operations, Shanghai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2458', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2459', 'SUPERVISORY_ORGANIZATION-3-2466', null, '系统设计团队', 'System Design Team', null, 'A2020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2459', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2460', 'SUPERVISORY_ORGANIZATION-3-2459', null, '车身控制组', 'Body Domain Sub-team', null, 'A202060103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2460', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2461', 'SUPERVISORY_ORGANIZATION-3-2459', null, '能量管理组', 'Energy Management Sub-team', null, 'A202060105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2461', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2461', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2462', 'SD-CVS-W', null, '信息平台服务团队', 'Information Platform Services Team', null, 'A2020703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2462', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '02089', 'yong.liu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2463', 'SUPERVISORY_ORGANIZATION-3-2459', null, '功能安全组', 'Functional Safety Sub-team', null, 'A202060106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2463', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2464', 'SUPERVISORY_ORGANIZATION-3-2459', null, '网络组', 'Network Sub-team', null, 'A202060107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2464', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2465', 'SD-CVS-W', null, '远程车辆服务团队', 'Vehicle Telematics Services Team', null, 'A2020704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2465', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'C1348', 'junjie.shi', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2466', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字架构部', 'Digital Architecture Department', null, 'A20206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2466', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '15951', 'leo.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2467', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字系统中国', 'Digital Systems China', null, 'DSC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2467', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2468', 'SUPERVISORY_ORGANIZATION-3-960', null, '大客户业务团队', 'Key Account Business Team', null, 'B1030302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2468', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2469', 'SUPERVISORY_ORGANIZATION-3-2668', null, '运营部', 'Operation Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2469', null, '1', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '12337', 'daisy.zeng', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2470', 'SUPERVISORY_ORGANIZATION-3-2488', null, '数字座舱自动化测试团队', 'Digital Cockpit Automation Test Team', null, 'A2031203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2470', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '04204', 'yaxue.li', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2471', 'SUPERVISORY_ORGANIZATION-3-6708', null, '智能后端团队', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2471', null, '0', 'admin', '2022-05-26 17:19:16', null, null, null, null, null, null, '02367', 'hui.huang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2472', 'OC', null, '组织发展部', 'Organization Development Department', null, 'D10103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2472', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '10518', 'conan.jiang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2473', 'SUPERVISORY_ORGANIZATION-3-997', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2473', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '17180', 'zhaoyang.dong', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2474', null, null, 'External Installation Team', 'External Installation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2474', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, 'C0607', 'hanrui.yang', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2475', null, null, 'Non-Production Purchasing Team, City Division', 'Non-Production Purchasing Team, City Division', null, 'PU-NPP-013', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2475', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2475', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2476', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户发展,济南公司', 'User Development, Jinan Company', null, 'C130010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2476', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '20691', 'ying.shan', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2476', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2477', 'SUPERVISORY_ORGANIZATION-3-794', null, '功能集成与验证组', 'Function Integration and Verification Sub-Team', null, 'A209090302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2477', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '05416', 'yongquan.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2478', 'SUPERVISORY_ORGANIZATION-3-794', null, '软件回归测试组', 'SW Regression Test Sub-team', null, 'A201030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2478', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '05416', 'yongquan.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2478', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2479', 'SUPERVISORY_ORGANIZATION-3-497', null, 'Share Service Center Department', 'Share Service Center Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2479', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2480', null, null, '产品公关团队', 'Product PR Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2480', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2481', 'SUPERVISORY_ORGANIZATION-3-2420', null, 'Digital Cockpit & Software Development', 'Digital Cockpit & Software Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2481', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '14065', null, '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2482', 'SUPERVISORY_ORGANIZATION-3-2560', null, '日常运营管理团队', 'Daily Operation Management Team', null, 'C1610402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2482', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '08107', 'fei.xu', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2482', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2483', 'SUPERVISORY_ORGANIZATION-3-1192', null, '空间运营管理团队', 'NIO Space Operation Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2483', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '03992', 'benson.huang', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2484', null, null, '空间运营管理部', 'NIO Space Operation Management Department', null, 'UC-UOM-003-001-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2484', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2484', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2485', 'SUPERVISORY_ORGANIZATION-3-2618', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2485', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '06234', 'eric.ai', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2486', null, null, '电动力工程质量及投产团队', 'EP Engineering Quality & Launch Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2486', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2487', 'MO-MME-AMET', null, '智能制造组', 'Intelligent Manufacturing Sub-team', null, 'B301050403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2487', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '04285', 'xue.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2487', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2488', 'SUPERVISORY_ORGANIZATION-3-2420', null, '软件质量工程部', 'Software Quality Engineering Department', null, 'A20312', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2488', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2489', null, null, 'Business Purchasing Team, City Division', 'Business Purchasing Team, City Division', null, 'PU-NPP-012-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2489', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2490', 'SUPERVISORY_ORGANIZATION-3-1233', null, '冲压设备管理组', 'Stamping Equipment Management Sub-team', null, 'B301030802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2490', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2491', 'SUPERVISORY_ORGANIZATION-3-1233', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2491', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1233', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2492', 'SUPERVISORY_ORGANIZATION-3-1233', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2492', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '07528', 'tao.fu', '03321;06247;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1233', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2493', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Data Engineering', 'Data Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2493', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2493', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2494', null, null, '用户发展,郑州', 'User Development,Zhengzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2494', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2495', null, null, '传播团队', 'Communications Team', null, 'UD-COM-007-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2495', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2496', '20191225_SUPERVISORY_ORG_8', null, '门店运营团队,天津南京路店', 'Store Operations Team, Tianjin Nanjing Road', null, 'C121010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2496', null, '0', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '19064', 'wen.chen2', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2496', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2497', null, null, 'User Development, Xi\'an', 'User Development, Xi\'an', null, 'CO-XA-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2497', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, 'Xi\'an-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2498', 'DO-DGT-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2498', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, 'C0884', 'dongfei.tan', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2499', null, null, 'User Fellowship, Nantong', 'User Fellowship, Nantong', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2499', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2500', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安公司', 'User Fellow Team, Xi\'an Company', null, 'C118010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2500', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '09358', 'haowen.bai', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2500', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2501', null, null, '用户顾问,榆林', 'User Fellowship,Yulin', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2501', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, null, null, null, 'Yulin-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2502', 'SUPERVISORY_ORGANIZATION-3-2808', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2502', null, '1', 'admin', '2022-05-26 17:19:17', null, null, null, null, null, null, '09282', 'kit.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2808', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2503', null, null, 'Human Resource Team (Chongqing)', 'Human Resource Team (Chongqing)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2503', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, 'Chongqing-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2504', 'SUPERVISORY_ORGANIZATION-3-904', null, '城市运营,西宁', 'City Operation, Xining', null, 'C1180108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2504', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '09994', 'jeff.shi', '09821', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2505', null, null, '合规和风险管理部', 'Compliance & Risk Control Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2505', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2506', null, null, '区域运营,许昌', 'Regional Operation,Xuchang', null, 'UO-RO-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2506', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2507', null, null, '能源服务团队(拉萨)', 'Power Service Team (Lasa)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2507', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2508', null, null, '服务运营团队,拉萨', 'Service Operation Team, Lasa', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2508', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2509', 'SUPERVISORY_ORGANIZATION-3-2199', null, '用户发展,昆明公司', 'User Development, Kunming Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2509', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '12911', 'tina.huang', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2510', 'SUPERVISORY_ORGANIZATION-3-2807', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2510', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '09590', 'jie.chen4', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2807', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2511', 'SUPERVISORY_ORGANIZATION-3-8976', null, '数据探索团队', 'DataX Team', null, 'A2070210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2511', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '02765', 'xian.wang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2511', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2512', 'SUPERVISORY_ORGANIZATION-3-1524', null, '新产品导入团队', 'NPI Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2512', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '10513', 'pierre.wang', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2513', 'SUPERVISORY_ORGANIZATION-3-4792', null, '商业采购支持团队(业务伙伴及策略管理)', 'Commercial Purchasing Support Team (Commercial Planning & Management Office)', null, 'D1140203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2513', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '10295', 'liya.fa', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2513', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2514', null, null, '硬件设计组 ', 'Hardware Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2514', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, 'C0645', 'david.wu', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2515', 'SUPERVISORY_ORGANIZATION-3-1103', null, '质量战略与保证团队', 'Quality Strategy and Assurance Team', null, 'B0020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2515', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '07583', 'zhanhong.chen', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2516', 'SUPERVISORY_ORGANIZATION-3-812', null, 'Digital Security Department', 'Digital Security Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2516', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2516', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2517', 'SUPERVISORY_ORGANIZATION-3-2655', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2517', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '05952', 'candy.xin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2518', 'SUPERVISORY_ORGANIZATION-3-2655', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2518', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '09948', 'yincong.dong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2519', null, null, '城市运营,郑州', 'City Operation, Zhengzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2519', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2520', null, null, '区域运营,成都', 'Regional Operation, Chengdu', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2520', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, 'Chengdu-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2521', 'DO-DGT', null, '数字化设计团队', 'Digital Design Team', null, 'A2070108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2521', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2521', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2522', null, null, '项目管理团队', 'Project Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2522', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2523', 'SUPERVISORY_ORGANIZATION-3-2766', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2523', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '04717', 'jason.li1', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2766', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2524', 'SUPERVISORY_ORGANIZATION-3-563', null, '量产产品质量保证团队', 'CMQ Assurance Team', null, 'B0020606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2524', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '12218', 'adam.yan', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2525', 'SUPERVISORY_ORGANIZATION-3-904', null, '城市运营,兰州', 'City Operation, Lanzhou', null, 'C1180107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2525', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '05941', 'chao.zhou', '09821', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2525', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2526', 'SUPERVISORY_ORGANIZATION-3-1033', null, 'Infrastructure & Maintenance Team', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-010-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2526', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2526', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2527', 'SUPERVISORY_ORGANIZATION-3-904', null, '城市运营,银川', 'City Operation, Yinchuan', null, 'C1180109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2527', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '12221', 'sankily.li', '09821', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2528', 'SUPERVISORY_ORGANIZATION-3-904', null, '城市运营,乌鲁木齐', 'City Operation, Urumchi', null, 'C1180106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2528', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '05941', 'chao.zhou', '09821', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2528', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2529', null, null, 'User Commercial Service Team', 'User Commercial Service Team', null, 'UD-UCS-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2529', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2529', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2530', null, null, 'User Commercial Service Team', 'User Commercial Service Team', null, 'UD-UCS-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2530', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2530', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2531', 'UD-SAM', null, '策略与运营团队', 'Strategy & Operation Team', null, 'C1030203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2531', null, '0', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '04835', 'mingbo.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2532', 'SUPERVISORY_ORGANIZATION-3-3329', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2532', null, '1', 'admin', '2022-05-26 17:19:18', null, null, null, null, null, null, '16504', 'jia.zhou', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2533', null, null, '用户顾问团队,北京', 'User Fellowship Team,Beijing', null, 'Code CO-BJ-UF-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2533', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2534', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海虹桥南丰城', 'User Fellow Team, Shanghai HongQiaoNanFengCheng', null, 'C111011107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2534', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '09770', 'xin.fu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2534', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2535', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海万象城', 'User Fellow Team, Shanghai Wanxiangcheng', null, 'C111011101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2535', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '02973', 'chen.zhang', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2536', 'SUPERVISORY_ORGANIZATION-3-2303', null, 'Strategy & Planning Team', 'Strategy & Planning Team', null, 'SPT-010-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2536', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '04855', 'xiuzhi.qi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2536', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2537', null, null, '架构组', 'Architecture Sub-team', null, 'A202060101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2537', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2537', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2538', 'SUPERVISORY_ORGANIZATION-3-6936', null, '总装制造工程团队', 'General Assembly Manufacturing Engineering Team', null, 'B3011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2538', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '34347', 'jianbin.lu1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2538', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2539', 'SUPERVISORY_ORGANIZATION-3-1383', null, '信息/连通域组', 'Info/Connectivity Domain Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2539', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '02098', 'ashish.anand', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2540', 'SUPERVISORY_ORGANIZATION-3-2460', null, '车身控制组', 'Body Domin Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2540', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2541', null, null, '底盘/安全/ADAS组', 'Chassis/Safety/ADAS Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2541', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2542', 'SUPERVISORY_ORGANIZATION-3-2463', null, '功能安全组', 'Functional Safety Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2542', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2543', 'SD-CVS-W', null, '车辆数据应用团队', 'Vehicle Data Application Team', null, 'A2020705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2543', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'C1378', 'jiaxuan.guo', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2544', null, null, '产品投产团队', 'Product Launch Team', null, 'A3010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2544', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2544', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2545', 'SUPERVISORY_ORGANIZATION-3-5471', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2545', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '27793', 'pavel.ye', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2546', 'SUPERVISORY_ORGANIZATION-3-2278', null, '固件工程部', 'Firmware Engineering Department', null, 'A20202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2546', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2546', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2547', 'SUPERVISORY_ORGANIZATION-3-820', null, '产品开发团队', 'Product Engineering Team', null, 'A2021001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2547', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'C1203', 'colin.song', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2548', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字安全部', 'Digital Safety & Security Department', null, 'A20205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2548', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '25786', 'long.lu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2549', 'SUPERVISORY_ORGANIZATION-3-2278', null, '车联服务软件部', 'Connected Vehicle Services Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2549', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2550', 'SUPERVISORY_ORGANIZATION-3-2018', null, '硬件工程部', 'Hardware Engineering Department', null, 'A20201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2550', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '02273', null, '09077;09595;12313;15602;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2551', null, null, '项目部', 'Programs Department', null, 'A20203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2551', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2551', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2552', 'SUPERVISORY_ORGANIZATION-3-1784', null, '销售,太原公司', 'Sales, Taiyuan Company', null, 'C133010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2552', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '11397', 'neil.guo1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2552', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2553', 'SUPERVISORY_ORGANIZATION-3-4176', null, '社区内容团队', 'Community Content Team', null, 'C1011203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2553', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '33351', 'jie.shi', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2553', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2554', 'SUPERVISORY_ORGANIZATION-3-886', null, '产品体验设计团队', 'Product Experience Design Team', null, 'C1060501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2554', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '04449', 'wenhan.xiao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2555', 'SUPERVISORY_ORGANIZATION-3-886', null, '界面设计团队', 'Interface Design Team', null, 'C1060502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2555', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '04449', 'wenhan.xiao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2555', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2556', 'SUPERVISORY_ORGANIZATION-3-4660', null, '用户研究团队', 'User Research Team', null, 'C1060503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2556', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '12207', 'young.shen', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2557', 'SUPERVISORY_ORGANIZATION-3-646', null, '社区体验部', 'Community Experience Department', null, 'C10601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2557', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2557', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2558', 'SUPERVISORY_ORGANIZATION-3-2557', null, '产品运营组', 'Product Operation Sub-team', null, 'B106010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2558', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2559', null, null, 'Information Security', 'Information Security', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2559', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, 'U0085', null, null, 'San Jose-US', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2560', 'SUPERVISORY_ORGANIZATION-3-4835', null, '空间体验运营部', 'Space Experience Operation Department', null, 'C16104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2560', null, '0', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '07914', 'lei.zhang5', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2560', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2561', 'SUPERVISORY_ORGANIZATION-3-2200', null, '零售网络发展组', 'Retail Network Development Sub-Team', null, 'B103030302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2561', null, '1', 'admin', '2022-05-26 17:19:19', null, null, null, null, null, null, '02588', 'xinghua.nie', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2561', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2562', 'SUPERVISORY_ORGANIZATION-3-4835', null, '空间设计管理部', 'Space Design Project Management Department', null, 'C16103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2562', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '21021', 'lingyun.zhang', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2563', null, null, 'NSP组', 'NSP Sub-team', null, 'B103030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2563', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2564', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2564', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '10298', 'lisa.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2565', null, null, '用户中心,上海公司', 'User Center, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2565', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2566', null, null, 'Product Planning Team', 'Product Planning Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2566', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2566', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2567', 'SUPERVISORY_ORGANIZATION-3-1597', null, '服务运营,厦门公司', 'Service Operations, Xiamen Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2567', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '06464', 'jian.liang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1597', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2568', 'SUPERVISORY_ORGANIZATION-3-1854', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2568', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2569', 'SUPERVISORY_ORGANIZATION-3-969', null, '市场保障,郑州公司', 'Commercial Logistics, Zhengzhou Company', null, 'B1035305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2569', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2569', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2570', 'SD-AIS', null, '智能运营团队', 'Intelligent Operation Team', null, 'A2030906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2570', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '30767', 'yeming.xiao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2571', 'SD-AIS', null, '智能平台开发团队', 'Intelligent Platform Team', null, 'A2030905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2571', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '03474', 'jianbo.xian', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2572', null, null, 'Product Experience Design Group', 'Product Experience Design Group', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2572', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2573', 'SD-AIS', null, '智能自然语言处理团队', 'Intelligent Natural Language Processing Team', null, 'A2030907', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2573', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '02820', 'cyan.guo', '06263;09077;09595;12313;15602;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2573', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2574', 'OC', null, '整体薪酬部', 'Total Rewards Department', null, 'D10109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2574', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '42024', 'austin.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2575', 'SUPERVISORY_ORGANIZATION-3-2787', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2575', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '10298', 'lisa.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2576', 'OC-HRM-003', null, 'Culture Development Team', 'Culture Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2576', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '06715', 'owen.zhou', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'OC-HRM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2577', null, null, 'Culture Development Team', 'Culture Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2577', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2578', 'DS', null, '上海造型设计中心', 'Shanghai Automotive Design Studio', null, 'A10108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2578', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '13905', 'colin.phipps', '04966;05407', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2579', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Artificial Intelligence', 'Artificial Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2579', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2580', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Artificial Intelligence', 'Artificial Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2580', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2581', 'FN-TSR', null, 'Treasury Department', 'Treasury Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2581', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '03126', 'jessie.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN-TSR', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2582', null, null, 'Treasury Department', 'Treasury Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2582', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '06275', 'gang.zhao', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2583', 'FN-TSR', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2583', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '06275', 'gang.zhao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN-TSR', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2584', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(徐州)', 'Human Resource Team (Xuzhou)', null, 'D1010836', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2584', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2585', null, null, 'Power Management,Wuhan', 'Power Management,Wuhan', null, 'Code CO-WUH-PM-010-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2585', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2585', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2586', null, null, 'User Fellowship, Nanning', 'User Fellowship, Nanning', null, 'CO-NN-UF', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2586', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2586', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2587', 'SUPERVISORY_ORGANIZATION-3-4242', null, '门店运营团队,东莞国贸中心', 'Store Operations Team, Dongguan ITC', null, 'C151010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2587', null, '0', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, '05239', 'gean.zhang', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2588', null, null, 'User Development, Beijing', 'User Development, Beijing', null, 'CO-BJ-UD-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2588', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2589', null, null, '用户发展,北京', 'User Development, Beijing', null, 'CO-BJ-UD-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2589', null, '1', 'admin', '2022-05-26 17:19:20', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2590', 'SUPERVISORY_ORGANIZATION-3-620', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2590', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '16755', 'song.gao', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2591', 'SUPERVISORY_ORGANIZATION-3-1768', null, '在线顾问团队,北京公司', 'Online Consultant Team, Beijing Company', null, 'C112010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2591', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '22986', 'siyu.zhu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2592', null, null, '用户发展,北京公司', 'User Development, Beijing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2592', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2593', null, null, 'User Development, Dalian', 'User Development, Dalian', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2593', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '07637', 'andy.li1', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2594', null, null, 'Service Operations, Wenzhou', 'Service Operations, Wenzhou', null, 'CO-WZ-SO-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2594', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2594', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2595', null, null, '市场发展部', 'Business Development Department', null, 'PE-BDD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2595', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2595', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2596', 'PU', null, '供应链车身与外饰部', 'Supply Chain Body & Exterior Department', null, 'B30208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2596', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '02350', 'junjun.shi', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2596', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2597', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州万象城', 'User Fellow Team, Zhengzhou MIXC', null, 'C120010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2597', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '06002', 'kaiyan.zheng', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2597', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2598', 'SUPERVISORY_ORGANIZATION-3-1238', null, '服务代表团队,郑州公司', 'Service Representative Team, Zhengzhou Company', null, 'C120010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2598', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '24934', 'dongfang.bie', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2598', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2599', 'CD', null, '产品体验', 'Product Experience', null, 'A105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2599', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, 'C0001', 'ted.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-2599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2600', null, null, 'Program Management Department', 'Program Management Department', null, 'PM-PMD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2600', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2601', 'UD', null, '品牌传播策略部', 'Brand Communications Strategy Department', null, 'C10102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2601', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2602', 'SUPERVISORY_ORGANIZATION-3-2601', null, '企业/用户策略团队', 'Corporate/User Strategy Team', null, 'B1010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2602', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, 'C0152', 'rui.wan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2603', null, null, '品牌策略团队', 'Brand Strategy Team', null, 'B1010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2603', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2604', null, null, '产品策略团队', 'Product Strategy Team', null, 'B1010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2604', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2605', 'SUPERVISORY_ORGANIZATION-3-6727', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2605', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, 'C0076', 'vivian.chen', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2606', null, null, '数字座舱创新部', 'Digital Cockpit Innovation Department', null, 'A20302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2606', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2607', null, null, '效果媒介团队', 'Performance Media Team', null, 'B1010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2607', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2608', 'SUPERVISORY_ORGANIZATION-3-2298', null, '直播团队', 'Webcasting Team', null, 'C1010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2608', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '18868', 'xingyu.liu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2608', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2609', null, null, '品牌活动团队', 'Brand Events & Pop-up Exhibits Team', null, 'B1010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2609', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2609', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2610', null, null, '产品体验团队', 'Product Experience Team', null, 'B1010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2610', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2610', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2611', null, null, '赛事管理团队', 'Performance Program Team', null, 'B1010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2611', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2612', 'SUPERVISORY_ORGANIZATION-3-3431', null, '社交媒体营销团队', 'Social Marketing Team', null, 'C1011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2612', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2612', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2613', null, null, '市场协同团队', 'Market Coordination Team', null, 'B1010702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2613', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2613', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2614', 'SUPERVISORY_ORGANIZATION-3-2158', null, '企业与公共事务团队', 'Corporate & PA Team', null, 'C1490201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2614', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '04060', 'yuxiao.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2615', 'SUPERVISORY_ORGANIZATION-3-2158', null, '车型与NIO Life团队', 'Car & NIO Life Team', null, 'C1490202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2615', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, 'C0917', 'ziniu.shen', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2615', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2616', 'SUPERVISORY_ORGANIZATION-3-2158', null, '危机/区域公关团队', 'Crisis/Region PR Team', null, 'C1490203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2616', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '17637', 'lin.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2617', 'SUPERVISORY_ORGANIZATION-3-2616', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2617', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '17637', 'lin.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2618', 'SUPERVISORY_ORGANIZATION-3-777', null, '产品市场团队', 'Product Marketing Management Team', null, 'A0010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2618', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '12333', 'nan.zhang2', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2619', 'SUPERVISORY_ORGANIZATION-3-777', null, '产品上市团队', 'Product Go To Market Team', null, 'A0010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2619', null, '0', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '05105', 'erica.wang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2620', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'UIE产品管理团队', 'UIE Product Management Team-UIE', null, 'C1060301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2620', null, '1', 'admin', '2022-05-26 17:19:21', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2621', 'SUPERVISORY_ORGANIZATION-3-1590', null, '用户洞察及市场运营团队', 'User Insights & Marketing Operation Team', null, 'C1060302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2621', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2622', 'SUPERVISORY_ORGANIZATION-3-1590', null, '用户内容运营团队', 'User Content Operation Team', null, 'C1060303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2622', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2623', 'UD', null, '整合传播部', 'Integrated Marketing Communications Department', null, 'C10109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2623', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '05602', 'anne.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2623', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2624', 'SUPERVISORY_ORGANIZATION-3-2623', null, '产品传播团队', 'Product Campaign Team', null, 'C1010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2624', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '06132', 'sean.zhao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2625', 'SUPERVISORY_ORGANIZATION-3-2623', null, '品牌传播团队', 'Brand Campaign Team', null, 'C1010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2625', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '05602', 'anne.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2626', null, null, '传播物料团队', 'Asset Team', null, 'B1010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2626', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2626', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2627', 'SUPERVISORY_ORGANIZATION-3-2682', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2627', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '04272', 'rongrong.tan', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2628', null, null, '网络发展团队', 'Network Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2628', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2629', 'SUPERVISORY_ORGANIZATION-3-2317', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2629', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C1232', 'zihang.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2630', null, null, '人力资源部,济南', 'Human Resources, Jinan', null, 'OC-UEP-HRJN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2630', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2631', 'QD', null, 'EHS & 质量学院部', 'EHS & Quality Academy Department', null, 'B00208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2631', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0700', 'grace.zang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2632', 'SUPERVISORY_ORGANIZATION-3-1677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2632', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '05320', 'fuming.zhao', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2633', null, null, '用户顾问,汕头公司', 'User Fellowship, Shantou Company', null, 'B1033602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2633', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2634', null, null, '用户顾问,黄山公司', 'User Fellowship, Huangshan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2634', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2635', 'SUPERVISORY_ORGANIZATION-3-1518', null, 'User Center, Shanghai', 'User Center, Shanghai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2635', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '02491', 'kun.wang', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2636', 'SUPERVISORY_ORGANIZATION-3-1760', null, '物流团队-NLD', 'Logistics Team-NLD', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2636', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0084', 'jili.liu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2637', null, null, 'Service Operations Team, Guangzhou', 'Service Operations Team, Guangzhou', null, 'CO-GZ-SO-04', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2637', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2638', 'SUPERVISORY_ORGANIZATION-3-2578', null, '内饰设计团队', 'Interior Design Team', null, 'A1010805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2638', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0014', 'zeal.kim', '04966;05407', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2638', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2639', 'SUPERVISORY_ORGANIZATION-3-2578', null, '设计项目管理团队', 'Design Project Management Team', null, 'A1010807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2639', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '13905', 'colin.phipps', '04966;05407', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2639', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2640', 'SUPERVISORY_ORGANIZATION-3-6767', null, '上海色彩面料设计团队', 'CMF Design SH Team', null, 'A1011502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2640', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'EU0123', 'florian.schmid', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2640', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2641', 'DS-UXD', null, '上海UI/UX设计团队', 'Shanghai UI/UX Design Team', null, 'A1010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2641', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'DS-UXD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2642', null, null, '产品采购部', 'Product Purchasing Department', null, 'A30202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2642', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2642', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2643', 'FN-CNP-004', null, '财务团队(质量)', 'Finance Team (QD)', null, 'D1030503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2643', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0171', 'qing.zhu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2643', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2644', 'FN-CNP-004', null, '总部财务团队', 'Corporate Finance Team', null, 'D1030506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2644', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0171', 'qing.zhu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2644', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2645', null, null, '合肥投产组', 'Hefei Launch Sub-team', null, 'A002030401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2645', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2646', 'SUPERVISORY_ORGANIZATION-3-583', null, '挤出及压铸组', 'Extrusion & HPDC Sub-team', null, 'B00203010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2646', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0448', 'heaven.yu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2646', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2647', 'SUPERVISORY_ORGANIZATION-3-8705', null, '合肥底盘合作伙伴开发团队', 'NPC Chassis Team', null, 'B0020318', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2647', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '05847', 'liang.chen', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2648', 'PU-PQM-002', null, '制动与结构组', 'Brake & Structure Sub-team', null, 'B002030801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2648', null, '0', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C0598', 'james.shen', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2648', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2649', 'FN-CNP-002', null, '财务控制与计划团队(销售与支持)', 'Controlling & Planning Team (Sales & Support)', null, 'D1030603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2649', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, '10098', 'eason.chu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2650', 'FN', null, 'Investor Relations Department', 'Investor Relations Department', null, 'D10307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2650', null, '1', 'admin', '2022-05-26 17:19:22', null, null, null, null, null, null, 'C1319', 'stanley.qu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2650', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2651', 'SUPERVISORY_ORGANIZATION-3-2466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2651', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '15951', 'leo.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2652', 'SUPERVISORY_ORGANIZATION-3-3755', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2652', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '02250', 'michael.pu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2653', null, null, '用户发展,郑州', 'User Development, Zhengzhou', null, 'CO-ZHZ-UD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2653', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2653', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2654', 'FN-ATX', null, 'Tax Team', 'Tax Team', null, 'D1030103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2654', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2655', 'FN-ATX', null, '税务团队', 'Tax Team', null, 'D1030103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2655', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '04399', 'jieyi.yong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2656', 'FN-ATX', null, 'Internal Control Team', 'Internal Control Team', null, 'D1030104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2656', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2657', 'SUPERVISORY_ORGANIZATION-3-8118', null, '内控团队', 'Internal Control Team', null, 'D1031401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2657', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2657', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2658', 'FN-CNP-005', null, 'Finance Team (Business Admisnistration & Support)', 'Finance Team (Business Admisnistration & Support)', null, 'D1030307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2658', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, 'C0354', 'kathleen.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2659', 'FN-CNP-005', null, '财务团队(网络发展)', 'Finance Team (NTM)', null, 'D1030306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2659', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, 'C1045', 'eva.chen', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2659', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2660', 'FN-CNP-005', null, '财务团队(业务管理与支持)', 'Finance Team (Business Administration & Support)', null, 'D1030307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2660', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, 'C0354', 'kathleen.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2661', null, null, 'Quality Operation & Culture Team', 'Quality Operation & Culture Team', null, 'A0020103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2661', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2662', 'SUPERVISORY_ORGANIZATION-3-1103', null, '质量业务数字化团队', 'Quality Business Digitalization Team', null, 'B0020103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2662', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '06483', 'junquan.zhou', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2663', null, null, '投资者关系部', 'Investor Relations Department', null, 'D10307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2663', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2664', null, null, 'Product Quality Engineering Team', 'Product Quality Engineering Team', null, 'A0020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2664', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2664', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2665', null, null, 'Product Quality Engineering Team', 'Product Quality Engineering Team', null, 'A0020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2665', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2665', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2666', 'SUPERVISORY_ORGANIZATION-3-3061', null, '产品质量工程团队', 'Product Quality Engineering Team', null, 'B0020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2666', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '05196', 'bo.dong', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2666', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2667', 'PU-PQM-006', null, 'EDS/ESS 组', 'EDS/ESS Sub-team', null, 'B002030601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2667', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, 'C0410', 'terry.xu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2667', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2668', 'SUPERVISORY_ORGANIZATION-3-2179', null, '运营团队', 'Operation Team', null, 'C1100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2668', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '12337', 'daisy.zeng', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2669', 'SUPERVISORY_ORGANIZATION-3-691', null, '饰件系统组', 'Trim System Sub-team', null, 'B002030702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2669', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '04821', 'david.du1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2670', null, null, 'Organization Development Team', 'Organization Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2670', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2671', 'SUPERVISORY_ORGANIZATION-3-894', null, '机械件组', 'Mechanism Sub-team', null, 'B00203010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2671', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, 'C0449', 'kimber.ge', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2671', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2672', 'SUPERVISORY_ORGANIZATION-3-663', null, '精益制造组', 'Lean Manufacturing Sub-team', null, 'B301080401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2672', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '05786', 'kevin.zhang2', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2672', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2673', 'SUPERVISORY_ORGANIZATION-3-827', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2673', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '04743', 'dennis.wu', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2674', null, null, '软件质量部', 'Software Quality Department', null, 'A00207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2674', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, 'CL_PTIQ', 'Product Technology and Industrialization-Quality (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2675', 'SUPERVISORY_ORGANIZATION-3-798', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2675', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '04929', 'yingfeng.rao', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2676', 'SUPERVISORY_ORGANIZATION-3-798', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2676', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '05429', 'feng.nie', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2677', 'SUPERVISORY_ORGANIZATION-3-2070', null, '应用系统组', 'Application Sub-team', null, 'D108010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2677', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '09711', 'steven.min', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2678', null, null, '人力资源业务伙伴团队', 'HRBP Team', null, 'D1080202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2678', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2678', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2679', 'SUPERVISORY_ORGANIZATION-3-1526', null, '策略团队', 'Strategy Team', null, 'C1100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2679', null, '0', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, '07293', 'leon.zhou', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2679', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2680', 'SUPERVISORY_ORGANIZATION-3-2074', null, '财务分析团队', 'FP&A Team', null, 'D1080403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2680', null, '1', 'admin', '2022-05-26 17:19:23', null, null, null, null, null, null, 'C1319', 'stanley.qu', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2680', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2681', null, null, '法务部(融资租赁)', 'Legal Department (NIO Financial Leasing)', null, 'D10805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2681', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2681', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2682', '20200731_NIOFINSERVICE', null, '产品与市场部', 'Product & Marketing Department', null, 'C11006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2682', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '06681', 'naizhou.li', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2683', null, null, '电源管理,南昌', 'Power Management, Nanchang', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2683', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2683', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2684', 'QD', null, '软件质量部', 'Software Quality Department', null, 'B00207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2684', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '15644', 'wen.su', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2684', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2685', 'SUPERVISORY_ORGANIZATION-3-3061', null, 'F1质量运营支持团队', 'Quality Operation Support -F1 Team', null, 'B0020205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2685', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C0867', 'patrick.fang', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2685', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2686', 'QD-MQD-002', null, '尺寸工程匹配团队', 'Dimensional Engineering Matching Team', null, 'B0021003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2686', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '02374', 'lin.shi', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2686', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2687', 'SUPERVISORY_ORGANIZATION-3-2685', null, '质量保证组', 'QA Sub-team', null, 'B002020504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2687', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C0867', 'patrick.fang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2687', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2688', null, null, '商业分析团队', 'Business Analysis Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2688', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2689', null, null, 'UX设计团队', 'UX Design Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2689', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '16080', 'glen.gao', '09077;U0001', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2690', 'SUPERVISORY_ORGANIZATION-3-3061', null, '产品质量评审团队', 'Product Quality Audit Team', null, 'B0020206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2690', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C0727', 'xavier.wang', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2690', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2691', 'SUPERVISORY_ORGANIZATION-3-2867', null, '车辆资产团队', 'Vehicle Asset Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2691', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '02545', 'simon.dong', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2867', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2692', 'SUPERVISORY_ORGANIZATION-3-583', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2692', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '02075', 'frank.chi', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2693', 'SUPERVISORY_ORGANIZATION-3-894', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2693', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C0581', 'zero.zhang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-894', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2694', 'SUPERVISORY_ORGANIZATION-3-894', null, '外饰件系统组', 'Exterior System Sub-team', null, 'B002031003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2694', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C1425', 'xin.ma', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2694', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2695', null, null, '电机软件控制与架构组', 'Software Control & Architecture Sub-team', null, 'A10303020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2695', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2695', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2696', null, null, '硬件安全架构与集成组', 'HW Safety Architecture & Integration Sub-team', null, 'A10303020301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2696', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2697', 'EP-EDS-T-004', null, '信号电子与固件开发组', 'Signal Electric & Firmware Development Sub-team', null, 'A10303020302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2697', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2698', 'SUPERVISORY_ORGANIZATION-3-2612', null, '社交媒体营销团队', 'Social Marketing Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2698', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2612', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2699', null, null, 'Power Service Team', 'Power Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2699', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Jinan-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2700', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源服务团队,兰州', 'Power Service Team, Lanzhou', null, 'B104020705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2700', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2701', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源服务团队,乌鲁木齐', 'Power Service Team, Urumchi', null, 'B104020706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2701', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2702', null, null, '能源服务团队', 'Power Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2702', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Qingdao-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2703', 'SUPERVISORY_ORGANIZATION-3-706', null, '机械设计组', 'Mech Design Sub-team', null, 'A10303020402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2703', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, 'C1101', 'xinguo.wang', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2704', null, null, 'User Development, Hangzhou', 'User Development, Hangzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2704', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Hangzhou-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2705', null, null, 'IP Team', 'IP Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2705', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2706', null, null, '企业法务团队', 'Corporate Legal Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2706', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2707', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2707', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '07741', 'holly.wu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2708', null, null, '企业法务团队', 'Corporate Legal Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2708', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2709', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2709', null, '0', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '33834', 'rolinda.zhu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2710', null, null, '能源服务团队', 'Power Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2710', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, null, null, null, 'Qingdao-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2711', 'SUPERVISORY_ORGANIZATION-3-1968', null, '用户体验交付中心团队', 'Employees Experience & Delivery Center Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2711', null, '1', 'admin', '2022-05-26 17:19:24', null, null, null, null, null, null, '13746', 'jason.tian', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1968', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2712', 'SUPERVISORY_ORGANIZATION_20200518_12', null, '道服团队,贵阳公司', 'Roadside Service Team, Guiyang Company', null, 'C109010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2712', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '09199', 'hao.ma', '03476;04271;04685;11261;12606;16305;26976', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2713', null, null, '区域运营,西宁公司', 'Regional Operation, Xining Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2713', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, 'Xining-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2714', null, null, '智能研究团队', 'Intelligent Research Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2714', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2715', 'SUPERVISORY_ORGANIZATION-3-1660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2715', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '10339', 'sifen.chen', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2716', null, null, '能源服务团队', 'Power Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2716', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, 'Jinhua-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2717', 'DO-DGT-009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2717', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '41771', 'yifeng.fu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2718', 'SUPERVISORY_ORGANIZATION-3-8976', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2718', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '07292', 'jiahuan.chen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2719', 'SUPERVISORY_ORGANIZATION-3-4150', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2719', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '03466', 'lei.you', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2720', 'SUPERVISORY_ORGANIZATION-3-8730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2720', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '31301', 'sheng.yan', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2721', 'DO-DGT-009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2721', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C1048', 'shen.yang', '15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2722', 'SUPERVISORY_ORGANIZATION-3-1525', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2722', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '06294', 'xunbo.zhang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2723', 'SUPERVISORY_ORGANIZATION-3-1525', null, '极速开发团队', 'Fast Engine Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2723', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '03751', 'mars.yu', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2724', null, null, '极速开发团队', 'Fast Engine Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2724', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2725', 'DO-DGT-005', null, '极速开发团队', 'Fast Engine Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2725', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C0884', 'dongfei.tan', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2726', 'SUPERVISORY_ORGANIZATION-3-810', null, '白泽测试团队', 'Super Scooper Team', null, 'A2070306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2726', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '02030', 'linzhong.song', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2727', null, null, '白泽测试团队', 'Super Scooper Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2727', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, 'Beijing-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2728', 'SUPERVISORY_ORGANIZATION-3-470', null, '知识库管理团队', 'Knowledge Base Maintenance Team', null, 'C1550503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2728', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '05865', 'shine.zhu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2728', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2729', 'FN', null, '内审部', 'Internal Audit Department', null, 'D10309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2729', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '16981', 'yijun.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2730', null, null, '测试团队,电力云', 'Testing Team,Power Cloud', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2730', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2731', null, null, '电力云团队', 'Power Cloud Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2731', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2732', 'SUPERVISORY_ORGANIZATION-3-964', null, '系统支持和应急处理组', 'Backstage & Emergency Handling Sub-team', null, 'C157040203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2732', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2732', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2733', null, null, '用户体验交付中心团队', 'Employees Experience & Delivery Center Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2733', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '12566', 'wenfeng.yuan', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2734', 'SUPERVISORY_ORGANIZATION-3-3271', null, '技术团队,重庆公司', 'Technical Team, Chongqing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2734', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '03235', 'chuandong.guo', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3271', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2735', 'MO-PHF', null, '总装生产团队', 'GA Production Team', null, 'B3010304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2735', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2735', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2736', 'VE-BDE-002', null, '车身结构-下车体组', 'Body Structure - Underbody Sub-team', null, 'A102100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2736', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C0634', 'modern.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2737', 'VE-BDE-002', null, '车身结构-可行性和成本控制组', 'Body Structure - FCC Sub-team', null, 'A102100103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2737', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C1392', 'mark.cheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2738', 'VE-BDE-002', null, '开闭件金属结构组', 'Closure Sheet Metal Sub-Team', null, 'A102100105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2738', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C0227', 'leon.lin', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2739', 'VE-BDE-002', null, '前后盖系统结构组', 'L4 前后盖系统结构组', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2739', null, '1', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, 'C1392', 'mark.cheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2739', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2740', 'SUPERVISORY_ORGANIZATION-3-578', null, '门盖功能件组', 'Closure E-mechanical Sub-team', null, 'A102100204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2740', null, '0', 'admin', '2022-05-26 17:19:25', null, null, null, null, null, null, '03771', 'may.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2740', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2741', 'SUPERVISORY_ORGANIZATION-3-4549', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2741', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '02516', 'xiancai.xing', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2742', null, null, '渠道管理团队', 'Leads Management Team', null, 'B1030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2742', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2743', 'SUPERVISORY_ORGANIZATION-3-1233', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2743', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '12888', 'qiang.sun1', '03321;06247;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1233', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2744', 'SUPERVISORY_ORGANIZATION-3-2531', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2744', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '04287', 'linyun.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2745', 'SUPERVISORY_ORGANIZATION-3-504', null, '产品开发和工业化人才招募团队', 'PD & Industrialization Talent Acquisition Team', null, 'D1010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2745', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2746', 'SUPERVISORY_ORGANIZATION-3-2531', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2746', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '06279', 'yumin.gao', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2747', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(合肥)', 'Human Resource Team (Hefei)', null, 'D1010812', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2747', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '04006', 'chris.wang2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2748', 'MO-LOG-004', null, '生产计划及制造物料清单管理组', 'Production Planning & MBOM Sub-team', null, 'B301040101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2748', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '02519', 'wei.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2749', 'MO-LOG-004', null, '物料风险及计划管理组', 'Material Planning & Risk Management Sub-team', null, 'B301040102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2749', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '05528', 'yingchao.sun', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2750', 'VE-CHE', null, '底盘集成及验证团队', 'Chassis Integration & Validation Team', null, 'A1020403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2750', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C1373', 'roy.xu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2751', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(济南)', 'Human Resource Team (Jinan)', null, 'D1010827', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2751', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '10729', 'connie.he', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2752', 'MO-LOG-003', null, '物流成本管理组', 'Logistics Cost Management Sub-team', null, 'B301040301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2752', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '04823', 'kuan.yu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2753', 'MO-LOG-003', null, '物流项目管理组', 'Logistics Projects Management Sub-team', null, 'B301040302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2753', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C0610', 'jamie.xu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2753', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2754', 'VE-CHE', null, '底盘结构团队', 'Chassis Structure Team', null, 'A1020409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2754', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C1375', 'qunfei.yao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2755', 'VE-EEE-001', null, '车灯支持组', 'EE Lighting Support Sub-team', null, 'A102050104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2755', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C0332', 'yongkun.yu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2756', 'PE-OAM', null, '能源区域管理部 (北京)', 'Regional Power Management Department (Beijing)', null, 'C15903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2756', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '05778', 'long.li', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2757', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(南昌)', 'Human Resource Team (Nanchang)', null, 'D1010835', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2757', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '12434', 'selina.qian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2758', 'SUPERVISORY_ORGANIZATION-3-977', null, 'F1生产计划&控制组', 'F1 Production Plan & Control Sub-team', null, 'B301040703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2758', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '04828', 'qiang.zhang1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2759', 'MO-MME-002', null, 'F1项目实施组', 'F1 Project Implement Sub-team', null, 'B301050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2759', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '08362', 'wenhua.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2759', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2760', 'MO-MME-002', null, '前期SE组', 'Body SE Sub-team', null, 'B301050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2760', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '08362', 'wenhua.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2761', 'SUPERVISORY_ORGANIZATION-3-5798', null, 'F1尺寸改进组', 'F1 Dimension Improving Sub-team', null, 'B301050601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2761', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '03706', 'bohao.zheng', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2761', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2762', 'SUPERVISORY_ORGANIZATION-3-6935', null, '车身制造工程连接工艺组', 'F1 Joint Sub-team', null, 'B301051004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2762', null, '1', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '03345', 'miaojin.qu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2763', 'SUPERVISORY_ORGANIZATION-3-847', null, '模具管理团队', 'Tooling Management Team', null, 'A1021202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2763', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C0882', 'huiying.zheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2763', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2764', 'SUPERVISORY_ORGANIZATION-3-6937', null, 'CCRM团队', 'Control/Conveyor/ Robot/Mechanical Team', null, 'B3010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2764', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '25407', 'judge.wu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2764', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2765', 'VE-VPG', null, '产品工程及工程项目管理团队', 'Product Engineering & Quality Integration Team', null, 'A1020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2765', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C0388', 'sonia.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2765', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2766', 'SUPERVISORY_ORGANIZATION-3-571', null, '用户体验赋能团队', 'User Experience Enabling Team', null, 'C1030405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2766', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '06454', 'frederick.bai', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2766', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2767', 'SUPERVISORY_ORGANIZATION-3-847', null, '整车工程投产团队', 'VE Launch Team', null, 'A1021201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2767', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C1206', 'leo.liang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2767', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2768', 'UD-SAM', null, '区域销售支持团队', 'Region Teamsales Support Team', null, 'C1030207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2768', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, '05896', 'lei.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2769', 'MO-MME-001', null, '冲压模具A组', 'Stamping Tooling A Sub-team', null, 'B301050202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2769', null, '0', 'admin', '2022-05-26 17:19:26', null, null, null, null, null, null, 'C0372', 'mark.lv', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2770', 'MO-MME-001', null, '冲压设备组', 'Stamping Equipment Sub-team', null, 'B301050203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2770', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '03252', 'eric.wang2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2771', 'SUPERVISORY_ORGANIZATION-3-6936', null, '涂装制造工程团队', 'Paint Shop Manufacturing Engineering Team', null, 'B3011002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2771', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0892', 'gleen.guo', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2772', null, null, 'User Experience Training Enabling Team', 'User Experience Training Enabling Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2772', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2773', 'SUPERVISORY_ORGANIZATION-3-8289', null, '制造材料工艺组', 'Manufacturing Material & Process Sub-Team', null, 'B301120201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2773', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '33722', 'pengpeng.liu1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2773', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2774', 'SUPERVISORY_ORGANIZATION-3-547', null, '组织赋能中心团队', 'Organization Empowerment Centre Team', null, 'D1010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2774', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2775', 'SUPERVISORY_ORGANIZATION-3-2538', null, '总装同步工程组', 'GA SE Sub-team', null, 'B301100103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2775', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0623', 'alfred.chen', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2776', 'SUPERVISORY_ORGANIZATION-3-2538', null, '总装工艺1组', 'GA Process 1 Sub-team', null, 'B301100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2776', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C1227', 'yuan.fang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2777', 'SUPERVISORY_ORGANIZATION-3-6940', null, '工艺实施组', 'Process Execution Sub-team', null, 'B301100301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2777', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C1177', 'xiao.yang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2778', 'SUPERVISORY_ORGANIZATION-3-2538', null, '总装设备组', 'GA Equipment Sub-team', null, 'B301100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2778', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '02986', 'eason.he', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2779', 'SUPERVISORY_ORGANIZATION-3-497', null, '员工体验产品团队', 'Employee Experience Product Team', null, 'D1010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2779', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0077', 'xiaojing.ji', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2780', 'SUPERVISORY_ORGANIZATION-3-2303', null, '工业工程团队', 'Industrial Engineering Team', null, 'B3010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2780', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '23984', 'pengfei.lv', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2781', 'SUPERVISORY_ORGANIZATION-3-2303', null, '制造体系及流程管理团队', 'Manufacturing System & Process Management Team', null, 'B3010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2781', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '04855', 'xiuzhi.qi', '03321;06247', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2782', null, null, 'Design to launch Management Team', 'Design to launch Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2782', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2782', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2784', 'PE-LMG', null, '投产项目管理团队', 'Launch Project Management Team', null, 'C1580101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2784', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '05311', 'hao.yang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2785', null, null, 'AC Sub-team', 'AC Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2785', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2786', 'SUPERVISORY_ORGANIZATION-3-497', null, '平台建设产品团队', 'Platform Building Product Team', null, 'D1010504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2786', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '13746', 'jason.tian', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2787', 'SUPERVISORY_ORGANIZATION-3-497', null, '员工关系团队', 'Employee Relationship Team', null, 'D1010505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2787', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '13746', 'jason.tian', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2788', 'SUPERVISORY_ORGANIZATION-3-2051', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2788', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0925', 'hannah.han', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2051', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2789', 'SUPERVISORY_ORGANIZATION-3-703', null, '软件技术业务伙伴团队', 'Software Technology HRBP Team', null, 'D1010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2789', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '13036', 'fion.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2790', 'SUPERVISORY_ORGANIZATION-3-5443', null, '企业治理业务伙伴团队', 'Administration & Support HRBP Team', null, 'D1011101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2790', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0031', 'hong.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2790', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2791', 'SUPERVISORY_ORGANIZATION-3-5443', null, 'SPARKS团队', 'SPARKS Team', null, 'D1011102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2791', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2792', null, null, '用户顾问,石家庄', 'User Fellowship,Shijiazhuang', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2792', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2793', 'PE-PCD-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2793', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '02180', 'leo.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PCD-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2794', 'PE-PCD-001', null, '数据产品,挖掘和算法建模组', 'Product Algorithm and Intelligence Sub-team', null, 'C157040103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2794', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2795', 'PE-PCD', null, '能源数字化项目管理团队', 'Power Digital Project Management Team', null, 'C1570303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2795', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '12849', 'jiajun.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2795', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2796', 'SUPERVISORY_ORGANIZATION-3-2795', null, '项目管理组', 'Project Management Sub-team', null, 'C104030604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2796', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '12849', 'jiajun.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2796', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2797', 'SUPERVISORY_ORGANIZATION-3-1161', null, 'UX组', 'UX Sub-team', null, 'C104030605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2797', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0579', 'brad.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2797', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2798', 'PE-SPL', null, '标准法规团队', 'Standards and Regulations Team', null, 'C1580301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2798', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0430', 'terry.lai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2799', 'SUPERVISORY_ORGANIZATION-3-2387', null, '数据运营组', 'Data Operation Sub-team', null, 'C157020501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2799', null, '0', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2800', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程运营维护组', 'Engineering Operation & Maintenance Team', null, 'C1590102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2800', null, '1', 'admin', '2022-05-26 17:19:27', null, null, null, null, null, null, 'C0970', 'sean.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2801', 'SUPERVISORY_ORGANIZATION-3-2800', null, '维护管理', 'Maintenance Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2801', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '05967', 'fernando.li', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2802', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2802', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '08781', 'caden.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2803', null, null, '新业务团队', 'New Business Team', null, 'B1040806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2803', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2803', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2804', null, null, '充电运营团队', 'Charging Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2804', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2805', 'SUPERVISORY_ORGANIZATION-3-2228', null, '充电业务团队', 'Charging Operation Team', null, 'C1570201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2805', null, '0', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '07321', 'chunhui.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2806', 'SUPERVISORY_ORGANIZATION-3-2382', null, '市场拓展组', 'Marketing Development Sub-team', null, 'C104020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2806', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2806', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2807', 'SUPERVISORY_ORGANIZATION-3-2382', null, '渠道发展组', 'Trade Marketing Sub-team', null, 'C104020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2807', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2807', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2808', 'SUPERVISORY_ORGANIZATION-3-2382', null, '业务发展组', 'Commerce Development Sub-team', null, 'C104020103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2808', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2808', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2809', 'SUPERVISORY_ORGANIZATION-3-2385', null, '电源管理区域运营(东北)', 'Regional Power Management Operation(Northeast)', null, 'B104020302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2809', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '12899', 'zhenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2809', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2810', 'SUPERVISORY_ORGANIZATION-3-2385', null, '能源区域合作拓展组(东北)', 'Regional Power Management Partner Engagement Sub-team (Northeast)', null, 'C159060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2810', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '12899', 'zhenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2810', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2811', 'SUPERVISORY_ORGANIZATION-3-2756', null, '电源管理区域运营(北京)', 'Regional Power Management Operation(Beijing)', null, 'B104020402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2811', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '05778', 'long.li', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2811', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2812', 'SUPERVISORY_ORGANIZATION-3-2756', null, '能源区域工程团队(北京)', 'Regional Power Management Engineering Service Team (Beijing)', null, 'C1590301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2812', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '30408', 'noah.yao', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2812', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2813', null, null, 'Regional Power Management Partner Engagement(Beijing)', 'Regional Power Management Partner Engagement(Beijing)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2813', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, null, null, null, 'Beijing-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2814', 'SUPERVISORY_ORGANIZATION-3-2756', null, '能源区域合作拓展团队(北京)', 'Regional Power Management Partner Engagement Team (Beijing)', null, 'C1590302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2814', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '05778', 'long.li', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2815', 'SUPERVISORY_ORGANIZATION-3-2385', null, '能源区域工程组(东北)', 'Regional Power Management Engineering Service Sub-team (Northeast)', null, 'C159060101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2815', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '33491', 'xin.yu1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2816', 'SUPERVISORY_ORGANIZATION-3-769', null, '能源区域工程组(华北)', 'Regional Power Management Engineering Service Sub-team (North)', null, 'C159050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2816', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '03233', 'bruce.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2817', 'SUPERVISORY_ORGANIZATION-3-769', null, '电源管理区域运营(华北)', 'Regional Power Management Operation(North)', null, 'B104020502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2817', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '18817', 'xiwei.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2817', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2818', 'SUPERVISORY_ORGANIZATION-3-769', null, '能源区域合作拓展组(华北)', 'Regional Power Management Partner Engagement Sub-team (North)', null, 'C159050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2818', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '18817', 'xiwei.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2819', 'SUPERVISORY_ORGANIZATION-3-770', null, '能源区域工程组(山东)', 'Regional Power Management Engineering Service Sub-team (Shandong)', null, 'C159080101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2819', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '08941', 'changjun.jian', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2820', 'SUPERVISORY_ORGANIZATION-3-770', null, '电源管理区域运营(山东)', 'Regional Power Management Operation(Shandong)', null, 'B104020602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2820', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2821', 'SUPERVISORY_ORGANIZATION-3-770', null, '能源区域合作拓展组(山东)', 'Regional Power Management Partner Engagement Sub-team (Shandong)', null, 'C159080102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2821', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2821', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2822', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源区域工程组(西北)', 'Regional Power Management Engineering Service Sub-team (Northwest)', null, 'C159070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2822', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '06147', 'longfei.li', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2823', 'SUPERVISORY_ORGANIZATION-3-814', null, '电源管理区域运营(西北)', 'Regional Power Management Operation(Northwest)', null, 'B104020702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2823', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2823', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2824', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源区域合作拓展组(西北)', 'Regional Power Management Partner Engagement Sub-team (Northwest)', null, 'C159070102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2824', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2825', 'PE-OAM-001', null, '能源区域工程团队(华中)', 'Regional Power Management Engineering Service Team (Central)', null, 'C1590401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2825', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2826', 'PE-OAM-001', null, '电源管理区域运营(华中)', 'Regional Power Management Operation(Central)', null, 'B104020802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2826', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2827', 'PE-OAM-001', null, '能源区域合作拓展团队(华中)', 'Regional Power Management Partner Engagement Team (Central)', null, 'C1590402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2827', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2828', 'SUPERVISORY_ORGANIZATION-3-661', null, '能源区域工程团队(西南)', 'Regional Power Management Engineering Service Team (Southwest)', null, 'C1591201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2828', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '09984', 'richard.liu1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2829', 'SUPERVISORY_ORGANIZATION-3-661', null, '电源管理区域运营(西南)', 'Regional Power Management Operation(Southwest)', null, 'B104020902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2829', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '21294', 'patrick.gong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2829', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2830', 'SUPERVISORY_ORGANIZATION-3-661', null, '能源区域合作拓展团队(西南)', 'Regional Power Management Partner Engagement Team (Southwest)', null, 'C1591202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2830', null, '1', 'admin', '2022-05-26 17:19:28', null, null, null, null, null, null, '21294', 'patrick.gong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2830', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2831', null, null, 'Regional Power Management Engineering Service(Zhejiang & Fujian', 'Regional Power Management Engineering Service(Zhejiang & Fujian', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2831', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2832', 'PE-OAM', null, '能源区域工程团队(浙闽)', 'Regional Power Management Engineering Service Team (Zhejiang&Fujian)', null, 'C1591301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2832', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '03166', 'laizao.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2833', 'SUPERVISORY_ORGANIZATION-3-2379', null, '电源管理区域运营(浙闽)', 'Regional Power Management Operation(Zhengjiang&Fujian)', null, 'B104021002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2833', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '02347', 'yuheng.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2833', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2834', 'PE-OAM', null, '能源区域合作拓展团队(浙闽)', 'Regional Power Management Partner Engagement Team (Zhejiang&Fujian)', null, 'C1591302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2834', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '02347', 'yuheng.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2834', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2835', 'SUPERVISORY_ORGANIZATION-3-1178', null, '能源区域工程团队(皖苏)', 'Regional Power Management Engineering Service Team (Anhui&Jiangsu)', null, 'C1590201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2835', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '02054', 'rendong.yuan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2836', 'SUPERVISORY_ORGANIZATION-3-1178', null, '电源管理区域运营(苏皖)', 'Regional Power Management Operation(Jiangsu&Anhui)', null, 'B104021102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2836', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C1034', 'harper.yao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2837', 'PE_SUPERVISORY_ORGANIZATION_38', null, '能源区域合作拓展团队(皖苏)', 'Regional Power Management Partner Engagement Team (Anhui&Jiangsu)', null, 'C1590202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2837', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '08780', 'wei.liu3', '03275;03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'PE_SUPERVISORY_ORGANIZATION_38', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2838', 'SUPERVISORY_ORGANIZATION-3-1068', null, '能源区域工程团队(华南)', 'Regional Power Management Engineering Service Team (South)', null, 'C1591101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2838', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '18738', 'mei.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2838', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2839', 'SUPERVISORY_ORGANIZATION-3-1068', null, '电源管理区域运营(华南)', 'Regional Power Management Operation(South)', null, 'B104021202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2839', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '02742', 'xu.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2839', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2840', 'SUPERVISORY_ORGANIZATION-3-1068', null, '能源区域合作拓展团队(华南)', 'Regional Power Management Partner Engagement Team (South)', null, 'C1591102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2840', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '10709', 'haoran.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2840', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2841', 'SUPERVISORY_ORGANIZATION-3-1203', null, '能源区域工程团队(深汕)', 'Regional Power Management Engineering Service Team (Shenzhen&Shantou)', null, 'C1591001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2841', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '08877', 'jiongfeng.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2842', 'SUPERVISORY_ORGANIZATION-3-1203', null, '电源管理区域运营(深汕)', 'Regional Power Management Operation(Shenzhen&Shantou)', null, 'B104021302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2842', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2843', 'SUPERVISORY_ORGANIZATION-3-1203', null, '能源区域合作拓展团队(深汕)', 'Regional Power Management Partner Engagement Team (Shenzhen&Shantou)', null, 'C1591002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2843', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C1252', 'leonor.jia', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2844', 'PE_SUPERVISORY_ORGANIZATION_9', null, '能源区域工程团队(上海)', 'Regional Power Management Engineering Service Team (Shanghai)', null, 'C1590901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2844', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '07332', 'eredawn.su', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2845', 'SUPERVISORY_ORGANIZATION-3-1407', null, '电源管理区域运营(上海)', 'Regional Power Management Operation(Shanghai)', null, 'B104021402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2845', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '10428', 'lei.deng', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2846', 'SUPERVISORY_ORGANIZATION-3-1407', null, '能源区域合作拓展团队(上海)', 'Regional Power Management Partner Engagement Team (Shanghai)', null, 'C1590902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2846', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '10428', 'lei.deng', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2847', null, null, '用户顾问,合肥公司', 'User Fellowship, Hefei Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2847', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2848', null, null, '市场及大客户团队', 'Marketing & KA Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2848', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2849', 'VE-VIT-006', null, '整车项目验证组', 'VI Program Validation Sub-team', null, 'A102130101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2849', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '04056', 'ming.chen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2850', 'SUPERVISORY_ORGANIZATION-3-3368', null, '试验室和试验场运营团队', 'Lab&PG Operation Team', null, 'A1021303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2850', null, '0', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C1125', 'likai.deng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2850', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2851', 'VE-VIT-002-06', null, '热管理组', 'Thermal Sub-team', null, 'A102140301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2851', null, '0', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C0330', 'limin.jiang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2852', 'VE-VIT-002-06', null, '空气动力学组', 'Aero Sub-team', null, 'A102140302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2852', null, '0', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C0095', 'bob.jiang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2853', 'VE-VIT-008', null, '数字模型组', 'Digital Mockup Sub-team', null, 'A102070203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2853', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '02151', 'shiwei.lu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2854', null, null, '外饰DTC组', 'Exterior DTC Sub-team', null, 'A102070302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2854', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2855', 'VE-VIT-001', null, '设计集成组', 'Design Integration Sub-team', null, 'A102160204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2855', null, '0', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C0085', 'oscar.chouza', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2856', 'VE-VIT-005', null, '安全仿真组', 'Safety CAE Sub-team', null, 'A102150203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2856', null, '0', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2857', null, null, 'Strategic Management Team', 'Strategic Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2857', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2858', 'SUPERVISORY_ORGANIZATION-3-645', null, '前提概念工程-平台组', 'Advanced concepts - Platform Sub-tam', null, 'A102070502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2858', null, '1', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, 'C0085', 'oscar.chouza', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2859', 'VE-VIT-004', null, '认证组', 'Homologation Sub-team', null, 'A102130202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2859', null, '0', 'admin', '2022-05-26 17:19:29', null, null, null, null, null, null, '11944', 'jie.pan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2860', null, null, 'Charging Operation Team', 'Charging Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2860', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2861', null, null, 'VE Tooling Sub-team', 'VE Tooling Sub-team', null, 'A102060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2861', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2862', 'SUPERVISORY_ORGANIZATION-3-2849', null, '整车项目验证组', 'VI Program Validation Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2862', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '03519', 'ruifang.ju', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2863', 'SO-SEG', null, '维修配件团队', 'Maintenance Parts Team', null, 'C1050406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2863', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '10176', 'allen.yuan', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2864', 'SO-SPG', null, '保险运营与创新团队', 'Insurance Operation & Innovation Team', null, 'C1050502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2864', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '03445', 'kaiwen.huang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2865', 'SO-SPG', null, '车商城规划与运营团队', 'NIO Accessory Planning & Operation Team', null, 'C1050504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2865', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '18612', 'jing.yao', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2865', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2866', 'SO-SPG', null, '服务策略与规划团队', 'Service Strategy & Planning Team', null, 'C1050505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2866', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '08371', 'shuyu.zhao', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2867', 'SUPERVISORY_ORGANIZATION-3-586', null, '车辆资产团队', 'Vehicle Asset Team', null, 'C1050602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2867', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '02545', 'simon.dong', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2867', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2868', null, null, 'ESS Testing Sub-team', 'ESS Testing Sub-team', null, 'A103060105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2868', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2869', null, null, 'Battery Monitoring Sub-Team', 'Battery Monitoring Sub-Team', null, 'A103060106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2869', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2869', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2870', null, null, 'Management Sub-team', 'Management Sub-team', null, 'A10306010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2870', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2870', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2871', null, null, 'Performance Test Sub-team', 'Performance Test Sub-team', null, 'A10306010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2871', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2871', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2872', null, null, 'Mechanical Test Sub-team', 'Mechanical Test Sub-team', null, 'A10306010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2872', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2872', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2873', 'SUPERVISORY_ORGANIZATION-3-8918', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2873', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '06397', 'yuanzhen.du', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2874', 'QD', null, '欧洲质量部', 'EU Quality Department', null, 'B00209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2874', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '14018', null, '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-2874', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2875', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(长沙)', 'Human Resource Team (Changsha)', null, 'D1010820', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2875', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '06271', 'yoyo.chen', '16043', 'Changsha-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2875', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2876', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(昆明)', 'Human Resource Team (Kunming)', null, 'D1010833', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2876', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '44095', 'yue.qi1', '16043', 'Kunming-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2876', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2877', null, null, 'User Relationship Department', 'User Relationship Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2877', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2878', 'SUPERVISORY_ORGANIZATION-3-2631', null, '工业化EHS团队', 'Industrialization EHS Team', null, 'B0020802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2878', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '06529', 'li.chen2', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2879', null, null, '质量体系与流保证团队', 'Quality System & Assurance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2879', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '07583', 'zhanhong.chen', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2880', 'DO-DGT-009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2880', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '41771', 'yifeng.fu', '15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2881', null, null, 'NP2体验管理团队', 'NP2 Experience Management Team', null, 'A0010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2881', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2882', 'SUPERVISORY_ORGANIZATION-3-591', null, '商业采购团队(制造工程与延展物资)', 'Business Purchasing Team (Manufacturing Engineering & Extension Goods)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2882', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '03985', 'jiong.zhou', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2883', 'SUPERVISORY_ORGANIZATION-3-2631', null, '区域EHS&区域质量学院团队', 'City EHS & City QA Team', null, 'B0020801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2883', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '18962', 'rui.lang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-2883', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2884', 'SUPERVISORY_ORGANIZATION-3-7760', null, '用户顾问团队,嘉兴南湖', 'User Fellow Team, Jiaxing Nanhu', null, 'C165010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2884', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, '14375', 'yuchen.gao', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2885', 'SUPERVISORY_ORGANIZATION-3-508', null, 'EVM及技术坐席组', 'EVM & Technical Agent Sub-team', null, 'C105030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2885', null, '0', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, 'C1102', 'jesse.zhou', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2886', 'SUPERVISORY_ORGANIZATION-3-2779', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2886', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, 'C0077', 'xiaojing.ji', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2887', 'EP', null, '电动力工程管理部', 'EP Engineering Management Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2887', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2888', 'SUPERVISORY_ORGANIZATION-3-1602', null, '电机系统组', 'E-Motor System Sub-team', null, 'A10303010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2888', null, '1', 'admin', '2022-05-26 17:19:30', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2888', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2889', 'EP-EDS-T-001', null, '电机机械组', 'E-Motor Mechanical Sub-team', null, 'A10303010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2889', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-2889', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2890', 'SUPERVISORY_ORGANIZATION-3-1096', null, '电源管理和道服人才招募组', 'PE & RS Talent Acquisition Sub-team', null, 'D101020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2890', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '03289', 'xiaolie.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-2890', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2891', 'SUPERVISORY_ORGANIZATION-3-3306', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2891', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '07312', 'zhongyue.zheng', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2892', 'EP-EPG', null, '电动力工程投产团队', 'EP Launch Team', null, 'A1030405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2892', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-2892', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2893', '20191216_SUPERVISORY_ORG_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2893', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '15013', 'lei.zhang13', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2894', 'SUPERVISORY_ORGANIZATION-3-2578', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2894', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '13905', 'colin.phipps', '04966;05407', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2895', '20191216_SUPERVISORY_ORG_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2895', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '11397', 'neil.guo1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2896', 'SUPERVISORY_ORGANIZATION-3-3195', null, '智能交互研究团队', 'Intelligent Interaction Research Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2896', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '03575', 'phoebe.zhang', '09077;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2897', null, null, '服务运营,杭州', 'Service Operations, Hangzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2897', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, 'Hangzhou-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2898', null, null, '电池运营部', 'Battery Operations Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2898', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2899', null, null, '软件项目管理流程体系组', 'NPDP Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2899', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '11452', 'zhijun.yan', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2900', null, null, '大客户&二手车团队', 'Key Account & Used Car Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2900', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-2901', 'SUPERVISORY_ORGANIZATION-3-3768', null, '产品专家团队(万象城),上海公司', 'NIO Product Expert Team (Shanghai Wanxiangcheng), Shanghai Company', null, 'C111011137', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-2901', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '06597', 'sensen.gu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-2901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3023', 'SUPERVISORY_ORGANIZATION-3-3768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3023', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '12285', 'xiuxiu.hu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3024', 'SUPERVISORY_ORGANIZATION-3-3768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3024', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '12187', 'fang.qu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3025', 'SUPERVISORY_ORGANIZATION-3-500', null, '全渠道投诉管理组', 'All-channel Complaint Management Sub-team', null, 'C155050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3025', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '02370', 'johnson.ge', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3025', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3026', 'SUPERVISORY_ORGANIZATION-3-500', null, '电话灾备与商城在线运营组', 'Backup Call and Online Chat Operation Sub-team', null, 'C155050105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3026', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '05133', 'zhimin.bao', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3026', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3027', 'SUPERVISORY_ORGANIZATION-3-500', null, '综合业务电话运营组', 'Comprehensive Call Operation Sub-team', null, 'C155050104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3027', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '02362', 'weijian.ding', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3027', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3028', 'SUPERVISORY_ORGANIZATION-3-500', null, '车主服务运营组(北京1组)', 'Car Service Operation Sub-team(Beijing Sub-team One)', null, 'C10301010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3028', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '02417', 'charles.sha', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-3028', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3029', null, null, '订单组', 'Order Management Sub-team', null, 'B103020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3029', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3029', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3030', null, null, '建设设计组', 'Construction Design Sub-Team', null, 'B103030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3030', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3030', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3031', null, null, '财务团队(苏州)', 'Finance Team (Suzhou)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3031', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, 'Suzhou-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3032', 'SUPERVISORY_ORGANIZATION-3-2298', null, '营销创新团队', 'Media Innovation Team', null, 'C1010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3032', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '31384', 'charles.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3033', 'SUPERVISORY_ORGANIZATION-3-1346', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3033', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, '06502', 'jian.song', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3034', null, null, '区域辅导团队', 'Region Operation Enabling team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3034', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3035', null, null, '商务拓展团队', 'Business Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3035', null, '1', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3036', 'SUPERVISORY_ORGANIZATION-3-3877', null, '总裁办公室', 'President Office', null, 'D110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3036', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, 'C0010', 'lihong.qin', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-3036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3037', 'ID-PBA', null, '总部公共事务管理团队', 'HQ Public Affairs Management Team', null, 'D1100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3037', null, '0', 'admin', '2022-05-26 17:19:31', null, null, null, null, null, null, 'C0173', 'jenny.yu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3037', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3038', 'ID-PBA', null, '区域公共事务支持团队', 'Region Public Affairs Support Team', null, 'D1100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3038', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, 'C0173', 'jenny.yu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3039', 'SUPERVISORY_ORGANIZATION-3-626', null, '用户顾问,上海公司', 'User Fellow Team, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3039', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '02480', 'elsie.pan', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3040', 'SUPERVISORY_ORGANIZATION-3-3036', null, '管理支持部', 'Executive Support Department', null, 'D11002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3040', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '04137', 'anya.yuan', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3041', 'SUPERVISORY_ORGANIZATION-3-3768', null, '产品专家团队(南翔),上海公司', 'NIO Product Expert Team (SHANGHAI NANXIANG INCITY MEGA), Shanghai Company', null, 'C111011133', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3041', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '04950', 'ao.lu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3041', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3042', null, null, '领导力培训与学习平台团队', 'Leadership Training Team & We-learn Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3042', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3043', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3043', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '19689', 'kevin.jiang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3044', null, null, 'Asset Team', 'Asset Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3044', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3045', null, null, 'BMS软件测试团队', 'BMS Software Testing Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3045', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3046', null, null, '区域运营,武汉公司', 'Regional Operation, Wuhan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3046', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3047', 'XPT_SUPERVISORY_ORGANIZATION_18', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3047', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '101339', 'kelly.lu', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_18', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3048', 'XPT_SUPERVISORY_ORGANIZATION_60', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3048', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '29460', 'dean.he', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_60', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3049', 'SUPERVISORY_ORGANIZATION-3-1815', null, '服务运营,上海公司', 'Service Operations, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3049', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '09037', 'dongmei.luo', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3050', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,长泰广场', 'User Fellow Team, ChangTaiGuangChang', null, 'C111011102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3050', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '03060', 'lei.li2', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3051', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海合生汇', 'User Fellow Team, Shanghai HeShengHui', null, 'C111011105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3051', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '09782', 'joel.sun', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3051', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3052', 'SUPERVISORY_ORGANIZATION-3-3768', null, '产品专家团队(南丰城),上海公司', 'NIO Product Expert Team (Shanghai HongQiaoNanFengCheng), Shanghai Company', null, 'C111011136', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3052', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '12187', 'fang.qu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3052', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3053', 'SUPERVISORY_ORGANIZATION-3-626', null, '用户顾问,上海公司', 'User Fellow Team, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3053', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '03071', 'jiajun.cao', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3054', 'SUPERVISORY_ORGANIZATION-3-3462', null, 'Punch Software & Calibration', 'Punch Software & Calibration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3054', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3055', 'XPT_SUPERVISORY_ORGANIZATION_23', null, '税务组', 'Tax Sub- team', null, 'B303050203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3055', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '100945', 'jingjian.gong', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3055', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3056', null, null, '效果媒介团队', 'Performance Media Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3056', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3057', null, null, 'Punch Production_240KW', 'Punch Production_240KW', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3057', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3058', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3058', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '03280', 'wen.shi', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3059', 'SUPERVISORY_ORGANIZATION-3-7362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3059', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '12566', 'wenfeng.yuan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3060', 'SUPERVISORY_ORGANIZATION-3-2864', null, 'Service Package Product Operation Team', 'Service Package Product Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3060', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '03445', 'kaiwen.huang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3061', 'QD', null, '制造质量部', 'Manufacturing Quality Department', null, 'B00202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3061', null, '0', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '05327', 'lawrence.tian', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3061', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3062', null, null, '公共关系,海口', 'Public Affairs, Haikou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3062', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, 'Haikou-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3063', 'SUPERVISORY_ORGANIZATION-3-2622', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3063', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3064', 'SUPERVISORY_ORGANIZATION-3-2320', null, '创意传播团队', 'Creative Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3064', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, '13152', 'xinfeng.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3065', null, null, 'Regional Operation, Guangzhou', 'Regional Operation, Guangzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3065', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3066', null, null, 'User & Service HRBP Department', 'User & Service HRBP Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3066', null, '1', 'admin', '2022-05-26 17:19:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3067', 'SUPERVISORY_ORGANIZATION-3-4708', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3067', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '19124', 'leon.zhang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3068', '20191225_SUPERVISORY_ORG_7', null, '蔚来空间,义乌之心店', 'NIO Space, Yiwuzhixin Store', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3068', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191225_SUPERVISORY_ORG_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3069', null, null, '质量运营与文化团队', 'Quality Operation & Culture Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3069', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3070', null, null, 'NP2 Product Management Team', 'NP2 Product Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3070', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3071', 'SUPERVISORY_ORGANIZATION-3-2744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3071', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '12671', 'jun.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3072', null, null, 'User Relationship Department', 'User Relationship Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3072', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3073', 'SUPERVISORY_ORGANIZATION-3-5197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3073', null, '0', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '02487', 'jingxiang.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3074', null, null, '电动力集成与测试部', 'EP Integration & Testing Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3074', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3075', 'PE-PRD-004', null, '机械结构团队', 'Mechine Structure Team', null, 'C1580406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3075', null, '0', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '02384', 'xiaohong.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3076', 'SUPERVISORY_ORGANIZATION-3-3075', null, '机械组', 'ME Sub-team', null, 'B10404041101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3076', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '02357', 'behanm.xia', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-3076', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3077', 'PE-PRD-004', null, '软件设计组', 'Software Sub-team', null, 'B104040409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3077', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, 'C1259', 'tiger.zou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3078', 'SUPERVISORY_ORGANIZATION-3-1265', null, '门店运营团队,厦门公司', 'Store Operations Team, Xiamen Company', null, 'C127010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3078', null, '0', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '18150', 'yunying.jiang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3078', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3088', 'PE-PRD-004', null, '硬件设计团队', 'Hardware Team', null, 'C1580402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3088', null, '0', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '02280', 'jeff.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3089', 'SUPERVISORY_ORGANIZATION-3-3088', null, '设计组', 'Design Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3089', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '06576', 'xiang.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3090', null, null, 'MCU/软件测试/平台组', 'MCU Development&Software Test Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3090', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3091', null, null, '制造质量规划团队', 'Manufacturing Quality Planning Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3091', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3092', 'SUPERVISORY_ORGANIZATION-3-2262', null, '市场大客户组', 'Market Key Account Sub-team', null, 'C104020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3092', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '06470', 'weijie.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3092', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3093', null, null, '财务团队(业务管理与支持)', 'Finance Team (Business Administration & Support)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3093', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3094', 'SUPERVISORY_ORGANIZATION-3-2660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3094', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, 'C0392', 'stella.yao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3095', null, null, '数字化业务运营部', 'Share Service Product Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3095', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3096', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3096', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '101141', 'yiyuan.yang', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_59', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3097', null, null, '服务运营,上海公司', 'Delivery Team, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3097', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3098', null, null, 'User Fellowship,Beijing', 'User Fellowship,Beijing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3098', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3099', null, null, 'Data Service Team', 'Data Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3099', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3100', 'SUPERVISORY_ORGANIZATION-3-2796', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3100', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '12849', 'jiajun.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2796', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3101', null, null, 'Regional Operation, Wuhan', 'Regional Operation, Wuhan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3101', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3102', null, null, '市场保障,厦门公司', 'Commercial Logistics, Xiamen Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3102', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, null, null, null, 'Xiamen-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3103', 'SUPERVISORY_ORGANIZATION-3-3112', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3103', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '100552', 'wenchao.yu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3112', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3104', 'XPT_SUPERVISORY_ORGANIZATION_32', null, '法务组', 'Legal Sub-team', null, 'D102020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3104', null, '0', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '100050', 'qi.chen', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3105', 'SUPERVISORY_ORGANIZATION-3-1012', null, '软件技术人才招募团队', 'Software Technology Talent Acquisition Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3105', null, '1', 'admin', '2022-05-26 17:19:33', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1012', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3106', null, null, '用户发展,温州公司', 'User Development, Wenzhou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3106', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, 'Wenzhou-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3107', 'SUPERVISORY_ORGANIZATION-3-1005', null, '用户中心,石家庄公司', 'User Center, Shijiazhuang Company', null, 'C1260103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3107', null, '0', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '14273', 'xinghua.wang', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3108', 'SUPERVISORY_ORGANIZATION-3-2631', null, 'EHS COE团队', 'EHS COE Team', null, 'B0020803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3108', null, '0', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, 'C1452', 'lei.feng', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3108', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3109', 'SUPERVISORY_ORGANIZATION-3-2018', null, 'Digital Systems Program Managment', 'Digital Systems Program Managment', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3109', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, 'U0085', null, '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3110', null, null, '产品传播团队', 'Product Campaign Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3110', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3111', 'SUPERVISORY_ORGANIZATION-3-1758', null, '用户中心,金华公司', 'User Center, Jinhua Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3111', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3112', 'SUPERVISORY_ORGANIZATION-3-6195', null, '精益 & 智能制造组', 'Lean & Intelligent Manufacturing Sub-Team', null, 'B304050204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3112', null, '0', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '100552', 'wenchao.yu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3112', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3151', 'SUPERVISORY_ORGANIZATION-3-2623', null, '市场协同团队', 'Market Coordination Team', null, 'B1010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3151', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '05602', 'anne.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3151', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3152', 'SUPERVISORY_ORGANIZATION-3-2624', null, '产品传播组', 'Product Campaign Sub-team', null, 'C101090101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3152', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '06132', 'sean.zhao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3152', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3153', 'SUPERVISORY_ORGANIZATION-3-2624', null, '产品传播团队', 'Product Campaign Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3153', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '08281', 'anson.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3154', null, null, '数字化用户服务团队', 'Digital User Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3154', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3155', 'SUPERVISORY_ORGANIZATION-3-2808', null, '业务发展组', 'Commerce Development Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3155', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '02702', 'matt.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2808', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3168', null, null, 'User Fellowship, Wenzhou', 'User Fellowship, Wenzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3168', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3169', 'SUPERVISORY_ORGANIZATION-3-3736', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3169', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '34599', 'xiangyun.xu', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5118', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3170', null, null, '服务运营,北京', 'Service Operations, Beijing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3170', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3171', 'SUPERVISORY_ORGANIZATION-3-2622', null, 'User Content Operation Team', 'User Content Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3171', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3172', null, null, '大客户&二手车团队', 'Key Account & Used Car Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3172', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3173', 'SUPERVISORY_ORGANIZATION-3-753', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3173', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '15381', 'elwin.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-753', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3174', 'SUPERVISORY_ORGANIZATION-3-3756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3174', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '03723', 'john.zhang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3194', null, null, 'Sun项目体验管理团队', 'Sun VEM Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3194', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '03515', 'xiaowei.tian', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3195', 'SUPERVISORY_ORGANIZATION-3-677', null, '智能交互研究团队', 'Intelligent Interaction Research Team', null, 'A2031301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3195', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '14065', null, '09077;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3196', null, null, 'Sun项目体验管理团队', 'Sun VEM Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3196', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3197', null, null, '质量管理团队', 'Quality Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3197', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, 'C1430', 'chao.yang', null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3198', 'XPT_SUPERVISORY_ORGANIZATION_18', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3198', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '101350', 'fox.hu', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_18', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3210', 'SUPERVISORY_ORGANIZATION-3-2547', null, '车网控制开发组', 'Vehicle/Network Control Sub-team', null, 'A202100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3210', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '27607', 'shuangbao.deng', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3210', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3211', 'SUPERVISORY_ORGANIZATION-3-1927', null, '城市运营,三亚', 'City Operation, Sanya', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3211', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '08972', 'yunda.zhang', '24916', 'Sanya-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1927', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3212', 'SUPERVISORY_ORGANIZATION-3-2447', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3212', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '11748', 'mark.wang', '09595;12313', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3213', null, null, 'Admin,Hefei', 'Admin,Hefei', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3213', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, null, null, null, 'Hefei-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3214', 'SUPERVISORY_ORGANIZATION-3-1700', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3214', null, '0', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '04006', 'chris.wang2', '36463', 'Hefei-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3215', 'SUPERVISORY_ORGANIZATION-3-1005', null, '市场保障,石家庄公司', 'Commercial Logistics, Shijiazhuang Company', null, 'B1033905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3215', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '13375', 'kui.mao', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3215', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3216', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问,北京公司', 'User Fellowship, Beijing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3216', null, '1', 'admin', '2022-05-26 17:19:34', null, null, null, null, null, null, '03023', 'tianyang.chen', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3217', null, null, '战略商务团队', 'Strategic Commercial Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3217', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '06252', 'hai.lin', null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3218', null, null, 'Regional Operation, Ningbo Company', 'Regional Operation, Ningbo Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3218', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3219', null, null, 'Content Operation Sub-team', 'Content Operation Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3219', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '08514', 'lana.li', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3220', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3220', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '02257', 'tony.lu', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3239', 'SUPERVISORY_ORGANIZATION-3-2569', null, '市场保障,郑州公司', 'Commercial Logistics, Zhengzhou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3239', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '07735', 'huifang.guan', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2569', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3240', null, null, 'Data Service Team', 'Data Service Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3240', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '09196', 'yan.jia', 'C1067', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3241', null, null, '用户发展,北京公司', 'User Development, Beijing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3241', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, null, null, null, 'Beijing-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3242', null, null, 'Software Product Definition & User Research Team', 'Software Product Definition & User Research Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3242', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3243', null, null, 'Software Product Definition & User Research Team', 'Software Product Definition & User Research Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3243', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, null, null, '09077;U0001', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3244', 'SO', null, '培训与新业务拓展部', 'Training & New Business Development Department', null, 'C10508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3244', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, 'C1261', 'louise.luo', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3245', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源服务团队,西宁', 'Power Service Team, Xining', null, 'B104020708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3245', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3246', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源服务团队,银川', 'Power Service Team, Yinchuan', null, 'B104020709', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3246', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3246', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3247', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海瑞虹天地', 'User Fellow Team, Shanghai Ruihongtiandi', null, 'C111011108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3247', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '04045', 'michael.deng', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3248', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海南翔印象城', 'User Fellow Team, SHANGHAI NANXIANG INCITY MEGA', null, 'C111011106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3248', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '02452', 'momo.feng', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3249', 'SUPERVISORY_ORGANIZATION-3-2535', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3249', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '04381', 'cathy.liu1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3250', 'SUPERVISORY_ORGANIZATION-3-626', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3250', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '03059', 'tian.liu', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3251', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海中心大厦', 'User Fellow Team, ShanghaiZhongXinDaSha', null, 'C111011103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3251', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '02480', 'elsie.pan', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3252', 'SUPERVISORY_ORGANIZATION-3-2535', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3252', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '02973', 'chen.zhang', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3253', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海兴业太古汇', 'User Fellow Team, Shanghai Taiguhui', null, 'C111011104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3253', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '03707', 'fuchun.zhou', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3254', 'SUPERVISORY_ORGANIZATION-3-3781', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3254', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '02766', 'jiahua.shen', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3255', 'SUPERVISORY_ORGANIZATION-3-1029', null, '市场保障,温州公司', 'Commercial Logistics, Wenzhou Company', null, 'B1034305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3255', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '03281', 'david.wang1', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3255', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3256', 'SUPERVISORY_ORGANIZATION-3-733', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3256', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '03360', 'jing.wang1', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-733', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3257', null, null, '电池运营部', 'Battery Operations Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3257', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3258', 'SUPERVISORY_ORGANIZATION-3-2413', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3258', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Dalian-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3259', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3259', null, '0', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '06580', 'jiang.wu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3260', 'SUPERVISORY_ORGANIZATION-3-624', null, 'Human Resource Team (Beijing)', 'Human Resource Team (Beijing)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3260', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '04949', 'mengting.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3261', 'SUPERVISORY_ORGANIZATION-3-5185', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3261', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '09677', 'yi.huang3', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5185', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3262', 'SUPERVISORY_ORGANIZATION-3-1603', null, '电池管理系统团队', 'Battery Management System Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3262', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '37538', 'qing.guo', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3263', 'SUPERVISORY_ORGANIZATION-3-3462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3263', null, '1', 'admin', '2022-05-26 17:19:35', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3264', 'SUPERVISORY_ORGANIZATION-3-2835', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3264', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '08064', 'haixin.tian', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3265', 'SUPERVISORY_ORGANIZATION-3-1178', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3265', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '04107', 'jianxiong.gao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1178', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3266', 'SUPERVISORY_ORGANIZATION-3-2835', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3266', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '10495', 'yong.luo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3267', 'SUPERVISORY_ORGANIZATION-3-601', null, '城市运营,湖州', 'City Operation, Huzhou', null, 'C1150107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3267', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '03444', 'gavin.guo', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3267', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3268', 'UD-SAM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3268', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '04902', 'allen.hou', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'UD-SAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3269', null, null, 'User Community Operation Team', 'User Community Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3269', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3270', 'SUPERVISORY_ORGANIZATION-3-669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3270', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '04432', 'xuanjie.gu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3271', 'SUPERVISORY_ORGANIZATION-3-1242', null, '技术团队,重庆公司', 'Technical Team, Chongqing Company', null, 'C122010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3271', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '03235', 'chuandong.guo', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3271', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3272', 'PE-PRD-002', null, '电路设计组', 'Circuit Design Sub-team', null, 'B10404041001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3272', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '02280', 'jeff.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-3272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3273', 'PE-PRD-002', null, '硬件设计组 ', 'Hardware Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3273', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '10645', 'ligui.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3274', 'PE-PRD-004', null, '平台软件团队', 'Platform Team', null, 'C1580407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3274', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '03502', 'tao.liu2', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3274', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3275', 'PE-PRD-004', null, '软件测试团队', 'Software Test Team', null, 'C1580409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3275', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '03201', 'rosa.xiao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3275', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3276', 'SUPERVISORY_ORGANIZATION-3-1281', null, 'MCU组', 'MCU Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3276', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, 'C0838', 'jincheng.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3277', 'SUPERVISORY_ORGANIZATION-3-601', null, '服务运营,杭州公司', 'Service Operations, Hangzhou Company', null, 'C1150104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3277', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '06806', 'jian.chen1', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3287', 'SUPERVISORY_ORGANIZATION-3-2200', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3287', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '04194', 'ada.su', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2200', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3288', 'SUPERVISORY_ORGANIZATION-3-9034', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3288', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '14880', 'yichen.sun', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3289', 'CD-PGM-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3289', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, 'C0389', 'zhehong.ma', 'C0033;C0941', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'CD-PGM-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3290', null, null, '设计工程团队(外饰)', 'Studio Engineering Team (Exterior)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3290', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3291', 'SUPERVISORY_ORGANIZATION-3-2543', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3291', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, 'C1378', 'jiaxuan.guo', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3292', 'SUPERVISORY_ORGANIZATION-3-2387', null, '战略规划组', 'Strategic Planning Sub-team', null, 'C157020502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3292', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3293', null, null, 'Software Product Definition & User Research Team', 'Software Product Definition & User Research Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3293', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, null, null, '09077;U0001', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3294', null, null, 'Key Account & Used Car Team', 'Key Account & Used Car Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3294', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '11530', 'yisen.gu', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3295', 'SUPERVISORY_ORGANIZATION-3-4791', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3295', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '03230', null, '03938;10298', 'San Jose-US', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3296', 'OC', null, '文化与内部传播部', 'Culture & Internal Communications Department', null, 'D10110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3296', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, 'C0031', 'hong.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3297', 'SUPERVISORY_ORGANIZATION-3-684', null, '用户发展,深圳公司', 'User Development, Shenzhen Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3297', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '05282', 'huajun.hou', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-684', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3306', 'SUPERVISORY_ORGANIZATION-3-1264', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3306', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '07312', 'zhongyue.zheng', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3307', 'SUPERVISORY_ORGANIZATION-3-1771', null, '蔚来顾问团队,福州', 'Fellowship Team, Fuzhou', null, 'B103460703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3307', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '15000', 'bo.zhang3', '09067', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3308', 'SUPERVISORY_ORGANIZATION-3-3307', null, '蔚来顾问团队,福州', 'Fellowship Team, Fuzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3308', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '15000', 'bo.zhang3', '09067', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3309', 'SUPERVISORY_ORGANIZATION-3-4815', null, '成本与支付管理团队', 'Cost and Payment Management Team', null, 'C1030307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3309', null, '1', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, 'C0715', 'caroline.kong', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3309', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3310', 'SUPERVISORY_ORGANIZATION-3-4835', null, '空间建造部', 'Facility Construction Management Department', null, 'C16102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3310', null, '0', 'admin', '2022-05-26 17:19:36', null, null, null, null, null, null, '21021', 'lingyun.zhang', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3310', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3311', 'SO-NTM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3311', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '13362', 'jim.wei', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SO-NTM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3319', 'SUPERVISORY_ORGANIZATION-3-1772', null, '服务运营,贵阳公司', 'Service Operations, Guiyang Company', null, 'C139010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3319', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '09128', 'zeyi.liu', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3319', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3320', 'SUPERVISORY_ORGANIZATION_20200518_68', null, '道服团队,厦门公司', 'Roadside Service Team, Xiamen Company', null, 'C109013602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3320', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '10202', 'zhiyong.yang', '03476;04271;04685;09067;11261;16305;26976', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3321', 'SUPERVISORY_ORGANIZATION-3-2203', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3321', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '03112', 'una.ma', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3322', 'SUPERVISORY_ORGANIZATION-3-2560', null, '产品中心团队', 'Product Center Team', null, 'C1610401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3322', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '07914', 'lei.zhang5', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3323', null, null, '效果媒介团队', 'Performance Media Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3323', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '14235', 'jing.wang5', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3324', 'VE', null, '车身与内外饰工程部', 'Body & Trim Engineering Department', null, 'A10210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3324', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, 'C0313', 'jan.bengtsson', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3324', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3325', null, null, '用户洞察及满意度管理团队', 'User Insights & Satisfaction Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3325', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '11792', 'chuncan.guo', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3326', 'SUPERVISORY_ORGANIZATION-3-3061', null, '质量工程团队', 'Quality Engineering Team', null, 'A0020206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3326', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '05327', 'lawrence.tian', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3327', 'SUPERVISORY_ORGANIZATION-3-2488', null, '数字多模交互测试团队', 'Digital Multimode Interaction Test Team', null, 'A2031202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3327', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '38450', 'yongfei.ma', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3328', 'SUPERVISORY_ORGANIZATION-3-4877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3328', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '12008', 'jie.mei', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3329', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京中粮祥云', 'User Fellow Team, Beijing COFCO Shine Hills', null, 'C112010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3329', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '16504', 'jia.zhou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3330', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京中关村', 'User Fellow Team, Beijing Zhongguancun', null, 'C112010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3330', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '06712', 'chen.cai', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3330', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3331', 'SUPERVISORY_ORGANIZATION-3-2488', null, '数字座舱集成测试团队', 'Digital Cockpit Integration Test Team', null, 'A2031201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3331', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3332', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京西红门荟聚', 'User Fellow Team, Beijing LIVAT Centres', null, 'C112010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3332', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '05930', 'rui.hua1', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3333', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务代表团队,北京公司', 'Service Representative Team, Beijing Company', null, 'C112010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3333', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '06005', 'nan.li1', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3334', 'SUPERVISORY_ORGANIZATION-3-580', null, '交付团队,北京公司', 'Delivery Team, Beijing Company', null, 'C112010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3334', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '04334', 'peng.huan', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3335', null, null, '蔚来顾问团队,济南公司', 'Fellow Team, Jinan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3335', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '10270', 'kevin.liu1', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3336', null, null, 'Workshop Team,Xi\'an Company', 'Workshop Team,Xi\'an Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3336', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3337', 'SUPERVISORY_ORGANIZATION-3-1268', null, '车间团队,西安公司', 'Workshop Team, Xi\'an Company', null, 'C118010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3337', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '09839', 'dong.li', '09821;24015', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3337', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3338', 'SUPERVISORY_ORGANIZATION-3-1268', null, '技术团队,西安公司', 'Technical Team, Xi\'an Company', null, 'C118010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3338', null, '0', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '07189', 'chonghua.wang', '09821;24015', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3339', 'SUPERVISORY_ORGANIZATION-3-626', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3339', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '03071', 'jiajun.cao', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3340', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队1,成都公司', 'User Fellow Team1, Chengdu Company', null, 'C117010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3340', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '09995', 'raymond.li', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3341', 'OC-HRM-003', null, '文化发展团队', 'Culture Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3341', null, '1', 'admin', '2022-05-26 17:19:37', null, null, null, null, null, null, '06715', 'owen.zhou', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3342', 'SUPERVISORY_ORGANIZATION-3-3706', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3342', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '10482', 'bella.qian', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3343', 'SUPERVISORY_ORGANIZATION-3-1505', null, '市场保障,金华公司', 'Commercial Logistics, Jinhua Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3343', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3344', 'SUPERVISORY_ORGANIZATION-3-4126', null, '服务运营,兰州公司', 'Service Operations, Lanzhou Company', null, 'C145010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3344', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '06379', 'hu.zhang', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3345', null, null, '技术团队,西安公司', 'Technical Team, Xi\'an Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3345', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '07189', 'chonghua.wang', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3346', 'SUPERVISORY_ORGANIZATION-3-3462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3346', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '101376', 'eric.xu1', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3347', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都公司', 'User Fellow Team2, Chengdu Company', null, 'C117010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3347', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3348', 'SUPERVISORY_ORGANIZATION-3-995', null, '技术团队,成都公司', 'Technical Team, Chengdu Company', null, 'C117010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3348', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '05652', 'tyler.zuo', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3349', 'SUPERVISORY_ORGANIZATION-3-995', null, '车间团队,成都公司', 'Workshop Team, Chengdu Company', null, 'C117010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3349', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '06463', 'jian.zhang3', '06138;17860', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3350', null, null, '蔚来顾问团队,成都公司', 'Fellow Team, Chengdu Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3350', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, null, null, null, 'Chengdu-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3351', null, null, '服务运营,成都公司', 'Service Operations, Chengdu Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3351', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '06463', 'jian.zhang3', null, 'Chengdu-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3352', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,济南公司', 'User Fellow Team, Jinan Company', null, 'C130010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3352', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '03328', 'fan.li', '06450;10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3352', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3353', 'MO-MPG', null, '制造平台项目集成(A)团队', 'Manufacturing Platform Integration (A) Team', null, 'B3010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3353', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C1272', 'yiqiang.wang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3354', 'SUPERVISORY_ORGANIZATION-3-4468', null, '综合支持团队', 'Comprehensive Supporting Team', null, 'B3010707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3354', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C1395', 'tonny.chen', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3355', 'MO-MPG', null, '制造平台项目集成(B)团队', 'Manufacturing Platform Integration (B) Team', null, 'B3010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3355', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '02116', 'terrance.cao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3355', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3358', 'SUPERVISORY_ORGANIZATION-3-3352', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3358', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '03328', 'fan.li', '06450;10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3352', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3359', 'SUPERVISORY_ORGANIZATION-3-2466', null, '核心架构团队', 'Core Architecture Team', null, 'A2020602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3359', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '15951', 'leo.huang', '12313', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3360', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字产品开发部', 'Digital Product Development Department', null, 'A20210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3360', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C1203', 'colin.song', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3361', null, null, '产品开发团队', 'Product Engineering Team', null, 'A2021001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3361', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3362', 'SUPERVISORY_ORGANIZATION-3-2278', null, '核心技术开发部', 'Core Technology Development Department', null, 'A20211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3362', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'U0119', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3363', 'CD-PGM', null, '数字项目管理团队', 'Digital Program Management Team', null, 'A0010308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3363', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '19261', 'lucas.huang', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3364', 'SUPERVISORY_ORGANIZATION-3-810', null, '拓创测试团队', 'Pioneer and Invent Team', null, 'A2070307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3364', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3365', 'SUPERVISORY_ORGANIZATION-3-3364', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3365', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3366', 'SUPERVISORY_ORGANIZATION-3-2440', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3366', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '07134', 'hao.wang', '24209', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3367', null, null, '用户顾问,上海公司', 'User Fellowship, Shanghai Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3367', null, '1', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '03702', 'weijie.xu', null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3368', 'VE', null, '试验与法规认证部', 'Testing and Homologation Department', null, 'A10213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3368', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, '02169', 'ivan.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3369', 'VE', null, '性能集成部', 'Performance Integration Department', null, 'A10214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3369', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C0352', 'feng.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3370', 'VE', null, '性能中心', 'Attributes Center', null, 'A10215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3370', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C0129', 'zhangong.yan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3371', 'VE', null, '整车概念集成部', 'Vehicle Concepts Department', null, 'A10216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3371', null, '0', 'admin', '2022-05-26 17:19:38', null, null, null, null, null, null, 'C0073', 'changjiu.yin', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3371', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3372', 'SUPERVISORY_ORGANIZATION-3-632', null, 'NVH组', 'NVH Sub-team', null, 'A102150302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3372', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '03179', 'yuri.silva', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3372', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3373', 'SUPERVISORY_ORGANIZATION-3-2855', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3373', null, '0', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, 'C0238', 'michael.williamson', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3374', null, null, '用户发展,温州公司', 'User Development, Wenzhou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3374', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '06606', 'violet.lou', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3375', 'SUPERVISORY_ORGANIZATION-3-952', null, '设计团队-NLD', 'Design Team-NLD', null, 'B1070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3375', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '12332', 'chloe.zhang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3375', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3376', 'SUPERVISORY_ORGANIZATION-3-5588', null, '用户社区运营团队', 'User Community Operation Team', null, 'C1030107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3376', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, 'C0739', 'calvin.shen', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3377', 'SUPERVISORY_ORGANIZATION-3-2578', null, '设计质量团队', 'Design Quality Team', null, 'A1010809', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3377', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '13905', 'colin.phipps', '04966;05407', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3377', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3378', 'SUPERVISORY_ORGANIZATION-3-2638', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3378', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, 'C0014', 'zeal.kim', '04966;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2638', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3379', 'SUPERVISORY_ORGANIZATION-3-1603', null, 'BMS标定组', 'BMS Calibration Sub-team', null, 'A103060105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3379', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, 'C0943', 'hailei.zhang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3380', 'SUPERVISORY_ORGANIZATION-3-2623', null, '品牌传播与商务拓展团队', 'Brand Communication & Business Development Team', null, 'C1010906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3380', null, '0', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '07134', 'hao.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3381', 'SUPERVISORY_ORGANIZATION-3-2203', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3381', null, '0', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '03112', 'una.ma', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3382', 'OC-HRM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3382', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '05389', 'lu.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3383', 'SUPERVISORY_ORGANIZATION-3-3462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3383', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3384', 'SUPERVISORY_ORGANIZATION-3-3107', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3384', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '14273', 'xinghua.wang', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3393', 'SUPERVISORY_ORGANIZATION-3-593', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3393', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '05919', 'shiting.wang', '09077;09595;12313;15602;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-593', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3394', null, null, '大客户&二手车团队', 'Key Account & Used Car Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3394', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '10797', 'shengrong.fan', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3403', 'SUPERVISORY_ORGANIZATION-3-6436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3403', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '15534', 'jianwei.qin', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3404', 'SUPERVISORY_ORGANIZATION-3-3032', null, 'Performance Media Team', 'Performance Media Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3404', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '08924', 'fiona.hao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3405', 'SUPERVISORY_ORGANIZATION-3-3719', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3405', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '14353', 'chao.zhang7', '05554', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3719', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3406', null, null, '能源服务团队,南京', 'Power Service Team, Nanjing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3406', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '08885', 'li.dong', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3407', null, null, '能源服务团队,合肥', 'Power Service Team, Hefei', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3407', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '08885', 'li.dong', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3408', null, null, '能源服务团队,海口', 'Power Service Team, Haikou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3408', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '12272', 'yunding.han', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3409', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3409', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '04526', 'changbin.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3414', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,青岛公司', 'User Fellow Team, Qingdao Company', null, 'C129010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3414', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '08789', 'gaofeng.xing', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3414', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3415', 'SUPERVISORY_ORGANIZATION-3-1217', null, 'Quality Operation & Culture Team', 'Quality Operation & Culture Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3415', null, '1', 'admin', '2022-05-26 17:19:39', null, null, null, null, null, null, '08606', 'anna.ning', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3416', 'SUPERVISORY_ORGANIZATION-3-948', null, '服务小能手组', 'Service Expert Sub-team', null, 'C105090101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3416', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '06512', 'le.qi', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3416', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3417', 'SUPERVISORY_ORGANIZATION-3-1147', null, '车联系统组', 'Connectivity Systems Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3417', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C0474', 'ethan.tong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3418', 'SUPERVISORY_ORGANIZATION-3-1068', null, '能源换电服务团队(海口)', 'Regional Power Management Power Swap Service Team (Haikou)', null, 'C1591104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3418', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '12272', 'yunding.han', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3418', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3419', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3419', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '09171', 'qiang.kang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3420', 'SUPERVISORY_ORGANIZATION-3-2623', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3420', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '08225', 'tingting.zhu', '24209', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2623', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3421', 'SUPERVISORY_ORGANIZATION-3-1649', null, '二手车营销团队', 'Used Car Marketing Team', null, 'C1030701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3421', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '10797', 'shengrong.fan', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3422', 'SUP-US-1', null, 'People Ops & Talent', 'People Ops & Talent', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3422', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '06486', null, '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3422', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3423', 'SD-VSF', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3423', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C0339', 'rocky.pan', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-VSF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3424', 'SUPERVISORY_ORGANIZATION-3-3750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3424', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '12936', 'jingyu.pan', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3425', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3425', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '11221', 'yi.tang', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3426', 'SUPERVISORY_ORGANIZATION-3-2886', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3426', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C0077', 'xiaojing.ji', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3427', 'UD', null, 'Social Marketing Department', 'Social Marketing Department', null, 'B10110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3427', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3428', 'CD-PGM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3428', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C0072', 'ray.liu', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3430', 'SUPERVISORY_ORGANIZATION-3-1179', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3430', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '12343', 'kun.han', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1179', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3431', 'UD', null, '社交媒体营销部', 'Social Media Communications Department', null, 'C10110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3431', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3432', 'UD', null, 'Social Marketing Department', 'Social Marketing Department', null, 'B10110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3432', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3432', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3433', 'SUPERVISORY_ORGANIZATION-3-3431', null, '社交媒体营销团队', 'Social Marketing Team', null, 'B1011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3433', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3433', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3434', 'SUPERVISORY_ORGANIZATION-3-2599', null, '三电平台体验团队', 'E-powertrain And Range Worry Free Experience Team', null, 'A1051001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3434', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '04908', 'wenjuan.luo', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3434', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3435', 'SUPERVISORY_ORGANIZATION-3-2064', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3435', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '02931', 'haikang.yang', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3436', 'SUPERVISORY_ORGANIZATION-3-2296', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3436', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C1401', 'tan.zhao', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3437', 'SUPERVISORY_ORGANIZATION-3-2296', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3437', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '11584', 'xiying.cao', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3438', 'VE', null, '整车应用软件部', 'Vehicle Application Software Department', null, 'A10217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3438', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3439', 'EP-EAC-002', null, '软件测试及释放与大数据组', 'SW Test & Release & Big Data Sub-team', null, 'A102170301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3439', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C0791', 'xinyi.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3439', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3440', 'EP-EAC-002', null, '功能与系统开发组', 'Function & System Development Sub-team', null, 'A102170302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3440', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3440', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3441', 'EP-EAC-002', null, 'Function & System Development Sub-team', 'Function & System Development Sub-team', null, 'A102170302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3441', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3441', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3442', 'SUPERVISORY_ORGANIZATION-3-3195', null, 'Intelligent Interaction Research Team', 'Intelligent Interaction Research Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3442', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '04516', 'jing.zhou', '09077;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3443', 'VE-CHE', null, 'EDU集成团队', 'EDU Team', null, 'A1020410', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3443', null, '0', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, 'C0776', 'miner.min', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3444', null, null, '能源服务团队,西安', 'Power Service Team, Xi\'an', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3444', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '07855', 'wanying.cao', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3445', null, null, '能源服务团队,西宁', 'Power Service Team, Xining', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3445', null, '1', 'admin', '2022-05-26 17:19:40', null, null, null, null, null, null, '07855', 'wanying.cao', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3446', null, null, '能源服务团队,兰州', 'Power Service Team, Lanzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3446', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3447', null, null, '能源服务团队,乌鲁木齐', 'Power Service Team, Urumchi', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3447', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3448', null, null, '能源服务团队,银川', 'Power Service Team, Yinchuan', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3448', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '08634', 'xufeng.liu', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3449', 'PE-PRD', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3449', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C1430', 'chao.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3450', 'SUPERVISORY_ORGANIZATION-3-5855', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3450', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '15008', 'lijuan.wang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3451', 'SUPERVISORY_ORGANIZATION-3-3443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3451', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C0776', 'miner.min', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3452', 'SUPERVISORY_ORGANIZATION-3-675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3452', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C0942', 'li.chen', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3453', 'SUPERVISORY_ORGANIZATION-3-793', null, '功能软件团队', 'Feature SW Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3453', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C0082', 'mingyin.hu', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3454', null, null, '数据管理团队', 'Data Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3454', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, null, null, '06058;C0066', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3455', 'SUPERVISORY_ORGANIZATION-3-3332', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3455', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '05930', 'rui.hua1', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3456', 'SUPERVISORY_ORGANIZATION-3-1339', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3456', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '07276', 'ruting.fan', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1339', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3457', 'SUPERVISORY_ORGANIZATION-3-2063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3457', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '12657', 'ray.ye', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3458', 'SUPERVISORY_ORGANIZATION-3-4262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3458', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '09528', 'tammy.zhang', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3459', 'SUPERVISORY_ORGANIZATION-3-2382', null, '合作拓展团队', 'Partner Engagement Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3459', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '04280', 'ruiqing.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3460', 'EP-ESS', null, '电池系统应用部', 'Battery System Application Department', null, 'A10405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3460', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '07279', 'shizhe.tzeng', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3461', null, null, '企业公关团队', 'Corporate PR Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3461', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '07126', 'tianyin.shen', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3462', 'SUPERVISORY_ORGANIZATION-3-5524', null, '系统与集成部', 'System & Integration Department', null, 'A21202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3462', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3463', 'SUPERVISORY_ORGANIZATION-3-3460', null, '电池质量团队', 'Battery Quality Team', null, 'A1040506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3463', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C0323', 'yu.cao', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3464', 'SUPERVISORY_ORGANIZATION-3-2093', null, '用户忠诚组', 'User Loyalty Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3464', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '07762', 'samantha.shi', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2093', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3465', 'XPT_SUPERVISORY_ORGANIZATION_100', null, '应用系统集成部', 'Application Integration', null, 'D30904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3465', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C1048', 'shen.yang', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3466', 'SUPERVISORY_ORGANIZATION-3-3462', null, '电气子系统开发团队', 'Electric Sub-System Team', null, 'A2120214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3466', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3467', 'SUPERVISORY_ORGANIZATION-3-3471', null, '项目管理团队', 'Program Management Team', null, 'A2120101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3467', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3468', 'SUPERVISORY_ORGANIZATION-3-3460', null, '电池标定团队', 'Battery Calibration Team', null, 'A1040503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3468', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C0943', 'hailei.zhang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3469', 'SUPERVISORY_ORGANIZATION-3-3460', null, '电池工程管理团队', 'Battery Engineering Management Team', null, 'A1040504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3469', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '07279', 'shizhe.tzeng', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3469', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3470', 'SUPERVISORY_ORGANIZATION-3-2568', null, '用户顾问团队1,南京路店', '用户顾问团队1,南京路店', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3470', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3471', 'SUPERVISORY_ORGANIZATION-3-5524', null, '项目管理与先进技术实验室', 'PM & Advanced Technology Lab', null, 'A21201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3471', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3472', 'SUPERVISORY_ORGANIZATION-3-5524', null, '功率电子设计部', 'Power Electronics Design Department', null, 'A21208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3472', null, '0', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3473', 'XPT_SUPERVISORY_ORGANIZATION_100', null, '应用系统集成部', 'Application Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3473', null, '1', 'admin', '2022-05-26 17:19:41', null, null, null, null, null, null, 'C1048', 'shen.yang', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3473', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3474', 'SUPERVISORY_ORGANIZATION-3-2515', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3474', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '06360', 'jianbang.li', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3475', 'SUPERVISORY_ORGANIZATION-3-2063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3475', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0419', 'harry.he', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3476', 'SUPERVISORY_ORGANIZATION-3-8215', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3476', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '100388', 'wen.bai', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3477', 'SUPERVISORY_ORGANIZATION-3-5524', null, '试制试验中心团队', 'Engineering Prototype & Testing Center Team', null, 'A2120601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3477', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '13615', 'will.zhan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3478', 'SUPERVISORY_ORGANIZATION-3-3462', null, 'EDS产品开发团队', 'EDS Product Development Team', null, 'A2120203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3478', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3478', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3479', 'SUPERVISORY_ORGANIZATION-3-3462', null, '数字化平台与可靠性工程团队', 'Digital Platform and Reliability Engineering Team', null, 'A2120212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3479', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3480', 'SUPERVISORY_ORGANIZATION-3-3462', null, '产品集成与发布团队', 'Product Integration and Release Team', null, 'A2120213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3480', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '100780', 'john.zheng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3481', 'SUPERVISORY_ORGANIZATION-3-3471', null, '流程及PLM团队', 'Process & Product Life Management Team', null, 'A2120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3481', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '22617', 'ning.zhang6', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3481', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3482', 'SUPERVISORY_ORGANIZATION-3-1598', null, '市场保障,厦门公司', 'Commercial Logistics, Xiamen Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3482', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '15000', 'bo.zhang3', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1598', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3483', 'SUPERVISORY_ORGANIZATION-3-619', null, 'Linux软件组', 'Embedded-Linux Development Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3483', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '02196', 'weiwang.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3484', 'SUPERVISORY_ORGANIZATION-3-3497', null, '市场活动部', 'Event Marketing Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3484', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0152', 'rui.wan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3488', 'SUPERVISORY_ORGANIZATION-3-3471', null, '先进技术实验室', 'Advanced Technology Research Lab', null, 'A2120103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3488', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3489', 'SUPERVISORY_ORGANIZATION-3-3472', null, 'XPE 电源设计团队', 'XPE Power Design Team', null, 'A2120805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3489', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '32402', 'jason.meng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3490', 'SUPERVISORY_ORGANIZATION-3-3472', null, 'XPE 硬件设计团队', 'XPE Hardware Design Team', null, 'A2120806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3490', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '23408', 'jiahang.jin', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3491', 'SUPERVISORY_ORGANIZATION-3-3472', null, '外部项目软件开发团队', 'External Project SW Team', null, 'B3030303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3491', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3491', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3492', 'SUPERVISORY_ORGANIZATION-3-8627', null, '应用软件设计团队', 'Application Software Design Team', null, 'A2121402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3492', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0681', 'kai.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3492', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3493', 'SUPERVISORY_ORGANIZATION-3-8627', null, '平台软件设计团队', 'Platform Software Design Team', null, 'A2121401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3493', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0693', 'wei.chen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3493', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3494', 'SUPERVISORY_ORGANIZATION-3-1504', null, 'Investor Relations', 'Investor Relations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3494', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '05490', 'jade.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3495', 'SUPERVISORY_ORGANIZATION-3-1504', null, '投资者关系部', 'Investor Relations Department', null, 'D11101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3495', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '02252', 'rui.chen1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3496', 'SUPERVISORY_ORGANIZATION-3-619', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3496', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '10645', 'ligui.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3497', 'UD', null, '市场活动部', 'Event Marketing Department', null, 'C10111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3497', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0152', 'rui.wan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3527', 'SUPERVISORY_ORGANIZATION-3-752', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3527', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0208', 'eric.yan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3528', 'SUPERVISORY_ORGANIZATION-3-5854', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3528', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3529', 'SUPERVISORY_ORGANIZATION-3-1147', null, 'Connectivity Systems Sub-team', 'Connectivity Systems Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3529', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, 'C0474', 'ethan.tong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3530', 'SUPERVISORY_ORGANIZATION-3-2673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3530', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '13856', 'tao.jiang3', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3531', 'SUPERVISORY_ORGANIZATION-3-1029', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3531', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '03281', 'david.wang1', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1029', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3532', 'SUPERVISORY_ORGANIZATION-3-6551', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3532', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '08924', 'fiona.hao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6551', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3533', 'PE-PRD-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3533', null, '0', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '04571', 'yongxiang.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3534', 'SUPERVISORY_ORGANIZATION-3-2515', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3534', null, '1', 'admin', '2022-05-26 17:19:42', null, null, null, null, null, null, '03887', 'huili.wu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3537', 'PE-PRD-004', null, '产品研发团队', 'Product R&D Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3537', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '03710', 'qingyu.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3538', 'SUPERVISORY_ORGANIZATION-3-2846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3538', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '10503', 'quan.qi', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3539', 'EP-EAC-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3539', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '18003', 'wenli.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3540', 'SUPERVISORY_ORGANIZATION-3-1363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3540', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '10750', 'jian.he1', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3541', null, null, 'User Fellowship, Chongqing Company', 'User Fellowship, Chongqing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3541', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '15386', 'heying.zhang', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3542', 'SUPERVISORY_ORGANIZATION-3-2673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3542', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '03760', 'carrie.wang', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3543', 'SUPERVISORY_ORGANIZATION-3-7873', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3543', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '04043', 'eva.yi', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7873', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3550', 'FN', null, '财务控制与计划部(管理与支持)', 'Controlling & Planning Department (A&S)', null, 'D10310', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3550', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '10098', 'eason.chu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3551', null, null, 'User Fellowship, Chongqing Company', 'User Fellowship, Chongqing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3551', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '05000', 'feng.qin', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3552', 'SUPERVISORY_ORGANIZATION-3-2413', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3552', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '09388', 'joyce.fu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3553', null, null, 'User Development, Taiyuan Company', 'User Development, Taiyuan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3553', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '15013', 'lei.zhang13', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3554', null, null, '用户发展,苏州公司', 'User Development, Suzhou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3554', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '06862', 'yue.qi', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3555', 'SUPERVISORY_ORGANIZATION-3-2554', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3555', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '12207', 'young.shen', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3556', 'SUPERVISORY_ORGANIZATION-3-809', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3556', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '05643', 'huiping.she', '03275;09741', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-809', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3557', 'SUPERVISORY_ORGANIZATION-3-2583', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3557', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '04014', 'lucy.qin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN-TSR', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3558', 'SUPERVISORY_ORGANIZATION-3-1649', null, '车辆运营团队', 'Vehicle Operation Team', null, 'C1030702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3558', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '13515', 'jun.li6', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3559', null, null, '数据运营团队', 'Data Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3559', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '06559', 'liuzhi.xu', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3560', 'DO-DGT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3560', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C0122', 'richard.zhong', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3561', 'SUPERVISORY_ORGANIZATION-3-1829', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3561', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '05658', 'kechao.li', '04966;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1829', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3562', 'SUPERVISORY_ORGANIZATION-3-3438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3562', null, '1', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3563', 'SUPERVISORY_ORGANIZATION-3-632', null, '动力总成及整车子系统噪声组', 'Powertrain & Components NVH Sub-team', null, 'A102150303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3563', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C0221', 'jinxiang.song', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3564', 'VE-VIT-002-05', null, '耐久&强度&老化组', 'Endurance & Strength & Aging Sub-team', null, 'A102150401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3564', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C1059', 'jiuran.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3564', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3565', 'VE-VIT-002-05', null, '载荷仿真和底盘耐久组', 'Load Simulation and Chassis Durability Sub-team', null, 'A102150403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3565', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C0924', 'yucong.gao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3565', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3566', 'VE-VIT-002-05', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3566', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C1308', 'kyle.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-VIT-002-05', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3567', 'SUPERVISORY_ORGANIZATION-3-632', null, '结构振动噪声组', 'Structural NVH Sub-team', null, 'A102150304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3567', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '03179', 'yuri.silva', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3567', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3568', 'SUPERVISORY_ORGANIZATION-3-632', null, '声学及密封组', 'Acoustics & Tightness Sub-team', null, 'A102150305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3568', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '03179', 'yuri.silva', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3568', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3569', 'VE-VIT-002-05', null, '耐久模拟仿真组', 'DUR. CAE Sub-team', null, 'A102150402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3569', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C1145', 'qingyu.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3569', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3570', 'VE-VIT-002-05', null, '整车耐久试验组', 'Vehicle Durability Sub-team', null, 'A102150404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3570', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, '02351', 'evan.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3571', 'VE-VIT-005', null, '整车安全结构组', 'Vehicle Safety Structure Sub-team', null, 'A102150205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3571', null, '0', 'admin', '2022-05-26 17:19:43', null, null, null, null, null, null, 'C0696', 'michael.jiang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3572', 'SUPERVISORY_ORGANIZATION-3-4229', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3572', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '09670', 'hui.jiang1', '24209', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3573', 'SUPERVISORY_ORGANIZATION-3-780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3573', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '10314', 'molly.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3574', 'SUPERVISORY_ORGANIZATION-3-1115', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3574', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '06029', 'wei.li1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3575', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户发展,福州公司', 'User Development, Fuzhou Company', null, 'C143010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3575', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3575', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3576', 'SUPERVISORY_ORGANIZATION-3-3578', null, '服务运营,福州公司', 'Service Operations, Fuzhou Company', null, 'C143010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3576', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '15786', 'miaomiao.zheng', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3576', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3577', 'SUPERVISORY_ORGANIZATION-3-1204', null, '运营支持,厦门公司', 'Operation Supporting, Xiamen Company', null, 'C1270105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3577', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '11539', 'kingsley.wang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3578', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,福州公司', 'Regional Operation, Fuzhou Company', null, 'C1430101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3578', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3579', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,福州公司', 'User Fellow Team, Fuzhou Company', null, 'C143010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3579', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '09067;11277', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3580', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户中心,福州公司', 'User Center, Fuzhou Company', null, 'C143010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3580', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3581', 'SUPERVISORY_ORGANIZATION-3-1123', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3581', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '03988', 'laura.liao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3582', 'SUPERVISORY_ORGANIZATION-3-2466', null, '网络系统团队', 'Network System Team', null, 'A2020605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3582', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, 'C1173', 'xingqiu.shen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3582', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3583', 'SUPERVISORY_ORGANIZATION-3-2466', null, '基础架构团队', 'Infrastructure Team', null, 'A2020606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3583', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '20581', 'ning.fang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3584', 'SUPERVISORY_ORGANIZATION-3-2278', null, '综合功能安全部', 'Comprehensive Functional Safety Department', null, 'A20215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3584', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '25786', 'long.lu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3585', 'SUPERVISORY_ORGANIZATION-3-2466', null, '软件架构团队', 'Software Architecture Team', null, 'A2020608', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3585', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '15951', 'leo.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3585', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3587', 'SUPERVISORY_ORGANIZATION-3-3578', null, '运营支持,福州公司', 'Operation Supporting, Fuzhou Company', null, 'C143010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3587', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3588', 'SUPERVISORY_ORGANIZATION-3-2260', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3588', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '02906', 'rayi.huang', '03280;13082;16118', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2260', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3589', 'SUPERVISORY_ORGANIZATION-3-584', null, '门店拓展及引流团队,上海公司', 'Store Development & Marketing Department, Shanghai Company', null, 'C111010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3589', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '03186', 'xiangli.cheng', '03280;13082;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3590', 'SUPERVISORY_ORGANIZATION-3-2466', null, '功能域主导团队', 'Domain Lead Team', null, 'A2020604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3590', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '15951', 'leo.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3591', 'SUPERVISORY_ORGANIZATION-3-3360', null, '产品系统工程团队', 'Product System Engineering Team', null, 'A2021003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3591', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '36183', 'fey.yin', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3592', 'SUPERVISORY_ORGANIZATION-3-1715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3592', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '12314', 'ashley.chen', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3593', 'SUPERVISORY_ORGANIZATION-3-3552', null, 'Controlling & Planning Department (City Finance)', 'Controlling & Planning Department (City Finance)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3593', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '06987', 'june.ren', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3594', 'SUPERVISORY_ORGANIZATION-3-4000', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3594', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '06987', 'june.ren', '04634', 'Xiamen-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4000', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3595', 'SUPERVISORY_ORGANIZATION-3-1495', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3595', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '11792', 'chuncan.guo', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3596', 'SUPERVISORY_ORGANIZATION-3-726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3596', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3597', 'SUPERVISORY_ORGANIZATION-3-1772', null, 'Operation Supporting, Guiyang Company', 'Operation Supporting, Guiyang Company', null, 'B1031806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3597', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3597', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3598', 'SUPERVISORY_ORGANIZATION-3-677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3598', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '03575', 'phoebe.zhang', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3599', 'SUPERVISORY_ORGANIZATION-3-831', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3599', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '16279', 'yuyang.ding', '03275;09741', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3600', 'SUPERVISORY_ORGANIZATION-3-2320', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3600', null, '1', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '13152', 'xinfeng.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3601', 'SUPERVISORY_ORGANIZATION-3-1090', null, 'NIO Life 物流团队', 'NIO Life Logistics Team', null, 'C1070602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3601', null, '0', 'admin', '2022-05-26 17:19:44', null, null, null, null, null, null, '23538', 'ryan.he', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3602', 'SUPERVISORY_ORGANIZATION-3-3917', null, '产品设计团队', 'Product Design Team', null, 'C1070701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3602', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '09050', 'tichien.kao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3603', null, null, '商品运营团队', 'Commercial Operations Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3603', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3604', 'SUPERVISORY_ORGANIZATION-3-1773', null, '运营支持,哈尔滨公司', 'Operation Supporting, Harbin Company', null, 'C140010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3604', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '12019', 'xijun.li', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3605', 'SUPERVISORY_ORGANIZATION-3-1772', null, 'Operation Supporting, Guiyang Company', 'Operation Supporting, Guiyang Company', null, 'B1031806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3605', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3606', 'SUPERVISORY_ORGANIZATION-3-1772', null, 'Operation Supporting, Guiyang Company', 'Operation Supporting, Guiyang Company', null, 'B1031806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3606', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3607', 'SUPERVISORY_ORGANIZATION-3-1772', null, '运营支持,贵阳公司', 'Operation Supporting, Guiyang Company', null, 'C139010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3607', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3608', 'SUPERVISORY_ORGANIZATION-3-677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3608', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '04516', 'jing.zhou', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3609', 'SUPERVISORY_ORGANIZATION-3-997', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3609', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '17180', 'zhaoyang.dong', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3610', 'SUPERVISORY_ORGANIZATION-3-1775', null, '运营支持,呼和浩特公司', 'Operation Supporting, Huhhot Company', null, 'C144010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3610', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '12262', 'xiaohong.zhai', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3610', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3611', 'SUPERVISORY_ORGANIZATION-3-1781', null, '用户顾问团队,柳州万象城', 'Uesr Fellow Team, Liuzhou MIXC', null, 'C141010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3611', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '05563', 'lei.peng', '10827;30064', 'Nanning-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3612', 'SUPERVISORY_ORGANIZATION-3-1788', null, '运营支持,徐州公司', 'Operation Supporting, Xuzhou Company', null, 'C138010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3612', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3612', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3613', 'SUPERVISORY_ORGANIZATION-3-1770', null, '运营支持,长春公司', 'Operation Supporting, Changchun Company', null, 'C142010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3613', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '02924', 'qihang.liu', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3613', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3614', 'SUPERVISORY_ORGANIZATION-3-2128', null, '运营支持,沈阳公司', 'Operation Supporting, Shenyang Company', null, 'C137010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3614', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3695', 'SUPERVISORY_ORGANIZATION-3-1780', null, '运营支持,南昌公司', 'Operation Supporting, Nanchang Company', null, 'C136010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3695', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '14905', 'hong.ye', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3695', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3696', 'SUPERVISORY_ORGANIZATION-3-1781', null, '运营支持,南宁公司', 'Operation Supporting, Nanning Company', null, 'C141010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3696', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '05563', 'lei.peng', '10827;30064', 'Nanning-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3697', 'SUPERVISORY_ORGANIZATION-3-2128', null, '用户顾问团队,沈阳公司', '用户顾问团队,沈阳公司', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3697', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3698', 'SUPERVISORY_ORGANIZATION-3-964', null, '充换电运维和互联互通开发组', 'Power O&M and IoT Platform Development Sub-team', null, 'C157040205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3698', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, 'C1050', 'mengna.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3699', 'SUPERVISORY_ORGANIZATION-3-1633', null, '运营支持,海口公司', 'Operation Supporting, Haikou Company', null, 'C131010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3699', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, 'C0004', 'cathy.wang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3699', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3700', 'SUPERVISORY_ORGANIZATION-3-835', null, '运营支持,合肥公司', 'Operation Supporting, Hefei Company', null, 'C1350105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3700', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3701', 'SUPERVISORY_ORGANIZATION-3-1776', null, '运营支持,济南公司', 'Operation Supporting, Jinan Company', null, 'C130010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3701', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3702', 'SUPERVISORY_ORGANIZATION-3-1227', null, '运营支持,金华公司', 'Operation Supporting, Jinhua Company', null, 'B1032506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3702', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3702', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3703', '20191216_SUPERVISORY_ORG_10', null, '销售,济南公司', 'Sales, Jinan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3703', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3704', 'SUPERVISORY_ORGANIZATION-3-1758', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3704', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '06445', 'tai.wang', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3705', 'SUPERVISORY_ORGANIZATION-3-3697', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3705', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3706', 'SUPERVISORY_ORGANIZATION-3-1227', null, '运营支持,金华公司', 'Operation Supporting, Jinhua Company', null, 'C1320106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3706', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3707', 'SUPERVISORY_ORGANIZATION-3-758', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3707', null, '1', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3708', 'SUPERVISORY_ORGANIZATION-3-905', null, '运营支持,天津公司', 'Operation Supporting, Tianjin Company', null, 'C1210105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3708', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '02704', 'yue.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3709', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,石家庄北国先天下', 'User Fellow Team, Shijiazhuang Beiguo Xiantianxia', null, 'C126011002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3709', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3710', 'SUPERVISORY_ORGANIZATION-3-1784', null, '运营支持,太原公司', 'Operation Supporting, Taiyuan Company', null, 'C133010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3710', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '11397', 'neil.guo1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3711', 'SUPERVISORY_ORGANIZATION-3-747', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3711', null, '0', 'admin', '2022-05-26 17:19:45', null, null, null, null, null, null, '17860', 'zhenyu.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3712', 'CO-GZH', null, '运营支持,广州公司', 'Operation Supporting, Guangzhou Company', null, 'C1140105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3712', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, 'C0948', 'mark.chen', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3713', 'SUPERVISORY_ORGANIZATION-3-758', null, '交付运营,武汉公司', 'Delivery Operation, Wuhan Company', null, 'C1250105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3713', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3713', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3714', '20191223_SUPERVISORY_ORG_1', null, '交付运营,重庆公司', 'Delivery Operation, Chongqing Company', null, 'C122010810', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3714', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '04226', 'zengpeng.qin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3715', 'SUPERVISORY_ORGANIZATION-3-905', null, 'Operation Supporting,Tianjin Company', 'Operation Supporting,Tianjin Company', null, 'B1034106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3715', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '02704', 'yue.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3716', 'SUPERVISORY_ORGANIZATION-3-1777', null, '运营支持,昆明公司', 'Operation Supporting, Kunming Company', null, 'C134010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3716', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '13154', 'nicolas.wu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3717', 'SUPERVISORY_ORGANIZATION-3-1005', null, '运营支持,石家庄公司', 'Operation Supporting, Shijiazhuang Company', null, 'C1260105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3717', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '13375', 'kui.mao', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3717', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3718', 'SUPERVISORY_ORGANIZATION-3-1031', null, '运营支持,青岛公司', 'Operation Supporting, Qingdao Company', null, 'C129010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3718', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '06455', 'yishi.li', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3719', 'SUPERVISORY_ORGANIZATION-3-1784', null, '用户顾问团队,太原公司', '非官宣部门', null, 'C133010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3719', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '14353', 'chao.zhang7', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3719', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3720', 'SUPERVISORY_ORGANIZATION-3-758', null, '运营支持,武汉公司', 'Operation Supporting, Wuhan Company', null, 'C1250106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3720', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3720', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3721', 'SUPERVISORY_ORGANIZATION-3-2548', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3721', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, 'C1240', 'hao.zhu', '09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3722', 'SUPERVISORY_ORGANIZATION-3-967', null, '运营支持,宁波公司', 'Operation Supporting, Ningbo Company', null, 'C1240105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3722', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '03071', 'jiajun.cao', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3723', 'SUPERVISORY_ORGANIZATION-3-1238', null, '物流-仓储团队,郑州公司', 'Logistics - Warehouse Team, Zhengzhou Company', null, 'C120010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3723', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '06332', 'pu.du', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3723', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3724', 'SUPERVISORY_ORGANIZATION-3-969', null, '运营支持,郑州公司', 'Operation Supporting, Zhengzhou Company', null, 'C1200105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3724', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3725', 'SUPERVISORY_ORGANIZATION-3-903', null, '运营支持,重庆公司', 'Operation Supporting, Chongqing Company', null, 'C1220105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3725', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '05000', 'feng.qin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3725', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3726', 'SUPERVISORY_ORGANIZATION-3-967', null, '交付运营,宁波公司', 'Delivery Operation, Ningbo Company', null, 'C1240106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3726', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '05830', 'sara.ye', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3727', 'SUPERVISORY_ORGANIZATION-3-1843', null, '交付团队,郑州公司', 'Delivery Team, Zhengzhou Company', null, 'C120010910', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3727', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '16494', 'yanan.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3728', 'SUPERVISORY_ORGANIZATION-3-1030', null, '运营支持,长沙公司', 'Operation Supporting, Changsha Company', null, 'C1230105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3728', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, 'C1175', 'jack.yan', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3728', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3735', '20191225_SUPERVISORY_ORG_1', null, '交付运营,长沙公司', 'Delivery Operation, Changsha Company', null, 'C123010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3735', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '07070', 'zhenxun.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3735', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3736', 'SUPERVISORY_ORGANIZATION-3-5118', null, '用户顾问团队,温州公司', 'User Fellow Team, Wenzhou Company', null, 'C128010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3736', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '34599', 'xiangyun.xu', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5118', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3737', 'SUPERVISORY_ORGANIZATION-3-1029', null, '运营支持,温州公司', 'Operation Supporting, Wenzhou Company', null, 'C1280105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3737', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '03281', 'david.wang1', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3738', 'SUPERVISORY_ORGANIZATION-3-600', null, '运营支持,南京公司', 'Operation Supporting, Nanjing Company', null, 'C1190106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3738', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '14390', 'yan.wu1', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3739', 'SUPERVISORY_ORGANIZATION-3-904', null, '运营支持,西安公司', 'Operation Supporting, Xi\'an Company', null, 'C1180105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3739', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '09994', 'jeff.shi', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3739', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3740', null, null, 'Workshop Team, Xi\'an Company', 'Workshop Team, Xi\'an Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3740', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '05796', 'jenny.li', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3741', 'SUPERVISORY_ORGANIZATION-3-3337', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3741', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '07189', 'chonghua.wang', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3337', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3742', 'SUPERVISORY_ORGANIZATION-3-601', null, '运营支持,杭州公司', 'Operation Supporting, Hangzhou Company', null, 'C1150105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3742', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '02482', 'will.fan', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3743', 'SUPERVISORY_ORGANIZATION-3-6526', null, '物流-仓储团队,苏州公司', 'Logistics - Warehouse Team, Suzhou Company', null, 'C116010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3743', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '03086', 'jiyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3744', 'SUPERVISORY_ORGANIZATION-3-1248', null, '车间团队,苏州公司', 'Workshop Team, Suzhou Company', null, 'C116010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3744', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '06312', 'mowei.zhang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3745', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京亦庄', 'User Fellow Team, Beijing eTown', null, 'C112010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3745', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '02843', 'yan.yu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3746', 'SUPERVISORY_ORGANIZATION-3-600', null, '城市运营,镇江', 'City Operation, Zhengjiang', null, 'C1190107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3746', null, '0', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, '06499', 'jian.xing', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3747', null, null, 'User Development, Nanjing Company', 'User Development, Nanjing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3747', null, '1', 'admin', '2022-05-26 17:19:46', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3748', 'SUPERVISORY_ORGANIZATION-3-830', null, '用户发展,南京公司', 'User Development, Nanjing Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3748', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '10181', 'vicky.jin', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-830', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3749', 'SUPERVISORY_ORGANIZATION-3-6577', null, '物流-仓储团队,西安公司', 'Logistics - Warehouse Team, Xi\'an Company', null, 'C118010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3749', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '07190', 'bobo.liang', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3750', 'SUPERVISORY_ORGANIZATION-3-566', null, '运营支持,成都公司', 'Operation Supporting, Chengdu Company', null, 'C1170105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3750', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '06040', 'julie.zhao', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3751', 'SUPERVISORY_ORGANIZATION-3-574', null, '运营支持,深圳公司', 'Operation Supporting, Shenzhen Company', null, 'C1130106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3751', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '03274', 'pu.zhao', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3752', 'SUPERVISORY_ORGANIZATION-3-1518', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3752', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '06672', 'yiwei.tao', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3753', 'SUPERVISORY_ORGANIZATION-3-4253', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3753', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '04926', 'roger.tong', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3754', 'SUPERVISORY_ORGANIZATION-3-585', null, '运营支持,苏州公司', 'Operation Supporting, Suzhou Company', null, 'C1160105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3754', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '02491', 'kun.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3755', 'SUPERVISORY_ORGANIZATION-3-480', null, '运营支持,北京公司', 'Operation Supporting, Beijing Company', null, 'C1120106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3755', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '02250', 'michael.pu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3756', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,廊坊第五大街', 'User Fellow Team, Langfang Fifth Avenue', null, 'C112010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3756', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '03723', 'john.zhang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3757', 'VE-CAE', null, 'Chassis', 'Chassis', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3757', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3758', 'SUPERVISORY_ORGANIZATION-3-9013', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3758', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '10601', 'wenda.li1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9013', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3759', 'SUPERVISORY_ORGANIZATION-3-3152', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3759', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '06132', 'sean.zhao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3152', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3760', 'SUPERVISORY_ORGANIZATION-3-3580', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3760', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '09067;11277', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3761', 'SUPERVISORY_ORGANIZATION-3-1718', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3761', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '13438', 'xianglian.zhang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3762', 'SUPERVISORY_ORGANIZATION-3-3782', null, '在线顾问团队,上海公司', 'Online Consultant Team, Shanghai Company', null, 'C111011119', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3762', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '02451', 'monica.xu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3763', 'SUPERVISORY_ORGANIZATION-3-627', null, '配附件团队,上海公司', 'Parts Team, Shanghai Company', null, 'C111010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3763', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '05143', 'nan.chu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3763', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3766', 'SUPERVISORY_ORGANIZATION-3-2599', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3766', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, 'C0001', 'ted.li', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3767', 'VE-CAE', null, 'Chasis', 'Chasis', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3767', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '13922', null, '05560;29769;33517;42399', 'Oxford-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3768', 'SUPERVISORY_ORGANIZATION-3-1654', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3768', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '12187', 'fang.qu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3769', 'SUPERVISORY_ORGANIZATION-3-627', null, '车间团队,上海公司', 'Workshop Team, Shanghai Company', null, 'C111010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3769', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '05030', 'yuan.zhou', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3770', 'CO-SHA-001', null, '运营支持,上海公司', 'Operation Supporting, Shanghai Company', null, 'C1110106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3770', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3771', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3771', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '02901', 'chris.qi', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3772', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3772', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '12641', 'ji.li1', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3773', null, null, 'User Fellowship, Haikou Company', 'User Fellowship, Haikou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3773', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3774', 'SUPERVISORY_ORGANIZATION-3-3032', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3774', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '14482', 'hui.yan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3775', 'SUPERVISORY_ORGANIZATION-3-2618', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3775', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '12333', 'nan.zhang2', 'C0033;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3776', 'SUPERVISORY_ORGANIZATION-3-1040', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3776', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '12777', 'cynthia.xu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3781', 'SUPERVISORY_ORGANIZATION-3-584', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3781', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '02766', 'jiahua.shen', '03280;13082;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3782', 'SUPERVISORY_ORGANIZATION-3-1654', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3782', null, '0', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '12175', 'albert.li1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3783', 'SUPERVISORY_ORGANIZATION-3-1769', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3783', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '03124', 'lucy.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3784', 'SUPERVISORY_ORGANIZATION-3-1657', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3784', null, '1', 'admin', '2022-05-26 17:19:47', null, null, null, null, null, null, '10340', 'shuxuan.qu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3785', 'CO-SHA-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3785', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '02766', 'jiahua.shen', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'CO-SHA-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3786', 'SUPERVISORY_ORGANIZATION-3-3720', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3786', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3720', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3787', 'SUPERVISORY_ORGANIZATION-3-1363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3787', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '06445', 'tai.wang', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3788', 'SUPERVISORY_ORGANIZATION-3-3974', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3788', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, 'C0001', 'ted.li', '05407;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3789', 'SUPERVISORY_ORGANIZATION-3-2768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3789', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '05896', 'lei.hu', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3790', 'SUPERVISORY_ORGANIZATION-3-1042', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3790', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '15381', 'elwin.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1042', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3791', 'VE-VPG-005', null, '内饰空调工程质量组', 'Interior & HVAC Engineering Quality Sub-team', null, 'A102060401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3791', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '04083', 'gordon.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3792', 'SUPERVISORY_ORGANIZATION-3-2765', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3792', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, 'C1090', 'yongyue.ma', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2765', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3793', null, null, '系统工程团队', 'System Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3793', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '02117', 'can.chen', '09077;U0001', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3794', 'SUPERVISORY_ORGANIZATION-3-1229', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3794', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '08225', 'tingting.zhu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3795', 'SUPERVISORY_ORGANIZATION-3-2866', null, 'Business Development & Planning Team', 'Business Development & Planning Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3795', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '08371', 'shuyu.zhao', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3796', 'SUPERVISORY_ORGANIZATION-3-2864', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3796', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '03445', 'kaiwen.huang', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3797', 'EP-EIT-001', null, '试验室技师组', '非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3797', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, 'C0539', 'robert.zhuang', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3797', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3798', 'SUPERVISORY_ORGANIZATION-3-3152', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3798', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '06132', 'sean.zhao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3152', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3799', 'VE-VPG-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3799', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '04600', 'xiaodong.yao', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-VPG-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3800', 'SUPERVISORY_ORGANIZATION-3-2548', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3800', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '25786', 'long.lu', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3801', 'SUPERVISORY_ORGANIZATION-3-2158', null, '全球社区与用户团队', 'Global Community & User Team', null, 'C1490204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3801', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '07126', 'tianyin.shen', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3802', 'SUPERVISORY_ORGANIZATION-3-3754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3802', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '07209', 'henry.zhong', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3803', 'SUPERVISORY_ORGANIZATION-3-1520', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3803', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '08665', 'ever.cai', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1520', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3804', 'SUPERVISORY_ORGANIZATION-3-504', null, '招聘团队', 'Talent Acquisition Team', null, 'D1010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3804', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3805', 'SUPERVISORY_ORGANIZATION-3-504', null, '项目及能力建设团队', 'Project and Capability Team', null, 'D1010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3805', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3806', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3806', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '19689', 'kevin.jiang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3807', 'XPT_SUPERVISORY_ORGANIZATION_90', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3807', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '100075', 'elva.xu', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_90', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3808', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3808', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '03310', 'junxing.yang', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3813', 'SUPERVISORY_ORGANIZATION-3-576', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3813', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, 'C0122', 'richard.zhong', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3814', null, null, 'UO HRBP Team', 'UO HRBP Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3814', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '05407', 'emil.dai', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3815', 'DO-DGT-009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3815', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '41771', 'yifeng.fu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3816', 'SUPERVISORY_ORGANIZATION-3-1168', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3816', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '05407', 'emil.dai', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3817', 'SUPERVISORY_ORGANIZATION-3-2668', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3817', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '12337', 'daisy.zeng', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3818', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3818', null, '0', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '03289', 'xiaolie.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3819', 'SUPERVISORY_ORGANIZATION-3-5885', null, '人力资源', '人力资源', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3819', null, '1', 'admin', '2022-05-26 17:19:48', null, null, null, null, null, null, '02095', 'vanny.cen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3820', 'SUPERVISORY_ORGANIZATION-3-820', null, '车联网开发组', 'Connected Vehicle Sub-team', null, 'A202100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3820', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '30624', 'ze.zhang1', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3821', null, null, 'Regional Power Management Engineering Service(Zhejiang&Fujian)', 'Regional Power Management Engineering Service(Zhejiang&Fujian)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3821', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '03166', 'laizao.sun', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3822', 'SUPERVISORY_ORGANIZATION-3-3369', null, '驾驶性能团队', 'Driving Performance Team', null, 'A1021405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3822', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0352', 'feng.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3823', 'SUPERVISORY_ORGANIZATION-3-3822', null, '驾驶性能测试组', 'Driving Performance Testing Sub-team', null, 'A102140501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3823', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0352', 'feng.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-3823', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3824', 'SUPERVISORY_ORGANIZATION-3-503', null, '车辆动力学仿真组', 'Vehicle Dynamics Simulation Sub-team', null, 'A102140201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3824', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0229', 'xugang.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3825', 'SUPERVISORY_ORGANIZATION-3-503', null, '车辆动力学调试组', 'Vehicle Dynamics Tuning Sub-team', null, 'A102140202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3825', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0297', 'neo.hong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3826', 'VE-VIT-002-06', null, '能量策略组', 'Energy Strategy Sub-team', null, 'A102140303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3826', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0912', 'maximilian.ganis', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3827', 'SUPERVISORY_ORGANIZATION-3-3824', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3827', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0229', 'xugang.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3828', 'SUPERVISORY_ORGANIZATION-3-2852', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3828', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0095', 'bob.jiang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3829', null, null, 'Business Purchasing Team', 'Business Purchasing Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3829', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '04582', 'jackie.zhang', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3830', 'SUPERVISORY_ORGANIZATION-3-2064', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3830', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '03053', 'annie.ni', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3832', 'SUPERVISORY_ORGANIZATION-3-3825', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3832', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0297', 'neo.hong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3833', null, null, 'Business Purchasing Team (Sales & Service Assurance)', 'Business Purchasing Team (Sales & Service Assurance)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3833', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '05035', 'yun.xie', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3834', 'SUPERVISORY_ORGANIZATION-3-3822', null, '驾驶性能测试组', 'Driving Performance Testing Sub-team', null, 'A102140501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3834', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, 'C0722', 'zhen.chen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3834', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3835', 'SUPERVISORY_ORGANIZATION-3-3032', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3835', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '14235', 'jing.wang5', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3836', 'SUPERVISORY_ORGANIZATION-3-6738', null, '数字项目管理团队', 'Digital Program Taskforce, Project Honor', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3836', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '05559', 'yang.cui', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3837', 'SUPERVISORY_ORGANIZATION-3-1002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3837', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '05559', 'yang.cui', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3838', 'SUPERVISORY_ORGANIZATION-3-2789', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3838', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '12313', 'jade.xie', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3839', 'XPT_ORG_REFERENCE_20200424_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3839', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '02156', 'ling.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3840', 'SUPERVISORY_ORGANIZATION-3-8943', null, '车辆通信开发组', 'Vehicle Communication Dev Sub-team', null, 'A202070901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3840', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '04158', 'aiguo.yi', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3840', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3841', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉荟聚中心', 'User Fellow Team, Wuhanhuijuzhongxin', null, 'C125010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3841', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '36866', 'jie.peng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3842', 'SUPERVISORY_ORGANIZATION-3-1145', null, '视频流开发团队', 'Imaging & Video Development Team', null, 'A2101001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3842', null, '0', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '07377', 'yan.shi', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3843', 'SUPERVISORY_ORGANIZATION-3-1772', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3843', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '15620', 'yangbo.song', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3844', 'SUPERVISORY_ORGANIZATION-3-2420', null, '数字座舱与软件开发', 'Superior Digital Cockpit & Software Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3844', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '14065', null, '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3847', null, null, '销售,海口公司', 'Sales, Haikou Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3847', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '10340', 'shuxuan.qu', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3848', null, null, 'Regional Operation, Wuhan Company', 'Regional Operation, Wuhan Company', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3848', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3849', 'SUPERVISORY_ORGANIZATION-3-1483', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3849', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '04926', 'roger.tong', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1483', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3850', 'SUPERVISORY_ORGANIZATION-3-2866', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3850', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '08371', 'shuyu.zhao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3851', 'SUPERVISORY_ORGANIZATION-3-825', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3851', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '04495', 'david.wang2', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3852', 'SUPERVISORY_ORGANIZATION-3-3768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3852', null, '1', 'admin', '2022-05-26 17:19:49', null, null, null, null, null, null, '12187', 'fang.qu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3853', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3853', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '12331', 'binying.wang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3854', 'SUPERVISORY_ORGANIZATION-3-2864', null, '服务无忧包产品运营团队', 'Superior Service Package Product Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3854', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '03445', 'kaiwen.huang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3855', 'PU-PDP-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3855', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '04946', 'howell.shen', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PDP-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3856', 'SUPERVISORY_ORGANIZATION-3-3822', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3856', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'C0034', 'mingli.xue', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3857', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京蓝色港湾', 'User Fellow Team, Beijing SOLANA', null, 'C112010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3857', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '02472', 'tarcy.fang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3858', 'SUPERVISORY_ORGANIZATION-3-506', null, 'User & Service HRBP Department', 'User & Service HRBP Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3858', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '02901', 'chris.qi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3859', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3859', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '16072', 'xiaoping.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3860', 'SUPERVISORY_ORGANIZATION-3-624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3860', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '04949', 'mengting.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3861', 'SUPERVISORY_ORGANIZATION-3-2799', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3861', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '06559', 'liuzhi.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3862', 'SUPERVISORY_ORGANIZATION-3-1649', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3862', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '11530', 'yisen.gu', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3863', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3863', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '12784', 'jade.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3864', 'SD-AIS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3864', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3865', 'SUPERVISORY_ORGANIZATION-3-855', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3865', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '07015', 'sissi.xi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3866', 'SUPERVISORY_ORGANIZATION-3-6467', null, '交付团队,合肥公司', 'Delivery Team, Hefei Company', null, 'C135010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3866', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '08072', 'meijingqi.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3867', 'SUPERVISORY_ORGANIZATION-3-1518', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3867', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '03052', 'ping.chen', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3868', 'PU', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3868', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'C0121', 'kevin.pan', '03938', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3869', 'SUPERVISORY_ORGANIZATION-3-793', null, '数据管理团队', 'Data Management Team', null, 'A2160401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3869', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '08738', 'xingliang.cai', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3869', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3873', 'GL', null, '分管机构6(Division 6)', '分管机构6(Division 6)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3873', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3874', 'GL', null, '分管机构5(Division 5)', '分管机构5(Division 5)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3874', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '14536', 'steven.feng', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3875', 'GL', null, '分管机构4(Division 4)', '分管机构4(Division 4)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3875', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'C0026', 'mark.zhou', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3876', 'GL', null, '分管机构3(Division 3)', '分管机构3(Division 3)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3876', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3877', 'GL', null, '分管机构2(Division 2)', '分管机构2(Division 2)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3877', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3878', 'GL', null, '分管机构1(Division 1)', '分管机构1(Division 1)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3878', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3879', 'SUPERVISORY_ORGANIZATION-3-2019', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3879', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '14536', 'steven.feng', '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3880', 'SUPERVISORY_ORGANIZATION-3-3480', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3880', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '100780', 'john.zheng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3881', 'SUPERVISORY_ORGANIZATION-3-5314', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3881', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '03515', 'xiaowei.tian', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5314', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3882', 'SUPERVISORY_ORGANIZATION-3-3480', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3882', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '100780', 'john.zheng', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3883', 'SUPERVISORY_ORGANIZATION-3-1657', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3883', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '10340', 'shuxuan.qu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3884', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3884', null, '1', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, '11068', 'max.cheng', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3885', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3885', null, '0', 'admin', '2022-05-26 17:19:50', null, null, null, null, null, null, 'C0234', 'lukky.wang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3886', 'SUPERVISORY_ORGANIZATION-3-6156', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3886', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '06576', 'xiang.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6156', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3887', 'SUPERVISORY_ORGANIZATION-3-3721', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3887', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C1240', 'hao.zhu', '09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3888', 'SUPERVISORY_ORGANIZATION-3-500', null, '专属群与应急响应运营组', 'App Exclusive Service & Emergency Response Operation Sub-team', null, 'C155050103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3888', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '11068', 'max.cheng', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3888', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3889', 'SUPERVISORY_ORGANIZATION-3-1653', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3889', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '11220', 'sharon.li1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1653', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3890', 'XPT_ORG_REFERENCE_20200424_12', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3890', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3891', 'XPT_ORG_REFERENCE_20200424_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3891', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '100541', 'travers.ren', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3892', 'XPT_ORG_REFERENCE_20200424_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3892', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '13696', 'allen.xu', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3893', 'XPT_ORGANIZATION_20200426_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3893', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '05747', 'weiwei.dai', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORGANIZATION_20200426_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3894', 'XPT_ORG_REFERENCE_20200424_14', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3894', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3895', 'XPT_ORG_REFERENCE_20200424_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3895', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C1243', 'huiwen.zheng', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3896', 'SUPERVISORY_ORGANIZATION-3-3489', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3896', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '02716', 'weiqiang.xia', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3897', 'SUPERVISORY_ORGANIZATION-3-3839', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3897', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '13695', 'roger.wang', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3898', 'SUPERVISORY_ORGANIZATION-3-6357', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3898', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '02316', 'jiansong.zhang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3899', 'XPT_ORG_REFERENCE_20200424_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3899', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C0713', 'hongxia.chen', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3900', 'SUPERVISORY_ORGANIZATION-3-733', null, '产品专家团队,广州公司', 'NIO Product Expert Team, Guangzhou Company', null, 'C114010813', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3900', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '16512', 'fan.li5', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3910', 'SUPERVISORY_ORGANIZATION-3-2535', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3910', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '02911', 'lilian.li', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3911', 'SUPERVISORY_ORGANIZATION-3-1776', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3911', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '09834', 'roy.yin', '06450;10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3912', 'SUPERVISORY_ORGANIZATION-3-2744', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3912', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '12671', 'jun.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3913', 'SUPERVISORY_ORGANIZATION-3-3443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3913', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C0776', 'miner.min', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3914', 'SUPERVISORY_ORGANIZATION-3-7869', null, '服务运营,南通公司', 'Service Operations, Nantong Company', null, 'C164010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3914', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '09737', 'feng.zhou1', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3914', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3915', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life Product Design Department', 'NIO Life Product Design Department', null, 'C10707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3915', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C0084', 'jili.liu', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3915', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3916', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life Product Design Department', 'NIO Life Product Design Department', null, 'C10707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3916', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C0084', 'jili.liu', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3916', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3917', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life 产品设计部', 'NIO Life Product Design Department', null, 'C10707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3917', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '12332', 'chloe.zhang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3918', 'SUPERVISORY_ORGANIZATION-3-2171', null, '非官宣部门', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3918', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '02117', 'can.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3919', 'SUPERVISORY_ORGANIZATION-3-2828', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3919', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '06090', 'fei.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3920', '20191212_SUPERVISORY_ORG_44', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3920', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '15367', 'jinhong.pang', '05554', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_44', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3921', 'SUPERVISORY_ORGANIZATION-3-1346', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3921', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '14473', 'fei.li1', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3922', 'SUPERVISORY_ORGANIZATION-3-2199', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3922', null, '0', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '12911', 'tina.huang', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3923', 'SUPERVISORY_ORGANIZATION-3-688', null, '非官宣部门', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3923', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, '02583', 'bingwen.shi', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-688', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3924', 'SUPERVISORY_ORGANIZATION-3-1531', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3924', null, '1', 'admin', '2022-05-26 17:19:51', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3925', 'SUPERVISORY_ORGANIZATION-3-3331', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3925', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3926', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3926', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '11452', 'zhijun.yan', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3927', 'SUPERVISORY_ORGANIZATION-3-4659', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3927', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '12207', 'young.shen', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3928', 'SUPERVISORY_ORGANIZATION-3-3874', null, '全球业务发展', 'Global Business', null, 'C163', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3928', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '02513', 'chris.chen1', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3929', 'SUPERVISORY_ORGANIZATION-3-2159', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3929', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '14390', 'yan.wu1', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3930', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3930', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '15534', 'jianwei.qin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3931', 'SUPERVISORY_ORGANIZATION-3-1843', null, '产品专家团队,郑州公司', 'NIO Product Expert Team, Zhengzhou Company', null, 'C120010911', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3931', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '28503', 'leon.lv', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3932', 'SUPERVISORY_ORGANIZATION-3-630', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3932', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '03845', 'pino.cao', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3933', 'SUPERVISORY_ORGANIZATION-3-3497', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3933', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '08281', 'anson.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3934', 'SUPERVISORY_ORGANIZATION-3-2562', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3934', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '21021', 'lingyun.zhang', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3935', 'SUPERVISORY_ORGANIZATION-3-2562', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3935', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '11152', 'shawn.gong', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3938', 'SUPERVISORY_ORGANIZATION-3-1413', null, '技术团队,长沙公司', 'Technical Team, Changsha Company', null, 'C123010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3938', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '12050', 'yajun.liao', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3938', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3939', 'SUPERVISORY_ORGANIZATION-3-1362', null, '车间团队,宁波公司', 'Workshop Team, Ningbo Company', null, 'C124010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3939', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '10102', 'yundong.xu', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3939', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3940', 'SUPERVISORY_ORGANIZATION-3-2020', null, '计算机视觉', 'Computer Vision', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3940', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '18247', 'jian.bai', '13036', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-3940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3941', 'SUPERVISORY_ORGANIZATION-3-451', null, '尺寸集成与前期项目管理组', 'Dimensional Integration & Advanced Project Mgt Sub-team', null, 'B002100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3941', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '04400', 'jun.xu', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3941', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3942', 'SUPERVISORY_ORGANIZATION-3-451', null, '尺寸数据中心组', 'Dimensional Data Center Sub-team', null, 'B002100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3942', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, 'C0752', 'yang.wang', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3943', 'XPT_SUPERVISORY_ORGANIZATION_28', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3943', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '16740', 'lily.zhou', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_28', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3944', 'SUPERVISORY_ORGANIZATION-3-3878', null, '自动驾驶研发', 'Autonomous Driving Development', null, 'A209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3944', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-3944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3945', 'SUPERVISORY_ORGANIZATION-3-3878', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3945', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3946', 'SUPERVISORY_ORGANIZATION-3-3788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3946', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '02479', 'chao.lv', '05407;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3947', 'SUPERVISORY_ORGANIZATION-3-1362', null, '配附件团队,宁波公司', 'Parts Team, Ningbo Company', null, 'C124010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3947', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '12930', 'wei.jiang3', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3947', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3950', 'SUPERVISORY_ORGANIZATION-3-2151', null, 'SPE中国团队', 'SPE China Team', null, 'A2021101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3950', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '31324', 'hualiang.guan', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3951', 'VE', null, '合肥整车工程研发中心', 'Hefei VE R&D Center', null, 'A10218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3951', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, 'C0225', 'jim.luo', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3960', 'SUPERVISORY_ORGANIZATION-3-1178', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3960', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '05972', 'corey.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1178', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3961', 'SUPERVISORY_ORGANIZATION-3-2382', null, '非官宣部门', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3961', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '04280', 'ruiqing.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3962', 'SUPERVISORY_ORGANIZATION-3-3950', null, 'Not Announced', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3962', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '31324', 'hualiang.guan', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3963', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门', '非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3963', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '07687', 'tuoyu.yang', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3964', 'SUPERVISORY_ORGANIZATION-3-3052', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3964', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '11394', 'shuo.jin', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3052', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3965', 'SUPERVISORY_ORGANIZATION-3-3041', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3965', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '11851', 'jason.su', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3041', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3966', 'SUPERVISORY_ORGANIZATION-3-3768', null, '产品专家团队(上海中心),上海公司', 'NIO Product Expert Team (ShanghaiZhongXinDaSha), Shanghai Company', null, 'C111011134', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3966', null, '0', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '03702', 'weijie.xu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3966', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3967', 'CD-PGM-002', null, 'Not Announced', 'Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3967', null, '1', 'admin', '2022-05-26 17:19:52', null, null, null, null, null, null, '07194', 'yaxing.zhao', 'C0033;C0941', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'CD-PGM-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3968', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3968', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '16762', 'william.jiang', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3969', 'SUPERVISORY_ORGANIZATION-3-3591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3969', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '11933', 'lin.chen1', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3970', 'SUPERVISORY_ORGANIZATION-3-2283', null, '涂装试制组', 'Paint Pilot Build Sub-team', null, 'B301020302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3970', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '13181', 'wei.wu', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3970', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3971', 'SUPERVISORY_ORGANIZATION-3-2283', null, '总装试制组', 'GA Pilot Build Sub-team', null, 'B301020303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3971', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '13183', 'yizheng.liu', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3972', 'SUPERVISORY_ORGANIZATION-3-2283', null, '车身试制组', 'Body Pilot Build Sub-team', null, 'B301020301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3972', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '13244', 'jun.wu', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3973', 'SUPERVISORY_ORGANIZATION-3-2599', null, '产品业务管理架构团队', 'Product Architecture Team', null, 'A1051401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3973', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '28701', 'sally.fan', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3973', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3974', 'SUPERVISORY_ORGANIZATION-3-2599', null, '产品和体验管理团队', 'Product & Experience Management Team', null, 'A0010606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3974', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, 'C0001', 'ted.li', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-3974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3975', 'SUPERVISORY_ORGANIZATION-3-2599', null, '整车体验管理部', 'Vehicle Experience Management Department', null, 'A10509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3975', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, 'C0001', 'ted.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3976', 'SUPERVISORY_ORGANIZATION-3-3973', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3976', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '28701', 'sally.fan', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3973', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3977', 'SUPERVISORY_ORGANIZATION-3-2599', null, '产品型谱规划团队', 'Product Strategy & Planning Team', null, 'A1051801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3977', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '02577', 'haiyun.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-3977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3980', 'SUPERVISORY_ORGANIZATION-3-4656', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3980', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '08061', 'anna.guo', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3981', 'SUPERVISORY_ORGANIZATION-3-2413', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3981', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3982', 'SUPERVISORY_ORGANIZATION-3-980', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3982', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '06609', 'carrie.he', '06138;17860', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3983', 'SUPERVISORY_ORGANIZATION-3-580', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3983', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '04017', 'haitao.chen', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3984', 'SUPERVISORY_ORGANIZATION-3-580', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3984', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '05253', 'hongmei.liu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3985', 'SUPERVISORY_ORGANIZATION-3-5856', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3985', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '08301', 'haodong.he', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3986', 'SUPERVISORY_ORGANIZATION-3-1788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3986', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3987', 'SUPERVISORY_ORGANIZATION-3-1363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3987', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '06445', 'tai.wang', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3988', 'SUPERVISORY_ORGANIZATION-3-5443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3988', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '04634', 'jing.wang4', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3989', 'SUPERVISORY_ORGANIZATION-3-2278', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3989', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '02316', 'jiansong.zhang', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3990', 'SUPERVISORY_ORGANIZATION-3-1768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3990', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '05258', 'anyong.wang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3991', 'SUPERVISORY_ORGANIZATION-3-814', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3991', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3992', 'SUP-US-99', null, 'Digital Development', 'Digital Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3992', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, 'U0128', null, '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-3992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3993', 'DO-DGT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3993', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '09196', 'yan.jia', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3994', 'SUPERVISORY_ORGANIZATION-3-1673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3994', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '02322', 'victor.zhu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3995', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3995', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3996', 'SUPERVISORY_ORGANIZATION-3-3944', null, '云端工程部', 'Cloud Engineering Department', null, 'A20904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3996', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '17025', 'samuel.bai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3997', 'SUPERVISORY_ORGANIZATION-3-3032', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3997', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '14235', 'jing.wang5', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3998', 'SUPERVISORY_ORGANIZATION-3-4761', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3998', null, '1', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '16572', 'jianbo.tang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-3999', 'SUPERVISORY_ORGANIZATION-3-4320', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-3999', null, '0', 'admin', '2022-05-26 17:19:53', null, null, null, null, null, null, '10060', 'jane.shu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4000', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(厦门)', 'Finance Team (Xiamen)', null, 'D1030414', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4000', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '09388', 'joyce.fu', '04634', 'Xiamen-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4000', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4001', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队(空间运营),太古汇店', 'Store Operations Team (Space Operations), TKH', null, 'C111010305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4001', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '02931', 'haikang.yang', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4002', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队(空间运营),万象城店', 'Store Operations Team (Space Operations), MIXC', null, 'C111010304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4002', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '02906', 'rayi.huang', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4003', 'SUPERVISORY_ORGANIZATION-3-630', null, '延展团队,上海公司', 'Value-added Team, Shanghai Company', null, 'C111010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4003', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '05127', 'xinyi.mo', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4004', 'SUPERVISORY_ORGANIZATION-3-794', null, '标定和回归测试组', 'Calibration & Regression Test Sub-Team', null, 'A209090301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4004', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '05460', 'frank.li1', '22742', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4005', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4005', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '18611', 'brave.ma', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4010', 'SUPERVISORY_ORGANIZATION-3-3438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4010', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4011', 'UD', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4011', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'UD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4012', 'SUPERVISORY_ORGANIZATION-3-3708', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4012', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '02704', 'yue.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4013', 'SUPERVISORY_ORGANIZATION-3-2832', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4013', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '03166', 'laizao.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4014', 'SUPERVISORY_ORGANIZATION-3-2832', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4014', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '03166', 'laizao.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4015', 'SUPERVISORY_ORGANIZATION-3-2864', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4015', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '03445', 'kaiwen.huang', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4016', 'SUPERVISORY_ORGANIZATION-3-2832', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4016', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '06377', 'kaiming.gao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4017', '20191230_SUPERVISORY_ORG_6', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4017', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '02482', 'will.fan', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_6', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4018', 'SUPERVISORY_ORGANIZATION-3-2034', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4018', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '13373', 'xin.xie', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4019', 'SUPERVISORY_ORGANIZATION-3-3575', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4019', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '12372', 'rongrong.zhu', '09067;11277', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3575', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4020', 'SUPERVISORY_ORGANIZATION-3-3781', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4020', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '09781', 'yuefeng.kan', '03280;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4021', 'SUPERVISORY_ORGANIZATION-3-4038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4021', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, 'C0975', 'rui.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4022', 'SUPERVISORY_ORGANIZATION-3-4038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4022', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '02322', 'victor.zhu', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4023', 'SUPERVISORY_ORGANIZATION-3-4038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4023', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, 'C1140', 'zhipeng.wang', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4024', 'SUPERVISORY_ORGANIZATION-3-4038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4024', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '07043', 'qi.wu', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4025', 'SUPERVISORY_ORGANIZATION-3-4038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4025', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '03770', 'chen.lin', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4026', 'SUPERVISORY_ORGANIZATION-3-4038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4026', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, 'C0935', 'fengtao.han', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4027', 'SUPERVISORY_ORGANIZATION-3-4037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4027', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '03440', 'hanchao.yu', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4028', 'SUPERVISORY_ORGANIZATION-3-4037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4028', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '04888', 'chen.jiang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4029', 'SUPERVISORY_ORGANIZATION-3-674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4029', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, 'C0926', 'wei.wang', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4030', 'SUPERVISORY_ORGANIZATION-3-674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4030', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '16836', 'xiaoyan.shan', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4031', 'SUPERVISORY_ORGANIZATION-3-674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4031', null, '1', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '05837', 'ran.he', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4032', 'SUPERVISORY_ORGANIZATION-3-674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4032', null, '0', 'admin', '2022-05-26 17:19:54', null, null, null, null, null, null, '06288', 'jiaqi.he', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4033', 'SUPERVISORY_ORGANIZATION-3-674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4033', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '04605', 'jian.pu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4034', 'SUPERVISORY_ORGANIZATION-3-675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4034', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '06012', 'dian.yu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4035', 'SUPERVISORY_ORGANIZATION-3-675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4035', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '02143', 'zeqin.fan', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4036', 'SUPERVISORY_ORGANIZATION-3-4038', null, '实验室运营管理组', 'Lab & Bench Management Sub-team', null, 'A202090801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4036', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, 'C0975', 'rui.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4037', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4037', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '03236', 'xu.zhu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4038', 'SUPERVISORY_ORGANIZATION-3-1673', null, '效能产品和解决方案团队', 'Efficiency Product & Solution Team', null, 'A2020908', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4038', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '02322', 'victor.zhu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4080', 'SUPERVISORY_ORGANIZATION-3-7757', null, '用户顾问团队,中山汇丰城', 'User Fellow Team, Huifeng City Zhongshan', null, 'C114011102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4080', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '03638', 'jan.lin', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4081', 'SUPERVISORY_ORGANIZATION-3-7757', null, '用户顾问团队,中山利和广场', 'User Fellow Team, Zhongshan Lihe Shopping Mall', null, 'C114010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4081', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '03638', 'jan.lin', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4082', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州珠江新城', 'User Fellow Team, Guangzhou Zhujiang New Town', null, 'C114010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4082', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '13943', 'binheng.qiu', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4083', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州增城万达', 'User Fellow Team, Guangzhou Wanda Piaza', null, 'C114010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4083', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '03532', 'june.chen', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4083', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4084', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州番禺汉溪长隆', 'User Fellow Team, Guangzhou Hanxi Changlong', null, 'C114010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4084', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '03481', 'weilong.lin', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4084', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4085', 'SUPERVISORY_ORGANIZATION-3-6037', null, '用户顾问团队,广州金沙洲金铂天地', 'User Fellow Team, Guangzhou Kingbuy Shopping Mall', null, 'C156010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4085', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '04079', 'kai.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4085', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4086', 'SUPERVISORY_ORGANIZATION-3-6037', null, '用户顾问团队,佛山中海环宇城', 'User Fellow Team, Foshan Uni Park', null, 'C156010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4086', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '03629', 'dongwen.huang', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4086', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4087', 'SUPERVISORY_ORGANIZATION-3-6037', null, '用户顾问团队,佛山大信新都汇', 'User Fellow Team, Foshan Dasin Metropolitan', null, 'C156010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4087', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '04079', 'kai.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4090', 'SUPERVISORY_ORGANIZATION-3-2624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4090', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '18606', 'chenguang.xu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4091', 'SUPERVISORY_ORGANIZATION-3-2171', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4091', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '02303', 'jason.jiao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4092', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4092', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4093', 'SUPERVISORY_ORGANIZATION-3-1457', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4093', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '05320', 'fuming.zhao', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4094', 'SUPERVISORY_ORGANIZATION-3-1601', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4094', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '06606', 'violet.lou', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4095', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4095', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '19689', 'kevin.jiang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4096', 'SUPERVISORY_ORGANIZATION-3-5663', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4096', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '06998', 'shuyan.liu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4097', 'SUPERVISORY_ORGANIZATION-3-1250', null, '服务代表团队,金华公司', 'Service Representative Team, Jinhua Company', null, 'C132010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4097', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '09449', 'yinghao.tong', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4097', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4098', 'SUPERVISORY_ORGANIZATION-3-658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4098', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '13558', 'min.zheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4099', null, null, 'Optical Engineering (Matt Samson (08430))', 'Optical Engineering (Matt Samson (08430))', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4099', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4099', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4100', 'SUPERVISORY_ORGANIZATION-3-2320', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4100', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '13152', 'xinfeng.zhang', '24209', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4101', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Smart Hardware DNU', 'Smart Hardware DNU', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4101', null, '1', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '18247', 'jian.bai', '06058;09077;C0066;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4101', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4102', 'SUPERVISORY_ORGANIZATION-3-2020', null, '智能硬件CoE部', 'HW CoE Department', null, 'A21001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4102', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '02566', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4102', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4103', 'SUPERVISORY_ORGANIZATION-3-1346', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4103', null, '0', 'admin', '2022-05-26 17:19:55', null, null, null, null, null, null, '14473', 'fei.li1', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4104', 'SUPERVISORY_ORGANIZATION-3-4126', null, '运营支持,兰州公司', 'Operation Supporting, Lanzhou Company', null, 'C145010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4104', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '05941', 'chao.zhou', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4105', 'SUPERVISORY_ORGANIZATION-3-4126', null, '用户中心,兰州公司', 'User Center, Lanzhou Company', null, 'C145010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4105', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '05941', 'chao.zhou', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4105', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4106', 'SUPERVISORY_ORGANIZATION-3-4126', null, '销售,兰州公司', 'Sales, Lanzhou Company', null, 'C145010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4106', null, '1', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '05941', 'chao.zhou', '12159', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4106', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4107', 'SUPERVISORY_ORGANIZATION-3-4126', null, '用户发展,兰州公司', 'User Development, Lanzhou Company', null, 'C145010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4107', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '05941', 'chao.zhou', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4108', 'SUPERVISORY_ORGANIZATION-3-4125', null, '服务运营,银川公司', 'Service Operations, Yinchuan Company', null, 'C147010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4108', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '40574', 'yasen.li', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4108', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4109', 'SUPERVISORY_ORGANIZATION-3-4125', null, '运营支持,银川公司', 'Operation Supporting, Yinchuan Company', null, 'C147010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4109', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '12221', 'sankily.li', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4109', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4110', 'SUPERVISORY_ORGANIZATION-3-4125', null, '用户中心,银川公司', 'User Center, Yinchuan Company', null, 'C147010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4110', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '12221', 'sankily.li', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4110', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4111', 'SUPERVISORY_ORGANIZATION-3-4125', null, '用户顾问团队,建发大阅城', 'User Fellow Team, Jianfa Dayuecheng', null, 'C147010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4111', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '24553', 'jing.li13', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4111', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4112', 'SUPERVISORY_ORGANIZATION-3-4125', null, '用户发展,银川公司', 'User Development, Yinchuan Company', null, 'C147010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4112', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '12221', 'sankily.li', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4112', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4113', 'SUPERVISORY_ORGANIZATION-3-4124', null, '销售,西宁公司', 'Sales, Xining Company', null, 'C146010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4113', null, '1', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4113', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4114', 'SUPERVISORY_ORGANIZATION-3-4124', null, '用户发展,西宁公司', 'User Development, Xining Company', null, 'C146010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4114', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4114', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4115', 'SUPERVISORY_ORGANIZATION-3-4124', null, '运营支持,西宁公司', 'Operation Supporting, Xining Company', null, 'C146010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4115', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4116', 'SUPERVISORY_ORGANIZATION-3-4124', null, '服务运营,西宁公司', 'Service Operations, Xining Company', null, 'C146010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4116', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4116', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4117', 'SUPERVISORY_ORGANIZATION-3-4124', null, '用户中心,西宁公司', 'User Center, Xining Company', null, 'C146010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4117', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4118', 'SUPERVISORY_ORGANIZATION-3-4123', null, '运营支持,乌鲁木齐公司', 'Operation Supporting, Urumchi Company', null, 'C148010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4118', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '06823', 'maroon.ma', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4118', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4119', 'SUPERVISORY_ORGANIZATION-3-4123', null, '服务运营,乌鲁木齐公司', 'Service Operations, Urumchi Company', null, 'C148010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4119', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '12847', 'yuhao.chen', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4120', 'SUPERVISORY_ORGANIZATION-3-4123', null, '用户中心,乌鲁木齐公司', 'User Center,Urumchi Company', null, 'C148010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4120', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '06823', 'maroon.ma', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4121', 'SUPERVISORY_ORGANIZATION-3-4123', null, '用户顾问团队,高新万达', 'User Fellow Team, Gaoxin Wanda', null, 'C148010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4121', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '06823', 'maroon.ma', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4121', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4122', 'SUPERVISORY_ORGANIZATION-3-4123', null, '用户发展,乌鲁木齐公司', 'User Development,Urumchi Company', null, 'C148010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4122', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '06823', 'maroon.ma', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4122', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4123', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,乌鲁木齐公司', 'Regional Operation, Urumchi Company', null, 'C1480101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4123', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '06823', 'maroon.ma', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4124', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,西宁公司', 'Regional Operation, Xining Company', null, 'C1460101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4124', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4124', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4125', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,银川公司', 'Regional Operation, Yinchuan Company', null, 'C1470101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4125', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '12221', 'sankily.li', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4125', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4126', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,兰州公司', 'Regional Operation, Lanzhou Company', null, 'C1450101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4126', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '05941', 'chao.zhou', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4126', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4127', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '区域道路服务中心部非官宣部门', '区域道路服务中心部非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4127', null, '1', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '02901', 'chris.qi', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4128', 'SUPERVISORY_ORGANIZATION-3-3877', null, '区域运营虚拟部门', '区域运营虚拟部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4128', null, '0', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4134', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4134', null, '1', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, '16072', 'xiaoping.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4135', 'SUPERVISORY_ORGANIZATION-3-1788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4135', null, '1', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4136', null, null, 'Digital Systems', 'Digital Systems', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4136', null, '1', 'admin', '2022-05-26 17:19:56', null, null, null, null, null, null, null, null, null, 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4136', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4137', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Smart Hardware', 'Smart Hardware', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4137', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '18247', 'jian.bai', '06058;09077;C0066;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4137', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4138', 'SUPERVISORY_ORGANIZATION-3-693', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4138', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '06782', 'xin.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-693', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4139', 'SUPERVISORY_ORGANIZATION-3-693', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4139', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '02259', 'gloria.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-693', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4140', 'SUPERVISORY_ORGANIZATION-3-2660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4140', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '05477', 'jane.zeng', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4141', 'SUPERVISORY_ORGANIZATION-3-3709', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4141', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '14321', 'xiaoxing.meng', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4142', 'SUPERVISORY_ORGANIZATION-3-624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4142', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '11784', 'harlon.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4143', 'SUPERVISORY_ORGANIZATION-3-3352', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4143', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '10270', 'kevin.liu1', '06450;10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3352', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4144', 'SUPERVISORY_ORGANIZATION-3-7846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4144', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '21405', 'alex.wang2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4145', 'SUPERVISORY_ORGANIZATION-3-980', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4145', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '11043', 'bella.tan', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4146', 'SUPERVISORY_ORGANIZATION-3-3331', null, '集成及用户体验测试组', 'Integration & User Experience Test Sub-team', null, 'A203120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4146', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '03990', 'chong.jiang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4146', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4147', 'DO-DGT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4147', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, 'C0122', 'richard.zhong', 'C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4148', 'SUPERVISORY_ORGANIZATION-3-3877', null, '企业传播', 'Corporate Communications', null, 'C149', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4148', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '17637', 'lin.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-4148', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4149', 'SUPERVISORY_ORGANIZATION-3-4148', null, '商业研究部', 'Business Research Department', null, 'C14901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4149', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '17637', 'lin.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4150', 'SUPERVISORY_ORGANIZATION-3-8729', null, '挑战者团队', 'Challenger Team', null, 'A2071001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4150', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '03466', 'lei.you', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4158', 'SUPERVISORY_ORGANIZATION-3-2795', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4158', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '12849', 'jiajun.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2795', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4159', 'SUPERVISORY_ORGANIZATION-3-6430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4159', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '16766', 'evan.qi', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4160', 'SUPERVISORY_ORGANIZATION-3-4102', null, 'EE CoE Inc: CoE&Proto Team', 'EE CoE Inc: CoE&Proto Team', null, 'A2100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4160', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '02566', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4160', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4161', 'SUPERVISORY_ORGANIZATION-3-4102', null, 'MED CoE Incl: CoE&Proto Team', 'MED CoE Incl: CoE&Proto Team', null, 'A2100103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4161', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '03101', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4161', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4162', null, null, 'Cockpit Hardware Design', 'Cockpit Hardware Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4162', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4162', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4163', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Fleet Operations', 'Fleet Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4163', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '03031', null, '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4163', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4164', 'SUPERVISORY_ORGANIZATION-3-4102', null, 'RF/EMC/EVT CoE Team', 'RF/EMC/EVT CoE Team', null, 'A2100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4164', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '02273', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4164', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4165', 'SUPERVISORY_ORGANIZATION-3-4102', null, 'CoE PM Team', 'CoE PM Team', null, 'A2100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4165', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '11477', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4165', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4166', 'SUPERVISORY_ORGANIZATION-3-1329', null, 'Optical Engineering Team', 'Optical Engineering Team', null, 'A2100901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4166', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '08430', null, '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4166', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4167', 'SUPERVISORY_ORGANIZATION-3-3490', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4167', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '23408', 'jiahang.jin', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4168', 'SUPERVISORY_ORGANIZATION-3-2326', null, 'CMF', 'CMF', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4168', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, 'EU0131', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4169', 'SUPERVISORY_ORGANIZATION-3-2278', null, '软件解决方案与架构部', 'Software Solution & Architecture Department', null, 'A20212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4169', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4169', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4170', 'SUPERVISORY_ORGANIZATION-3-4164', null, 'Digital Systems Hardware Design Sub-team', 'Digital Systems Hardware Design Sub-team', null, 'A210010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4170', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '02387', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4171', 'SUPERVISORY_ORGANIZATION-3-3479', null, 'CAE工程组', 'CAE Engineering Sub-team', null, 'A212021202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4171', null, '0', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, 'C0842', 'nancy.tang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4172', 'SUPERVISORY_ORGANIZATION-3-3750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4172', null, '1', 'admin', '2022-05-26 17:19:57', null, null, null, null, null, null, '06040', 'julie.zhao', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4173', 'SUPERVISORY_ORGANIZATION-3-3479', null, '热工程组', 'Thermal Engineering Sub-team', null, 'A212021204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4173', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '33667', 'yilong.hu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4174', 'SUPERVISORY_ORGANIZATION-3-1436', null, '门店运营团队 (空间运营),武汉恒隆', 'Store Operations Team (Space Operations), Wuhan Henglong', null, 'C125010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4174', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4175', 'SUPERVISORY_ORGANIZATION-3-762', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4175', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '05642', 'xi.li', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4176', 'UD', null, '社区运营及传播部', 'Community Operation & Communications Department', null, 'C10112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4176', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '33351', 'jie.shi', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4177', 'SUPERVISORY_ORGANIZATION-3-7920', null, '用户顾问团队,泉州浦西万达', 'User Fellow Team, Wanda Plaza (Quanzhou Puxi Branch)', null, 'C127010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4177', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '14041', 'pangjun.zhang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4178', 'SUPERVISORY_ORGANIZATION-3-1264', null, '用户顾问团队,厦门SM新生活广场', 'User Fellow Team, Xiamen SM Lifestyle Center', null, 'C127010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4178', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '06970', 'lei.liu2', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4178', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4179', 'SUPERVISORY_ORGANIZATION-3-1264', null, '用户顾问团队,厦门高崎', 'User Fellow Team, Xiamen Gaoqi', null, 'C127010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4179', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '07312', 'zhongyue.zheng', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4179', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4180', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,石家庄万象城', 'User Fellow Team, Shijiazhuang Wanxiangcheng', null, 'C126011010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4180', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4180', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4181', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4181', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4185', 'SUPERVISORY_ORGANIZATION-3-3755', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4185', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '02989', 'jian.wang2', '04949', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4186', 'SUPERVISORY_ORGANIZATION-3-1029', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4186', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '32083', 'sihan.chen', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1029', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4187', 'SUPERVISORY_ORGANIZATION-3-3439', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4187', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, 'C0791', 'xinyi.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3439', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4188', 'SUPERVISORY_ORGANIZATION-3-3929', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4188', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '09851', 'qian.geng', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4189', 'SUPERVISORY_ORGANIZATION-3-726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4189', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '14148', 'yujie.zhang', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-419', null, null, '产品规划团队', 'Product Planning Team', null, 'CD-PPL-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-419', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-419', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4190', 'SUPERVISORY_ORGANIZATION-3-726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4190', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4191', 'SUPERVISORY_ORGANIZATION-3-3944', null, '感知部', 'Perception Department', null, 'A20905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4191', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '16765', 'mike.kuang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4191', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4192', null, null, 'Quality', 'Quality', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4192', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, null, null, null, null, 'CL_IND', 'Industrialization', '工业化', null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4193', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电驱系统质量部', 'EDS Quality Department', null, 'B30403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4193', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '17973', 'mark.yao', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4193', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4194', 'SUPERVISORY_ORGANIZATION-3-826', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4194', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '13285', 'qing.wang3', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4195', 'SUPERVISORY_ORGANIZATION-3-658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4195', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '12009', 'yanfang.zhuang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4196', 'SUPERVISORY_ORGANIZATION-3-2560', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4196', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '07914', 'lei.zhang5', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2560', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4197', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京龙湖长楹天街', 'User Fellow Team, Beijing Longfor Changying Paradise Walk', null, 'C112010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4197', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '05258', 'anyong.wang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4198', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京朝阳合生汇', 'User Fellow Team, Beijing Chaoyang Hopson One', null, 'C112010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4198', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '05258', 'anyong.wang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4199', 'SUPERVISORY_ORGANIZATION-3-1951', null, '控制团队', 'Controlling Team', null, 'A2080302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4199', null, '1', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '05414', 'max.cai', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4200', 'SUPERVISORY_ORGANIZATION-3-1289', null, '在线顾问团队,成都公司', 'Online Consultant Team, Chengdu Company', null, 'C117010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4200', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4200', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4201', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,西宸天街店', 'User Fellow Team, Xichen Paradise Walk', null, 'C117010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4201', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '07693', 'chao.zeng', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4201', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4202', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,春熙盈嘉银石广场', 'User Fellow Team, Chengdu Chunxi Road', null, 'C117010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4202', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '04409', 'anxiao.liao', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4202', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4203', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都天府大道', 'User Fellow Team, Chengdu Tianfu Avenue', null, 'C117010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4203', null, '0', 'admin', '2022-05-26 17:19:58', null, null, null, null, null, null, '04216', 'jenny.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4204', 'SUPERVISORY_ORGANIZATION_20200518_41', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4204', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '04586', 'jinming.li', '03476;03680;04271;04685;10827;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_41', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4205', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海龙湖闵行天街', 'User Fellow Team, Shanghai longhuminhangtianjie', null, 'C111011109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4205', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '03709', 'jie.chen1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4205', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4206', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,瑞虹天地', 'User Fellow Team, Ruihongtiandi', null, 'C111010909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4206', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '04045', 'michael.deng', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4206', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4207', 'SUPERVISORY_ORGANIZATION-3-3256', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4207', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '03602', 'ran.zhang', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-733', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4208', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4208', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '06091', 'ming.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4209', 'SUPERVISORY_ORGANIZATION-3-5103', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4209', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '10285', 'yang.he', '16072', 'Lishui-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5103', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-421', 'SUPERVISORY_ORGANIZATION-3-1979', null, 'Power Electronics', 'Power Electronics', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-421', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4210', 'SUPERVISORY_ORGANIZATION-3-3550', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4210', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '13759', 'chengguo.shi', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4211', 'SUPERVISORY_ORGANIZATION-3-2560', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4211', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '07914', 'lei.zhang5', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2560', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4212', 'SUPERVISORY_ORGANIZATION-3-6461', null, '交付团队,温州公司', 'Delivery team, Wenzhou company', null, 'C128010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4212', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '08410', 'chaochao.wang', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4212', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4213', 'SUPERVISORY_ORGANIZATION-3-2307', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4213', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, 'C0905', 'jaz.song', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4214', '20191230_SUPERVISORY_ORG_3', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4214', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '10754', 'lei.zhu1', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4215', 'OC-HRM-004-03', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4215', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '16305', 'xiaoqing.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-004-03', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4216', 'SUPERVISORY_ORGANIZATION-3-2159', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4216', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '16279', 'yuyang.ding', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4217', 'SUPERVISORY_ORGANIZATION-3-3768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4217', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '14479', 'zhihui.gu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-422', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Supply Chain', 'Supply Chain', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-422', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4227', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4227', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '04046', 'yu.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4228', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4228', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '04046', 'yu.yang', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4229', 'SUPERVISORY_ORGANIZATION-3-1229', null, '创新及服务传播组', 'Innovation&Service Communications Sub-Team', null, 'C101090501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4229', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '08225', 'tingting.zhu', '24209', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-423', null, null, 'Performance Program Department EU', 'Performance Program Department EU', null, 'PPD-EU', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-423', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, null, null, null, 'Munich-DE', null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4230', 'SUPERVISORY_ORGANIZATION-3-3975', null, '整车平台体验部(合肥)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4230', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '15467', 'ning.sun1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4231', 'SUPERVISORY_ORGANIZATION-3-4213', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4231', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, 'C0905', 'jaz.song', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4232', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4232', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, 'C0907', 'bo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4233', 'SUPERVISORY_ORGANIZATION-3-3857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4233', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '02472', 'tarcy.fang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4234', 'SUPERVISORY_ORGANIZATION-3-3584', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4234', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '03517', 'yanjun.liu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4235', 'SUPERVISORY_ORGANIZATION-3-1090', null, 'NIO Life 质量团队', 'NIO Life Quality Team', null, 'C1070601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4235', null, '0', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '32753', 'kain.qian', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4235', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4236', 'SUPERVISORY_ORGANIZATION-3-725', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4236', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-725', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4237', 'SUPERVISORY_ORGANIZATION-3-726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4237', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4238', 'SUPERVISORY_ORGANIZATION-3-1777', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4238', null, '1', 'admin', '2022-05-26 17:19:59', null, null, null, null, null, null, '17006', 'mingyu.zhu', '12606', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4239', 'SUPERVISORY_ORGANIZATION-3-4669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4239', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '08057', 'wanya.hu', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4240', 'SUPERVISORY_ORGANIZATION-3-4706', null, '运营支持,东莞公司', 'Operation Supporting, Dongguan Company', null, 'C1510105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4240', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '12370', 'fei.yao', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4240', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4241', 'SUPERVISORY_ORGANIZATION-3-4706', null, '服务运营,东莞公司', 'Service Operations, Dongguan Company', null, 'C1510104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4241', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '18818', 'dongmei.chen', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4242', 'SUPERVISORY_ORGANIZATION-3-4706', null, '用户中心,东莞公司', 'User Center, Dongguan Company', null, 'C1510103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4242', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '05239', 'gean.zhang', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4242', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4243', 'SUPERVISORY_ORGANIZATION-3-4706', null, '销售,东莞公司', 'Sales, Dongguan Company', null, 'C1510102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4243', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '08196', 'ting.lin', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4243', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4244', 'SUPERVISORY_ORGANIZATION-3-4706', null, '用户发展,东莞公司', 'User Development, Dongguan Company', null, 'C1510101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4244', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '34279', 'wynn.xu', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4245', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞虎门天虹', 'User Fellow Team, Humen Rainbow Department Store', null, 'C151010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4245', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '38283', 'rongrong.ruan', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4246', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞寮步', 'User Fellow Team, LiaoBu', null, 'C151010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4246', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '08218', 'meiling.liu', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4246', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4247', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞国贸中心', 'User Fellow Team, Guomao', null, 'C151010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4247', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '15621', 'dexing.gu', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4248', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,东莞公司', 'Regional Operation, Dongguan Company', null, 'C15101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4248', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '12370', 'fei.yao', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4249', 'SUPERVISORY_ORGANIZATION-3-4254', null, '用户发展,无锡公司', 'User Development, Wuxi Company', null, 'C1500101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4249', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '31269', 'kun.xu2', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-425', null, null, 'UI/UX', 'UI/UX', null, '4420', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-425', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, null, null, null, 'San Francisco-US (inactive)', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4250', 'SUPERVISORY_ORGANIZATION-3-4254', null, '运营支持,无锡公司', 'Operation Supporting, Wuxi Company', null, 'C1500105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4250', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, 'C1103', 'jacky.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4251', 'SUPERVISORY_ORGANIZATION-3-4254', null, '服务运营,无锡公司', 'Service Operations, Wuxi Company', null, 'C1500104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4251', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '18618', 'jun.tao1', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4252', 'SUPERVISORY_ORGANIZATION-3-4254', null, '用户中心,无锡公司', 'User Center, Wuxi Company', null, 'C1500103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4252', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '21858', 'nick.ren', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4252', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4253', 'SUPERVISORY_ORGANIZATION-3-4254', null, '销售,无锡公司', 'Sales, Wuxi Company', null, 'C1500102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4253', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '04926', 'roger.tong', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4254', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,无锡公司', 'Regional Operation, Wuxi Company', null, 'C15001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4254', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, 'C1103', 'jacky.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4255', 'SUPERVISORY_ORGANIZATION-3-4251', null, '车间团队,无锡公司', 'Workshop Team, Wuxi Company', null, 'C150010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4255', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '18618', 'jun.tao1', '07209', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4255', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4256', 'SUPERVISORY_ORGANIZATION-3-4251', null, '服务代表团队,无锡公司', 'Service Representative Team, Wuxi Company', null, 'C150010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4256', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '06904', 'jian.zhang4', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4257', 'SUPERVISORY_ORGANIZATION-3-4250', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4257', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '07209', 'henry.zhong', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4258', 'SUPERVISORY_ORGANIZATION-3-6531', null, '交付团队,无锡公司', 'Delivery Team, Wuxi Company', null, 'C150010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4258', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '06860', 'xiang.zhou', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4258', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4259', 'SUPERVISORY_ORGANIZATION-3-1264', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4259', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '15598', 'solo.ma', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-426', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'China Support Team - Supply Chain', 'China Support Team - Supply Chain', null, '5010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-426', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', 'U0001', 'San Jose-US', 'CL_IND', 'Industrialization', '工业化', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4260', 'SUPERVISORY_ORGANIZATION-3-760', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4260', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '04011', 'wei.song', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4261', 'PE_SUPERVISORY_ORGANIZATION_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4261', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '08947', 'yan.zhang2', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4262', 'SD-CVS-W', null, '车联质量保障团队', 'Services Quality Assurance Team', null, 'A2020707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4262', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '12232', 'li.liu2', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4263', 'SUPERVISORY_ORGANIZATION-3-1768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4263', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '03023', 'tianyang.chen', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4264', 'SUPERVISORY_ORGANIZATION-3-1768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4264', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '03023', 'tianyang.chen', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4265', 'SUPERVISORY_ORGANIZATION-3-1768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4265', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '02946', 'owen.wang', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4266', 'SUPERVISORY_ORGANIZATION-3-6036', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4266', null, '0', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '12361', 'chunmei.deng', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4267', 'SUPERVISORY_ORGANIZATION-3-3614', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4267', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4268', 'SUPERVISORY_ORGANIZATION-3-3751', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4268', null, '1', 'admin', '2022-05-26 17:20:00', null, null, null, null, null, null, 'C1321', 'eric.liu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4269', 'SUPERVISORY_ORGANIZATION-3-743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4269', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '12702', 'yaowen.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4270', 'SUPERVISORY_ORGANIZATION-3-4248', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4270', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '08196', 'ting.lin', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4271', 'SUPERVISORY_ORGANIZATION-3-6291', null, '门店运营团队(空间运营),北京东方广场', 'Store Operations Team (Space Operations), Beijing Oriental Plaza', null, 'C112010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4271', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '03865', 'liwei.wang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4271', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4272', 'SUPERVISORY_ORGANIZATION-3-6291', null, '门店运营团队(空间运营),北京中关村', 'Store Operations Team (Space Operations), Beijing ZGC', null, 'C112010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4272', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '04804', 'yue.zhou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4281', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州锦艺城', 'User Fellow Team, Zhengzhou Jinyi', null, 'C120010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4281', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '06002', 'kaiyan.zheng', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4281', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4282', 'SUPERVISORY_ORGANIZATION-3-3275', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4282', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '02803', 'jiamin.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3275', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4283', 'SUPERVISORY_ORGANIZATION-3-3334', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4283', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '07277', 'lei.liu3', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4284', 'SUPERVISORY_ORGANIZATION-3-726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4284', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4285', 'SUPERVISORY_ORGANIZATION-3-3768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4285', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '11526', 'bason.bian', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4286', 'SUPERVISORY_ORGANIZATION-3-3768', null, '产品专家团队(合生汇),上海公司', 'NIO Product Expert Team (Shanghai Heshenghui), Shanghai Company', null, 'C111011135', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4286', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '14476', 'zhenbin.xu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4286', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4287', 'SUPERVISORY_ORGANIZATION-3-2500', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4287', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '09358', 'haowen.bai', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2500', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4288', 'SUPERVISORY_ORGANIZATION-3-1854', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4288', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4289', '20191212_SUPERVISORY_ORG_44', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4289', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '15367', 'jinhong.pang', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_44', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4290', 'EP-EIT-001', null, '子系统测试组', 'Sub-system Test Sub-team', null, 'A105010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4290', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, 'C0360', 'jiaqi.liu', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4290', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4291', 'FN-CNP-001-01', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4291', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, 'C0559', 'sam.shi', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN-CNP-001-01', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4292', 'SUPERVISORY_ORGANIZATION-3-2644', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4292', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '10671', 'qian.li2', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2644', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4293', 'SUPERVISORY_ORGANIZATION-3-4244', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4293', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '14254', 'qi.an1', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4294', 'SD-CVS-W', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4294', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, 'C1240', 'hao.zhu', '09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-CVS-W', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4295', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4295', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '12784', 'jade.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4296', 'SUPERVISORY_ORGANIZATION-3-942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4296', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '17519', 'jialu.yu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4297', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队2,青岛公司', 'User Fellow Team 2, Qingdao Company', null, 'C129010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4297', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '04899', 'kai.niu', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4297', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4298', 'GM-ADMG', null, '公关传播部', 'Communications and Public Affairs Department', null, 'D11205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4298', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '18246', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4298', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4299', 'SUPERVISORY_ORGANIZATION-3-724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4299', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4300', 'SUPERVISORY_ORGANIZATION-3-725', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4300', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-725', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4301', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户顾问团队,昆明公司', 'User Fellow Team,Kunming Company', null, 'C134010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4301', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '13154', 'nicolas.wu', '12606', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4301', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4302', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字架构实验室', '非官宣机构 | Not Announced', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4302', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '15951', 'leo.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4302', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-431', null, null, 'Design', 'Design', null, '4150', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-431', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, 'EU0101', null, 'U0001', 'San Francisco-US (inactive)', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4311', 'SUPERVISORY_ORGANIZATION-3-5101', null, '用户顾问团队,永康宝龙广场', 'User Fellow Team, Yongkang BL', null, 'C132010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4311', null, '0', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '11395', 'eva.chen1', '07217;16666', 'Yongkang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4312', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,石家庄西美', 'User Fellow Team, Shijiazhuang Ximei', null, 'C126011003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4312', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '07356', 'wei.feng1', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4312', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4313', 'SUPERVISORY_ORGANIZATION-3-1658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4313', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4314', 'SUPERVISORY_ORGANIZATION-3-1658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4314', null, '1', 'admin', '2022-05-26 17:20:01', null, null, null, null, null, null, '08970', 'yue.yu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4315', 'SUPERVISORY_ORGANIZATION-3-1658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4315', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '04581', 'ji.cheng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4316', '20191216_SUPERVISORY_ORG_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4316', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '15013', 'lei.zhang13', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4317', 'SUPERVISORY_ORGANIZATION-3-3438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4317', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4318', 'SUPERVISORY_ORGANIZATION-3-3724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4318', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '04320', 'kelly.xu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4319', 'SUPERVISORY_ORGANIZATION-3-3745', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4319', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '02924', 'qihang.liu', '11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-432', null, null, 'Autonomous Driving', 'Autonomous Driving', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-432', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, null, null, 'U0001', 'San Jose-US', null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-432', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4320', 'SUPERVISORY_ORGANIZATION-3-3754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4320', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '03086', 'jiyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4321', 'SUPERVISORY_ORGANIZATION-3-3802', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4321', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '07209', 'henry.zhong', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4322', 'SUPERVISORY_ORGANIZATION-3-942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4322', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '07209', 'henry.zhong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4323', 'SUPERVISORY_ORGANIZATION-3-2623', null, '区域协同团队', 'Region Coordination Team', null, 'C1010907', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4323', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '17799', 'fan.li6', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4323', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4324', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4324', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '05303', 'leonard.cao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4325', 'SUPERVISORY_ORGANIZATION-3-2726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4325', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '06810', 'emily.chen1', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4326', 'SUPERVISORY_ORGANIZATION-3-724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4326', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '11866', 'shuimiao.yu', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4327', 'SUPERVISORY_ORGANIZATION-3-3591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4327', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '04602', 'guodong.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4328', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆万象城店', 'User Fellow Team, The Mixc Store', null, 'C122010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4328', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '15386', 'heying.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4328', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4329', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆源著天街', 'User Fellow Team, ChongqingYuanzhu', null, 'C122010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4329', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '11416', 'nick.yin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4330', 'SUPERVISORY_ORGANIZATION-3-4249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4330', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '08194', 'xusen.qiu', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4331', 'SUPERVISORY_ORGANIZATION-3-2614', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4331', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '04060', 'yuxiao.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4334', 'SUPERVISORY_ORGANIZATION-3-2568', null, '用户顾问团队,天津万象城店', 'User Fellow Team, Tianjin The Mixc', null, 'C121010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4334', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '09361', 'joyce.gu', '05554', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4335', 'SUPERVISORY_ORGANIZATION-3-2568', null, '用户顾问团队,天津南京路店', 'User Fellow Team, Tianjin Nanjing Road', null, 'C121010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4335', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '11008', 'daniel.cui', '05554', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4335', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4336', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4336', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '15381', 'elwin.li', '04634', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4337', 'XPT_SUPERVISORY_ORGANIZATION_115', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4337', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '17273', 'shanshan.liang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4338', 'SUPERVISORY_ORGANIZATION-3-1040', null, '中区团队', 'Middle Area Team', null, 'D1140603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4338', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '06031', 'kris.li1', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4339', '20191216_SUPERVISORY_ORG_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4339', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '13798', 'ping.sun1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4340', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州正弘城', 'User Fellow Team, Zhengzhou Grand Emporium', null, 'C120010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4340', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '13149', 'yafen.li', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4341', 'SUPERVISORY_ORGANIZATION-3-4254', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4341', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, 'C1103', 'jacky.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4342', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4342', null, '0', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '04160', 'shannon.han', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4343', 'SUPERVISORY_ORGANIZATION-3-2535', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4343', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '09849', 'aaron.fan', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4344', 'SUPERVISORY_ORGANIZATION-3-584', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4344', null, '1', 'admin', '2022-05-26 17:20:02', null, null, null, null, null, null, '07322', 'lihe.xie', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4345', 'SUPERVISORY_ORGANIZATION-3-2420', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4345', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '18449', 'ray.zh', '09077;09595;12313;15602;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4346', 'SUPERVISORY_ORGANIZATION-3-1197', null, '定位组', 'Location Sub-team', null, 'A208040101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4346', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '04977', 'xiansong.fei', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4347', 'SUPERVISORY_ORGANIZATION-3-1730', null, 'AS系统项目管理团队', 'AS Project Management Team', null, 'A2080601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4347', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '07242', 'john.hu', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4348', 'SUPERVISORY_ORGANIZATION-3-4591', null, '平台工程团队', 'Platform Engineering Team', null, 'A2090201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4348', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '18611', 'brave.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4349', 'MO-MPG', null, '制造平台项目集成(C)团队', 'Manufacturing Platform Integration (C) Team', null, 'B3010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4349', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, 'C0309', 'franky.guo', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4350', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,相城和昆山', 'User Fellow Team, Xiangcheng & Kunshan', null, 'C116010702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4350', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '03086', 'jiyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4350', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4351', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州园区和吴江', 'User Fellow Team, SIP & Wujiang', null, 'C116010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4351', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '03087', 'jianzhong.sun', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4351', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4356', 'SUPERVISORY_ORGANIZATION-3-1649', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4356', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '07067', 'yang.li1', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4357', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4357', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '08606', 'anna.ning', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4358', 'SUPERVISORY_ORGANIZATION-3-3380', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4358', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '07134', 'hao.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4359', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4359', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '08606', 'anna.ning', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4360', 'SUPERVISORY_ORGANIZATION-3-3274', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4360', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '03460', 'feifei.zheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3274', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4361', 'SUPERVISORY_ORGANIZATION-3-1227', null, '交付运营,金华公司', 'Delivery Operation, Jinhua Company', null, 'C1320105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4361', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '10665', 'shery.ye', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4362', 'SUPERVISORY_ORGANIZATION-3-2548', null, '安全研发管理团队', 'Secure Development Mgmt Team', null, 'A2020501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4362', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '18349', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4363', 'SUPERVISORY_ORGANIZATION-3-2548', null, '安全产品开发团队', 'Security Product Development Team', null, 'A2020502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4363', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '25786', 'long.lu', '09077;12313;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4364', 'SUPERVISORY_ORGANIZATION-3-3755', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4364', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '03667', 'linna.jin', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4365', 'SUPERVISORY_ORGANIZATION-3-1363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4365', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '18500', 'yuanting.yu', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4366', 'SUPERVISORY_ORGANIZATION-3-1265', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4366', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '18150', 'yunying.jiang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1265', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4367', 'SUPERVISORY_ORGANIZATION-3-677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4367', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '03487', 'lingzi.man', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4368', 'SUPERVISORY_ORGANIZATION-3-1758', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4368', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '11833', 'shengru.wu', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4369', 'SUPERVISORY_ORGANIZATION-3-810', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4369', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-810', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4370', 'SUPERVISORY_ORGANIZATION-3-566', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4370', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '08899', 'stella.xu1', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-566', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4372', 'SUPERVISORY_ORGANIZATION-3-963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4372', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '11322', 'roujun.meng', '04634', 'Haikou-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4373', 'SUPERVISORY_ORGANIZATION-3-4340', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4373', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '13149', 'yafen.li', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4374', 'SUPERVISORY_ORGANIZATION-3-4340', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4374', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '03566', 'jin.wang', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4375', 'SUPERVISORY_ORGANIZATION-3-1594', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4375', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1594', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4376', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4376', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '10942', 'zhijie.hu', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4377', 'SUPERVISORY_ORGANIZATION-3-726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4377', null, '1', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '16984', 'jingtao.yan1', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4378', 'SUPERVISORY_ORGANIZATION-3-1087', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4378', null, '0', 'admin', '2022-05-26 17:20:03', null, null, null, null, null, null, '16360', 'xu.sun', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4379', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4379', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '09988', 'bin.hu1', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4380', 'SUPERVISORY_ORGANIZATION-3-2640', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4380', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, 'EU0123', 'florian.schmid', '04966;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2640', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4381', 'SUPERVISORY_ORGANIZATION-3-8187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4381', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '07922', 'fred.chen', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4382', 'SUPERVISORY_ORGANIZATION-3-2388', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4382', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '04572', 'alex.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4383', 'SUPERVISORY_ORGANIZATION-3-2684', null, '软件质量业务伙伴团队', 'Software Quality Business Partner Team', null, 'B0020702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4383', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '15644', 'wen.su', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4384', null, null, 'Ben Chamberlain', 'Ben Chamberlain', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4384', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, null, null, null, 'Oxford-GB', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4384', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4385', null, null, 'Sarah Lye', 'Sarah Lye', null, '4545', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4385', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, null, null, null, 'Oxford-GB', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4385', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4386', 'PU-PQM-004', null, '电子电器电动力总成组', 'NPC EE/EP Sub-team', null, 'B002030109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4386', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '06365', 'shiyao.zhou', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4387', 'PU-PQM-004', null, 'NPC车身组', 'NPC Body Sub-team', null, 'B002030108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4387', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, 'C0956', 'shengqiang.wang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4388', 'PU-PQM-004', null, 'NPC内外饰组', 'NPC INT&EXT Sub-team', null, 'B002030107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4388', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, 'C0944', 'wenhai.lu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4389', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都万象城', 'User Fellow Team, Chengdu MIXC', null, 'C117010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4389', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '03337', 'jianxiong.chen', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4389', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4390', '20191230_SUPERVISORY_ORG_4', null, '门店运营团队,成都万象城', 'Store Operations Team, Chengdu MIXC', null, 'C117010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4390', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '04171', 'cici.li', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4390', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4396', 'SUPERVISORY_ORGANIZATION-3-9034', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4396', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '07059', 'qing.huang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4397', 'XPT_SUPERVISORY_ORGANIZATION_1', null, '功率模块封装技术及产品开发', 'Power Module & Technology', null, 'B30311', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4397', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, 'U0032', 'alan.zeng', 'C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4397', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4398', 'SUPERVISORY_ORGANIZATION-3-4193', null, '电驱动研发质量团队', 'EDS Engineering Quality Team', null, 'B3040303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4398', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '21822', 'susik.zhang', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4398', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4399', 'SUPERVISORY_ORGANIZATION-3-4340', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4399', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '13149', 'yafen.li', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4400', 'SUPERVISORY_ORGANIZATION-3-4406', null, '运营团队,东莞公司', 'Operation Team, Dongguan Company', null, 'C109013902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4400', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '04311', 'daopeng.jiang', '03476;04011;04271;04685;11261;16305;26976', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4400', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4401', 'SUPERVISORY_ORGANIZATION-3-4406', null, '道服团队,东莞公司', 'Roadside Service Team, Dongguan Company', null, 'C109013901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4401', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '37779', 'linlin.sun1', '03476;04011;04271;04685;11261;16305;26976', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4401', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4402', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,西宁公司', 'Roadside Service, Xining Company', null, 'C1090142', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4402', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4402', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4403', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,乌鲁木齐公司', 'Roadside Service, Urumchi Company', null, 'C1090141', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4403', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4403', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4404', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,兰州公司', 'Roadside Service, Lanzhou Company', null, 'C1090140', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4404', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;16305;26976;44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4404', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4405', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,无锡公司', 'Roadside Service, Wuxi Company', null, 'C1090144', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4405', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '07957', 'junjie.yang', '03476;04271;04685;11261;16305;26976;34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4405', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4406', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,东莞公司', 'Roadside Service, Dongguan Company', null, 'C1090139', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4406', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '04311', 'daopeng.jiang', '03476;04011;04271;04685;11261;16305;26976', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4406', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4407', 'SUPERVISORY_ORGANIZATION-3-1901', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4407', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '12166', 'dehua.zong', '03476;04271;04685;11261;12883;16305;26976;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4408', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京通州万达', 'User Fellow Team, Beijing Tongzhou Wanda', null, 'C112010216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4408', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '03658', 'wilson.yin', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4408', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4409', 'SUPERVISORY_ORGANIZATION-3-5678', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4409', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '10184', 'yang.zhang8', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5678', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4410', 'SUPERVISORY_ORGANIZATION-3-1784', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4410', null, '1', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '11397', 'neil.guo1', '05554', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4411', 'SUPERVISORY_ORGANIZATION-3-4590', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4411', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '18258', 'jingyang.xu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4412', 'SUPERVISORY_ORGANIZATION-3-3944', null, '规划与控制部', 'Planning and Control Department', null, 'A20906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4412', null, '0', 'admin', '2022-05-26 17:20:04', null, null, null, null, null, null, '18599', 'eason.li1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4413', 'SUPERVISORY_ORGANIZATION-3-620', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4413', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '17043', 'yi.yang6', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4414', 'XPT_SUPERVISORY_ORGANIZATION_53', null, '生产和物料计划组', 'Production & Materials Planning Sub-team', null, 'B304010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4414', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '19055', 'yuenan.qin', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4414', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4415', 'SUPERVISORY_ORGANIZATION-3-3944', null, '地图与定位部', 'Mapping and Localization Department', null, 'A20907', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4415', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '18275', 'hongyuan.yuan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4416', 'SUPERVISORY_ORGANIZATION-3-698', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4416', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '23706', 'jie.liu2', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4447', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,银川公司', 'Roadside Service, Yinchuan Company', null, 'C1090143', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4447', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4448', 'SUPERVISORY_ORGANIZATION-3-4405', null, '运营团队,无锡公司', 'Operation Team, Wuxi Company', null, 'C109014402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4448', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07957', 'junjie.yang', '03476;04271;04685;11261;16305;26976;34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4449', 'SUPERVISORY_ORGANIZATION-3-4405', null, '道服团队,无锡公司', 'Roadside Service Team, Wuxi Company', null, 'C109014401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4449', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07957', 'junjie.yang', '03476;04271;04685;11261;16305;26976;34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4449', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4450', 'SUPERVISORY_ORGANIZATION-3-4447', null, '运营团队,银川公司', 'Operation Team, Yinchuan Company', null, 'C109014302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4450', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4450', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4451', 'SUPERVISORY_ORGANIZATION-3-4447', null, '道服团队,银川公司', 'Roadside Service Team, Yinchuan Company', null, 'C109014301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4451', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4452', 'SUPERVISORY_ORGANIZATION-3-4402', null, '运营团队,西宁公司', 'Operation Team, Xining Company', null, 'C109014202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4452', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4452', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4453', 'SUPERVISORY_ORGANIZATION-3-4402', null, '道服团队,西宁公司', 'Roadside Service Team, Xining Company', null, 'C109014201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4453', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4454', 'SUPERVISORY_ORGANIZATION-3-4403', null, '运营团队,乌鲁木齐公司', 'Operation Team, Uruchi Company', null, 'C109014102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4454', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4455', 'SUPERVISORY_ORGANIZATION-3-4403', null, '道服团队,乌鲁木齐公司', 'Roadside Service Team, Urumchi Company', null, 'C109014101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4455', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;12159;16305;26976', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4455', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4456', 'SUPERVISORY_ORGANIZATION-3-4404', null, '运营团队,兰州公司', 'Operation Team, Lanzhou Company', null, 'C109014002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4456', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;16305;26976;44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4456', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4457', 'SUPERVISORY_ORGANIZATION-3-4404', null, '道服团队,兰州公司', 'Roadside Service Team, Lanzhou Company', null, 'C109014001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4457', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;11261;16305;26976;44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4458', 'SUPERVISORY_ORGANIZATION-3-2420', null, '软件产品体验部', 'Software Product & Experience Department', null, 'A20317', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4458', null, '1', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '18449', 'ray.zh', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4458', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4459', 'SUPERVISORY_ORGANIZATION-3-9002', null, 'NOMI情感体验团队', 'NOMI Emotion Experience Team', null, 'A1050701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4459', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '19700', 'sam.yuan', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-446', 'OC', null, '工业化业务伙伴部', 'Industrialization HRBP Department', null, 'OC-OMP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-446', null, '1', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '06715', 'owen.zhou', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-446', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4460', 'SUPERVISORY_ORGANIZATION-3-4893', null, '媒体娱乐和应用生态团队', 'Media Entertainment & Applications Team', null, 'A1050103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4460', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '18449', 'ray.zh', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4461', 'SUPERVISORY_ORGANIZATION-3-4893', null, '导航和LBS团队', 'Navigation & LBS Team', null, 'A1050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4461', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '18449', 'ray.zh', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4461', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4462', 'SUPERVISORY_ORGANIZATION-3-4893', null, 'NIO OS系统和创新体验团队', 'NIO OS System UI & Innovation Team', null, 'A1050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4462', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '25658', 'elliott.zhu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4463', 'SUPERVISORY_ORGANIZATION-3-2599', null, '用户研究团队', 'User Research Team', null, 'A2031703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4463', null, '1', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, 'C0001', 'ted.li', '05407;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4464', 'SUPERVISORY_ORGANIZATION-3-2599', null, '数字界面设计部', 'Digital Interface Design Department', null, 'A10502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4464', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '16080', 'glen.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4465', 'SUPERVISORY_ORGANIZATION-3-4458', null, '数字座舱和智能产品团队', 'Cockpit & Intelligent Product Team', null, 'A2031701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4465', null, '1', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '18449', 'ray.zh', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4466', 'SUPERVISORY_ORGANIZATION-3-4464', null, '视觉设计团队', 'UI Design Team', null, 'A1050202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4466', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '16080', 'glen.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4467', 'SUPERVISORY_ORGANIZATION-3-4464', null, '交互设计团队', 'UX Design Team', null, 'A1050201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4467', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '16080', 'glen.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4468', 'MO', null, 'F2工厂运营部', 'F2 Manufacturing Operations Department', null, 'B30107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4468', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '06962', 'yongquan.jia', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4477', 'FN-CNP-001', null, '产品研发财务圣何塞团队', 'PD Finance Team - SJ', null, 'D1030204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4477', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '15576', null, '04634', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4478', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京清河万象汇', 'User Fellow Team, Beijing Qinghe Wanxianghui', null, 'C112010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4478', null, '0', 'admin', '2022-05-26 17:20:05', null, null, null, null, null, null, '04132', 'ivy.zhang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4478', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4479', 'SUPERVISORY_ORGANIZATION-3-3477', null, '实验室管理及运营组', 'Lab Management & Operation Sub-Team', null, 'A212020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4479', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '13615', 'will.zhan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-448', 'FN-CNP-005', null, '财务团队(蔚来精品)', 'Finance Team (NIO Life)', null, 'D1030303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-448', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'C1045', 'eva.chen', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4480', 'SUPERVISORY_ORGANIZATION-3-3768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4480', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '13996', 'daozheng.lu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4487', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4487', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'C0031', 'hong.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4488', 'SUPERVISORY_ORGANIZATION-3-574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4488', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '04854', 'yi.qiu1', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4489', 'SUPERVISORY_ORGANIZATION-3-4460', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4489', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '18449', 'ray.zh', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-449', null, null, 'Finance Management Germany', 'Finance Management Germany', null, 'FMG', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-449', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'EU0132', null, null, 'Munich-DE', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4490', 'SUPERVISORY_ORGANIZATION-3-2564', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4490', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '03938', 'monica.yan', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4491', '20191212_SUPERVISORY_ORG_1', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4491', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '15141', 'ting.wang3', '17628', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4492', 'SUPERVISORY_ORGANIZATION-3-3438', null, '功能定义与产品开发团队', 'Function Definiton & Product Development Team', null, 'A1021705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4492', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;06058;30309;33517;42399;C0033;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4492', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4493', 'SUPERVISORY_ORGANIZATION-3-2618', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4493', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'C1287', 'lio.peng', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4494', 'SUPERVISORY_ORGANIZATION-3-5885', null, '人力资源', '人力资源', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4494', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '12739', 'crace.chen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4495', 'SUPERVISORY_ORGANIZATION-3-3579', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4495', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '09067;11277', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4496', 'SUPERVISORY_ORGANIZATION-3-1264', null, '用户顾问团队,漳州宝龙广场', 'User Fellow Team, Zhangzhou Powerlong Square', null, 'C127010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4496', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '18232', 'yang.zhang12', '09067', 'Zhangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4496', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4497', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,大连公司', 'Regional Operation, Dalian Company', null, 'C1520101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4497', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '07637', 'andy.li1', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4498', 'SUPERVISORY_ORGANIZATION-3-4497', null, '用户顾问团队,大连柏威年', 'User Fellow Team, Brivinnian', null, 'C152010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4498', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '12984', 'haiyin.zhao', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4498', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4499', 'SUPERVISORY_ORGANIZATION-3-4497', null, '用户发展,大连公司', 'User Development, Dalian Company', null, 'C152010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4499', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '07637', 'andy.li1', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4500', 'SUPERVISORY_ORGANIZATION-3-4497', null, '运营支持,大连公司', 'Operation Supporting, Dalian Company', null, 'C152010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4500', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '07637', 'andy.li1', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4500', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4501', 'SUPERVISORY_ORGANIZATION-3-4497', null, '服务运营,大连公司', 'Service Operations, Dalian Company', null, 'C152010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4501', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '07008', 'hao.chen3', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4501', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4502', 'SUPERVISORY_ORGANIZATION-3-4497', null, '用户中心,大连公司', 'User Center, Dalian Company', null, 'C152010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4502', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '07637', 'andy.li1', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4502', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4503', 'SUPERVISORY_ORGANIZATION-3-6009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4503', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '13090', 'fei.xu1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4504', 'SUPERVISORY_ORGANIZATION-3-683', null, '整车规划组', 'Vehicle Planning Sub-team', null, 'B301040401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4504', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'C0443', 'hugo.liu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4505', 'SUPERVISORY_ORGANIZATION-3-1286', null, 'F1入厂运作组', 'F1 Inbound Operations Team', null, 'B301040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4505', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '06837', 'xiaolei.xue', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4506', 'SUPERVISORY_ORGANIZATION-3-1286', null, '运输管理组', 'Transportation Management Sub-team', null, 'B301040202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4506', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '02909', 'kevin.tian', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4507', 'SUPERVISORY_ORGANIZATION-3-2832', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4507', null, '1', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '03166', 'laizao.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-451', 'QD-MQD-002', null, '前期尺寸工程团队', 'Advanced Dimensional Engineering Team', null, 'B0021001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-451', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, 'C0374', 'hongsheng.fu', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4517', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京太阳宫凯德Mall', 'User Fellow Team, Beijing Taiyanggong Capita Mall', null, 'C112010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4517', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '07737', 'yan.shi1', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4517', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4518', 'SUPERVISORY_ORGANIZATION-3-997', null, '商品运营团队', 'Product Operations Team', null, 'C1070501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4518', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '18074', 'lijun.zhang2', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4519', 'SUPERVISORY_ORGANIZATION-3-4877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4519', null, '0', 'admin', '2022-05-26 17:20:06', null, null, null, null, null, null, '02650', 'ying.cui', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-452', null, null, '质量体系团队', 'Quality System Team', null, 'QD-MQD-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-452', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-452', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4520', 'SUPERVISORY_ORGANIZATION-3-2256', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4520', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '06534', 'tony.tan', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4521', 'SD-VSF', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4521', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '12228', 'dingyong.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-VSF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4527', 'DO-DGT', null, '供应链支持团队', 'Supply Chain Support Team', null, 'A2070109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4527', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '03897', 'sarah.lv', '33035;37630;C1067', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4528', 'SUPERVISORY_ORGANIZATION-3-3877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4528', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, 'C0274', 'fei.shen', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4529', 'SUPERVISORY_ORGANIZATION-3-4251', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4529', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '18808', 'zeliang.cao', '07209', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-453', null, null, '法务部', 'Legal Department', null, 'GL-LGL-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-453', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4530', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4530', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '06463', 'jian.zhang3', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4531', 'SUPERVISORY_ORGANIZATION-3-5104', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4531', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '14220', 'yuguo.huang', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4532', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,洛阳泉舜', 'User Fellow Team, Luoyang Quanshun', null, 'C120010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4532', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '05544', 'qi.song', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4533', 'SUPERVISORY_ORGANIZATION-3-3750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4533', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '04778', 'bilei.lan', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4534', 'SUPERVISORY_ORGANIZATION-3-2655', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4534', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '17294', 'fan.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4535', 'SUPERVISORY_ORGANIZATION-3-3865', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4535', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '07015', 'sissi.xi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4536', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州绿地新田360广场', 'User Fellow Team, Zhengzhou LvDi 360', null, 'C120010906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4536', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '09027', 'ryan.guo', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4536', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4537', 'SUPERVISORY_ORGANIZATION-3-2320', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4537', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, 'C0484', 'panda.pan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4538', 'SUPERVISORY_ORGANIZATION-3-625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4538', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '04379', 'liuqing.deng', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4539', 'VE-CAE', null, 'New Vehicle Techologies', 'New Vehicle Techologies', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4539', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '11050', null, '05560;29769;33517;42399', 'Oxford-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-454', 'GL-LGL', null, '全球知识产权部', 'Global Intellectual Property Department', null, 'D10201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-454', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, 'C0261', 'tony.liu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4540', 'VE-EEE-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4540', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '04887', 'xuan.lin', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-EEE-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4541', 'EP-EIT-001', null, '系统和零部件测试组', 'System & Components Test Sub-team', null, 'A108010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4541', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '10213', 'xiaobo.sun', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4541', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4542', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京石景山山姆', 'User Fellow Team, Beijing Shijingshan Shanmu', null, 'C112010217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4542', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '14923', 'yaguang.jiang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4542', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4543', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京天通苑华联', 'User Fellow Team, Beijing Hualian Tiantongyuan', null, 'C112010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4543', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '05265', 'ryan.xue', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4544', 'SUPERVISORY_ORGANIZATION-3-2373', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4544', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '17628', 'wei.liu6', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2373', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4545', 'SUPERVISORY_ORGANIZATION_20200911_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4545', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '16961', 'hui.liu3', '05407;05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4546', 'SUPERVISORY_ORGANIZATION_20200911_1', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4546', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '07407', 'james.zhang', '05560;30309;33517;42399;C0033;C0144;C0941', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4547', 'SUPERVISORY_ORGANIZATION-3-2816', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4547', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '10718', 'jianbin.li', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4548', 'SUPERVISORY_ORGANIZATION-3-5765', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4548', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '03280', 'wen.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4549', 'VE-BDE-002', null, '车身开闭件组', 'Closure Sub-team', null, 'A102100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4549', null, '0', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, 'C0227', 'leon.lin', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-455', 'SUPERVISORY_ORGANIZATION-3-2036', null, 'Seats and Interior Trim', 'Seats and Interior Trim', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-455', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4559', 'SUPERVISORY_ORGANIZATION-3-5159', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4559', null, '1', 'admin', '2022-05-26 17:20:07', null, null, null, null, null, null, '34051', 'yabo.ge', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-456', 'NIO Corp', null, 'Vehicle Engineering', 'Vehicle Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-456', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, null, null, 'U0001', 'San Jose-US', null, null, null, 'Corp', 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4560', 'SUPERVISORY_ORGANIZATION-3-2568', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4560', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '16194', 'xinkang.gong', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4561', 'SUPERVISORY_ORGANIZATION-3-1017', null, '桌面支持组', 'Helpdesk Sub-team', null, 'A207040202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4561', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '100134', 'xingwang.cai', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4561', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4562', 'SUPERVISORY_ORGANIZATION-3-2568', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4562', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4563', 'SUPERVISORY_ORGANIZATION-3-1854', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4563', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4564', 'SUPERVISORY_ORGANIZATION-3-5263', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4564', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '08633', 'shuai.zhang1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5263', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4565', 'SUPERVISORY_ORGANIZATION-3-5262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4565', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '17037', 'xu.li4', '05554', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4566', 'SUPERVISORY_ORGANIZATION-3-5264', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4566', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '09899', 'jiang.cheng', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4567', 'SUPERVISORY_ORGANIZATION_20200911_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4567', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '11369', 'yahui.ren', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4568', 'SUPERVISORY_ORGANIZATION-3-769', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4568', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '10718', 'jianbin.li', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4569', 'SUPERVISORY_ORGANIZATION-3-5663', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4569', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '04516', 'jing.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-457', null, null, 'Vehicle Integration', 'Vehicle Integration', null, '4210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-457', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4570', 'SUPERVISORY_ORGANIZATION-3-1770', null, '用户顾问团队,长春赛特奥莱', 'User Fellow Team, SET OLE', null, 'C142010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4570', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '11988', 'simeng.wang', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4571', 'SUPERVISORY_ORGANIZATION-3-1784', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4571', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '12821', 'xinyu.zhang1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4572', 'SUPERVISORY_ORGANIZATION-3-1123', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4572', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '03988', 'laura.liao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4573', 'SUPERVISORY_ORGANIZATION-3-942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4573', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '13115', 'kaiyu.liang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4574', 'SUPERVISORY_ORGANIZATION-3-696', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4574', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '03208', 'bin.wang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4575', 'SUPERVISORY_ORGANIZATION-3-1123', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4575', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '12295', 'lisa.zhang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4576', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4576', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '07687', 'tuoyu.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4577', 'EP-EAC-001', null, '整车动态标定组', 'Vehicle Motion Calibration Sub-team', null, 'A102170201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4577', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '06088', 'hongchao.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4578', 'SUPERVISORY_ORGANIZATION-3-5715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4578', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '15023', 'rundong.mao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4579', '20191212_SUPERVISORY_ORG_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4579', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '19476', 'daiwei.liu', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-458', null, null, 'Vehicle Engineering', 'Vehicle Engineering', null, '4200', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-458', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4580', 'SUPERVISORY_ORGANIZATION-3-4177', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4580', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '17446', 'genglu.pan', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4581', 'SUPERVISORY_ORGANIZATION-3-3738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4581', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '19534', 'jiahao.li2', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4582', 'SUPERVISORY_ORGANIZATION-3-4467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4582', null, '1', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '16080', 'glen.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4583', 'SUPERVISORY_ORGANIZATION-3-3438', null, '整车软件开发团队', 'Vehicle Software Development Team', null, 'A1021706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4583', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, 'C1157', 'qizhuang.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4584', 'FN-CNP-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4584', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '04911', 'yiyun.qin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN-CNP-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4585', 'SUPERVISORY_ORGANIZATION-3-1665', null, 'Superior 非官宣部门 (Not Announced)', 'Superior 非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4585', null, '0', 'admin', '2022-05-26 17:20:08', null, null, null, null, null, null, '08302', 'mandy.xue', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4586', 'SUPERVISORY_ORGANIZATION-3-2477', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4586', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C1169', 'biao.pi', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4587', 'SUPERVISORY_ORGANIZATION-3-2119', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4587', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '08016', 'shijing.wu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4588', '20200731_NIOFINSERVICE', null, '战略规划部', 'Strategy & Planning Department', null, 'C11007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4588', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '02685', 'chenggang.guo', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4589', 'SUPERVISORY_ORGANIZATION-3-3944', null, '数据算法部', 'Data Algorithm Department', null, 'A20901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4589', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '23503', 'gary.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-459', 'SD-CVS-W', null, '消息平台团队', 'Messaging Platform Team', null, 'SD-CVS-W-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-459', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4590', 'SUPERVISORY_ORGANIZATION-3-3944', null, '端侧工程部', 'Device Engineering Department', null, 'A20903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4590', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4591', 'SUPERVISORY_ORGANIZATION-3-3944', null, '系统与产品部', 'System and Product Department', null, 'A20902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4591', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4592', 'SUPERVISORY_ORGANIZATION-3-2228', null, '电网集成解决方案团队', 'Grid Integration Solutions Team', null, 'C1570202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4592', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C0631', 'lisa.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4592', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4593', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州悦汇城店', 'User Fellow Team, Guangzhou Yuehui City', null, 'C114010806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4593', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '18107', 'han.gu1', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4593', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4598', 'SUPERVISORY_ORGANIZATION-3-3331', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4598', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '17126', 'yingsheng.he', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4599', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4599', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '09706', 'yan.xu3', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-460', 'SD-CVS-W', null, '用户软件支持系统团队', 'Lifestyle API, Credit System & CMS Team', null, 'SD-CVS-W-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-460', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4600', 'SUPERVISORY_ORGANIZATION_20200911_33', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4600', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C0708', 'fei.cheng', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4601', 'SUPERVISORY_ORGANIZATION_20200911_33', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4601', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C0708', 'fei.cheng', '05407;05560;30309;33517;42399;C0144;C0941', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4602', 'SUPERVISORY_ORGANIZATION-3-4363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4602', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '11123', 'ying.sun1', '09077;12313;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4603', 'SUPERVISORY_ORGANIZATION-3-627', null, 'SO运营支持团队,上海公司', 'SO Operation Supporting Team', null, 'C111010409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4603', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '05770', 'meiqi.shi', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4604', 'SUPERVISORY_ORGANIZATION-3-4605', null, '动力系统集成与测试组', 'Motion System Integration & Testing Sub-team', null, 'A102171001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4604', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '21768', 'hua.fang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4605', 'SUPERVISORY_ORGANIZATION-3-3438', null, '整车系统集成与测试团队', 'Vehicle System Integration & Testing Team', null, 'A1021710', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4605', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '18003', 'wenli.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4606', 'SUPERVISORY_ORGANIZATION-3-3438', null, '项目管理团队', 'Program Team', null, 'A1021709', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4606', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4607', 'SUPERVISORY_ORGANIZATION-3-3438', null, '整车功能开发团队', 'Vehicle Function Development Team', null, 'A1021708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4607', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4608', 'SUPERVISORY_ORGANIZATION-3-5663', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4608', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '19801', 'vivian.fan', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4609', 'SUPERVISORY_ORGANIZATION-3-4583', null, '整车软件平台组', 'Vehicle Software Platform Sub-team', null, 'A102170601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4609', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C1157', 'qizhuang.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4609', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-461', 'SUPERVISORY_ORGANIZATION-3-2296', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-461', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '02066', 'pengyuan.xu', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4610', 'SUPERVISORY_ORGANIZATION-3-4583', null, '车辆动态软件组', 'Motion Software Development Sub-team', null, 'A102170602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4610', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '07359', 'da.yuan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4610', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4611', 'EP-EAC-005', null, '空调控制组', 'Climate Control Sub-team', null, 'A102170106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4611', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C1403', 'xueshi.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4612', 'EP-EAC-001', null, '用户工程组', 'User Engineering Sub-team', null, 'A102170203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4612', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, 'C0791', 'xinyi.shen', '05560;06058;30309;33517;42399;C0033;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4612', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4613', 'EP-EAC-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4613', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '19077', 'jin.guo', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4614', 'VE-EEE-002', null, '高压产品及架构组', 'HV Components and Architecture Sub-team', null, 'A102050407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4614', null, '0', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '02222', 'yajiang.yan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4615', 'SUPERVISORY_ORGANIZATION-3-574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4615', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '08375', 'shuhu.zhong', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4616', 'SUPERVISORY_ORGANIZATION-3-760', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4616', null, '1', 'admin', '2022-05-26 17:20:09', null, null, null, null, null, null, '03680', 'fan.yang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4617', 'SUPERVISORY_ORGANIZATION-3-5715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4617', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '12878', 'haiyang.ru', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4618', 'SUPERVISORY_ORGANIZATION-3-5718', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4618', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '18857', 'guangda.wei', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4619', 'SUPERVISORY_ORGANIZATION-3-3738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4619', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '14390', 'yan.wu1', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-462', 'SUPERVISORY_ORGANIZATION-3-6714', null, '用户发展软件团队', 'User Development Software Team', null, 'A2070901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-462', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '02439', 'xiaolong.lou', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4620', 'SUPERVISORY_ORGANIZATION-3-8881', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4620', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '07242', 'john.hu', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4621', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4621', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4622', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4622', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4623', 'SUPERVISORY_ORGANIZATION-3-4460', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4623', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '18449', 'ray.zh', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4624', 'SUPERVISORY_ORGANIZATION-3-3331', null, '功能测试组', 'Function Test Pool Sub-team', null, 'A203120101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4624', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '08321', 'yingqi.qin', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4625', 'SUPERVISORY_ORGANIZATION-3-1494', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4625', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '05506', 'tanzie.mao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1494', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4626', 'SUPERVISORY_ORGANIZATION-3-4251', null, '技术团队,无锡公司', 'Technical Team, Wuxi Company', null, 'C150010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4626', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '18808', 'zeliang.cao', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4626', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-463', 'SD-SAS', null, 'iOS软件团队', 'iOS Software Team', null, 'A2070206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-463', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '06421', 'yunchou.peng', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4634', 'SUPERVISORY_ORGANIZATION-3-658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4634', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '18288', 'lu.ren', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4635', '20191212_SUPERVISORY_ORG_1', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4635', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '15141', 'ting.wang3', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4636', 'SUPERVISORY_ORGANIZATION-3-2280', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4636', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '09708', 'michael.xia', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4637', 'SUPERVISORY_ORGANIZATION-3-8187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4637', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '06126', 'shenjie.li', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4638', 'SUPERVISORY_ORGANIZATION-3-3380', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4638', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '07134', 'hao.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4639', 'VE-VPG-005', null, '感知质量组', 'Perceived Quality Sub-team', null, 'A102060402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4639', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '03316', 'jingyong.sun', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4639', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-464', 'SUPERVISORY_ORGANIZATION-3-4964', null, '设施设备物料组', 'Facility and Parts Sub-team', null, 'A108010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-464', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, 'C1003', 'haiting.qian', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4640', 'SUPERVISORY_ORGANIZATION-3-3996', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4640', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '18270', 'yangyang.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4641', 'SUPERVISORY_ORGANIZATION-3-2554', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4641', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '14389', 'tianmin.pan', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4642', 'SUPERVISORY_ORGANIZATION-3-6851', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4642', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4643', 'EP-EIT-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4643', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, 'C0360', 'jiaqi.liu', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EIT-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4644', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4644', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '18349', null, '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4645', 'SUPERVISORY_ORGANIZATION-3-843', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4645', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '05672', 'chenbo.hu', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4646', 'SUPERVISORY_ORGANIZATION-3-2386', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4646', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '08974', 'gloria.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4647', 'SUPERVISORY_ORGANIZATION-3-2517', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4647', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '13059', 'qishu.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-465', 'SUPERVISORY_ORGANIZATION-3-496', null, '赛事管理团队', 'Performance Program Team', null, 'GL-PPG-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-465', null, '1', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Oxford-GB', 'CL_PTIPP', 'Product Technology and Industrialization-Performance Program (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4656', 'UD-URD', null, '社区运营I团队', 'Community Operations I Team', null, 'C1550601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4656', null, '0', 'admin', '2022-05-26 17:20:10', null, null, null, null, null, null, '12828', 'da.wang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4657', 'SUPERVISORY_ORGANIZATION-3-4658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4657', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '03691', 'yiling.sha', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4658', 'SUPERVISORY_ORGANIZATION-3-5588', null, '客诉管理团队', 'User Complaint Management Team', null, 'C1550102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4658', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '03691', 'yiling.sha', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4659', 'SUPERVISORY_ORGANIZATION-3-4660', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4659', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '12207', 'young.shen', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4660', 'SUPERVISORY_ORGANIZATION-3-4661', null, '产品规划团队', 'Product Planning Team', null, 'C1060701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4660', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '12207', 'young.shen', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4661', 'SUPERVISORY_ORGANIZATION-3-646', null, '产品规划及运营部', 'Product Planning & Operation Department', null, 'C10607', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4661', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, 'C0389', 'zhehong.ma', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4662', 'SUPERVISORY_ORGANIZATION-3-2557', null, '生活方式产品团队', 'Lifestyle Product Team', null, 'C1060103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4662', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4663', 'SUPERVISORY_ORGANIZATION-3-564', null, '整车集成&应用软件组', 'VI/VAS Sub-team', null, 'B002060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4663', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '02096', 'xiaoming.zhou', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4664', 'SUPERVISORY_ORGANIZATION-3-563', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4664', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '10034', 'yunfang.tian', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4665', 'SUPERVISORY_ORGANIZATION-3-1145', null, '平台测试团队', 'Platform Test Team', null, 'A2080801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4665', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '02175', 'renxuan.zhang', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4665', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4666', 'DS-SED', null, '设计工程团队(外饰)', 'Studio Engineering Team (Exterior)', null, 'A1010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4666', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '06308', 'raphael.cassis', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4666', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4667', 'DO-DGT-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4667', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '03828', 'daniel.gao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4668', 'SUPERVISORY_ORGANIZATION-3-1762', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4668', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '07330', 'jing.zhao', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4669', 'SUPERVISORY_ORGANIZATION-3-5101', null, '用户顾问团队,金华万达广场', 'User Fellow Team, Jinhua Wanda', null, 'C132010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4669', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '36847', 'rui.zhang8', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-467', null, null, '市场营销规划团队', 'Marketing Planning Team', null, 'MK-UED-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-467', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4670', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4670', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '09292', 'vita.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4671', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '策略规划团队', 'Strategic Planning Team', null, 'C1090145', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4671', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '02901', 'chris.qi', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4671', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4672', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4672', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '10195', 'jinyu.zhu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4673', 'SUPERVISORY_ORGANIZATION-3-3570', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4673', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '04599', 'ray.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4674', 'VE-CHE-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4674', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, 'C1324', 'lichong.huang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-CHE-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4675', 'SUPERVISORY_ORGANIZATION-3-3878', null, '战略新业务', 'New Strategic Business', null, 'A211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4675', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-4675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4676', 'SUPERVISORY_ORGANIZATION-3-3331', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4676', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '19554', 'qingxiao.zeng', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4677', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4677', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '28931', 'karl.gao', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4678', 'SUPERVISORY_ORGANIZATION-3-7802', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4678', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '15555', 'jinhao.gao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7802', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4679', 'SUPERVISORY_ORGANIZATION-3-3750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4679', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '03934', 'zoe.liu', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-468', 'SUPERVISORY_ORGANIZATION-3-629', null, 'China Support Team - Supply Chain', 'China Support Team - Supply Chain', null, '5010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-468', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, 'U0243', null, '03938', 'San Jose-US', null, null, null, null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4680', 'OC-ADM-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4680', null, '1', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, 'C0174', 'sophie.yang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-ADM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4681', 'SUPERVISORY_ORGANIZATION-3-2608', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4681', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '18868', 'xingyu.liu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2608', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4682', 'SUPERVISORY_ORGANIZATION-3-2535', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4682', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '14039', 'leimin.wen', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4683', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队(空间运营),宝山CDC店', 'Store Operations Team (Space Operations), Baoshan CDC', null, 'C111010306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4683', null, '0', 'admin', '2022-05-26 17:20:11', null, null, null, null, null, null, '05009', 'gong.cheng', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4683', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4693', 'SUPERVISORY_ORGANIZATION-3-2859', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4693', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, 'C0483', 'steven.shao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4694', 'SUPERVISORY_ORGANIZATION-3-1673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4694', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, 'C0658', 'sheron.zou', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4695', 'SUPERVISORY_ORGANIZATION-3-5471', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4695', null, '1', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '27793', 'pavel.ye', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4696', 'SUPERVISORY_ORGANIZATION-3-1248', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4696', null, '1', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '18754', 'di.lu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4697', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京安贞环宇荟', 'User Fellow Team, Beijing Anzhen Huanyuhui', null, 'C112010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4697', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '03017', 'xiang.ren', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4698', 'SUPERVISORY_ORGANIZATION-3-5589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4698', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '04503', 'mengna.li', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4699', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4699', null, '1', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '02782', 'qingya.he', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-470', 'UD-URD', null, '服务调度运营部', 'Service Coordination Department', null, 'C15505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-470', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, 'C0811', 'heidi.wang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4705', 'MO-PNG', null, '展车和特种车项目团队', 'Show Car & Special Car Project Team', null, 'B3010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4705', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '06834', 'yangshu.ge', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4705', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4706', 'SUPERVISORY_ORGANIZATION-3-4248', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4706', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '12370', 'fei.yao', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4707', 'SUPERVISORY_ORGANIZATION-3-5901', null, 'SoC 开发部', 'SoC Development Department', null, 'A21304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4707', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '19946', 'celine.yan', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4707', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4708', 'SUPERVISORY_ORGANIZATION-3-2020', null, '硬件项目管理中心部', 'HW PM Center Department', null, 'A21003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4708', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '19124', 'leon.zhang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4709', 'SUPERVISORY_ORGANIZATION-3-2446', null, '硬件测试团队', 'HW Test Team', null, 'A2100201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4709', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '13611', 'yunyue.cai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4710', 'SUPERVISORY_ORGANIZATION-3-2446', null, '计算单元交付团队', 'Computing Delivery Team', null, 'A2100202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4710', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '13657', 'xianglong.gao', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4711', 'SUPERVISORY_ORGANIZATION-3-2446', null, '机械工程交付团队', 'MED Delivery Team', null, 'A2100203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4711', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '04054', 'jiepei.shi', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4711', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4712', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4712', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '05769', 'xinghua.yao', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4713', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4713', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '09219', 'jiamin.li', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4714', 'SUPERVISORY_ORGANIZATION-3-627', null, '小蔚在线团队,上海公司', 'NIO Online-Service Team, Shanghai Company', null, 'C111010411', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4714', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '10581', 'shengdi.ye', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4715', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4715', null, '1', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '04573', 'caiqing.wu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4716', 'SUPERVISORY_ORGANIZATION-3-627', null, '增值服务团队,上海公司', 'Value-added Service Team', null, 'C111010408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4716', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '09037', 'dongmei.luo', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4717', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4717', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '10061', 'wenshuo.zhang', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4718', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4718', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '08050', 'dongdong.qiao', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4719', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4719', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '10059', 'zhengjun.cao', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4720', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4720', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '09036', 'boyuan.sheng', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4721', 'SUPERVISORY_ORGANIZATION-3-627', null, '服务中心团队,红柳路门店', 'Service Center Team, Hongliu (Store)', null, 'C111010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4721', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '08047', 'shengwen.chen', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4722', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4722', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '31969', 'xiaotian.xu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4723', 'SUPERVISORY_ORGANIZATION-3-4169', null, '软件方案与架构中国团队', 'SAR China Team', null, 'A2021201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4723', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '20418', 'louis.tan', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4723', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4724', 'SUPERVISORY_ORGANIZATION-3-6145', null, '感知评测团队', 'Perception QA Team', null, 'A2090902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4724', null, '0', 'admin', '2022-05-26 17:20:12', null, null, null, null, null, null, '19474', 'yuesong.xie', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4725', 'SUPERVISORY_ORGANIZATION-3-6176', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4725', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '02702', 'matt.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4726', 'SUPERVISORY_ORGANIZATION-3-4499', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4726', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '20202', 'hang.ruan', '17628', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4727', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4727', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '16724', 'peng.huang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4728', 'SUPERVISORY_ORGANIZATION-3-3866', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4728', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '15480', 'zhi.chen', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4729', 'SUPERVISORY_ORGANIZATION-3-3866', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4729', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '14102', 'zhouhang.song', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4730', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4730', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4731', 'SUPERVISORY_ORGANIZATION-3-6269', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4731', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '02992', 'hang.yin', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6269', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4732', 'SUPERVISORY_ORGANIZATION-3-6430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4732', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '18775', 'yuqiang.zhai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4733', 'SUPERVISORY_ORGANIZATION-3-4893', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4733', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '18449', 'ray.zh', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4893', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4734', 'MO-LOG-002', null, '包装组', 'Packaging Sub-team', null, 'B301040501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4734', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, 'C0423', 'tony.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4734', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4744', 'SUPERVISORY_ORGANIZATION-3-1273', null, 'User Fellow Team, Chaotianmen', 'User Fellow Team, Chaotianmen', null, 'C122010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4744', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '15386', 'heying.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4745', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆朝天门店', 'User Fellow Team, Chongqing Chaotianmen', null, 'C122010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4745', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '15386', 'heying.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4746', 'SUPERVISORY_ORGANIZATION-3-470', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4746', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, 'C0811', 'heidi.wang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4747', 'SUPERVISORY_ORGANIZATION-3-4963', null, '车间技师组', 'Technician Sub-team', null, 'A105010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4747', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, 'C0133', 'liwei.song', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4748', 'SUPERVISORY_ORGANIZATION-3-4813', null, '非官宣部门(Not Annouced)', '非官宣部门(Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4748', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '07291', null, '03938', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4749', 'SUPERVISORY_ORGANIZATION-3-5185', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4749', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, 'C0905', 'jaz.song', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5185', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4750', 'SUPERVISORY_ORGANIZATION-3-5101', null, '用户顾问团队,义乌之心', 'User Fellow Team, Yiwu Zhixin', null, 'C132010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4750', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '10750', 'jian.he1', '07217;16666', 'Yiwu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4751', null, null, '非官宣部门(Not aAnnounced)', '非官宣部门(Not aAnnounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4751', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4752', 'GM-ADMG', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4752', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, 'EU0132', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GM-ADMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4753', 'GM-ADMG', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4753', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, 'EU0132', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GM-ADMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4754', 'SUPERVISORY_ORGANIZATION-3-5869', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4754', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '19157', 'fumin.pang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4755', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京颐堤港', 'User Fellow Team, Beijing Indigo', null, 'C112010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4755', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '03654', 'teng.li', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4756', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付体验师团队A,上海公司', 'Delivery Experiencer team A, Shanghai Company', null, 'C111010508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4756', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '04576', 'xuejun.zhao', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4757', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,大连公司', 'Roadside Service, Dalian Company', null, 'C1090146', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4757', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '09941', 'peng.yang', '03476;04271;04685;11261;16305;26976;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4758', 'SUPERVISORY_ORGANIZATION-3-4757', null, '道服团队,大连公司', 'Roadside Service Team, Dalian Company', null, 'C109014602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4758', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '09941', 'peng.yang', '03476;04271;04685;11261;16305;26976;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4759', 'SUPERVISORY_ORGANIZATION-3-4757', null, '运营团队,大连公司', 'Operation Team, Dalian Company', null, 'C109014601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4759', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '09941', 'peng.yang', '03476;04271;04685;11261;16305;26976;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4759', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-476', null, null, '用户关系团队', 'User Relationship Team', null, 'UD-URD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-476', null, '1', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-476', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4760', 'SUPERVISORY_ORGANIZATION-3-1673', null, '数据闭环&应用团队', 'Data Close Loop & Application Team', null, 'A2020917', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4760', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '26417', 'gordon.yan', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4761', 'SUPERVISORY_ORGANIZATION-3-8942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, 'A2020909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4761', null, '0', 'admin', '2022-05-26 17:20:13', null, null, null, null, null, null, '16572', 'jianbo.tang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4762', 'SUPERVISORY_ORGANIZATION-3-8940', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4762', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '11748', 'mark.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4763', 'SUPERVISORY_ORGANIZATION-3-7920', null, '用户顾问团队,晋江SM国际广场', 'User Fellow Team, JinJiang SM International Plaza', null, 'C127010905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4763', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '17446', 'genglu.pan', '09067', 'Quanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4763', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4764', 'SUPERVISORY_ORGANIZATION-3-1005', null, '城市运营,邢台', 'City Operation, Xingtai', null, 'C1260109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4764', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '13375', 'kui.mao', '05779', 'Xingtai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4764', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4765', 'SUPERVISORY_ORGANIZATION-3-1005', null, '城市运营,邯郸', 'City Operation, Handan', null, 'C1260107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4765', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Handan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4765', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4766', 'SUPERVISORY_ORGANIZATION-3-1005', null, '城市运营,保定', 'City Operation, Baoding', null, 'C1260108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4766', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '13375', 'kui.mao', '05779', 'Baoding-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4766', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4767', 'SUPERVISORY_ORGANIZATION-3-3977', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4767', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '02577', 'haiyun.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4768', 'SUPERVISORY_ORGANIZATION-3-6037', null, '用户顾问团队,佛山王府井', 'User Fellow Team, Wangfujing Foshan', null, 'C156010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4768', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '08922', 'xiaotong.pan', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4769', 'SUPERVISORY_ORGANIZATION-3-7675', null, '用户顾问团队,江门大融城', 'User Fellow Team, IMIX PARK JiangMen', null, 'C114011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4769', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '28525', 'qihua.liang', '13558;31898', 'Jiangmen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-477', null, null, 'APP/URM产品管理及运营团队', 'App/URM Management & Operations Team', null, 'MK-UED-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-477', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4770', 'SUPERVISORY_ORGANIZATION-3-1783', null, '用户顾问团队,珠海华发商都', 'User Fellow Team, Huafa Mall Zhuhai', null, 'C114010703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4770', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '03639', 'shaojun.wang', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4771', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉汉街', 'User Fellow Team, wuhanhanjie', null, 'C125010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4771', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '04581', 'ji.cheng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4772', 'SUPERVISORY_ORGANIZATION-3-1090', null, 'NIO Life 采购团队', 'NIO Life Purchasing Team', null, 'C1070603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4772', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '19536', 'finn.xue', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4773', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '合作伙伴工业化开发与运营团队', 'PIDO Team', null, 'B3030704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4773', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '100303', 'tod.wang', 'C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4773', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4774', 'SUPERVISORY_ORGANIZATION-3-4783', null, '合作伙伴工业化开发组', 'EDS PID Sub-Team', null, 'B304030403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4774', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '13697', 'tony.sun', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4775', 'SUPERVISORY_ORGANIZATION-3-4783', null, '前期PIM电子件组', 'Advance PIM Electrical Parts Sub-Team', null, 'B304030402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4775', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '22009', 'yongming.hou1', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4776', 'SUPERVISORY_ORGANIZATION-3-4783', null, '前期PIM机械件组', 'Advance PIM Mechanical Part Sub-Team', null, 'B304030401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4776', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, 'C0525', 'leon.ren', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4777', 'SUPERVISORY_ORGANIZATION-3-4773', null, '工业化-子零件组', 'PIDO – Sub-tier Sub-Team', null, 'B303070402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4777', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '100303', 'tod.wang', 'C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4778', 'SUPERVISORY_ORGANIZATION-3-4773', null, '工业化-电芯组', 'PIDO – Cell Sub-Team', null, 'B303070401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4778', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '100303', 'tod.wang', 'C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4779', 'SUPERVISORY_ORGANIZATION-3-4782', null, '创新与体系化效率组', 'ESS Innovation & System Efficiency Sub- Team', null, 'B304040602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4779', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '12585', 'crystal.cao', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4780', 'SUPERVISORY_ORGANIZATION-3-4782', null, 'ESS质量保证组', 'ESS Quality Assurance Sub- Team', null, 'B304040601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4780', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '03402', 'yang.ni', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4781', 'SUPERVISORY_ORGANIZATION-3-5524', null, '功率半导体设计部', 'Power Semiconductor Design Department', null, 'A21207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4781', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '17904', 'daohui.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4782', 'SUPERVISORY_ORGANIZATION-3-5521', null, '电池合作伙伴质量管理团队', 'Battery PQM Team', null, 'B3040406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4782', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '12585', 'crystal.cao', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4782', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4783', 'SUPERVISORY_ORGANIZATION-3-4193', null, '电驱动合作伙伴工业化管理团队', 'EDS Partner Industrialization Management Team', null, 'B3040304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4783', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '100238', 'haoyang.wang', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4783', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4784', 'SUPERVISORY_ORGANIZATION-3-5521', null, '电池用户质量团队', 'Battery User Quality Team', null, 'B3040407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4784', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '100836', 'snoopy.tang', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4785', 'SUPERVISORY_ORGANIZATION-3-622', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4785', null, '1', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '02586', 'max.zhong', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4786', 'SD-AIS', null, '人工智能引擎与高性能计算团队', 'AI Engine And High Performance Computing Team', null, 'A2030908', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4786', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4787', 'SUPERVISORY_ORGANIZATION-3-2599', null, '体验学院部', 'EM Academy Department', null, 'A10503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4787', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '19421', 'zhuo.zhang3', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4788', 'SUPERVISORY_ORGANIZATION-3-1223', null, '电子电器分配系统组', 'Distribution System Sub-team', null, 'B002030503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4788', null, '0', 'admin', '2022-05-26 17:20:14', null, null, null, null, null, null, '03823', 'chris.wang1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4789', 'PU', null, '供应链智能硬件部', 'Supply Chain Smart Hardware Department', null, 'B30211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4789', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '22277', 'james.chen', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4790', 'PU', null, '供应链设备与服务部', 'Supply Chain Equipment and Service Department', null, 'B30212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4790', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0146', 'cissy.ye', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4790', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4791', 'QD', null, '美国质量管理部', 'US Quality Management Department', null, 'B00211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4791', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'U0243', null, '03938;10298', 'San Jose-US', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4792', 'SUPERVISORY_ORGANIZATION-3-4816', null, '商业采购支持部', 'Commercial Purchasing Support Department', null, 'D11402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4792', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0269', 'allen.ye', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4792', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4793', 'XPT_SUPERVISORY_ORGANIZATION_10', null, '公告关系团队', 'Government Relations Team', null, 'B3030403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4793', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4794', 'SUPERVISORY_ORGANIZATION-3-3928', null, '蔚来挪威公司', 'NIO Norway Company', null, 'C16306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4794', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '20585', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4795', 'SUPERVISORY_ORGANIZATION-3-6038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4795', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '10312', 'jialong.zheng', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4796', 'SUPERVISORY_ORGANIZATION-3-5713', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4796', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '16122', 'wanlin.luo', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5713', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4797', 'SUPERVISORY_ORGANIZATION-3-3986', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4797', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4798', 'XPT_SUPERVISORY_ORGANIZATION_10', null, '公共关系团队', 'Government Relations Team', null, 'B3040703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4798', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4799', 'SUPERVISORY_ORGANIZATION-3-3472', null, 'Technical Project Management Team', 'Technical Project Management Team', null, 'B3030306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4799', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-480', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,北京公司', 'Regional Operation, Beijing Company', null, 'C11201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-480', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '02250', 'michael.pu', '04949;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4800', 'XPT_SUPERVISORY_ORGANIZATION_33', null, 'PTA TEAM', 'PTA TEAM', null, 'B3030701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4800', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4801', 'SUPERVISORY_ORGANIZATION-3-4776', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4801', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0525', 'leon.ren', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4802', 'SUPERVISORY_ORGANIZATION-3-4776', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4802', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '19795', 'chunhua.wang', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4803', 'SUPERVISORY_ORGANIZATION-3-4776', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4803', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0525', 'leon.ren', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4804', 'CO-SHA-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4804', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '04046', 'yu.yang', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'CO-SHA-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4805', 'SUPERVISORY_ORGANIZATION-3-1161', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4805', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '05146', 'shan.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1161', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4806', 'EP-EIT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4806', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '03291', 'zhuo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EIT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4807', 'SUPERVISORY_ORGANIZATION-3-2615', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4807', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0917', 'ziniu.shen', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2615', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4808', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4808', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '19689', 'kevin.jiang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4809', 'SUPERVISORY_ORGANIZATION-3-7846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4809', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '20829', 'song.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4810', 'VE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4810', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '20106', 'beatrice.cecchi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4813', 'SUPERVISORY_ORGANIZATION-3-4816', null, '商业资源管理(欧洲)部', 'Commercial Resource Management (EU) Department', null, 'D11403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4813', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '35017', null, '03938', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4814', 'SUPERVISORY_ORGANIZATION-3-4816', null, '战略商务部', 'Strategic Commercial Department', null, 'D11404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4814', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0499', 'peter.hu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4815', 'SUPERVISORY_ORGANIZATION-3-4816', null, '商业成本分析部', 'Commercial Cost Analysis Department', null, 'D11401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4815', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0499', 'peter.hu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4816', 'SUPERVISORY_ORGANIZATION-3-3877', null, '商业资源管理', 'Business Resource Management', null, 'D114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4816', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, 'C0499', 'peter.hu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-4816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4817', 'SUPERVISORY_ORGANIZATION-3-3964', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4817', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '14478', 'hao.shi', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3052', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4818', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4818', null, '1', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '20572', 'kai.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4819', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4819', null, '0', 'admin', '2022-05-26 17:20:15', null, null, null, null, null, null, '12877', 'feng.liang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4820', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4820', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '02087', 'derek.liu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4821', 'SUPERVISORY_ORGANIZATION-3-2262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4821', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4822', 'SUPERVISORY_ORGANIZATION-3-769', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4822', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '07561', 'shun.tong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4823', 'SUPERVISORY_ORGANIZATION-3-4613', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4823', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '06096', 'dapeng.lang', '05560;06058;30309;33517;42399;C0033;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4824', 'MO-MPG-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4824', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '04285', 'xue.li', '03321;06247', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO-MPG-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4825', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4825', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '20531', 'yun.zhang3', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4826', 'SUPERVISORY_ORGANIZATION-3-3742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4826', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '15299', 'dongsheng.fang', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4827', 'SUPERVISORY_ORGANIZATION-3-4468', null, '设备设施团队', 'Equipment Management Team', null, 'B3010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4827', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '34500', 'fengsuo.sun', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4828', 'SO', null, '区域服务管理部', 'Regional Service Management Department', null, 'C10509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4828', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '06512', 'le.qi', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4829', 'SUPERVISORY_ORGANIZATION-3-4468', null, '总装车间团队', 'General Assembly Shop Team', null, 'B3010705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4829', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '06967', 'frank.wang2', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4829', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4830', 'SUPERVISORY_ORGANIZATION-3-4468', null, '涂装车间团队', 'Paint Shop Team', null, 'B3010704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4830', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '20010', 'liang.yin', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4830', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4831', 'SUPERVISORY_ORGANIZATION-3-4468', null, '车身车间团队', 'Body Shop Team', null, 'B3010702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4831', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '10987', 'xiaojun.wei', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4832', 'SUPERVISORY_ORGANIZATION-3-4468', null, '冲压车间团队', 'Stamping Shop Team', null, 'B3010703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4832', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '23304', 'haibo.huang', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4833', 'SUPERVISORY_ORGANIZATION-3-5639', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4833', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '12343', 'kun.han', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5639', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4834', 'UD-URD', null, '社区运营II团队', 'Community Operations II Team', null, 'C1550701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4834', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '20600', 'john.xie', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4834', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4835', 'SUPERVISORY_ORGANIZATION-3-3877', null, '空间体验', 'Space Experience', null, 'C161', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4835', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '13362', 'jim.wei', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-4835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4836', 'MO-LOG', null, 'F2物料管理和计划团队', 'F2 Material Management and Planning Team', null, 'B3010409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4836', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, 'C0423', 'tony.li', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4837', 'SUPERVISORY_ORGANIZATION-3-611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4837', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '02233', 'chengjie.hu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4838', 'SUPERVISORY_ORGANIZATION-3-4245', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4838', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '14254', 'qi.an1', '03680;04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4839', 'SUPERVISORY_ORGANIZATION-3-2189', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4839', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, 'C0799', 'eric.huang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2189', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4840', 'SUPERVISORY_ORGANIZATION-3-769', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4840', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '06378', 'chenglin.bi', '03476;04685;11261;16305;26976;28399', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4841', 'SUPERVISORY_ORGANIZATION-3-1649', null, '二手车收购运营团队', 'Used Car Purchase Operation Team', null, 'C1030703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4841', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '16590', 'zhihao.min', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4842', 'SUPERVISORY_ORGANIZATION-3-3866', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4842', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '13063', 'jia.xin', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4843', 'PE_SUPERVISORY_ORGANIZATION_48', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4843', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '05515', 'yue.huang', '03476;04685;06138;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_48', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4844', 'SUPERVISORY_ORGANIZATION-3-631', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4844', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '21021', 'lingyun.zhang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4845', 'SUPERVISORY_ORGANIZATION-3-4791', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4845', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, 'U0243', null, '03938;10298', 'San Jose-US', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4846', 'SUPERVISORY_ORGANIZATION-3-1413', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4846', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '03536', 'york.liu', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4847', 'SUPERVISORY_ORGANIZATION-3-5101', null, '用户顾问团队,衢州吾悦广场', 'User Fellow Team, Quzhou Wuyue', null, 'C132010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4847', null, '0', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, '42258', 'yixing.he', '07217;16666', 'Quzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4847', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4857', 'SUPERVISORY_ORGANIZATION-3-1531', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4857', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4858', 'SUPERVISORY_ORGANIZATION-3-4662', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4858', null, '1', 'admin', '2022-05-26 17:20:16', null, null, null, null, null, null, 'C0789', 'alice.wang', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4859', 'SUPERVISORY_ORGANIZATION-3-4532', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4859', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-486', 'SUPERVISORY_ORGANIZATION-3-2789', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-486', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '13036', 'fion.wang', '16043', 'Beijing-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4860', 'SUPERVISORY_ORGANIZATION-3-4532', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4860', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4861', 'SUPERVISORY_ORGANIZATION-3-4532', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4861', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4862', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,开封鼎鑫', 'User Fellow Team, Kaifeng Dingxin', null, 'C120010908', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4862', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '28503', 'leon.lv', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4862', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4863', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,新乡宝龙广场', 'User Fellow Team, Xinxiang Baolong', null, 'C120010905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4863', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '18465', 'qiankun.li', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4864', 'SUPERVISORY_ORGANIZATION-3-3493', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4864', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '06965', 'shuhao.zheng', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3493', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4865', 'SUPERVISORY_ORGANIZATION-3-2660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4865', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, 'C0392', 'stella.yao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4866', 'SUPERVISORY_ORGANIZATION-3-7874', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4866', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '05400', 'savi.shi', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7874', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4867', 'SUPERVISORY_ORGANIZATION-3-8100', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4867', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '20422', 'xindong.he', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4868', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4868', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '10679', 'lily.zang', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4869', 'SUPERVISORY_ORGANIZATION-3-3944', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4869', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '21833', 'eric.zhang2', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-487', null, null, '网络管理部', 'Network Management Department', null, 'SO-NMA', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-487', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-487', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4870', 'SUPERVISORY_ORGANIZATION-3-2515', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4870', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '36142', 'darren.yu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4871', 'DS', null, 'Digital Modeling', 'Digital Modeling', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4871', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, 'EU0101', null, '04966;05407', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-4871', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4872', 'SUPERVISORY_ORGANIZATION-3-6750', null, '外饰数字模型团队', 'Digital Modeling Exterior Team', null, 'A1011601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4872', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '40549', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4872', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4873', 'SUPERVISORY_ORGANIZATION-3-6750', null, 'Digital Modeling Interior', 'Digital Modeling Interior', null, 'A1011602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4873', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '40549', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4873', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4874', 'SUPERVISORY_ORGANIZATION-3-896', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4874', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '36723', 'xiao.zhang6', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4875', 'SUPERVISORY_ORGANIZATION-3-896', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4875', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '08309', 'zhaojian.li', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4876', 'SUPERVISORY_ORGANIZATION-3-2228', null, '能源体系项目管理团队', 'Power System Program Management Team', null, 'C1570204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4876', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, 'C0419', 'harry.he', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4876', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4877', 'SUPERVISORY_ORGANIZATION-3-1006', null, '用户涟漪团队', 'User Referral Team', null, 'C1550301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4877', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '12008', 'jie.mei', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-488', 'SD', null, '软件开发', 'Software Development', null, 'SD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-488', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '14065', null, '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4884', 'SUPERVISORY_ORGANIZATION-3-2555', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4884', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '07246', 'jiani.wang', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2555', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4885', 'SUPERVISORY_ORGANIZATION-3-7859', null, '非官宣部门 (Not Announced) ', '非官宣部门 (Not Announced) ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4885', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '16363', 'haizhou.chu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4886', 'PE-OAM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4886', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '07072', 'xiaoliang.du', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4887', 'SUPERVISORY_ORGANIZATION-3-3244', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4887', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '19698', 'yong.ding1', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4888', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4888', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '13099', 'wanshi.he', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4889', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4889', null, '0', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, '19770', 'chenchen.liu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-489', 'SUP-US-86', null, 'UI/UX', 'UI/UX', null, '4220', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-489', null, '1', 'admin', '2022-05-26 17:20:17', null, null, null, null, null, null, 'C0026', 'mark.zhou', '08124;12966;C0941', 'San Francisco-US (inactive)', null, null, null, null, 'Department', '1', 'SUP-US-86', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4890', 'SUPERVISORY_ORGANIZATION-3-1198', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4890', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '05699', 'haiyang.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4891', 'SUPERVISORY_ORGANIZATION-3-1239', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4891', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '10374', 'yusong.guo', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1239', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4892', 'EP-ESS-004', null, '结构与集成团队', 'Mechanical & Integration Team', null, 'A1040101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4892', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0060', 'yaping.jiang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4892', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4893', 'SUPERVISORY_ORGANIZATION-3-2599', null, '数字产品体验部', 'Digital Product Experience Department', null, 'A10501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4893', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '18449', 'ray.zh', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4893', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4894', 'SUPERVISORY_ORGANIZATION-3-6010', null, '人机交互与用户体验研究团队', 'HMI and User Experience Research Team', null, 'A0010611', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4894', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '16605', 'fei.gao', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4894', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4895', 'SUPERVISORY_ORGANIZATION_20200911_16', null, '底盘结构组', 'Chassis Structure Sub-team', null, 'A102180506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4895', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0709', 'max.han', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4896', 'SUPERVISORY_ORGANIZATION_20200911_9', null, '软饰件组', 'Soft Trim Sub-team', null, 'A102180304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4896', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0300', 'miao.lin', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-490', 'CD-PGM-001', null, '软件项目管理流程体系组', 'SW PM Process & System Sub-team', null, 'A1070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-490', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0067', 'kony.jiang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4901', 'SUPERVISORY_ORGANIZATION-3-5956', null, '营建采购团队', 'Construction Purchasing Team', null, 'D1140502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4901', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '03149', 'zitong.yang', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4902', 'SUPERVISORY_ORGANIZATION-3-5672', null, 'DHR解决方案组', 'HR Digital Solution Sub-team', null, 'D101050701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4902', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '12479', 'adrian.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4902', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4903', 'SUPERVISORY_ORGANIZATION-3-5672', null, 'DHR研发组', 'HR Digital R&D Sub-team', null, 'D101050702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4903', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '16307', 'jiajun.chen2', '16043', 'Hefei-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4903', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4904', 'SUPERVISORY_ORGANIZATION-3-3750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4904', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '43279', 'miya.liu', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4905', 'SD-AIS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4905', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4906', 'SUPERVISORY_ORGANIZATION-3-703', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4906', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0941', 'seth.xiao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4907', 'SUPERVISORY_ORGANIZATION-3-5812', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4907', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '05035', 'yun.xie', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5812', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4908', 'SUPERVISORY_ORGANIZATION-3-4709', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4908', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '05660', 'yuanbo.chen', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4909', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4909', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '18611', 'brave.ma', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-491', 'SUP-US-27', null, 'Julie Xu', 'Julie Xu', null, '4300', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-491', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '14065', null, '12313', 'San Jose-US', null, null, null, null, 'Department', '1', 'SUP-US-27', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4910', 'SD-IFS', null, '海外组', 'Oversea Team', null, 'A2030406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4910', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '21357', 'dan.lv', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4911', 'SUPERVISORY_ORGANIZATION-3-2844', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4911', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '05512', 'zhengyang.jin', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4912', 'SUPERVISORY_ORGANIZATION-3-4794', null, 'User Team, Norway Company', 'User Team, Norway Company', null, 'C1630603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4912', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '21015', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4913', 'SUPERVISORY_ORGANIZATION-3-7846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4913', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '21405', 'alex.wang2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4914', 'SUPERVISORY_ORGANIZATION-3-895', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4914', null, '1', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0470', 'guodong.xu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4915', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4915', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '18962', 'rui.lang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4916', 'DO-DGT-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4916', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '02669', 'tao.jiang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4917', 'SUPERVISORY_ORGANIZATION-3-4577', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4917', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, 'C0325', 'ze.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4918', 'SUPERVISORY_ORGANIZATION-3-8100', null, '非官宣部门 (Not Announced) ', '非官宣部门 (Not Announced) ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4918', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '20578', 'huan.qin', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4919', 'SUPERVISORY_ORGANIZATION-3-6429', null, '非官宣部门 (Not Announced) ', '非官宣部门 (Not Announced) ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4919', null, '0', 'admin', '2022-05-26 17:20:18', null, null, null, null, null, null, '17945', 'xi.chen6', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-492', null, null, 'Digital Cockpit', 'Digital Cockpit', null, '4300', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-492', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, null, null, 'U0001', 'San Jose-US', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-492', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4920', 'SUPERVISORY_ORGANIZATION-3-4412', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4920', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '19868', 'wilson.chen', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4921', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4921', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '17516', 'guobin.long', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4922', 'SUPERVISORY_ORGANIZATION-3-3296', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4922', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '06887', 'simon.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3296', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4923', 'SUPERVISORY_ORGANIZATION-3-5345', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4923', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '09606', 'salvador.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191225_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4924', 'ID-PBA', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4924', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, 'C0173', 'jenny.yu', '36463', 'Changsha-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'ID-PBA', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4925', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4925', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '06333', 'anny.xu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4926', 'PE_SUPERVISORY_ORGANIZATION_57', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4926', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '06521', 'peixing.zhang', '03476;04685;06271;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_57', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4927', 'SUPERVISORY_ORGANIZATION-3-5345', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4927', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '13794', 'cici.chi', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191225_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4928', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4928', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4929', 'SUPERVISORY_ORGANIZATION-3-4000', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4929', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '11790', 'mick.ma', '04634', 'Xiamen-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4000', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4930', 'SUPERVISORY_ORGANIZATION-3-4857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4930', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '17981', 'kaichen.liu', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4931', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海LCM置汇旭辉广场', 'User Fellow Team, Shanghai LCM', null, 'C111011110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4931', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '20409', 'xing.gao1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4932', 'SUPERVISORY_ORGANIZATION-3-3438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4932', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;06058;30309;33517;42399;C0033;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4933', 'SUPERVISORY_ORGANIZATION-3-3438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4933', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '12238', 'ben.wei', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4934', 'SUPERVISORY_ORGANIZATION-3-3742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4934', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '02482', 'will.fan', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4935', 'VE-VPG-003', null, 'SW工程质量&可靠性&实验室认可组', 'SW Engineering Quality & Reliability & Lab Accreditation Sub-team', null, 'A102060301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4935', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '04600', 'xiaodong.yao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4935', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4936', 'SUPERVISORY_ORGANIZATION-3-1775', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4936', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '20743', 'zhen.zhang1', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4937', 'SUPERVISORY_ORGANIZATION-3-6161', null, '能源用户触点运营团队', 'Power User Touchpoint Operation Team', null, 'C1570801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4937', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '05989', 'lan.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4938', null, null, 'Body Function Team', 'Body Function Team', null, 'A1021708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4938', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4938', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4939', null, null, 'Intelligent Cross Function Team', 'Intelligent Cross Function Team', null, 'A1021707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4939', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4939', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4940', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州花都融创店', 'User Fellow Team, Guangzhou Huadu Rongchuang', null, 'C114010808', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4940', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '23918', 'xiaoyu.liu', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4941', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州海珠乐峰店', 'User Fellow Team, Guangzhou Haizhu Lefeng', null, 'C114010807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4941', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '03602', 'ran.zhang', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4941', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4942', 'SUPERVISORY_ORGANIZATION-3-2303', null, '数字化制造团队', 'Digital MFG Team', null, 'B3010604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4942', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '09196', 'yan.jia', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4943', 'SUPERVISORY_ORGANIZATION-3-4605', null, '智能功能开发团队', 'Intelligent Cross Function Team', null, 'A1021707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4943', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '18003', 'wenli.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-4943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4945', 'SUPERVISORY_ORGANIZATION-3-750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4945', null, '1', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '12784', 'jade.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4946', 'SUPERVISORY_ORGANIZATION-3-580', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4946', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '18234', 'yixian.huang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4947', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4947', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '21573', 'chunjiao.shi', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4948', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4948', null, '0', 'admin', '2022-05-26 17:20:19', null, null, null, null, null, null, '21574', 'jia.wan', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4949', 'FN-ATX-001-01', null, '电驱系统&电驱电池工业化会计组', 'ES&EI Accounting Sub-team', null, 'D103010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4949', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '100427', 'harry.kang', '04634', 'Nanjing-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4949', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-495', 'VE-CAE', null, 'Advanced CAE', 'Advanced CAE', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-495', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '02333', null, '05560;29769;33517;42399', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4950', 'SUPERVISORY_ORGANIZATION-3-2838', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4950', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '10950', 'zhesheng.zeng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2838', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4951', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4951', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, 'C1003', 'haiting.qian', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4952', 'SUPERVISORY_ORGANIZATION-3-8721', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4952', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '03458', 'yiming.zhang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4953', 'SUPERVISORY_ORGANIZATION-3-4794', null, 'Power & Operation Team, Norway Company', 'Power & Operation Team, Norway Company', null, 'C1630601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4953', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '21594', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4954', 'PE_SUPERVISORY_ORGANIZATION_71', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4954', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '20626', 'yunshu.zhu', '03476;04011;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_71', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4955', 'SUPERVISORY_ORGANIZATION-3-2063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4955', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '05650', 'zerun.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4956', 'SUPERVISORY_ORGANIZATION-3-8182', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4956', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '05292', 'xin.sun', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8182', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4957', 'PE_SUPERVISORY_ORGANIZATION_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4957', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '07105', 'chaowei.shen', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4958', 'SUPERVISORY_ORGANIZATION-3-6710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4958', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '19501', 'banzhao.huang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4959', 'SUPERVISORY_ORGANIZATION-3-5514', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4959', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '04490', 'huibo.yang', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5514', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-496', 'NIO CN&EU', null, '赛事管理部', 'Performance Program Department', null, 'PP-PP0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-496', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Oxford-GB', 'CL_PTIPP', 'Product Technology and Industrialization-Performance Program (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-496', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4960', 'SUPERVISORY_ORGANIZATION-3-4126', null, '用户顾问团队,兰州中心', 'User Fellow Team, Lanzhou Center', null, 'C145010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4960', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '05941', 'chao.zhou', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4960', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4961', 'SUPERVISORY_ORGANIZATION-3-4794', null, 'Service Team, Norway Company', 'Service Team, Norway Company', null, 'C1630602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4961', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '20770', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4961', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4962', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆礼嘉天街', 'User Fellow Team, Chongqing Lijia', null, 'C122010804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4962', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '22197', 'lion.deng', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4962', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4963', 'EP-EIT', null, '车间运营团队', 'Workshop Operation Team', null, 'A1080105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4963', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '04788', 'juncheng.rao', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4964', 'EP-EIT', null, '车辆与资源运营团队', 'Vehicle & Resource Operation Team', null, 'A1080106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4964', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '03291', 'zhuo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4964', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4965', 'SUPERVISORY_ORGANIZATION-3-5606', null, '设施设备运营组', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4965', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, 'C0907', 'bo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4966', 'SUPERVISORY_ORGANIZATION-3-4963', null, '软件测试组', 'Software Testing Sub-team', null, 'A105010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4966', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '04788', 'juncheng.rao', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-4966', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4967', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4967', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '08321', 'yingqi.qin', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4968', 'SUPERVISORY_ORGANIZATION-3-2835', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4968', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '10696', 'wei.zhou1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4969', 'SUPERVISORY_ORGANIZATION-3-5901', null, '数字验证部', 'Digital Verification Department', null, 'A21307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4969', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '22067', 'chunlei.kang', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-497', 'OC', null, '员工体验与人力资源平台部', 'Employees Experience & HR Platform Department', null, 'D10105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-497', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4970', 'SUPERVISORY_ORGANIZATION-3-7329', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4970', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '21692', 'anqi.cheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4971', 'SUPERVISORY_ORGANIZATION-3-1407', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4971', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '29887', 'peng.fang', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1407', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4972', 'SUPERVISORY_ORGANIZATION-3-3944', null, '自动驾驶研发项目管理部', 'Autonomous Driving Program Management Department', null, 'A20911', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4972', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '21626', 'kirk.zheng', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4973', 'SUPERVISORY_ORGANIZATION-3-5089', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4973', null, '0', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '12198', 'seven.tan', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5089', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4974', 'SUPERVISORY_ORGANIZATION-3-2568', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4974', null, '1', 'admin', '2022-05-26 17:20:20', null, null, null, null, null, null, '09609', 'shilei.zhou', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4975', 'SUPERVISORY_ORGANIZATION-3-1882', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4975', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '02371', 'wendy.wu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1882', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4976', 'SUPERVISORY_ORGANIZATION-3-3380', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4976', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '18045', 'liumo.chen', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4977', 'SUPERVISORY_ORGANIZATION-3-470', null, 'Debug与赋能团队', 'Debug and Training Enabling Team', null, 'C1550504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4977', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '06458', 'lynn.liu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4978', 'SUPERVISORY_ORGANIZATION-3-470', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4978', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, 'C0811', 'heidi.wang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4979', 'SUPERVISORY_ORGANIZATION-3-500', null, '事故救援电话运营组', 'Accident & Rescue Call Operation Sub-team', null, 'C155050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4979', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '02417', 'charles.sha', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-498', 'SD-CVS-W', null, 'Web应用开发团队', 'Web Application Development Team', null, 'A2020702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-498', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '02275', 'yuan.zhang', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-498', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4980', 'SUPERVISORY_ORGANIZATION-3-4790', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4980', null, '1', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, 'C0654', 'qinxin.chi', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4790', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4981', 'SUPERVISORY_ORGANIZATION-3-4790', null, '非官宣组织( Not Announced)', '非官宣组织( Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4981', null, '1', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '02177', 'marco.qi', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4790', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4982', 'SUPERVISORY_ORGANIZATION-3-4814', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4982', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '06252', 'hai.lin', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4983', 'SUPERVISORY_ORGANIZATION-3-5956', null, '商业成本分析团队', 'Commercial Cost Analysis Team', null, 'D1140501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4983', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, 'C0715', 'caroline.kong', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4983', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4987', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4987', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '16982', 'yaxian.li', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4988', 'SUPERVISORY_ORGANIZATION-3-4592', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4988', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, 'C0631', 'lisa.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4592', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4989', 'SUPERVISORY_ORGANIZATION-3-7844', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4989', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '08658', 'joyse.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-499', 'FN-CNP-001', null, '财务团队(研发)', 'Finance Team (R&D)', null, 'D1030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-499', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, 'C1064', 'oliver.ruan', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4990', 'DO-DGT-007', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4990', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '17505', 'ryan.ma', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4991', 'SUPERVISORY_ORGANIZATION-3-8881', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4991', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '16828', 'zhuangfa.he', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4992', 'SUPERVISORY_ORGANIZATION-3-4347', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4992', null, '1', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '02604', 'shiyi.qian', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4993', 'SUPERVISORY_ORGANIZATION-3-5606', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4993', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, 'C0690', 'john.zhu', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4994', 'SUPERVISORY_ORGANIZATION-3-3472', null, 'XPE 项目管理团队', 'XPE Project Management Team', null, 'A2120803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4994', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '17773', 'lingjie.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-4994', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4995', 'SUPERVISORY_ORGANIZATION-3-2718', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4995', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '07292', 'jiahuan.chen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4996', 'SUPERVISORY_ORGANIZATION-3-4188', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4996', null, '1', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '03094', 'lin.liu', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4997', 'PE_SUPERVISORY_ORGANIZATION_9', null, '能源换电服务团队(上海)', 'Regional Power Management Power Swap Service Team (Shanghai)', null, 'C1590903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4997', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '07332', 'eredawn.su', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4998', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,石家庄北二环汽车城', 'User Fellow Team, Shijiazhuang Beierhuan Qichecheng', null, 'C126011004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4998', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '10778', 'yaokun.xu', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4998', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-4999', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,邢台北国商城', 'User Fellow Team, Xingtai Beiguoshangcheng', null, 'C126011007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-4999', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Xingtai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-4999', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-500', 'SUPERVISORY_ORGANIZATION-3-470', null, '一线服务运营团队', 'Front-line Service Operation Team', null, 'C1550501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-500', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '02102', 'michael.ma', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-500', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5000', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,保定先天下', 'User Fellow Team, Baoding Xiantianxia', null, 'C126011006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5000', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '14110', 'haoxin.wang', '05779', 'Baoding-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5000', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5001', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,邯郸美乐城', 'User Fellow Team, Handan Meilecheng', null, 'C126011005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5001', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '15362', 'bowen.yang', '05779', 'Handan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5007', 'SUPERVISORY_ORGANIZATION-3-2477', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5007', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '14511', 'zi.yang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5008', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5008', null, '0', 'admin', '2022-05-26 17:20:21', null, null, null, null, null, null, '16116', 'zhenxiao.jiang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5009', 'SUPERVISORY_ORGANIZATION-3-1198', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5009', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '06119', 'zhile.xing', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-501', null, null, '组织发展部', 'Organization Development Department', null, 'OC-ODM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-501', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, null, null, null, null, 'CGS', 'Corporate Governance & Support (Do Not Use) (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-501', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5010', 'SUPERVISORY_ORGANIZATION-3-591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5010', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '10523', 'houjun.shen', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5011', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5011', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '20232', 'shengying.xing', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5012', 'SUPERVISORY_ORGANIZATION-3-4261', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5012', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '08947', 'yan.zhang2', '03280', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5013', 'SUPERVISORY_ORGANIZATION-3-6212', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5013', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5014', 'SUPERVISORY_ORGANIZATION-3-2009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5014', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '20681', 'pingting.hao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5015', 'SUPERVISORY_ORGANIZATION-3-5090', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5015', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '15634', 'dingyuan.hu', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5090', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5016', 'SUPERVISORY_ORGANIZATION-3-8705', null, '项目管理团队', 'PIM program management Team', null, 'B0020311', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5016', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '25425', 'x.sun', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5017', 'SUPERVISORY_ORGANIZATION-3-3865', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5017', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '21271', 'ellie.ren', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5018', 'SUPERVISORY_ORGANIZATION-3-809', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5018', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '05643', 'huiping.she', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-809', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5019', 'SUPERVISORY_ORGANIZATION-3-585', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5019', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '20470', 'shuhao.yang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-585', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-502', null, null, '用户数字产品部', 'User Digital Product Department', null, 'GL-UDP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-502', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-502', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5020', 'SUPERVISORY_ORGANIZATION-3-1288', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5020', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '06427', 'yujie.zou', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1288', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5021', 'SUPERVISORY_ORGANIZATION-3-3824', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5021', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '04693', 'zhen.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5022', 'SUPERVISORY_ORGANIZATION-3-1028', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5022', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '04171', 'cici.li', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1028', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5023', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5023', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '06326', 'yitian.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5024', 'SUPERVISORY_ORGANIZATION-3-1611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5024', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '21858', 'nick.ren', '07209', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5025', 'SUPERVISORY_ORGANIZATION-3-2354', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5025', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, 'C1331', 'sha.xia', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5026', 'PE_SUPERVISORY_ORGANIZATION_21', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5026', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '19672', 'jingwen.pan', '03476;04685;11261;12009;13558;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_21', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5027', 'SD-VSF', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5027', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '09130', 'leo.wang1', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-VSF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5028', 'SUPERVISORY_ORGANIZATION-3-900', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5028', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '11003', 'alan.ji', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5029', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5029', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '21294', 'patrick.gong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-503', 'SUPERVISORY_ORGANIZATION-3-3369', null, '车辆动力学团队', 'Vehicle Dynamics Team', null, 'A1021402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-503', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, 'C0297', 'neo.hong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-503', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5030', 'PE_SUPERVISORY_ORGANIZATION_51', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5030', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '06133', 'juan-janet.zeng', '03476;04685;06138;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_51', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5031', 'VE-VIT-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5031', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '06453', 'wenjun.song', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-VIT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5032', 'SUPERVISORY_ORGANIZATION-3-964', null, '充换电服务和运营产品开发组', 'Power Operation & Service Platform Development Sub-team', null, 'C157040206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5032', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C1298', 'qiang.fu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5033', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5033', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5034', 'SUPERVISORY_ORGANIZATION-3-4602', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5034', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '20563', 'jingui.zhang', '09077;12313;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5035', 'SUPERVISORY_ORGANIZATION-3-1014', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5035', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0092', 'baymax.shen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1014', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5036', 'SUPERVISORY_ORGANIZATION-3-1264', null, '用户顾问团队,龙岩万达广场', 'User Fellow Team, Longyan Wanda Plaza', null, 'C127010906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5036', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '07312', 'zhongyue.zheng', '09067', 'Longyan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5037', 'SUPERVISORY_ORGANIZATION-3-3466', null, '系统功能测试组', 'System Function Test Sub-team', null, 'A212021401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5037', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '100415', 'william.gao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5037', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5038', 'SUPERVISORY_ORGANIZATION-3-3479', null, '大数据与载荷开发组', 'E-DAS & Load Profile Development Sub-team', null, 'A212021203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5038', null, '0', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '101386', 'sevilla.xu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5039', 'SUPERVISORY_ORGANIZATION-3-5037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5039', null, '1', 'admin', '2022-05-26 17:20:22', null, null, null, null, null, null, '100415', 'william.gao', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5037', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-504', 'OC', null, '人才招募部', 'Talent Acquisition Department', null, 'D10102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-504', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5040', 'SUPERVISORY_ORGANIZATION-3-3478', null, '减速器开发组', 'Transmission Parts Development Sub-Team', null, 'A212020303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5040', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '100541', 'travers.ren', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5041', 'XPT_ORG_REFERENCE_20200424_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5041', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '100446', 'li.han', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5042', 'SUPERVISORY_ORGANIZATION-3-3480', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5042', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5043', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,镇江吾悦广场', 'User Fellow Team, ZJ DanYang Wuyue Square', null, 'C119010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5043', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '06494', 'chi.li', '03275', 'Zhenjiang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5043', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5044', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,镇江苏宁广场', 'User Fellow Team, ZJ Suning Square', null, 'C119010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5044', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '06494', 'chi.li', '03275', 'Zhenjiang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5044', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5045', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,南京华采天地', 'User Fellow Team, NJ HuaCai World', null, 'C119010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5045', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '03095', 'yumin.zhao', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5045', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5046', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,南京虹悦城', 'User Fellow Team, NJ Wonder City', null, 'C119010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5046', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '14792', 'shuo.wei', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5046', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5047', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,南京景枫', 'User Fellow Team, NJ KINGMO', null, 'C119010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5047', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '24321', 'yin.wan', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5047', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5048', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,扬州江都金鹰', 'User Fellow Team, YZ Jiangdu Golden Eagle', null, 'C119010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5048', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '09851', 'qian.geng', '03275', 'Yangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5048', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5049', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,扬州五彩世界', 'User Fellow Team, YZ Wucai World', null, 'C119010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5049', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '09851', 'qian.geng', '03275', 'Yangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5049', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-505', 'OC', null, '工业化HR业务伙伴部', 'Industrialization HRBP Department', null, 'D10106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-505', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, 'C0011', 'leslie.ge', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5050', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队,南京新街口', 'User Fellow Team, NJ Xinjiekou', null, 'C119010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5050', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '03094', 'lin.liu', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5051', 'SUPERVISORY_ORGANIZATION-3-5055', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5051', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '17773', 'lingjie.wang', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5055', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5052', 'SUPERVISORY_ORGANIZATION-3-3493', null, '软件测试开发组', 'Software Test Development Sub-team', null, 'A212140101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5052', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0693', 'wei.chen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5052', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5053', 'SUPERVISORY_ORGANIZATION-3-3493', null, '软件集成开发组', 'Software Integration Development Sub-team', null, 'A212140102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5053', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C1199', 'johnny.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5053', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5054', 'SUPERVISORY_ORGANIZATION-3-3493', null, '软件架构开发组', 'Software Architecture Development Sub-team', null, 'A212140103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5054', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0693', 'wei.chen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5054', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5055', 'SUPERVISORY_ORGANIZATION-3-4994', null, '研发现场支持组', 'Field Service Sub-team', null, 'A212080301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5055', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '02716', 'weiqiang.xia', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5055', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5056', 'SUPERVISORY_ORGANIZATION-3-4994', null, '技术项目管理组', 'Technical Project Management Sub-Team', null, 'A212080302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5056', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '17773', 'lingjie.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5056', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5057', 'SUPERVISORY_ORGANIZATION-3-3489', null, '系统集成组', 'System Integration Sub-Team', null, 'A212030103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5057', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5057', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5058', 'SUPERVISORY_ORGANIZATION-3-3489', null, '功率系统组', 'Power System Sub-Team', null, 'A212030102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5058', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5058', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5059', 'SUPERVISORY_ORGANIZATION-3-3489', null, '数字系统组', 'Digital System Sub-Team', null, 'A212030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5059', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5059', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-506', 'OC', null, '用户与服务HR业务伙伴部', 'Users & Services HRBP Department', null, 'D10108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-506', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5060', 'SUPERVISORY_ORGANIZATION-3-5056', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5060', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '06965', 'shuhao.zheng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5056', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5061', 'SUPERVISORY_ORGANIZATION-3-3492', null, '功率电子软件开发组', 'Power Control Software Development Sub-team', null, 'A212140202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5061', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '02355', 'chang.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5061', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5062', 'SUPERVISORY_ORGANIZATION-3-3492', null, '智能应用开发组', 'Smart Application Development Sub-Team', null, 'A212140203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5062', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C1100', 'xin.gong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5062', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5063', 'SUPERVISORY_ORGANIZATION-3-3492', null, '电机控制开发组', 'Motor Control Development Sub-team', null, 'A212140201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5063', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'C0681', 'kai.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5064', 'SUPERVISORY_ORGANIZATION-3-3490', null, '硬件测试开发组', 'Hardware Test Development Sub-team', null, 'A212080601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5064', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '05747', 'weiwei.dai', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5065', 'SUPERVISORY_ORGANIZATION-3-5078', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5065', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '14177', 'longxiang.xu', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5078', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5066', 'SUPERVISORY_ORGANIZATION-3-7112', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5066', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '19598', 'xingcheng.zheng', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5067', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5067', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '07370', 'junming.chen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5068', 'SUPERVISORY_ORGANIZATION-3-5647', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5068', null, '0', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, '05712', 'lucas.rong', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5069', 'SUPERVISORY_ORGANIZATION-3-3996', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5069', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '17025', 'samuel.bai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-507', 'SUPERVISORY_ORGANIZATION-3-1543', null, '附件工程组', 'Accessory Engineering Sub-team', null, 'C105050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-507', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '05403', 'sheng.zhang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-507', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5070', 'SD-VSF-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5070', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '03479', 'songtao.xin', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-VSF-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5071', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5071', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '20263', 'renyi.zhou', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5072', 'MO-MME-AMET', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5072', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '20545', 'wei.qian1', '03321;06247', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO-MME-AMET', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5073', 'SUPERVISORY_ORGANIZATION-3-5799', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5073', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '22193', 'gang.li3', '03321;06247;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5074', 'SUPERVISORY_ORGANIZATION-3-793', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5074', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '06039', 'ethan.shen', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5075', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5075', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '18258', 'jingyang.xu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5076', 'SUPERVISORY_ORGANIZATION-3-1772', null, '交付运营,贵阳公司', 'Delivery Operation, Guiyang Company', null, 'C139010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5076', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5076', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5077', 'SUPERVISORY_ORGANIZATION-3-8003', null, '用户顾问团队,贵阳印象城', 'User Fellow Team, Guiyang Yinxiang City', null, 'C139010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5077', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '35518', 'yang.pan', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5078', 'SUPERVISORY_ORGANIZATION-3-8003', null, '用户顾问团队,贵阳万象汇', 'User Fellow Team, Guiyang The Mixc', null, 'C139010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5078', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '35518', 'yang.pan', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5078', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5079', 'SUPERVISORY_ORGANIZATION-3-8003', null, '用户顾问团队,贵阳益田假日世界', 'User Fellow Team, Guiyang Yitian Holiday World', null, 'C139010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5079', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '37494', 'seven.xue', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-508', 'SO-TCS', null, '技术服务团队', 'Technical Service Team', null, 'C1050303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-508', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, 'C1262', 'royce.zhang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-508', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5080', 'SUPERVISORY_ORGANIZATION-3-8003', null, '用户顾问团队,遵义亨特城市广场', 'User Fellow Team, Zunyi Hengte City Mall', null, 'C139010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5080', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '36766', 'jinsong.xiao', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5081', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户顾问团队,昆明七彩云南第壹Mall', 'User Fellow Team, Kunming Colorful Yunan First Mall', null, 'C134010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5081', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15034', 'yingkai.ma', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5082', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户顾问团队,昆明公园1903', 'User Fellow Team, Kunming Park1903', null, 'C134010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5082', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15034', 'yingkai.ma', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5083', 'SUPERVISORY_ORGANIZATION-3-1777', null, '交付团队,昆明公司', 'Delivery Team, Kunming Company', null, 'C134010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5083', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '13154', 'nicolas.wu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5083', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5084', 'SUPERVISORY_ORGANIZATION-3-5081', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5084', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15034', 'yingkai.ma', '23578', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5085', 'SUPERVISORY_ORGANIZATION-3-5082', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5085', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15034', 'yingkai.ma', '12606', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5086', 'SUPERVISORY_ORGANIZATION-3-5082', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5086', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15034', 'yingkai.ma', '23578', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5087', 'SUPERVISORY_ORGANIZATION-3-5083', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5087', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '17006', 'mingyu.zhu', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5083', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5088', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都机场路', 'User Fellow Team, Chengdu Airport Road', null, 'C117010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5088', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '04643', 'ruitian.wang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5089', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都世豪广场', 'User Fellow Team, Chengdu SAIHO Plaza', null, 'C117010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5089', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '22867', 'lin.wang3', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5089', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-509', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '4430', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-509', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5090', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都中粮大悦城', 'User Fellow Team, Chengdu Joy-City', null, 'C117010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5090', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15634', 'dingyuan.hu', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5090', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5091', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都来福士', 'User Fellow Team, Chengdu Raffles City', null, 'C117010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5091', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '22867', 'lin.wang3', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5091', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5092', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都龙湖上城天街', 'User Fellow Team, Chengdu Longfor Shangcheng Paradise Walk', null, 'C117010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5092', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5092', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5093', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,南昌铜锣湾', 'User Fellow Team, Nanchang Tongluowang', null, 'C136010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5093', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '10279', 'jiankun.lin', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5093', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5094', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,赣州杉杉奥莱', 'User Fellow Team, Ganzhou Aolai', null, 'C136010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5094', null, '1', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '27977', 'le.ma', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5094', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5095', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,九江九方', 'User Fellow Team, Jiujiang Jiufang', null, 'C136010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5095', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '18031', 'rui.chen6', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5095', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5096', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,上饶吾悦广场', 'User Fellow Team, Shangrao Wuyue', null, 'C136010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5096', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '16186', 'zhihao.wu2', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5096', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5097', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,南昌朝阳洲天虹', 'User Fellow Team, Nanchang Tianhong', null, 'C136010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5097', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '15284', 'yuan.cheng', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5097', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5098', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,南昌万象汇', 'User Fellow Team, Nanchang Wanxianghui', null, 'C136010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5098', null, '0', 'admin', '2022-05-26 17:20:50', null, null, null, null, null, null, '16186', 'zhihao.wu2', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5099', 'SUPERVISORY_ORGANIZATION-3-1781', null, '用户顾问团队,南宁万象城', 'User Fellow Team, Nanning MIXC', null, 'C141010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5099', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '25700', 'min.liang', '10827;30064', 'Nanning-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5099', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-510', 'SUPERVISORY_ORGANIZATION-3-964', null, '前端开发组', 'Frontend Development Sub-team', null, 'C157040204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-510', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, '02130', 'leijun.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-510', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5100', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞塘厦万科生活广场', 'User Fellow Team, VanKe', null, 'C151010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5100', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '41927', 'zerong.su', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5100', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5101', 'SUPERVISORY_ORGANIZATION-3-1227', null, '销售,金华公司', 'Sales, Jinhua Company', null, 'C1320102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5101', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '10286', 'daisy.zhou1', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5101', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5102', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,瑞安新湖广场', 'User Fellow Team, Ruianxinhuguangchang', null, 'C128010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5102', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '39398', 'chris.hu1', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5102', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5103', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,丽水万地广场', 'User Fellow Team, Lishuiwandiguangchang', null, 'C128010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5103', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '39398', 'chris.hu1', '16072', 'Lishui-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5103', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5104', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,乐清蝴蝶广场', 'User Fellow Team, Leqinghudieguangchang', null, 'C128010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5104', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '14220', 'yuguo.huang', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5105', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,温州吾悦广场', 'User Fellow Team, Wenzhouwuyueguangchang', null, 'C128010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5105', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '14287', 'hekun.li', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5105', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5106', 'SUPERVISORY_ORGANIZATION-3-4724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5106', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '19474', 'yuesong.xie', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5107', 'SUPERVISORY_ORGANIZATION-3-4724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5107', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '19474', 'yuesong.xie', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5108', 'SUPERVISORY_ORGANIZATION-3-4669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5108', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '14055', 'jianwen.wu', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5109', 'SUPERVISORY_ORGANIZATION-3-1081', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5109', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '09821', 'chao.xue', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-511', null, null, 'APP/URM产品管理及运营团队', 'App/URM Management & Operations Team', null, 'MK-UED-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-511', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-511', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5110', 'SUPERVISORY_ORGANIZATION-3-4669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5110', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '14055', 'jianwen.wu', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5111', 'SUPERVISORY_ORGANIZATION-3-6743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5111', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, 'C0538', 'jiong.chen', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5112', 'SUPERVISORY_ORGANIZATION-3-2760', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5112', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '08362', 'wenhua.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5113', 'SUPERVISORY_ORGANIZATION-3-2447', null, '产品验证3组', 'Product Validation Sub-team 3', null, 'A202100206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5113', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '19716', 'xiangwei.min', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5113', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5114', 'SUPERVISORY_ORGANIZATION-3-1856', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5114', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '05601', 'zoe.zheng', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5115', 'SUPERVISORY_ORGANIZATION-3-3944', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5115', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '18275', 'hongyuan.yuan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5116', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,台州中盛广场', 'User Fellow Team, Taizhouzhongshengguangchang', null, 'C128010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5116', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '18432', 'xiamin.yan', '16072', 'Taizhou(台州)-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5116', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5117', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,温岭银泰', 'User Fellow Team, Wenlingyintai', null, 'C128010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5117', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '18432', 'xiamin.yan', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5118', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,温州万象城', 'User Fellow Team, Wenzhouwanxiangcheng', null, 'C128010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5118', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '34599', 'xiangyun.xu', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5118', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5119', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,威海九龙湾', 'User Fellow Team, Weihai Jiulongwan', null, 'C129010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5119', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '04899', 'kai.niu', '06450', 'Weihai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-512', null, null, '仿真团队', 'Simulation Team', null, 'AD-ITD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-512', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-512', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5120', 'SUPERVISORY_ORGANIZATION-3-6021', null, '用户顾问团队,烟台金沙滩', 'User Fellow Team, Yantai Jinshatan', null, 'C129010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5120', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '08601', 'bo.liang', '06450', 'Yantai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5121', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,青岛东方影都', 'User Fellow Team, Qingdao Oriental Movie Metropolis', null, 'C129010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5121', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '08789', 'gaofeng.xing', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5121', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5122', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,青岛奥帆', 'User Fellow Team, Qingdao Aofan', null, 'C129010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5122', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '08034', 'qi.ding1', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5122', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5123', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,潍坊谷德锦', 'User Fellow Team, Weifang Gudejin', null, 'C129010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5123', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '36448', 'alan.xue', '06450', 'Weifang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5124', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,日照万达广场', 'User Fellow Team, Rizhao Wanda', null, 'C129010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5124', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '08789', 'gaofeng.xing', '06450', 'Yantai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5124', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5125', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,日照万象汇', 'User Fellow Team, Rizhao MIXC', null, 'C129010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5125', null, '0', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '08789', 'gaofeng.xing', '06450', 'Rizhao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5125', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5126', 'SUPERVISORY_ORGANIZATION-3-1961', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5126', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '26107', 'zhenzhen.xiang', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1961', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-513', null, null, '前期项目管理团队', 'Advanced Project Management Team', null, 'A1030703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-513', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-513', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5136', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,青岛万达广场', 'User Fellow Team, Qingdao Wanda', null, 'C129010113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5136', null, '1', 'admin', '2022-05-26 17:20:51', null, null, null, null, null, null, '06455', 'yishi.li', '06450', 'Yantai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5136', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5137', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,聊城万达广场', 'User Fellow Team, Liaocheng Wanda', null, 'C130010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5137', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '12237', 'jeff.yang', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5137', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5138', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,泰安爱琴海', 'User Fellow Team, Taian Aiqinhai', null, 'C130010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5138', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '29336', 'eric.wang4', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5139', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,济宁银座', 'User Fellow Team, Jining Ginza', null, 'C130010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5139', null, '1', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5139', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-514', 'SUPERVISORY_ORGANIZATION-3-1979', null, 'Electrification', 'Electrification', null, '4500', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-514', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5140', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,临沂万象汇', 'User Fellow Team, Linyi MIXC', null, 'C130010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5140', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '10270', 'kevin.liu1', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5140', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5141', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,淄博万象汇', 'User Fellow Team, Zibo MIXC', null, 'C130010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5141', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '29336', 'eric.wang4', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5141', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5142', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,济南万象城', 'User Fellow Team, Jinan MIXC', null, 'C130010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5142', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '12237', 'jeff.yang', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5142', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5143', 'SUPERVISORY_ORGANIZATION-3-2128', null, '用户顾问团队,沈阳万象汇', 'User Fellow Team, MIXC One', null, 'C137010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5143', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '19856', 'tianyu.yin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5143', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5144', 'SUPERVISORY_ORGANIZATION-3-2128', null, '用户顾问团队,沈阳万象城', 'User Fellow Team, MIXC', null, 'C137010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5144', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '12073', 'nan.zhang1', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5144', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5145', 'SUPERVISORY_ORGANIZATION-3-3724', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5145', null, '1', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '22665', 'lynn.liu1', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5146', 'SUPERVISORY_ORGANIZATION-3-4250', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5146', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '18573', 'yichao.fan1', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5147', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆万州万达广场', 'User Fellow Team, ChongqingWanzhouWanda', null, 'C122010809', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5147', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '15386', 'heying.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5148', 'SUPERVISORY_ORGANIZATION-3-4894', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5148', null, '1', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '16605', 'fei.gao', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4894', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5149', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '财务团队(电储能系统)', 'Finance Team (ESS)', null, 'D1031104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5149', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '100945', 'jingjian.gong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-515', null, null, 'HR Europe', 'HR Europe', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-515', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, 'Munich-DE', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5150', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '成本管理团队', 'Cost Management Team', null, 'D1031105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5150', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '101339', 'kelly.lu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5155', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津津南吾悦广场', 'User Fellow Team, Tianjin Jinnan Wuyue Plaza', null, 'C121010805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5155', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '09361', 'joyce.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5155', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5156', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津河东爱琴海', 'User Fellow Team, Tianjin Hedong Aiqinhai', null, 'C121010804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5156', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '11008', 'daniel.cui', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5156', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5157', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津武清万达广场', 'User Fellow Team, Tianjin Wuqing Wanda Plaza', null, 'C121010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5157', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '11008', 'daniel.cui', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5158', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津南京路', 'User Fellow Team, Tianjin Nanjing Road', null, 'C121010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5158', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '11008', 'daniel.cui', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5158', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5159', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津空港', 'User Fellow Team, Tianjin airport', null, 'C121010809', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5159', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '34051', 'yabo.ge', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-516', 'ID', null, '新能源前瞻技术部', 'Advanced New Energy Technology Department', null, 'D10404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-516', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, 'C0097', 'jessie.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-516', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5160', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,唐山万达广场', 'User Fellow Team, Tangshan Wanda Plaza', null, 'C121010808', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5160', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '24327', 'cong.zhou', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5160', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5161', 'SUPERVISORY_ORGANIZATION-3-6412', null, '用户顾问团队,沧州荣盛中心', 'User Fellow Team, Cangzhou Rongsheng Center', null, 'C121010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5161', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '28257', 'jian.jin', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5161', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5162', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津滨海金元宝', 'User Fellow Team, Tianjin Binhai Jinyuanbao', null, 'C121010806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5162', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '34051', 'yabo.ge', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5162', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5163', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津万象城', 'User Fellow Team, Tianjin The Mixc', null, 'C121010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5163', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '09361', 'joyce.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5163', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5164', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,马鞍山金鹰广场', 'User Fellow Team, Maanshan Golden Eagle Square', null, 'C135010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5164', null, '1', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '15480', 'zhi.chen', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5164', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5165', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥庐阳万象汇', 'User Fellow Team, Hefei Luyang MixC', null, 'C135010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5165', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '05644', 'jun.zou', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5165', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5166', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,芜湖金鹰国际广场', 'User Fellow Team, Wuhu Golden Eagle Square', null, 'C135010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5166', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '05644', 'jun.zou', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5166', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5167', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥万象城', 'User Fellow Team, MixC Hefei', null, 'C135010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5167', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '15480', 'zhi.chen', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5167', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5168', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥金大地1912', 'User Fellow Team, Hefei Street 1912', null, 'C135010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5168', null, '1', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '15480', 'zhi.chen', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5169', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥先进制造基地', 'User Fellow Team, Hefei Advanced Manufacturing Technology Center', null, 'C135010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5169', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '19612', 'quan.yang1', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5169', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-517', 'GM-ADMG', null, 'Lightweight Engineering Germany', 'Lightweight Engineering Germany', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-517', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, 'EU0132', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-517', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5170', '20191225_SUPERVISORY_ORG_3', null, '用户顾问团队,哈尔滨国际汽车城', 'User Fellow Team, Harbin Qichecheng', null, 'C140010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5170', null, '1', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '09838', 'neal.cui', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5171', 'SUPERVISORY_ORGANIZATION-3-4936', null, '用户顾问团队,鄂尔多斯星河', 'User Fellow Team, Erdos Xinghe COCO City', null, 'C144010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5171', null, '0', 'admin', '2022-05-26 17:20:52', null, null, null, null, null, null, '23747', 'amy.wu', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5172', 'SUPERVISORY_ORGANIZATION-3-4936', null, '用户顾问团队,呼和浩特振华广场', 'User Fellow Team, Huhhot Zhenghua Guangchang', null, 'C144010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5172', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '20743', 'zhen.zhang1', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5172', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5173', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,福州苏宁广场', 'User Fellow Team, Fuzhou Suning Plaza', null, 'C143010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5173', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '09173', 'gary.lin1', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5174', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,福州东泰禾', 'User Fellow Team, Fuzhou East Tahoe', null, 'C143010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5174', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '09967', 'jianhai.liu', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5175', 'SUPERVISORY_ORGANIZATION-3-1853', null, '石家庄东南智汇城', '石家庄东南智汇城', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5175', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5176', 'SUPERVISORY_ORGANIZATION-3-5162', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5176', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '16194', 'xinkang.gong', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5162', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5177', 'SUPERVISORY_ORGANIZATION-3-3996', null, '基础设施团队', 'Cloud Infrastructure Team', null, 'A2090402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5177', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '21653', 'lei.chen4', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5178', 'SUPERVISORY_ORGANIZATION-3-6430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5178', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '18762', 'yueyin.zhou', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5179', 'XPT_SUPERVISORY_ORGANIZATION_42', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5179', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '23195', 'ming.li1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_42', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-518', null, null, '产品开发团队', 'Power R&D Team', null, 'PE-PRD-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-518', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, null, 'User_Experience', 'User Experience (Do Not Use) (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5180', 'SUPERVISORY_ORGANIZATION-3-1801', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5180', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '12849', 'jiajun.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5181', 'SUPERVISORY_ORGANIZATION-3-1417', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5181', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '16402', 'yang.zhang10', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1417', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5182', 'SUPERVISORY_ORGANIZATION-3-2777', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5182', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '11961', 'liang.meng', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5183', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5183', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, 'C0031', 'hong.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5184', 'SUPERVISORY_ORGANIZATION-3-2775', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5184', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '02507', 'zhijun.zhang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5185', 'SD-SAS', null, '数据驱动团队', 'Data-driven Team', null, 'A2070212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5185', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, 'C0905', 'jaz.song', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5185', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5186', 'AD-ITD', null, '软件集成部', 'SW Integration Department', null, 'A20809', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5186', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '10101', 'jonathan.ma', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-5186', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5187', 'SUPERVISORY_ORGANIZATION-3-3944', null, '自动驾驶仿真部', 'AD Simulation Department', null, 'A20913', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5187', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '28297', 'steve.xie1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5188', 'SUPERVISORY_ORGANIZATION-3-3944', null, '自动驾驶系统项目管理部', 'Autonomous Driving System Program Management Department', null, 'A20810', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5188', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '21833', 'eric.zhang2', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-5188', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5189', 'SUPERVISORY_ORGANIZATION-3-5191', null, '工业化- 子零件团队', 'L4 工业化- 子零件组', null, 'B3031202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5189', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '100303', 'tod.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5189', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-519', null, null, '项目管理团队', 'Program Management Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-519', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5190', 'SUPERVISORY_ORGANIZATION-3-5191', null, '工业化- 电芯团队', 'L4 工业化- 电芯组', null, 'B3031201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5190', null, '1', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '100303', 'tod.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5190', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5191', 'SUPERVISORY_ORGANIZATION-3-5522', null, '电池合作伙伴工业化团队', 'Partner Industrialization Development Team', null, 'B3040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5191', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '100303', 'tod.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5191', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5192', 'SUPERVISORY_ORGANIZATION-3-4827', null, '总装设备管理组', 'GA Equipment Management Sub-team', null, 'B301070102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5192', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '24957', 'ning.gao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5192', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5193', 'SUPERVISORY_ORGANIZATION-3-4827', null, '涂装设备管理组', 'Painting Equipment Management Sub-team', null, 'B301070103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5193', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '23303', 'lei.yan5', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5193', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5194', 'SUPERVISORY_ORGANIZATION-3-4827', null, '车身设备管理组', 'Body Equipment Management Sub-team', null, 'B301070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5194', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '12888', 'qiang.sun1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5194', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5195', 'SUPERVISORY_ORGANIZATION-3-4827', null, '冲压设备管理组', 'Stamping Equipment Management Sub-team', null, 'B301070104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5195', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '12297', 'frank.zhou', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5196', 'SUPERVISORY_ORGANIZATION-3-4148', null, '社交媒体部', 'Social Media Department', null, 'C14904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5196', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '17637', 'lin.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5196', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5197', 'SUPERVISORY_ORGANIZATION-3-4148', null, '媒体拓展部', 'Media Development Department', null, 'C14903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5197', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, '26415', 'linlin.li', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5198', 'SUPERVISORY_ORGANIZATION-3-2673', null, '在线顾问团队,杭州公司', 'Online Consultant Team, Hangzhou Company', null, 'C115010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5198', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '33947', 'zichen.zeng', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5199', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州外拓', 'User Fellow Team, Hangzhou WT', null, 'C115010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5199', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '13856', 'tao.jiang3', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5200', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州萧山万象汇', 'User Fellow Team, Hangzhou XSWXH', null, 'C115010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5200', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '04655', 'zongyi.li', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5200', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5201', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州余杭万达广场', 'User Fellow Team, Hangzhou YHWDGC', null, 'C115010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5201', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '15366', 'qili.wang', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5201', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5202', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州城西银泰城', 'User Fellow Team, Hangzhou CXYTC', null, 'C115010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5202', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '15366', 'qili.wang', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5202', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5203', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,华立科技园', 'User Fellow Team, Hangzhou HLKJY', null, 'C115010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5203', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '04683', 'david.xu1', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5204', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州龙湖滨江天街', 'User Fellow Team, Hangzhou LHBJTJ', null, 'C115010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5204', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '03760', 'carrie.wang', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5205', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5205', null, '0', 'admin', '2022-05-26 17:20:53', null, null, null, null, null, null, 'C0041', 'chenxi.ding', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5206', 'SUPERVISORY_ORGANIZATION-3-5091', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5206', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '08500', 'datong.xiao', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5091', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5207', 'MO-PHF', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5207', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '09563', 'yi.yang2', '03321;06247;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO-PHF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5208', 'SUPERVISORY_ORGANIZATION-3-3497', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5208', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, 'C0152', 'rui.wan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5209', 'SUPERVISORY_ORGANIZATION-3-4411', null, '软件集成开发团队', 'SW Integration Development Team', null, 'A2090303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5209', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '10101', 'jonathan.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-521', null, null, '用户体验软件部', 'User Experience Software Department', null, 'SD-UES-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-521', null, '1', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-521', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5210', 'EP-EAC-001', null, '辅助驾驶标定组', 'AD/ ADAS Calibration Sub-team', null, 'A102170203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5210', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '02150', 'chenxia.zhou', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5210', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5211', 'SUPERVISORY_ORGANIZATION-3-503', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5211', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '18609', 'jilong.shi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-503', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5212', 'SUPERVISORY_ORGANIZATION-3-1279', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5212', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, 'C0822', 'siwei.peng', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5213', 'SUPERVISORY_ORGANIZATION-3-1768', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5213', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '16504', 'jia.zhou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5214', 'SUPERVISORY_ORGANIZATION-3-4943', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5214', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, 'C0791', 'xinyi.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5215', 'SUPERVISORY_ORGANIZATION-3-6195', null, '电驱动投产项目管理组', 'EDS Launch Project Management Sub-Team', null, 'B304050203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5215', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '100954', 'wilson.hong1', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5215', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5216', 'SUPERVISORY_ORGANIZATION-3-1168', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5216', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '05407', 'emil.dai', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5217', 'SUPERVISORY_ORGANIZATION-3-5545', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5217', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '12526', 'zheng.liu3', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5545', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5218', 'SUPERVISORY_ORGANIZATION-3-2780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5218', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '23984', 'pengfei.lv', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5219', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5219', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '20561', 'zhenjun.sui', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-522', 'VE-VIT-004', null, '法规组', 'Regulation Sub-team', null, 'A102130203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-522', null, '0', 'admin', '2022-05-26 17:20:23', null, null, null, null, null, null, 'C1264', 'kevin.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-522', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5220', 'SUPERVISORY_ORGANIZATION-3-1782', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5220', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '10272', 'daosheng.wu', '03680', 'Shantou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1782', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5221', 'SUPERVISORY_ORGANIZATION-3-4792', null, '商业采购支持团队 (信息技术运营支持)', 'Commercial Purchasing Support Team (IT Operation Support)', null, 'D1140207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5221', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, 'C0291', 'serena.wen', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5221', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5222', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5222', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '21542', 'jingwen.luo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5223', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5223', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '22618', 'shuai.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5224', 'SUPERVISORY_ORGANIZATION-3-843', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5224', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '34752', 'leiming.bao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5225', 'SUPERVISORY_ORGANIZATION-3-2780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5225', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '02818', 'haiying.lou', '03321;06247', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5226', 'SUPERVISORY_ORGANIZATION-3-1279', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5226', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, 'C0822', 'siwei.peng', 'C0066', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5227', 'SUPERVISORY_ORGANIZATION-3-3472', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5227', null, '1', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5228', 'SUPERVISORY_ORGANIZATION-3-2761', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5228', null, '1', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '03706', 'bohao.zheng', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2761', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5229', 'VE-INE-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5229', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, 'C0301', 'qijie.xin', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-INE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-523', null, null, '电子集成与验证团队', 'EE Integration & Validation Team', null, 'VE-EEE-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-523', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, 'Product_Development', 'Product Development (Do Not Use) (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-523', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5230', 'SUPERVISORY_ORGANIZATION-3-5523', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5230', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '101046', 'jules.chen', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5523', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5235', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州西湖', 'User Fellow Team, Hangzhou XH', null, 'C115010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5235', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '08331', 'huan.wei', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5235', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5236', 'SUPERVISORY_ORGANIZATION-3-3267', null, '用户顾问团队,湖州南浔吾悦广场', 'User Fellow Team, Huzhou NXWYGC', null, 'C115010703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5236', null, '0', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '14048', 'honghui.shen', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5236', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5237', 'SUPERVISORY_ORGANIZATION-3-3267', null, '用户顾问团队,湖州长兴九汇城', 'User Fellow Team, Huzhou CXJHC', null, 'C115010702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5237', null, '1', 'admin', '2022-05-26 17:20:54', null, null, null, null, null, null, '14048', 'honghui.shen', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5237', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5238', 'SUPERVISORY_ORGANIZATION-3-3267', null, '用户顾问团队,湖州银泰', 'User Fellow Team, Huzhou YT', null, 'C115010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5238', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '14048', 'honghui.shen', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5238', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5239', 'SUPERVISORY_ORGANIZATION-3-8799', null, '用户顾问团队,诸暨雄风新天地', 'User Fellow Team, Zhuji XFXTD', null, 'C167010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5239', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '11756', 'wenxing.zhu', '34600', 'Zhuji-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5239', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-524', null, null, '文化发展团队', 'Culture Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-524', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5240', 'SUPERVISORY_ORGANIZATION-3-8799', null, '用户顾问团队,绍兴上虞万和城', 'User Fellow Team, Shaoxing SYWHC', null, 'C167010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5240', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '11756', 'wenxing.zhu', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5240', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5241', 'SUPERVISORY_ORGANIZATION-3-8799', null, '用户顾问团队,绍兴世茂广场', 'User Fellow Team, Shaoxing SMGC', null, 'C167010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5241', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '12595', 'xiaoyan.yang', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5242', 'SUPERVISORY_ORGANIZATION-3-8799', null, '用户顾问团队,柯桥万达广场', 'User Fellow Team, Shaoxing KQWDGC', null, 'C167010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5242', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '11756', 'wenxing.zhu', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5242', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5243', 'SUPERVISORY_ORGANIZATION-3-1788', null, '用户顾问团队,宿迁金鹰广场', 'User Fellow Team, Suqian Golden Eagle Plaza', null, 'C138010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5243', null, '1', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '35457', 'donglin.hu', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5243', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5244', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,盐城金鹰', 'User Fellow Team, Yancheng Golden Eagle', null, 'C138010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5244', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '09162', 'pengzhan.tang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5245', 'SUPERVISORY_ORGANIZATION-3-1788', null, '用户顾问团队,淮安中德', 'User Fellow Team, Huai\'anzhongde', null, 'C138010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5245', null, '1', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5246', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,徐州苏宁广场', 'User Fellow Team, Suning Plaza, Xuzhou', null, 'C138010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5246', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '35093', 'yang.mu1', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5246', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5247', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,徐州蔚德客', 'User Fellow Team, Xuzhou Weideke', null, 'C138010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5247', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '19301', 'zhihan.wang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5248', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波来福士广场', 'User Fellow Team, Ningbo Raffles City', null, 'C124010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5248', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '05831', 'yingjie.chen', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5249', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,余姚', 'User Fellow Team, Yuyao', null, 'C124010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5249', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '10319', 'tina.dai', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-525', null, null, '总裁服务团队', 'Executive Service Team', null, 'OCD-TA-ES', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-525', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, 'CGS', 'Corporate Governance & Support (Do Not Use) (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-525', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5250', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波海曙印象城', 'User Fellow Team, Ningbo Haishu Incity', null, 'C124010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5250', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '14473', 'fei.li1', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5251', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波明州里', 'User Fellow Team, Ningbo Mingzhouli', null, 'C124010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5251', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '14473', 'fei.li1', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5252', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波高鑫广场', 'User Fellow Team, Ningbo gaoxinguangchang', null, 'C124010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5252', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '10319', 'tina.dai', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5252', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5253', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波万象城', 'User Fellow Team, Ningbo MIX City', null, 'C124010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5253', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '05831', 'yingjie.chen', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5254', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波北仑富邦', 'User Fellow Team, Ningbo beilunfubang', null, 'C124010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5254', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '17418', 'xiaohan.mei', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5255', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波镇海科技园', 'User Fellow Team, Ningbo Zhenhai Technology Park', null, 'C124010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5255', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '17418', 'xiaohan.mei', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5255', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5256', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,舟山普陀天地', 'User Fellow Team, Zhoushan Putuotiandi', null, 'C124010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5256', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '06502', 'jian.song', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5257', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波象山万达', 'User Fellow Team, Ningbo Xiangshanwanda', null, 'C124010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5257', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '06502', 'jian.song', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5257', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5258', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波宁海西子国际', 'User Fellow Team, Ningbo Ninghaixiziguoji', null, 'C124010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5258', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '05831', 'yingjie.chen', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5258', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5259', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,慈溪爱琴海', 'User Fellow Team, Cixi Aegean', null, 'C124010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5259', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '06502', 'jian.song', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5259', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-526', 'UC-UDP', null, 'UC发展规划部', 'UC Development & Planning Department', null, 'UC-UDP-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-526', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-526', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5260', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原茂业天地', 'User Fellow Team, Taiyuan Maoye', null, 'C133010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5260', null, '0', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '12822', 'bruce.li1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5260', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5261', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原万达广场', 'User Fellow Team, Taiyuan Wanda Plaza', null, 'C133010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5261', null, '1', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '24023', 'johnny.lee', '05554;32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5262', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,临汾新百汇商业步行街', 'User Fellow Team, Linfen new Baihui commercial pedestrian street', null, 'C133010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5262', null, '1', 'admin', '2022-05-26 17:20:55', null, null, null, null, null, null, '14353', 'chao.zhang7', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5263', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,长治万达广场', 'User Fellow Team, Changzhi Wanda Plaza', null, 'C133010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5263', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '42520', 'answer.zhang', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5263', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5264', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,运城万达广场', 'User Fellow Team, Yuncheng Wanda Plaza', null, 'C133010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5264', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '42520', 'answer.zhang', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5265', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原万象城', 'User Fellow Team, Taiyuan The Mixc', null, 'C133010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5265', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '11462', 'kuankuan.li', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5265', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5266', 'SUPERVISORY_ORGANIZATION-3-1766', null, '用户顾问团队,宜昌环球港', 'User Fellow Team, Yichanghuanqiugang', null, 'C125010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5266', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '11759', 'gavin.xiang', '20598', 'Yichang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5266', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5267', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,襄阳吾悦广场', 'User Fellow Team, xiangyangwuyueguangchang', null, 'C125010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5267', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '28236', 'jack.li2', '20598', 'Xiangyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5267', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5268', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉世界城广场', 'User Fellow Team, wuhanshijiechengguangchang', null, 'C125010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5268', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '13462', 'shuai.huang', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5268', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5269', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉壹方', 'User Fellow Team, wuhanyifang', null, 'C125010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5269', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '04581', 'ji.cheng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5269', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-527', 'SUPERVISORY_ORGANIZATION-3-1037', null, 'Creative Brand', 'Creative Brand', null, '123', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-527', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, '05381', null, '24209;31445', 'Munich-DE', null, null, null, null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5270', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州机场路', 'User Fellow Team, Guangzhou Airport Road', null, 'C114010811', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5270', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '16512', 'fan.li5', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5270', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5271', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州新塘合生汇', 'User Fellow Team, Guangzhou Hopson One', null, 'C114010810', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5271', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '03532', 'june.chen', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5271', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5272', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州奥体', 'User Fellow Team, Guangzhou Olympic Sports Center', null, 'C114010809', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5272', null, '1', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '03360', 'jing.wang1', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5273', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,无锡锡山八佰伴', 'User Fellow Team, Wuxi Xishan YAOHAN', null, 'C150010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5273', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '09538', 'carmelo.zhang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5273', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5274', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,宜兴万达广场', 'User Fellow Team, Yixing Wanda Plaza', null, 'C150010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5274', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '14108', 'yifeng.zhang1', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5274', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5275', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,江阴万达广场', 'User Fellow Team, Jiangyin Wanda Plaza', null, 'C150010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5275', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '36451', 'nick.huang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5275', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5276', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,无锡万象城', 'User Fellow Team, Wuxi MIXC', null, 'C150010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5276', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '14956', 'chao.zhu', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5276', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5277', 'SUPERVISORY_ORGANIZATION-3-1657', null, '用户顾问团队,三亚一店', 'User Fellow Team, Sanya Store', null, 'C131010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5277', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '11736', 'mike.zheng', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5278', 'SUPERVISORY_ORGANIZATION-3-1657', null, '用户顾问团队,海口秀英店', 'User Fellow Team, Haikou Xiuyingdian', null, 'C131010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5278', null, '1', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '10340', 'shuxuan.qu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5279', 'SUPERVISORY_ORGANIZATION-3-1657', null, '用户顾问团队,海口友谊南海城', 'User Fellow Team, Haikou Youyinanhaicheng', null, 'C131010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5279', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '11324', 'kun.xu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-528', 'MO-PNG', null, '试制工程团队', 'Pilot Engineering Team', null, 'B3010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-528', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C0829', 'qingbao.yuan', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-528', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5280', 'SUPERVISORY_ORGANIZATION-3-1657', null, '用户顾问团队,海口百方', 'User Fellow Team, Haikou Baifang', null, 'C131010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5280', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '24218', 'mike.wang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5281', 'SUPERVISORY_ORGANIZATION-3-1520', null, '用户顾问团队,温岭银泰', 'User Fellow Team, Wenlingyintai', null, 'C128010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5281', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '08665', 'ever.cai', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5281', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5282', 'SUPERVISORY_ORGANIZATION-3-1520', null, '用户顾问团队,台州中盛广场', 'User Fellow Team, Taizhouzhongshengguangchang', null, 'C128010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5282', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '39508', 'xinhui.wu', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5282', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5283', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安浐灞', 'User Fellow Team, Xi\'an Chanba', null, 'C118010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5283', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '42727', 'xuan.wu1', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5283', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5284', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安金地广场', 'User Fellow Team, Xi\'an GEMDALE PLAZA', null, 'C118010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5284', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '05488', 'felix.li', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5284', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5285', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安益田假日世界', 'User Fellow Team, Xi\'an YITIAN HOLIDAY WORLD', null, 'C118010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5285', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '05488', 'felix.li', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5285', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5286', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安经开中心', 'User Fellow Team, Xi\'an Jingkaizhongxin', null, 'C118010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5286', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '09097', 'mengchao.zhao', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5286', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5287', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安万象城', 'User Fellow Team, Xi\'an MIXC', null, 'C118010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5287', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '10222', 'july.weng', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5287', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5288', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安高新中大', 'User Fellow Team, Xi\'an ZHONGDA HIGH-TECH', null, 'C118010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5288', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '09096', 'jie.zhao', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5288', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5289', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,咸阳丽彩万达', 'User Fellow Team, Xianyang Licai Wanda', null, 'C118010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5289', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '10222', 'july.weng', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5289', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-529', 'FN-ATX', null, '会计及税务团队', 'Accounting & Tax Team', null, 'FN-ATX-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-529', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-529', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5290', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,延安吾悦广场', 'User Fellow Team, Yan\'an WUYUE PLAZA', null, 'C118010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5290', null, '0', 'admin', '2022-05-26 17:20:56', null, null, null, null, null, null, '07916', 'tao.wang5', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5290', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5291', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,汉中吾悦广场', 'User Fellow Team, Hanzhong WUYUE PLAZA', null, 'C118010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5291', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '13265', 'fei.xue', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5292', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安大悦城', 'User Fellow Team, Xi\'an JOYCITY', null, 'C118010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5292', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '05488', 'felix.li', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5293', 'SUPERVISORY_ORGANIZATION-3-5827', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5293', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '08926', 'taiming.chen', '03476;04685;11261;16305;26976;28399;30064', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_141', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5294', 'SUPERVISORY_ORGANIZATION-3-1200', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5294', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '06247', 'melinda.tan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5295', 'SUPERVISORY_ORGANIZATION-3-4605', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5295', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '18003', 'wenli.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5296', 'SUPERVISORY_ORGANIZATION-3-5215', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5296', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '101321', 'rui.guo1', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5215', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5297', null, null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5297', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, null, null, '06058;C0066', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5298', 'SUPERVISORY_ORGANIZATION-3-4787', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5298', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, 'C1467', 'stacey.hong', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5299', 'SUPERVISORY_ORGANIZATION-3-2454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5299', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '08365', 'tao.huang', '03280', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-530', 'SUPERVISORY_ORGANIZATION-3-1841', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-530', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-530', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5300', 'SUPERVISORY_ORGANIZATION-3-3928', null, '蔚来欧洲', 'NIO Europe', null, 'C153', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5300', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '02513', 'chris.chen1', '04160', 'Munich-DE', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-5300', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5301', 'SUPERVISORY_ORGANIZATION-3-7845', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5301', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '42071', 'arnold.zhan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5302', 'SUPERVISORY_ORGANIZATION-3-2454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5302', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '08365', 'tao.huang', '03280', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5303', 'SUPERVISORY_ORGANIZATION-3-1238', null, '服务中心团队,郑州文鼎', 'Service Center Team, Zhengzhou Wending', null, 'C120010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5303', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '06332', 'pu.du', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5303', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5304', 'SUPERVISORY_ORGANIZATION-3-5101', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5304', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '10482', 'bella.qian', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5101', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5305', 'SUPERVISORY_ORGANIZATION-3-5101', null, '用户顾问团队,东阳一百', 'User Fellow Team, Dongyang Yibai', null, 'C132010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5305', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '14055', 'jianwen.wu', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5305', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5306', 'SUPERVISORY_ORGANIZATION-3-4814', null, '非官宣部门(not announced)', '非官宣部门(not announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5306', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '20388', 'yang.liu14', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5307', 'FN-CNP-004', null, '第二工厂财务运营团队', 'F2 Finance Operation Team', null, 'D1030507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5307', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '13254', 'jie.cai', '04634', 'Hefei-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5308', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆两江', 'User Fellow Team, ChongqingLiangjiang', null, 'C122010808', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5308', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '06654', 'tao.yang1', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5308', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5309', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆光环', 'User Fellow Team, ChongqingGuanghuan', null, 'C122010807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5309', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '22197', 'lion.deng', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5309', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-531', null, null, '服务体验运营部', 'Service Experience Operation Department', null, 'SO-SCM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-531', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5310', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,重庆金沙天街', 'User Fellow Team, ChongqingJinsha', null, 'C122010806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5310', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '14404', 'qixin.he', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5310', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5311', 'SUPERVISORY_ORGANIZATION-3-1273', null, '用户顾问团队,中央公园天街店', 'User Fellow Team, Central Park Store', null, 'C122010805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5311', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '11416', 'nick.yin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5312', 'SUPERVISORY_ORGANIZATION-3-1828', null, '用户顾问团队,惠州印象城', 'User Fellow Team, Huizhou INCITY', null, 'C113010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5312', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '06556', 'raymond.wu', '03680', 'Huizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5312', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5313', 'SUPERVISORY_ORGANIZATION-3-5408', null, '创意设计', 'Creative Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5313', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '21355', 'rick.chen', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5313', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5314', 'SUPERVISORY_ORGANIZATION-3-2599', null, '整车平台体验部', 'Vehicle Platform Experience Management Department', null, 'A10505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5314', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '21504', 'w.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5314', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5315', 'SUPERVISORY_ORGANIZATION-3-5744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5315', null, '1', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '14353', 'chao.zhang7', '05554', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5316', 'SUPERVISORY_ORGANIZATION-3-2050', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5316', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '05447', 'bobby.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5317', 'SUPERVISORY_ORGANIZATION-3-3421', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5317', null, '1', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '05791', 'zexin.hu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5318', 'SUPERVISORY_ORGANIZATION-3-5501', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5318', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '05355', 'zixiang.zhang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5319', 'SUPERVISORY_ORGANIZATION-3-4964', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5319', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '18966', 'shanji.ma', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4964', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5320', 'SUPERVISORY_ORGANIZATION-3-6709', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5320', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, 'C1371', 'zhen.wang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5321', 'SUPERVISORY_ORGANIZATION-3-4311', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5321', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '15755', 'chen.song', '07217;16666', 'Yongkang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5322', 'SUPERVISORY_ORGANIZATION-3-1040', null, '西区团队', 'West Area Team', null, 'D1140604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5322', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '06979', 'rex.su', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5323', 'SUPERVISORY_ORGANIZATION-3-1828', null, '用户顾问团队,惠州惠南', 'User Fellow Team, Huizhou Huinan', null, 'C113010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5323', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '10284', 'shengping.ye', '03680', 'Huizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5323', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5324', 'SUPERVISORY_ORGANIZATION-3-1782', null, '用户顾问团队,普宁万泰汇', 'User Fellow Team, Puning Wantaihui', null, 'C113010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5324', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '11000', 'xing.zheng', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5324', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5325', 'SUPERVISORY_ORGANIZATION-3-1782', null, '用户顾问团队,汕头金平万达广场', 'User Fellow Team, Shantou Wanda Plaza', null, 'C113010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5325', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '40677', 'chao.shen2', '03680', 'Shantou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5325', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5326', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳南山来福士', 'User Fellow Team, Shenzhen Raffles City', null, 'C113010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5326', null, '0', 'admin', '2022-05-26 17:20:57', null, null, null, null, null, null, '13512', 'cheng.yang1', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5327', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳南山海上世界', 'User Fellow Team, Shenzhen Sea World', null, 'C113010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5327', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '14951', 'xuan.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5328', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳龙岗万科广场', 'User Fellow Team, Shenzhen Longgang Vanke Mall', null, 'C113010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5328', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '36618', 'junping.liu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5328', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5329', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳福田卓悦汇', 'User Fellow Team, Shenzhen Futian INJOY', null, 'C113010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5329', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '05945', 'sissi.yang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5330', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳龙华红山', 'User Fellow Team, Shenzhen Longhua Hongshan 6979', null, 'C113010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5330', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '02478', 'garson.zheng', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5330', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5331', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,南山京基百纳广场', 'User Fellow Team, Shenzhen King Key Banner', null, 'C113010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5331', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '13873', 'hyson.liang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5332', 'SUPERVISORY_ORGANIZATION-3-797', null, '用户顾问团队,深圳华侨城欢乐港湾', 'User Fellow Team, Shenzhen OH Bay', null, 'C113010202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5332', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '16787', 'yang.zheng1', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5333', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳平安金融中心', 'User Fellow Team, Shenzhen PAFC', null, 'C113010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5333', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '06530', 'shasha.huang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5334', '20191230_SUPERVISORY_ORG_13', null, '在线顾问团队,深圳公司', 'Online Consultant Team, Shenzhen Company', null, 'C113010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5334', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '16624', 'jia.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5335', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州文鼎', 'User Fellow Team, Zhengzhou WenDing', null, 'C120010907', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5335', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '06177', 'sichun.yang', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5335', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5336', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,常德龙港路', 'User Fellow Team, Changde Longgang Road', null, 'C123010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5336', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '16402', 'yang.zhang10', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5337', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,株洲神农城', 'User Fellow Team, Zhuzhou Shennongcheng', null, 'C123010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5337', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '15884', 'qian.li3', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5337', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5338', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,衡阳万达广场', 'User Fellow Team, Hengyang Wanda Square', null, 'C123010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5338', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '30142', 'shuangli.wang', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5339', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,郴州爱莲湖', 'User Fellow Team, Chenzhou Ailianhu', null, 'C123010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5339', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '15601', 'yijuan.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5339', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5340', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙湘府中路102号', 'User Fellow Team, Changsha Xiangfu Road Pop up', null, 'C123010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5340', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '09606', 'salvador.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5341', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙麓谷', 'User Fellow Team, Changsha Lugu', null, 'C123010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5341', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '13819', 'peng.deng', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5341', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5342', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙中南', 'User Fellow Team, Changsha Zhongnan', null, 'C123010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5342', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '17270', 'jingfan.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5342', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5343', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙五一广场', 'User Fellow Team, Changsha Wuyi Square', null, 'C123010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5343', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '13819', 'peng.deng', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5344', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,岳阳国贸', 'User Fellow Team, Yueyang Guomao', null, 'C123010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5344', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '17751', 'ming.gong', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5345', '20191225_SUPERVISORY_ORG_1', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5345', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '13794', 'cici.chi', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191225_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5346', 'SUPERVISORY_ORGANIZATION-3-4607', null, '核心功能开发组', 'Critical Function Development Sub-team', null, 'A102170803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5346', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '07359', 'da.yuan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5347', 'SUPERVISORY_ORGANIZATION-3-943', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5347', null, '1', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '20470', 'shuhao.yang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5348', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州龙湖狮山天街', 'User Fellow Team, Suzhou LONGFOR', null, 'C116010905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5348', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '06596', 'nan.zhao', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5349', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,昆山万象汇', 'User Fellow Team, Kunshan MIXC', null, 'C116010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5349', null, '1', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '20591', 'fei.yang5', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5350', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州吴江万象汇', 'User Fellow Team, Suzhou Wujiang MIXC', null, 'C116010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5350', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '27114', 'xiaoyu.zhang3', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5350', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5351', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州中心', 'User Fellow Team, Suzhou Center', null, 'C116010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5351', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '23152', 'veronica.liu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5351', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5352', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户顾问团队,常州天宁吾悦', 'User Fellow Team, Changzhou Tianningwuyue', null, 'C166010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5352', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '20360', 'zhengyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5352', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5353', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户顾问团队,常州武进吾悦', 'User Fellow Team, Changzhou Wujinwuyue', null, 'C166010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5353', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5354', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户顾问团队,常州环球港', 'User Fellow Team, Changzhou Huanqiugang', null, 'C166010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5354', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '15198', 'wen.zong', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5355', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,常熟凤凰城', 'User Fellow Team, Changshufenghuangcheng', null, 'C116010907', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5355', null, '0', 'admin', '2022-05-26 17:20:58', null, null, null, null, null, null, '18458', 'jun.lu3', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5355', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5356', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,张家港吾悦广场', 'User Fellow Team, Zhangjiagang WUYUE', null, 'C116010906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5356', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '14104', 'jin.li2', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5356', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5357', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州相城吾悦广场', 'User Fellow Team, Suzhou Xiangcheng WUYUE', null, 'C116010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5357', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '34384', 'xiaoyun.xu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5358', 'PE-PCD', null, '能源数字化产品管理团队', 'Power Digital Product Management Team', null, 'C1570302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5358', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, 'C0579', 'brad.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5358', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5359', 'SUPERVISORY_ORGANIZATION-3-5358', null, '充换电运维产品组', 'Power Operation & Maintenance Platform Sub-team', null, 'C157030203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5359', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, 'C1094', 'tony.du', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-536', 'UC', null, 'UC Strategic Planning Department', 'UC Strategic Planning Department', null, 'UC-UDP-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-536', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-536', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5360', 'SUPERVISORY_ORGANIZATION-3-5358', null, '充换电运营产品组', 'Power Operation Platform Sub-team', null, 'C157030204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5360', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '03389', 'zheqing.lu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5361', 'SUPERVISORY_ORGANIZATION-3-5358', null, '用户体验设计组', 'User Experience Design Sub-team', null, 'C157030205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5361', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '07753', 'gengbiao.qian', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5362', 'SUPERVISORY_ORGANIZATION-3-5358', null, '电池运营产品组', 'BaaS Operation Platform Sub-team', null, 'C157030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5362', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '12848', 'mike.yao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5363', 'SUPERVISORY_ORGANIZATION-3-964', null, '电池运营产品和XTD开发组', 'BaaS Operation Platform & XTD Development Sub-team', null, 'C157040202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5363', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, 'C1050', 'mengna.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5364', 'SUPERVISORY_ORGANIZATION-3-964', null, 'APP开发组', 'App Development Sub-team', null, 'C157040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5364', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '05146', 'shan.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5365', 'PE-PCD-001', null, '数据任务和服务开发组', 'Data Task & Service Development Sub-team', null, 'C157040102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5365', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5366', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务中心团队,北京后沙峪', 'Service Center Team, Beijing Houshayu', null, 'C112010408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5366', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '22815', 'jin.niu', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5367', 'SUPERVISORY_ORGANIZATION-3-622', null, '配附件团队,北京公司', 'Parts Team, Beijing Company', null, 'C112010409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5367', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '04343', 'wei.zhang2', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5368', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务中心团队,北京通州北苑', 'Service Center Team, Beijing Tongzhoubeiyuan', null, 'C112010407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5368', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '04294', 'lisong.wang', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5369', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务中心团队,北京杏石口', 'Service Center Team, Beijing Xingshikou', null, 'C112010406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5369', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '04343', 'wei.zhang2', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-537', 'SUPERVISORY_ORGANIZATION-3-810', null, '卓群团队', 'Express Excellence Team', null, 'A2070304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-537', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-537', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5370', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务中心团队,北京金盏', 'Service Center Team, Beijing Jinzhan', null, 'C112010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5370', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '04343', 'wei.zhang2', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5371', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务中心团队,北京酷车小镇', 'Service Center Team, Beijing Kuchexiaozhen', null, 'C112010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5371', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '04343', 'wei.zhang2', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5371', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5372', 'SUPERVISORY_ORGANIZATION-3-622', null, '服务中心团队,北京西三旗', 'Service Center Team, Beijing Xisanqi', null, 'C112010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5372', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '22815', 'jin.niu', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5372', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5373', 'SUPERVISORY_ORGANIZATION-3-2187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5373', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '28464', 'frank.zhang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5374', 'SUPERVISORY_ORGANIZATION-3-4583', null, '空调/热管理软件组', 'Climate / Thermal Software Development Sub-team', null, 'A102170606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5374', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, 'C1403', 'xueshi.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5374', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5375', 'SUPERVISORY_ORGANIZATION-3-6006', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5375', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '20764', 'zheng.li12', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5376', 'CD', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5376', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '19261', 'lucas.huang', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5377', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5377', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '19464', 'liliang.hao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-538', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '4430', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-538', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5383', 'VE', null, '座椅系统工程部', 'Seat System Engineering Department', null, 'A10219', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5383', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '22844', 'qiong.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5384', 'SUPERVISORY_ORGANIZATION-3-3782', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5384', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '09849', 'aaron.fan', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5385', 'SUPERVISORY_ORGANIZATION-3-5389', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5385', null, '1', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '14039', 'leimin.wen', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5389', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5386', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海嘉亭荟', 'User Fellow Team, Shanghai JiaTingHui', null, 'C111011118', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5386', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '02452', 'momo.feng', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5387', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海金桥啦啦宝都', 'User Fellow Team, Shanghai LalaAport', null, 'C111011117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5387', null, '0', 'admin', '2022-05-26 17:20:59', null, null, null, null, null, null, '20409', 'xing.gao1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5388', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海松江万达广场', 'User Fellow Team, Shanghai SongJiangWanDa', null, 'C111011115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5388', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '04381', 'cathy.liu1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5389', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海七宝万科广场', 'User Fellow Team, Shanghai QiBaoWanKe', null, 'C111011114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5389', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '02668', 'bin.xu1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5389', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-539', 'SUPERVISORY_ORGANIZATION-3-2019', null, '传播部', 'Communications Department', null, 'D11304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-539', null, '0', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, '13535', null, '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-539', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5390', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海山姆高科西路', 'User Fellow Team, Shanghai ShanMu', null, 'C111011113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5390', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '02480', 'elsie.pan', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5390', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5391', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海世纪汇广场', 'User Fellow Team, Shanghai ShiJiHui', null, 'C111011112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5391', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '14520', 'hao.shi1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5391', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5392', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海仲盛世界商城', 'User Fellow Team, Shanghai Zhongsheng', null, 'C111011116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5392', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '09849', 'aaron.fan', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5392', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5393', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海百联中环购物广场', 'User Fellow Team, Shanghai BaiLianZhongHuan', null, 'C111011111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5393', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '07750', 'bella.xu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5393', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5394', 'CD-PGM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5394', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '08339', 'sharon.yu', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5395', 'SUPERVISORY_ORGANIZATION-3-6422', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5395', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '03321', 'kenny.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5396', 'SUPERVISORY_ORGANIZATION-3-8438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5396', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '10414', 'kathy.wang', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5397', 'SUPERVISORY_ORGANIZATION-3-5748', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5397', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5398', 'SUPERVISORY_ORGANIZATION-3-4191', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5398', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4191', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5399', 'SUPERVISORY_ORGANIZATION-3-4721', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5399', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '22007', 'jiaguo.sheng', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-540', null, null, 'Project Management, Shanghai', 'Project Management, Shanghai', null, 'CO-SHA-PM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-540', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-540', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5400', 'SUPERVISORY_ORGANIZATION-3-4656', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5400', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '05609', 'dora.sun', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5401', 'SUPERVISORY_ORGANIZATION-3-1893', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5401', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '11277', 'xiaowen.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1893', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5402', 'SUPERVISORY_ORGANIZATION-3-5711', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5402', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '05438', 'tao.li1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5711', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5403', 'SUPERVISORY_ORGANIZATION-3-4191', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5403', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '20268', 'yongkai.cai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4191', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5404', 'SUPERVISORY_ORGANIZATION-3-5409', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5404', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '21372', 'ziwei.chao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5405', 'SUPERVISORY_ORGANIZATION-3-2760', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5405', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '08362', 'wenhua.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5406', 'SUPERVISORY_ORGANIZATION-3-4710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5406', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '21368', 'eki.liang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5407', 'SUPERVISORY_ORGANIZATION-3-1524', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5407', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '20525', 'jinghui.wu', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5408', 'SUPERVISORY_ORGANIZATION-3-4675', null, '设计', 'Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5408', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '22980', null, '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5408', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5409', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5409', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '23246', 'yuan.sun', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-541', null, null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-CNP-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-541', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-541', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5410', 'SUPERVISORY_ORGANIZATION-3-6008', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5410', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '20764', 'zheng.li12', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5411', 'SUPERVISORY_ORGANIZATION-3-943', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5411', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '14673', 'jinke.wei', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5412', 'SUPERVISORY_ORGANIZATION-3-1125', null, '服务代表团队C,广州公司', 'Service Representative Team C , Guangzhou Company', null, 'C114010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5412', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '12747', 'victor.guo', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5413', 'SUPERVISORY_ORGANIZATION-3-2434', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5413', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '19775', 'zhanyu.kang', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2434', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5414', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5414', null, '1', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '21294', 'patrick.gong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5415', 'PE_SUPERVISORY_ORGANIZATION_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5415', null, '0', 'admin', '2022-05-26 17:21:00', null, null, null, null, null, null, '05512', 'zhengyang.jin', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5416', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海青浦宝龙广场', 'User Fellow Team, Qingpubaolong', null, 'C111011120', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5416', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '07750', 'bella.xu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5416', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-542', 'SUPERVISORY_ORGANIZATION-3-563', null, '软件/智能硬件量产产品质量团队', 'Software/Smart Hardware CMQ Team', null, 'B0020604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-542', null, '0', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C0625', 'mac.xu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-542', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5424', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5424', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5425', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5425', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '18611', 'brave.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5426', 'SUPERVISORY_ORGANIZATION-3-730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5426', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '07513', 'tao.wang3', '03280;03476;04685;06574;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5427', 'SUPERVISORY_ORGANIZATION-3-6197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5427', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '21433', 'allen.yang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5428', 'PE_SUPERVISORY_ORGANIZATION_81', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5428', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '20794', 'hailiang.liu', '03476;04685;09821;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_81', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5429', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5429', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '04224', 'lei.gu', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-543', null, null, '电机控制器硬件开发组', 'PEU HW Development Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-543', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5430', 'OC-HRM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5430', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '18756', 'juan.zhang', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5431', 'SUPERVISORY_ORGANIZATION-3-688', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5431', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '16460', 'bingqing.liu', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-688', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5432', 'SUPERVISORY_ORGANIZATION-3-1819', null, '非官宣部,门 (Not Announced)', '非官宣部,门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5432', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '11264', 'wenhong.liu', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5433', 'CD-PGM-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5433', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '07194', 'yaxing.zhao', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'CD-PGM-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5434', 'SUPERVISORY_ORGANIZATION-3-2063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5434', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, 'C1342', 'lyman.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5435', 'SUPERVISORY_ORGANIZATION-3-2682', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5435', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '10682', 'binyu.ding', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5436', 'SUPERVISORY_ORGANIZATION-3-5187', null, '仿真模拟器团队', 'Simulator Team', null, 'A2091302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5436', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '10554', 'qian.wang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5437', 'SUPERVISORY_ORGANIZATION-3-6364', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5437', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '02041', 'jiankun.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5438', 'SUPERVISORY_ORGANIZATION-3-1504', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5438', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '02692', 'michelle.zhu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5439', 'SUPERVISORY_ORGANIZATION-3-4199', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5439', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '05414', 'max.cai', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-544', 'EP-EDS-T-001', null, 'EDU测试组', 'EDU Test Sub-team', null, 'A103030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-544', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-544', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5440', 'SUPERVISORY_ORGANIZATION-3-2187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5440', null, '1', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '15774', 'baotian.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5441', 'UD-SAM', null, '大客户销售运营团队', 'Key Account Sales Operation Team', null, 'C1030208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5441', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '15172', 'huanran.cheng', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5441', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5442', 'SUPERVISORY_ORGANIZATION-3-730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5442', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;06574;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5443', 'OC', null, '管理与支持HR业务伙伴部', 'Administration & Support HRBP Department', null, 'D10111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5443', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, 'C0031', 'hong.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5444', 'SUPERVISORY_ORGANIZATION-3-563', null, '城市PDI运营管理团队', 'City PDI Operation Team', null, 'B0020607', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5444', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '11297', 'tianlu.zhang', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5444', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5445', 'SUPERVISORY_ORGANIZATION-3-1873', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5445', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '17587', 'chunbo.gu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1873', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5446', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,太仓华发广场', 'User Fellow Team, Taicang Huafa', null, 'C116010908', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5446', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '03087', 'jianzhong.sun', '07209', 'Taicang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5446', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5447', 'SUPERVISORY_ORGANIZATION-3-6085', null, '交付运营,嘉兴公司', 'Delivery Operation, Jiaxing Company', null, 'C1650105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5447', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, '08740', 'xinlong.wu', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5448', 'VE-VIT-001', null, '工程设计创新组', 'Engineering Design Innovation Sub-team', null, 'A102160205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5448', null, '0', 'admin', '2022-05-26 17:21:01', null, null, null, null, null, null, 'C1316', 'yanxiao.sun', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5449', 'SUPERVISORY_ORGANIZATION-3-2298', null, '精准营销团队', 'Performance Media Team', null, 'C1010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5449', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '14235', 'jing.wang5', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5449', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-545', null, null, '后台开发团队', 'Backend Team', null, 'SD-SAS-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-545', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-545', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5450', 'SUPERVISORY_ORGANIZATION-3-8138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5450', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '37494', 'seven.xue', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5451', 'SUPERVISORY_ORGANIZATION-3-4124', null, '用户顾问团队,西宁唐道', 'User Fellow Team, Tangdao Xining', null, 'C146010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5451', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '09350', 'lei.yan', '12159', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5452', 'SUPERVISORY_ORGANIZATION-3-5463', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5452', null, '1', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '15309', 'junjie.yang1', '23578', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5453', 'SUPERVISORY_ORGANIZATION-3-5554', null, '整车集成', 'Vehicle Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5453', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '23202', 'jeff.hu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5454', 'SUPERVISORY_ORGANIZATION-3-3460', null, '电池产品中心团队', 'Battery Product Center Team', null, 'A1040505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5454', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, 'C0191', 'shengjie.yuan', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5455', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5455', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '13082', 'shiyue.gao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5456', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5456', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '22665', 'lynn.liu1', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5457', 'SUPERVISORY_ORGANIZATION-3-4411', null, 'AI引擎团队', 'AI Engine Team', null, 'A2090307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5457', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '23763', 'zhao.wu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5458', 'SUPERVISORY_ORGANIZATION-3-5383', null, '座椅集成与开发合肥团队', 'Seat Integration and Development-HF Team', null, 'A1021902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5458', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '41835', 'marc.zhong', '05560;29769;33517;42399', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5458', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5459', 'SUPERVISORY_ORGANIZATION-3-1119', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5459', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '07075', 'yongbiao.hu', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-546', null, null, 'CAE 团队', 'CAE Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-546', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5460', 'SUPERVISORY_ORGANIZATION-3-4468', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5460', null, '1', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '05022', 'huadong.xing', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5461', 'DO-DGT-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5461', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '21655', 'jay.zhou', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5462', 'SUPERVISORY_ORGANIZATION-3-4675', null, '数字座舱体验设计与开发', 'Digital Cockpit Experience, Design & Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5462', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '23773', 'jinliang.lei', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5463', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户顾问团队,昆明瑞鼎城爱琴海', 'User Fellow Team, Kunming Aegean Sea Shopping Mall', null, 'C134010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5463', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '15309', 'junjie.yang1', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5464', 'SUPERVISORY_ORGANIZATION-3-1145', null, '固件开发第一团队', 'Firmware Development Team I', null, 'A2101002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5464', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '04261', 'yupeng.lin', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5465', 'SUPERVISORY_ORGANIZATION-3-1145', null, '固件开发第二团队', 'Firmware Development Team II', null, 'A2101003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5465', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '04541', 'kaijun.sheng', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5466', 'SUPERVISORY_ORGANIZATION-3-4411', null, '开发支持团队', 'Development Support Team', null, 'A2090301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5466', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '18258', 'jingyang.xu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5467', 'SUPERVISORY_ORGANIZATION-3-4411', null, '测试基础工具链团队', 'Base Toolchain Team', null, 'A2090302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5467', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '18258', 'jingyang.xu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5468', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,徐州云龙万达广场', 'User Fellow Team, Xuzhou Yunlong Wanda Plaza', null, 'C138010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5468', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '19301', 'zhihan.wang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5469', 'SUPERVISORY_ORGANIZATION-3-8940', null, '产品工程效能组', 'Product Engineering Efficiency Sub-team', null, 'A202100207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5469', null, '1', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '29491', 'robert.ma', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5469', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-547', 'OC', null, '蔚来学院部', 'NIO Academy Department', null, 'D10104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-547', null, '0', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5470', 'SUPERVISORY_ORGANIZATION-3-8946', null, '产品验证2组', '非官宣 - CT Validation SH Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5470', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8946', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5471', 'SUPERVISORY_ORGANIZATION-3-2447', null, '产品验证1组', 'Product Validation Sub-team 1', null, 'A202100204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5471', null, '1', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '27793', 'pavel.ye', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5472', '20191223_SUPERVISORY_ORG_9', null, '交付团队,南京公司', 'Delivery Team, Nanjing Company', null, 'C119010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5472', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '09979', 'yuanshu.li', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5473', 'SUPERVISORY_ORGANIZATION-3-2789', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5473', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '22742', 'lingjun.huang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-548', 'SUPERVISORY_ORGANIZATION-3-2278', null, '工程平台部', 'Engineering Platform', null, 'A20105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-548', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5483', 'PE-PRD-004', null, 'AI技术团队', 'AI Technical Team', null, 'C1580401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5483', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '22494', 'wynfee.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5483', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-549', null, null, 'Prototype Engineering and Workshop', 'Prototype Engineering and Workshop', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-549', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5493', 'SUPERVISORY_ORGANIZATION-3-4779', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5493', null, '1', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '23194', 'eric.zhu2', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5494', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5494', null, '0', 'admin', '2022-05-26 17:21:02', null, null, null, null, null, null, '19419', 'haitao.xue', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5495', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5495', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '05522', 'ge.sun', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5496', 'SUPERVISORY_ORGANIZATION-3-6627', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5496', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '12837', 'jiale.tu', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5497', 'SUPERVISORY_ORGANIZATION-3-7859', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5497', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '23570', 'yi.shan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5498', 'SUPERVISORY_ORGANIZATION-3-4858', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5498', null, '1', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '17096', 'liwei.gu', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5499', 'SUPERVISORY_ORGANIZATION-3-668', null, '材料组', 'Material Sub-team', null, 'A102120303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5499', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '03772', 'chunmei.shi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-550', 'SUPERVISORY_ORGANIZATION-3-2020', null, '硬件部', 'AD Hardware Department', null, 'A20104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-550', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5500', 'OC-ADM-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5500', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, 'C1126', 'laura.liu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-ADM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5501', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5501', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '03310', 'junxing.yang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5502', 'SUPERVISORY_ORGANIZATION-3-7211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5502', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '20638', 'kendrick.li', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5503', 'SUPERVISORY_ORGANIZATION-3-1261', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5503', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '06074', 'haoming.yan', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5504', 'SUPERVISORY_ORGANIZATION-3-1261', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5504', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '02767', 'rui.hua', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5505', 'SUPERVISORY_ORGANIZATION-3-3869', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5505', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '08738', 'xingliang.cai', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3869', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5506', 'SUPERVISORY_ORGANIZATION-3-2471', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5506', null, '1', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, 'C1448', 'zhongqi.li', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5507', 'SUPERVISORY_ORGANIZATION-3-1407', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5507', null, '1', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '11551', 'xiang.gao1', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1407', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5508', 'SUPERVISORY_ORGANIZATION-3-7858', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5508', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '23909', 'olivia.sun', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5509', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5509', null, '1', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '18611', 'brave.ma', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-551', null, null, '用户关系部', 'User Relationship Department', null, 'UD-URD-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-551', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-551', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5510', 'SUPERVISORY_ORGANIZATION-3-1415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5510', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '17706', 'xiafei.luo', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5511', 'SUPERVISORY_ORGANIZATION_20200911_22', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5511', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '17122', 'daoyuan.hu', '05407;05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_22', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5512', 'SUPERVISORY_ORGANIZATION-3-3838', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5512', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '09595', 'yoki.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5513', 'SUPERVISORY_ORGANIZATION-3-2313', null, '物流-仓储团队,成都公司', 'Logistics - Warehouse Team, Chengdu Company', null, 'C117010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5513', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '05361', 'jingang.wu', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5513', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5514', 'SUPERVISORY_ORGANIZATION-3-4792', null, '商业采购支持团队(市场与营销商务)', 'Commercial Purchasing Support Team (Marketing & Commercial Development)', null, 'D1140205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5514', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '09585', 'yuankai.gu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5514', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5515', 'SUPERVISORY_ORGANIZATION-3-5517', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5515', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '21843', 'leon.qiu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5517', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5516', 'XPT_SUPERVISORY_ORGANIZATION_42', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5516', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '101143', 'jun.he', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_42', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5517', 'SUPERVISORY_ORGANIZATION-3-5518', null, '电子件采购组', 'EE Purchasing Sub-team', null, 'B304010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5517', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '21843', 'leon.qiu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5517', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5518', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '采购 - 电驱动团队', 'Purchasing – EDS Team', null, 'B3040103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5518', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '24004', 'haitao.wang3', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5519', 'SUPERVISORY_ORGANIZATION-3-5521', null, '电池质量保证团队', 'Battery Quality Assurance Team', null, 'B3040403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5519', null, '1', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '30020', 'peter.sun1', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5519', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-552', 'GL', null, 'Software Product Management', 'Software Product Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-552', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', null, null, null, 'Corp', 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5520', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电池制造运营部', 'Battery Manufacturing & Operations Department', null, 'B30406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5520', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '30020', 'peter.sun1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5520', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5521', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电池质量管理部', 'Battery Quality Management Department', null, 'B30404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5521', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '30020', 'peter.sun1', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5521', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5522', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电池系统供应链管理部', 'Battery Supply Chain Management Department', null, 'B30402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5522', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5522', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5523', 'SUPERVISORY_ORGANIZATION-3-3878', null, '电驱系统及电池系统工业化', 'EDS & Battery Industrialization', null, 'B304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5523', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, 'U0032', 'alan.zeng', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-5523', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5524', 'SUPERVISORY_ORGANIZATION-3-3878', null, '电驱系统', 'Electric Drive System', null, 'A212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5524', null, '0', 'admin', '2022-05-26 17:21:03', null, null, null, null, null, null, 'U0032', 'alan.zeng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-5524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5525', 'SUPERVISORY_ORGANIZATION-3-4706', null, '交付团队,东莞公司', 'Delivery Team, Dongguan Company', null, 'C1510106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5525', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '09556', 'ying.shu', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5525', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5526', 'SUPERVISORY_ORGANIZATION-3-4243', null, '在线顾问团队,东莞公司', 'Online Consultant Team, Dongguan Company', null, 'C151010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5526', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '08196', 'ting.lin', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5526', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-553', null, null, '电网储能部', 'Grid Energy Storage Department', null, 'PE-GES', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-553', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-553', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5533', 'SUPERVISORY_ORGANIZATION-3-5545', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5533', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '16463', 'tongzhou.zhou', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5545', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5534', 'XPT_SUPERVISORY_ORGANIZATION_43', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5534', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '32916', 'xuandong.ye', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_43', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5535', 'MO-MME-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5535', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '02920', 'lance.lian', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO-MME-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5536', 'SUPERVISORY_ORGANIZATION-3-8748', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5536', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '18000', 'alice.du', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5537', 'SUPERVISORY_ORGANIZATION-3-4412', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5537', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '19954', 'yue.yin1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5538', 'SUPERVISORY_ORGANIZATION-3-730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5538', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;06574;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5539', 'SUPERVISORY_ORGANIZATION-3-4675', null, '项目管理', 'Program Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5539', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, 'C1194', 'nicole.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5539', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-554', null, null, '运营维护部', 'Operation & Maintenance Department', null, 'PE-OAM-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-554', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5540', 'SUPERVISORY_ORGANIZATION-3-6549', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5540', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '22555', 'suxiang.deng', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5541', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5541', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '22226', 'mingyang.shang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5542', 'SUPERVISORY_ORGANIZATION-3-1673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5542', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, 'C0942', 'li.chen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5543', 'SUPERVISORY_ORGANIZATION-3-4607', null, '车身功能开发组', 'Body Function Development Sub-team', null, 'A102170802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5543', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '04695', 'wu.luo', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5544', 'SUPERVISORY_ORGANIZATION-3-852', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5544', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '16666', 'rui.fan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5545', 'SUPERVISORY_ORGANIZATION-3-4583', null, '车身软件组', 'Body Software Development Sub-team', null, 'A102170603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5545', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '12826', 'eason.han', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5545', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5546', 'SUPERVISORY_ORGANIZATION-3-3479', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5546', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '15148', 'jason.yang2', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5547', 'SUPERVISORY_ORGANIZATION-3-2470', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5547', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '16802', 'hang.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5548', 'SUPERVISORY_ORGANIZATION-3-7211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5548', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '21745', 'chen.xia', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5549', '20191212_SUPERVISORY_ORG_44', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5549', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '15367', 'jinhong.pang', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_44', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5550', 'SUPERVISORY_ORGANIZATION-3-5209', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5550', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '10101', 'jonathan.ma', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5551', 'SUPERVISORY_ORGANIZATION-3-4348', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5551', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '18611', 'brave.ma', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5552', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5552', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '23342', 'lisa.yao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5553', 'SUPERVISORY_ORGANIZATION-3-5453', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5553', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '24547', 'leon.xie', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5554', 'SUPERVISORY_ORGANIZATION-3-4675', null, '整车工程', 'Vehicle Engineering', null, 'A21102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5554', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '24309', 'henrik.zhao', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5555', 'SUPERVISORY_ORGANIZATION-3-2596', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5555', null, '1', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '05802', 'peng.zhang4', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2596', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5556', 'SUPERVISORY_ORGANIZATION-3-9005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5556', null, '0', 'admin', '2022-05-26 17:21:04', null, null, null, null, null, null, '15871', 'wei.zhou4', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5557', 'SUPERVISORY_ORGANIZATION-3-3725', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5557', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '21251', 'tina.fu', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3725', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5558', 'SUPERVISORY_ORGANIZATION-3-831', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5558', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '24611', 'alex.fu', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5559', 'SUPERVISORY_ORGANIZATION-3-3591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5559', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '16574', 'qing.hu1', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5560', 'EP-ESS-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5560', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, 'C0990', 'yong.yang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5561', 'SUPERVISORY_ORGANIZATION-3-4669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5561', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '08057', 'wanya.hu', '07217', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5562', 'SUPERVISORY_ORGANIZATION-3-743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5562', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '11782', 'linda.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5563', 'SUPERVISORY_ORGANIZATION-3-6549', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5563', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '19481', 'yujie.liu2', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5564', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5564', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '18739', 'weiming.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5565', 'SUPERVISORY_ORGANIZATION-3-7611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5565', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '24267', 'lyn.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5566', 'SUPERVISORY_ORGANIZATION-3-885', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5566', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '18960', 'jie.zhang7', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5567', 'PE-OAM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5567', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '06377', 'kaiming.gao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5568', 'SD-VSF', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5568', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '17986', 'furui.huang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-VSF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5569', 'SUPERVISORY_ORGANIZATION-3-5466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5569', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '08320', 'yu.wang8', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-557', null, null, 'Vehicle Engineering', 'Vehicle Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-557', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5570', 'SUPERVISORY_ORGANIZATION-3-5209', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5570', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '10101', 'jonathan.ma', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5571', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5571', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '15380', 'xueqing.han', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5572', 'SUPERVISORY_ORGANIZATION-3-5040', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5572', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '100688', 'wiles.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5573', 'SUPERVISORY_ORGANIZATION-3-1722', null, '用户研究及市场洞察', 'User Research & MKT Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5573', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '24498', 'sherry.shi', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5573', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5574', 'SUPERVISORY_ORGANIZATION-3-2098', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5574', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '12914', 'levin.li', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5575', 'SUPERVISORY_ORGANIZATION-3-2098', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5575', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '12348', 'yuliang.yang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5576', 'SUPERVISORY_ORGANIZATION-3-2721', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5576', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, 'C1048', 'shen.yang', '15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5577', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5577', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '20598', 'lu.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5578', 'SUPERVISORY_ORGANIZATION-3-5191', null, '电芯合作伙伴工业化组', 'Cell PID Sub-team', null, 'B304020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5578', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '101223', 'xi.shen', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5579', 'SUPERVISORY_ORGANIZATION-3-5443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5579', null, '1', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, 'C0031', 'hong.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-558', null, null, 'Controlling & Planning Team', 'Controlling & Planning Team', null, 'FN-CNP-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-558', null, '1', 'admin', '2022-05-26 17:20:24', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5580', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5580', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '20622', 'wenqin.gu', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5581', 'SD-IFS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5581', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, 'C0614', 'tony.ji', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-IFS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5582', 'SUPERVISORY_ORGANIZATION-3-8219', null, '用户顾问团队,泰州万象城', 'User Fellow Team, Taizhou WXC', null, 'C119010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5582', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '03059', 'tian.liu', '03275', 'Taizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5582', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5583', 'SUPERVISORY_ORGANIZATION-3-7858', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5583', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '24501', 'fiona.qiuhao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5584', 'SUPERVISORY_ORGANIZATION-3-4831', null, '车身生产组', 'Body Production Sub-team', null, 'B301070201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5584', null, '0', 'admin', '2022-05-26 17:21:05', null, null, null, null, null, null, '24289', 'xingrong.yang', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5588', 'UD-URD', null, '社区规划部', 'Community Planning Department', null, 'C15501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5588', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, 'C0739', 'calvin.shen', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5589', 'UD-URD', null, '社区发展部', 'Community Development Department', null, 'C15504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5589', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '03859', 'xiaohong.zhang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-559', 'FN-CNP-005', null, '财务控制与计划团队', 'Controlling & Planning Team', null, 'FN-CNP-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-559', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0354', 'kathleen.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-559', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5590', 'PU-PQM-002', null, '转向与轮系组', 'Steering & Wheel Sub-team', null, 'B002030802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5590', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '23325', 'kai.yuan', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5591', 'PU-PQM', null, '售后配附件团队', 'Accessory and Spare Parts Team', null, 'B0020315', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5591', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '06407', 'david.lu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5592', 'SUPERVISORY_ORGANIZATION-3-2774', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5592', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '14980', 'hui.sun1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5593', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5593', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '17340', 'xinjian.yu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5594', 'SUPERVISORY_ORGANIZATION-3-5092', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5594', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '06859', 'jiali.xian', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5092', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5595', 'SUPERVISORY_ORGANIZATION-3-3822', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5595', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, 'C0179', 'mingqi.hu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5596', 'SUPERVISORY_ORGANIZATION-3-3802', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5596', null, '1', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '07209', 'henry.zhong', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5597', 'SUPERVISORY_ORGANIZATION-3-668', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5597', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '03015', 'yunling.bai', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5598', 'SUPERVISORY_ORGANIZATION-3-3438', null, '系统设计与安全团队', 'System Design & Safety Team', null, 'A1021711', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5598', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5598', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5599', 'SUPERVISORY_ORGANIZATION-3-6435', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5599', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '100183', 'rita.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-560', null, null, 'Vehicle Engineering', 'Vehicle Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-560', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, 'U0001', null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5600', 'SUPERVISORY_ORGANIZATION-3-6911', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5600', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '09021', 'xinxin.wang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6911', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5601', 'AD-ITD', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5601', null, '1', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, 'C0538', 'jiong.chen', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'AD-ITD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5602', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳布吉万象汇', 'User Fellow Team, Shenzhen Buji Wanxianghui', null, 'C113010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5602', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '37386', 'yongfeng.shen', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5603', 'SUPERVISORY_ORGANIZATION-3-797', null, '用户顾问团队,深圳壹方城', 'User Fellow Team, Shenzhen Uniwalk Shopping Center', null, 'C113010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5603', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '05283', 'wenjie.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5604', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,江阴南门八佰伴', 'User Fellow Team, Jiangyin Nanmen YAOHAN', null, 'C150010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5604', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '14109', 'yuanlei.jin', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5605', 'VE-VIT-007', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5605', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '04786', 'jianbin.sun', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-VIT-007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5606', 'EP-EIT', null, '规划创新团队', 'Planning & Innovation Team', null, 'A1080107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5606', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '03507', 'haisong.liu', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5607', 'SUPERVISORY_ORGANIZATION-3-8184', null, '系统规划及ESP管理组', 'System Planning & ESP Sub-team', null, 'A108010604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5607', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '03291', 'zhuo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5608', 'EP-EIT-001', null, '测试技术组', 'Testing Technology Sub-team', null, 'A108010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5608', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '10213', 'xiaobo.sun', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5608', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5609', 'EP-EIT-001', null, '整车软件测试组', 'Vehicle Software Test Sub-team', null, 'A108010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5609', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, 'C0743', 'shuiping.du', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5609', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-561', 'SUP-US-64', null, 'Electrification', 'Electrification', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-561', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '04416', 'feng.shen1', '10298', 'San Jose-US', null, null, null, null, 'Department', '1', 'QD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5610', 'EP-EIT-001', null, '电池测试组', 'ESS Test Sub-team', null, 'A108010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5610', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, 'C0765', 'ning.zhao', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5610', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5611', 'SUPERVISORY_ORGANIZATION-3-1248', null, '技术团队,苏州公司', 'Technical Team, Suzhou Company', null, 'C116010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5611', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '18754', 'di.lu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5612', 'SUPERVISORY_ORGANIZATION-3-8669', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5612', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '13693', 'ying.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5613', 'SUPERVISORY_ORGANIZATION-3-663', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5613', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, 'C0979', 'nila.nie', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5614', 'SUPERVISORY_ORGANIZATION-3-2878', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5614', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '06529', 'li.chen2', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5615', 'SUPERVISORY_ORGANIZATION-3-1820', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5615', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '12380', 'beizhi.shi', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5616', 'SUPERVISORY_ORGANIZATION-3-5623', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5616', null, '1', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '23380', 'shaorong.he', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5617', 'SUPERVISORY_ORGANIZATION-3-1599', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5617', null, '1', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '14220', 'yuguo.huang', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5618', '20191225_SUPERVISORY_ORG_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5618', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '12987', 'yingying.dong', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191225_SUPERVISORY_ORG_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5619', 'SUPERVISORY_ORGANIZATION-3-4724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5619', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '23375', 'xiaojian.zhao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-562', 'SUP-US-33', null, 'Electrification', 'Electrification', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-562', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5620', 'SUPERVISORY_ORGANIZATION-3-794', null, '数据采集及交付组', 'Data Collection and Delivery Sub-Team', null, 'A209090305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5620', null, '0', 'admin', '2022-05-26 17:21:06', null, null, null, null, null, null, '23796', 'xiuzhi.du', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5621', 'SUPERVISORY_ORGANIZATION-3-2574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5621', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '42024', 'austin.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5622', 'SUPERVISORY_ORGANIZATION-3-8972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5622', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '22283', 'ricky.jin', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5623', 'SUPERVISORY_ORGANIZATION-3-1820', null, '技术服务团队,广州公司', '技术服务团队,广州公司', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5623', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '12747', 'victor.guo', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5624', 'SUPERVISORY_ORGANIZATION-3-6138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5624', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '20268', 'yongkai.cai', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5625', 'SUPERVISORY_ORGANIZATION-3-4159', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5625', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '20268', 'yongkai.cai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5626', 'SUPERVISORY_ORGANIZATION-3-967', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5626', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '23155', 'changchun.li', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-967', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5627', 'SUPERVISORY_ORGANIZATION-3-2864', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5627', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '12720', 'haoji.fang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5628', 'SUPERVISORY_ORGANIZATION-3-3477', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5628', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '13615', 'will.zhan', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5629', 'XPT_ORG_REFERENCE_20200424_5', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5629', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '100541', 'travers.ren', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-563', 'QD', null, '量产产品质量部', 'Current Model Quality Department', null, 'B00206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-563', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0691', 'wei.yao', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5630', 'PE_SUPERVISORY_ORGANIZATION_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5630', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '10887', 'yong.zhang1', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5631', 'PE-OAM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5631', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '07516', 'panxu.han', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5632', 'PE_SUPERVISORY_ORGANIZATION_10', null, '能源换电服务组(市南),上海公司', 'Power Swap Service Sub-team (South Shanghai), Shanghai Company', null, 'C159180301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5632', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '03813', 'yi.wang2', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5632', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5633', 'PE_SUPERVISORY_ORGANIZATION_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5633', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '06346', 'binbin.wei', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5634', 'SUPERVISORY_ORGANIZATION-3-6428', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5634', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '21925', 'hermit.guo', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5635', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付体验团队,上海公司', 'Delivery Experience team, Shanghai Company', null, 'C111010507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5635', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '15702', 'justin.sun', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5635', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5636', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5636', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, 'C0031', 'hong.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5637', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5637', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '24916', 'jinjiao.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5638', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5638', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '24500', 'will.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5639', 'SO-SPG', null, '产品经理与运营团队', 'Product Manager & Operation Team', null, 'C1050507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5639', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, 'C1221', 'jimmy.lin', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5639', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-564', 'SUPERVISORY_ORGANIZATION-3-563', null, '量产产品质量集成团队', 'CMQ Integration Team', null, 'B0020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-564', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0523', 'leo.zheng', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-564', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5640', 'VE-VPG-003', null, '电子电器工程质量组', 'EE Engineering Quality Sub-team', null, 'A102060302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5640', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, 'C0682', 'lingjiang.chai', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5640', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5641', 'SUPERVISORY_ORGANIZATION-3-6280', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5641', null, '1', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '101374', 'colin.zhao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5642', 'SUPERVISORY_ORGANIZATION-3-5715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5642', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '25071', 'bryan.wang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5643', 'SUPERVISORY_ORGANIZATION-3-3951', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5643', null, '0', 'admin', '2022-05-26 17:21:07', null, null, null, null, null, null, '19121', 'jingjing.huang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5644', 'SUPERVISORY_ORGANIZATION-3-6170', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5644', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '21369', 'li.wang3', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5645', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,成都世茂城', 'User Fellow Team, Chengdu Shimao city', null, 'C117010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5645', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '32315', 'sarah.cui1', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5646', 'SUPERVISORY_ORGANIZATION-3-5901', null, '硬件平台开发部', 'Hardware Platform Development Department', null, 'A21308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5646', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '24622', 'robert.liang', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5646', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5647', 'SUPERVISORY_ORGANIZATION-3-2020', null, '传感器中心部', 'Sensors Center Department', null, 'A21007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5647', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '22273', 'hua.li1', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-565', null, null, 'Vehicle Engineering', 'Vehicle Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-565', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, 'U0001', null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5655', 'SUPERVISORY_ORGANIZATION-3-1401', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5655', null, '1', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '04494', 'wenquan.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1401', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5656', 'SUPERVISORY_ORGANIZATION-3-2200', null, '项目管理团队', 'Project management Team', null, 'C1030503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5656', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '10829', 'muse.miao', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5657', 'SUPERVISORY_ORGANIZATION-3-2050', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5657', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, 'C1091', 'laura.qiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5658', 'SUPERVISORY_ORGANIZATION-3-4724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5658', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '25117', 'eddie.peng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5659', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5659', null, '1', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '23503', 'gary.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-566', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,成都公司', 'Regional Operation, Chengdu Company', null, 'C11701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-566', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '06040', 'julie.zhao', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-566', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5660', 'SUPERVISORY_ORGANIZATION-3-4411', null, '车端研发协同团队', 'Device R&D Support Team', null, 'A2090305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5660', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '21240', 'yake.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5661', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5661', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '02604', 'shiyi.qian', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5662', 'SUPERVISORY_ORGANIZATION-3-6359', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5662', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '10492', 'hengda.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5663', 'SUPERVISORY_ORGANIZATION-3-2599', null, '用户体验研究团队', 'User Experience Research Team', null, 'A1051301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5663', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '19801', 'vivian.fan', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5664', 'SUPERVISORY_ORGANIZATION-3-5040', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5664', null, '1', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '20722', 'darren.fan1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5665', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5665', null, '1', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '24626', 'jason.pei', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5666', 'SUPERVISORY_ORGANIZATION-3-7835', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5666', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '24250', 'lusia.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5667', 'SUPERVISORY_ORGANIZATION-3-7095', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5667', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '31339', 'mary.ma', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5668', '20191212_SUPERVISORY_ORG_22', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5668', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '16972', 'rudong.shi', '12304', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_22', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5669', 'SUPERVISORY_ORGANIZATION-3-980', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5669', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '41656', 'scott.tan', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-567', null, null, '制造管理项目部', 'Manufacturing Management Program Department', null, 'MO-MPG-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-567', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-567', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5670', 'SD-AIS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5670', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '24947', 'stephen.yang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5671', 'SUPERVISORY_ORGANIZATION-3-2448', null, '服务可靠性保障部', 'Service Reliability Department', null, 'A20708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5671', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '23788', 'winn.zhou', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5671', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5672', 'SUPERVISORY_ORGANIZATION-3-497', null, 'HR数字化赋能团队', 'HR Digitization Team', null, 'D1010507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5672', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '25282', 'jun.liang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5672', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5673', 'SUPERVISORY_ORGANIZATION-3-2050', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5673', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '05992', 'leon.xiang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5674', 'SUPERVISORY_ORGANIZATION-3-5885', null, '人力资源', '人力资源', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5674', null, '1', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '03729', 'mengjie.zheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5675', 'SUPERVISORY_ORGANIZATION-3-885', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5675', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '21570', 'ellen.zhang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5676', 'SUPERVISORY_ORGANIZATION-3-794', null, '车辆管理与改制组', 'Vehicle Development and Opertation Sub-Team', null, 'A209090304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5676', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, 'C0966', 'weimin.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5677', 'SUPERVISORY_ORGANIZATION-3-2798', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5677', null, '1', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, 'C0435', 'zhiling.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5678', 'SUPERVISORY_ORGANIZATION-3-2200', null, '网络规划团队', 'Network Planning Team', null, 'C1030502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5678', null, '0', 'admin', '2022-05-26 17:21:08', null, null, null, null, null, null, '24244', 'lynn.lin', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5678', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5679', 'SUPERVISORY_ORGANIZATION-3-2200', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5679', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '02588', 'xinghua.nie', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2200', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-568', null, null, '数字运营团队中国', 'China Digital Operations Team', null, 'DO-DGT-009-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-568', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-568', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5680', 'SUPERVISORY_ORGANIZATION-3-1520', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5680', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '08530', 'jinshuo.han', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1520', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5681', 'PE_SUPERVISORY_ORGANIZATION_56', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5681', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '15639', 'yarong.hou', '03476;04685;11261;16305;20598;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_56', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5682', 'SUPERVISORY_ORGANIZATION-3-6992', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5682', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '10692', 'jerry.yao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5683', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5683', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '20481', 'jian.wang11', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5684', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5684', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '19782', 'xiaohuan.chen', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5685', 'SUPERVISORY_ORGANIZATION-3-6743', null, '产品与技术联盟部', 'Product & Technology Alliance Department', null, 'A10601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5685', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '05206', 'xue.bie', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5685', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5686', 'SUPERVISORY_ORGANIZATION-3-885', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5686', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '19511', 'wanqiong.zhou', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5687', 'EP-EAC-001', null, '空调/热管理及能量标定组', 'Climate/ Thermal & Energy Calibration Sub-team', null, 'A102170202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5687', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '06096', 'dapeng.lang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5687', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5688', 'SUPERVISORY_ORGANIZATION-3-4251', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5688', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '19912', 'junjie.pu', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5689', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5689', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '22074', 'yinghui.ji', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-569', null, null, '用户数字产品部', 'User Digital Product Department', null, 'GL-UDP-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-569', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-569', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5690', 'SUPERVISORY_ORGANIZATION-3-758', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5690', null, '1', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '14636', 'jiangnan.li2', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5691', '20191212_SUPERVISORY_ORG_36', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5691', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '11221', 'yi.tang', '10827;30064', 'Nanning-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_36', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5692', 'SUPERVISORY_ORGANIZATION-3-4467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5692', null, '1', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '16080', 'glen.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5693', 'SUPERVISORY_ORGANIZATION-3-3728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5693', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '07069', 'chong.yuan', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3728', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5694', 'SUPERVISORY_ORGANIZATION-3-5672', null, 'DHR数据增值组', 'HR Data-Driven Sub-team', null, 'D101050703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5694', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '06503', 'terry.sun', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5694', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5695', 'SUPERVISORY_ORGANIZATION-3-3737', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5695', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '06209', 'jerry.cheng', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5696', 'SUPERVISORY_ORGANIZATION-3-3327', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5696', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '23259', 'ariana.xue', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5697', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5697', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '25739', 'lin.li6', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5698', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5698', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '23345', 'aiden.peng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5699', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5699', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '22493', 'kailiang.ji', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5700', 'SUPERVISORY_ORGANIZATION-3-752', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5700', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, 'C0728', 'stephen.wei', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5701', 'SUPERVISORY_ORGANIZATION-3-7646', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5701', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '17317', 'yijia.li', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5702', 'SUPERVISORY_ORGANIZATION-3-4468', null, '精益实施团队', 'Lean Implement Team', null, 'B3010706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5702', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '29379', 'peicheng.zhai', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5702', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5703', 'SUPERVISORY_ORGANIZATION-3-5702', null, '数字化赋能组', 'Digital Empowerment Sub-team', null, 'B301070602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5703', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '06254', 'dongpeng.sun', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5704', 'SUPERVISORY_ORGANIZATION-3-5702', null, '精益改善组', 'Lean & Kaizen Sub-team', null, 'B301070601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5704', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '23131', 'chengye.zheng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5704', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5705', 'SUPERVISORY_ORGANIZATION-3-4832', null, '冲压生产组', 'Stamping Production Sub-team', null, 'B301070302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5705', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '25599', 'enbo.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5705', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5706', 'SUPERVISORY_ORGANIZATION-3-4832', null, '冲压工艺组', 'Stamping Process Sub-team', null, 'B301070301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5706', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '27462', 'yuefei.chen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5707', 'SUPERVISORY_ORGANIZATION-3-4830', null, '涂装工艺组', 'Paint Process Sub-team', null, 'B301070401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5707', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '23932', 'windy.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5707', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5708', 'SUPERVISORY_ORGANIZATION-3-4830', null, '涂装生产组', 'Paint Production Sub-team', null, 'B301070402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5708', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '38014', 'lei.xie2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5709', 'SUPERVISORY_ORGANIZATION-3-4827', null, '设备技术支持组', 'Equipment Technical Support Sub-team', null, 'B301070105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5709', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '23920', 'bryan.li', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-571', 'SUPERVISORY_ORGANIZATION-3-631', null, '区域运营部', 'Region Operation Department', null, 'C10304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-571', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C1263', 'ming.sun', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5710', 'SUPERVISORY_ORGANIZATION-3-4829', null, '总装生产组', 'General Assembly Production Sub-team', null, 'B301070502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5710', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '23895', 'pingyang.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5711', 'SUPERVISORY_ORGANIZATION-3-4829', null, '总装工艺组', 'General Assembly Process Sub-team', null, 'B301070501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5711', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '05022', 'huadong.xing', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5711', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5712', 'SUPERVISORY_ORGANIZATION-3-4831', null, '车身工艺组', 'Body Process Sub-team', null, 'B301070202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5712', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, '24983', 'jianan.zhu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5713', 'SUPERVISORY_ORGANIZATION-3-2631', null, '可持续发展团队', 'Sustainable Development Team', null, 'B0020805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5713', null, '0', 'admin', '2022-05-26 17:21:09', null, null, null, null, null, null, 'C0700', 'grace.zang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5713', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5714', 'SUPERVISORY_ORGANIZATION-3-5383', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5714', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '23849', 'cliff.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5715', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life 时尚部', 'NIO Life Fashion Department', null, 'C10708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5715', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '25071', 'bryan.wang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5716', 'SUPERVISORY_ORGANIZATION-3-8600', null, '非官宣部门', '非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5716', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '11132', 'william.wang1', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5717', 'SUPERVISORY_ORGANIZATION-3-1226', null, '非官宣部门', '非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5717', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '08058', 'kevin.chen', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5718', 'SUPERVISORY_ORGANIZATION-3-3996', null, '人力生产运营团队', 'Workforce Operations Team', null, 'A2090401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5718', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '24576', 'jinlei.pan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5719', 'SUPERVISORY_ORGANIZATION-3-6578', null, '交付团队,石家庄公司', 'Delivery Team, Shijiazhuang Company', null, 'C126011008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5719', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '13882', 'yinhui.wang', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5719', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-572', null, null, '控制器软件开发团队', 'VCU SW Development Team', null, 'EP-EAC-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-572', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-572', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5720', 'SUPERVISORY_ORGANIZATION-3-1178', null, '能源换电服务团队(苏中北)', 'Regional Power Management Power Swap Service Team (North of Jiangsu)', null, 'C1590204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5720', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '04107', 'jianxiong.gao', '03476;04685;11261;16305;26976;28399', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5720', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5721', 'SUPERVISORY_ORGANIZATION-3-1178', null, '能源换电服务团队(苏锡常)', 'Regional Power Management Power Swap Service Team (Suzhou&Wuxi&Changzhou)', null, 'C1590205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5721', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '08064', 'haixin.tian', '03476;04685;11261;16305;26976;28399', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5722', 'SUPERVISORY_ORGANIZATION-3-1677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5722', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '08149', 'haiyan.xia', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5723', 'PU-PSP-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5723', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '03593', 'hank.huang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PSP-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5724', 'PU-PSP', null, '供应链文化管理团队', 'Supply Chain Culture Team', null, 'B3020304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5724', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '05419', 'mike.xu', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5725', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5725', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '06880', 'vivian.xie', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5726', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5726', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '25427', 'sijia.zhu2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5727', 'SUPERVISORY_ORGANIZATION-3-5670', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5727', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '24666', 'sang.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5728', 'SUPERVISORY_ORGANIZATION-3-2448', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5728', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '24927', 'ji.shen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5729', 'SUPERVISORY_ORGANIZATION-3-3750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5729', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '22677', 'guobin.ni', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-573', null, null, '财务控制与计划团队', 'Controlling & Planning Team', null, 'FN-CNP-005-04', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-573', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-573', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5730', 'SUPERVISORY_ORGANIZATION-3-6286', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5730', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, 'C1138', 'xiezu.su', '100073;C0033', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6286', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5731', 'SUPERVISORY_ORGANIZATION-3-1819', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5731', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '18456', 'zhongpeng.lu', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5732', 'SUPERVISORY_ORGANIZATION-3-1819', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5732', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '09200', 'xinghui.liu', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5733', 'SUPERVISORY_ORGANIZATION-3-1494', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5733', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '07096', 'kuan.lee', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1494', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5734', 'SUPERVISORY_ORGANIZATION-3-3489', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5734', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, 'C0660', 'hongxu.guan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5735', 'SUPERVISORY_ORGANIZATION-3-6197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5735', null, '0', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, '23456', 'zhengyi.lv', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5736', 'SUPERVISORY_ORGANIZATION-3-2381', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5736', null, '1', 'admin', '2022-05-26 17:21:10', null, null, null, null, null, null, 'C0987', 'chongkui.jin', '04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2381', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5737', 'SUPERVISORY_ORGANIZATION-3-980', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5737', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '23560', 'eric.li4', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5738', 'SUPERVISORY_ORGANIZATION-3-3575', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5738', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '12372', 'rongrong.zhu', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3575', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5739', 'SUPERVISORY_ORGANIZATION-3-1495', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5739', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '24859', 'chenchao.hua', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-574', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,深圳公司', 'Regional Operation, Shenzhen Company', null, 'C11301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-574', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C1321', 'eric.liu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5740', 'SUPERVISORY_ORGANIZATION-3-8181', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5740', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '04841', 'jessica.yuan', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8181', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5741', 'SUPERVISORY_ORGANIZATION-3-2388', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5741', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, 'C1242', 'gavin.qi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5742', 'SUPERVISORY_ORGANIZATION-3-1203', null, '能源换电服务团队(深汕)', 'Regional Power Management Power Swap Service Team (Shenzhen&Shantou)', null, 'C1591003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5742', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '07627', 'lipei.yang', '03476;04685;11261;16305;26976;28399', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5743', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,淮安金地中心', 'User Fellow Team, Huai \'an Jindi Center', null, 'C138010113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5743', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '14418', 'yuchen.zhang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5744', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,晋中天美杉杉奥特莱斯', 'User Fellow Team, Jinzhong Tianmei Shanshan Outlets', null, 'C133010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5744', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '14353', 'chao.zhang7', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5745', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原新汇众', 'User Fellow Team, Taiyuan Xinhuizhong', null, 'C133010113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5745', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '11462', 'kuankuan.li', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5746', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,大同新百盛', 'User Fellow Team, Datong Xinbaisheng', null, 'C133010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5746', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '42520', 'answer.zhang', '32158', 'Datong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5747', 'SUPERVISORY_ORGANIZATION-3-1784', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5747', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '14353', 'chao.zhang7', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5748', 'SUPERVISORY_ORGANIZATION-3-3944', null, '低速自动驾驶部', 'Low Speed Autonomous Driving', null, 'A20908', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5748', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-5748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5749', 'SUPERVISORY_ORGANIZATION-3-4936', null, '用户顾问团队,包头九原万达广场', 'User Fellow Team, Baotou JiuYuan Wanda Square', null, 'C144010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5749', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '08819', 'yuchao.chen1', '12304', 'Baotou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-575', 'SO-SCM', null, '服务产品运营团队', 'Service Product Operation Team', null, 'C1050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-575', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C1208', 'xiaowei.xu', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-575', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5752', 'SUPERVISORY_ORGANIZATION-3-2737', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5752', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '02979', 'matthew.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5753', '20191223_SUPERVISORY_ORG_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5753', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '05734', 'yu.gao', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191223_SUPERVISORY_ORG_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5754', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5754', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5755', 'SUPERVISORY_ORGANIZATION-3-6711', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5755', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '03048', 'dujuan.cao', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5756', 'SUPERVISORY_ORGANIZATION-3-847', null, 'TBA', 'TBA', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5756', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '02453', 'gary.hughes', '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5757', 'PE-PRD-004', null, '功率技术团队', 'Hi-Power Team', null, 'C1580405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5757', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '24290', 'jingsong.jiang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5758', 'SUPERVISORY_ORGANIZATION-3-1595', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5758', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '20627', 'daohan.wang', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1595', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5759', 'SUPERVISORY_ORGANIZATION-3-1677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5759', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '23185', 'zhaozhi.sun', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-576', 'DO-DGT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-576', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5760', 'SUPERVISORY_ORGANIZATION-3-4502', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5760', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '22359', 'zimo.yu', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4502', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5761', 'SUPERVISORY_ORGANIZATION-3-5178', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5761', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '18762', 'yueyin.zhou', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5762', 'SUPERVISORY_ORGANIZATION-3-5161', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5762', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '09609', 'shilei.zhou', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5161', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5763', 'SUPERVISORY_ORGANIZATION-3-1574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5763', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '12674', 'mengyao.peng', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5764', 'SUPERVISORY_ORGANIZATION-3-4577', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5764', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '06102', 'haimiao.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5765', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5765', null, '1', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '03280', 'wen.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5766', 'SUPERVISORY_ORGANIZATION-3-3251', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5766', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '23145', 'xiaodan.li', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5767', 'SUPERVISORY_ORGANIZATION-3-5383', null, '座椅集成与开发上海团队', 'Seat Integration and Development-SH Team', null, 'A1021901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5767', null, '0', 'admin', '2022-05-26 17:21:11', null, null, null, null, null, null, '05415', 'kai.qiu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5767', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5768', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '电驱系统项目采购团队', 'EDS Purchasing Program Team', null, 'B3040105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5768', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '100234', 'jess.xu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5769', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '电驱系统间接采购团队', 'EDS Indirect Purchasing Team', null, 'B3040104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5769', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '100171', 'sijia.liu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-577', 'FN-TSR', null, '资金管理部', 'Treasury Department', null, 'FN-TSR-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-577', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '12162', 'chao.wang10', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5770', 'SUPERVISORY_ORGANIZATION-3-5522', null, '电池系统物流团队', 'Battery Logistics Team', null, 'B3040205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5770', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '100628', 'min.yue', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5771', 'SUPERVISORY_ORGANIZATION-3-5522', null, '电池系统项目采购团队', 'Battery Purchasing Project Management Team', null, 'B3040204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5771', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '100234', 'jess.xu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5772', 'SUPERVISORY_ORGANIZATION-3-5522', null, '电池系统间接采购团队', 'Battery Indirect Purchasing Team', null, 'B3040203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5772', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '100171', 'sijia.liu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5773', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户顾问团队,溧阳吾悦广场', 'User Fellow Team, Liyang WUYUE', null, 'C166010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5773', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '30935', 'jaymove.yan', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5773', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5774', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户顾问团队,常州金坛吾悦广场', 'User Fellow Team, Changzhou Jintan WUYUE', null, 'C166010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5774', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '39439', 'mickey.zhou', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5775', 'MO-PNG', null, '车身试制工艺团队', 'Body Pilot Process Team', null, 'B3010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5775', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, 'C0829', 'qingbao.yuan', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5776', 'MO', null, 'F1工厂运营支持部', 'F1 Manufacturing Operations Supporting Department', null, 'B30108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5776', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5777', 'SUPERVISORY_ORGANIZATION-3-4591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5777', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '18687', 'ji.liang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5778', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5778', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '04437', 'shixi.luo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5779', 'SUPERVISORY_ORGANIZATION-3-3558', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5779', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '23144', 'ailin.wu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-578', 'SUPERVISORY_ORGANIZATION-3-3324', null, '外饰团队', 'Exterior Team', null, 'A1021002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-578', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '02582', 'ke.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5780', 'SUPERVISORY_ORGANIZATION-3-2410', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5780', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '06014', 'xiquan.chen', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5781', 'SUPERVISORY_ORGANIZATION-3-1106', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5781', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '10519', 'xing.jin', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1106', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5782', 'SUPERVISORY_ORGANIZATION-3-6176', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5782', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '04364', 'xiaoxuan.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5783', 'SUPERVISORY_ORGANIZATION-3-4906', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5783', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '12966', 'quinny.zhou', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5784', 'SUPERVISORY_ORGANIZATION-3-4499', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5784', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '20202', 'hang.ruan', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5785', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5785', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '25613', 'xinyue.zhao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5786', 'SUPERVISORY_ORGANIZATION-3-6379', null, '电池设备&工艺团队', 'Battery Equipment & Process Engineering Team', null, 'B3040801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5786', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '24005', 'huaping.liu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5787', 'SUPERVISORY_ORGANIZATION-3-2075', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5787', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '07902', 'sili.chen', '06138;17860', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5788', 'SUPERVISORY_ORGANIZATION-3-1657', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5788', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '08972', 'yunda.zhang', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5789', 'SUPERVISORY_ORGANIZATION-3-6427', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5789', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '09050', 'tichien.kao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-579', 'SUPERVISORY_ORGANIZATION-3-723', null, '产品市场部', 'Product Marketing Department', null, 'UD-PRM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-579', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5790', 'SUPERVISORY_ORGANIZATION-3-6172', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5790', null, '0', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '22001', 'stella.fan1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6172', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5791', 'SUPERVISORY_ORGANIZATION-3-1122', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5791', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '06058', 'eric.zong', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5792', 'OC', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5792', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, '10518', 'conan.jiang', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5793', 'DS-EXD', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5793', null, '1', 'admin', '2022-05-26 17:21:12', null, null, null, null, null, null, 'EU0101', null, '04966;05407', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DS-EXD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5794', 'SUPERVISORY_ORGANIZATION-3-5453', null, '性能集成', 'Performance Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5794', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '24547', 'leon.xie', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5795', 'SUPERVISORY_ORGANIZATION-3-7846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5795', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '25177', 'yu.wang12', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5796', 'PE_SUPERVISORY_ORGANIZATION_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5796', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '26007', 'meiqi.chen', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5797', 'MO-MPG', null, 'F1 产能项目集成团队', 'Capacity Project Integration F1 Team', null, 'B3010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5797', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '02116', 'terrance.cao', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5797', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5798', 'MO-MME', null, '制造尺寸工程团队', 'Dimension Manufacturing Engineering Team', null, 'B3010506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5798', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '03706', 'bohao.zheng', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5799', 'MO-MPG', null, '制造规划团队', 'Manufacturing Planning Team', null, 'B3010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5799', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '22193', 'gang.li3', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-580', 'SUPERVISORY_ORGANIZATION-3-480', null, '交付运营,北京公司', 'Delivery Operation, Beijing Company', null, 'C1120105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-580', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '04017', 'haitao.chen', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5800', 'MO-MME', null, '标准设备团队', 'Conveyor/Control/ Robot Team', null, 'B3010508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5800', null, '1', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '12818', 'huaqiang.ji', '03321;06247;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5801', 'SUPERVISORY_ORGANIZATION-3-5805', null, '基建组', 'Construction Section', null, 'B301070801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5801', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '05016', 'tao.wang1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5802', 'SUPERVISORY_ORGANIZATION-3-5805', null, '动力组', 'Facility Section', null, 'B301070803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5802', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '02592', 'wei.wang3', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5802', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5803', 'SUPERVISORY_ORGANIZATION-3-5805', null, '设计组', 'Design Section', null, 'B301070802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5803', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '07430', 'deng.li', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5803', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5804', 'SUPERVISORY_ORGANIZATION-3-5805', null, '综合规划组', 'General Planning Section', null, 'B301070804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5804', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '02818', 'haiying.lou', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5805', 'SUPERVISORY_ORGANIZATION-3-4468', null, '规划设施团队', 'Planning & Infrastructure Team', null, 'B3010708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5805', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, 'C0646', 'henry.zheng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5806', 'SUPERVISORY_ORGANIZATION-3-3438', null, '先期工程开发团队', 'Advanced Engineering Team', null, 'A1021713', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5806', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '12238', 'ben.wei', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5806', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5807', 'SUPERVISORY_ORGANIZATION-3-6604', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5807', null, '1', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '36452', 'tan.wu', '06138;17860', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5808', 'SUPERVISORY_ORGANIZATION-3-7914', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5808', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '12481', 'summer.wang1', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7914', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5809', 'SUPERVISORY_ORGANIZATION-3-1234', null, '配附件团队,天津公司', 'Parts Team, Tianjin Company', null, 'C121010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5809', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '09360', 'chang.li', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5809', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-581', null, null, '销售管理部', 'Sales Management Department', null, 'UD-SAM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-581', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, 'User_Experience', 'User Experience (Do Not Use) (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-581', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5810', 'SUPERVISORY_ORGANIZATION-3-3754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5810', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '22567', 'agnes.wu', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5811', 'SUPERVISORY_ORGANIZATION-3-2128', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5811', null, '1', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '07779', 'sunny.jin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5812', 'SUPERVISORY_ORGANIZATION-3-1040', null, '南区团队', 'South Area Team', null, 'D1140605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5812', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '05035', 'yun.xie', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5812', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5813', 'SUPERVISORY_ORGANIZATION-3-7305', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5813', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '18856', 'yu.zhang9', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5814', 'SUPERVISORY_ORGANIZATION-3-6773', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5814', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, 'EU0133', 'ahmad.moslemifar', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5817', 'SUPERVISORY_ORGANIZATION-3-2164', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5817', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '04460', 'zhuohui.tan', '03476;04685;11261;16305;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2164', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5818', 'SUPERVISORY_ORGANIZATION-3-2756', null, '能源换电服务团队(北京)', 'Regional Power Management Power Swap Service Team (Beijing)', null, 'C1590303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5818', null, '1', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '09387', 'xiang.cao', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5819', 'PE-PRD', null, '能源产品生命周期管理部', 'Power Products Life-cycle Management Department', null, 'C15802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5819', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, 'C0435', 'zhiling.zhao', '03476;04685;11261;16305;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-582', null, null, '武汉蔚来能源综合管理部', 'Wuhan NIO Energy General Management Department', null, 'WH-GM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-582', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-582', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5820', 'VE-EEE-002', null, '车身电子零部件组', 'EEB Components Sub-team', null, 'A102050405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5820', null, '1', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, 'C0474', 'ethan.tong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5821', 'SUPERVISORY_ORGANIZATION-3-1516', null, '服务中心团队,温州滨海', 'Service Center Team, wenzhoubinhai', null, 'C128010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5821', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '13286', 'guangqian.miao', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5821', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5822', 'SUPERVISORY_ORGANIZATION-3-5383', null, '座椅平台开发团队', 'Seat Platform Development Team', null, 'A1021903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5822', null, '0', 'admin', '2022-05-26 17:21:13', null, null, null, null, null, null, '25377', 'yonggang.yang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5823', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙宜家荟聚店', 'User Fellow Team, Changsha Yijia Huiju', null, 'C123010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5823', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '41864', 'ling.dong', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5823', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5824', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5824', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '05989', 'lan.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5825', 'SUPERVISORY_ORGANIZATION-3-3996', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5825', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '24158', 'jianhua.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5826', 'SUPERVISORY_ORGANIZATION-3-747', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5826', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '11085', 'hanaa.su', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5827', 'PE_SUPERVISORY_ORGANIZATION_141', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5827', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '12360', 'chao.wu1', '03476;04685;11261;16305;26976;28399;30064', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_141', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5828', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5828', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '21272', 'justin.chen1', '04160', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5829', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5829', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '03477', 'wenlu.ma', '04160', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-583', 'SUPERVISORY_ORGANIZATION-3-8705', null, '车身合作伙伴开发团队', 'PIM Body Team', null, 'B0020309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-583', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0956', 'shengqiang.wang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5830', 'OC-ADM-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5830', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '04428', 'xi.xie', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-ADM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5831', 'SUPERVISORY_ORGANIZATION-3-1413', null, '服务代表团队,长沙公司', 'Service Representative Team, Changsha Company', null, 'C123010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5831', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '25411', 'hui.yang3', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5832', 'SUPERVISORY_ORGANIZATION-3-4462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5832', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '25658', 'elliott.zhu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5833', 'SUPERVISORY_ORGANIZATION-3-4613', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5833', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '02554', 'junfu.huang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5834', 'SUPERVISORY_ORGANIZATION-3-2434', null, '二手车团队', 'Used-car Product Team', null, 'C1060205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5834', null, '1', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '13276', 'xiaoshan.wang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5834', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5835', 'SUPERVISORY_ORGANIZATION-3-2434', null, '购车体验设计团队', 'Purchasing Experience Design Team', null, 'C1060201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5835', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '14389', 'tianmin.pan', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5836', 'SUPERVISORY_ORGANIZATION-3-2434', null, '空间体验团队', 'Space Experience Product Team', null, 'C1060203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5836', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '19775', 'zhanyu.kang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5837', 'SUPERVISORY_ORGANIZATION-3-2434', null, '数字营销', 'Digital Marketing & Development Team', null, 'C1060202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5837', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '13276', 'xiaoshan.wang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5837', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5838', 'SUPERVISORY_ORGANIZATION-3-2434', null, '购车体验团队', 'Purchasing Experience Product Team', null, 'C1060204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5838', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '12616', 'frank.qiang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5838', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5839', 'SUPERVISORY_ORGANIZATION-3-5851', null, '服务设计团队', 'Service Design Team', null, 'C1060802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5839', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, 'C0815', 'winnie.yan', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5839', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-584', 'CO-SHA-001', null, '用户发展,上海公司', 'User Development, Shanghai Company', null, 'C1110101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-584', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '02766', 'jiahua.shen', '03280;13082;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5840', 'SUPERVISORY_ORGANIZATION-3-5851', null, '车控体验团队', 'Vehicle Control Experience Team', null, 'C1060801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5840', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '13921', 'jizhe.ou', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5840', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5841', 'SUPERVISORY_ORGANIZATION-3-5851', null, '客服体验团队', 'User Service Experience Team', null, 'C1060804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5841', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '30106', 'zhen.wu1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5842', 'SUPERVISORY_ORGANIZATION-3-5851', null, '服务体验团队', 'Vehicle Service Experience Team', null, 'C1060803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5842', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '13748', 'kai.jiang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5843', 'SUPERVISORY_ORGANIZATION-3-5849', null, '平台体验设计团队', 'Platform Experience Design Team', null, 'C1061002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5843', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '12319', 'vicky.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5844', 'SUPERVISORY_ORGANIZATION-3-5849', null, '平台组件团队', 'Platform Infrastructure Team', null, 'C1061003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5844', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '26450', 'robin.yin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5845', 'SUPERVISORY_ORGANIZATION-3-5849', null, '平台架构团队', 'Platform Architecture Team', null, 'C1061001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5845', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '26450', 'robin.yin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5846', 'SUPERVISORY_ORGANIZATION-3-5850', null, '购物体验设计团队', 'Shopping experience design team', null, 'C1060902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5846', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '22392', 'levin.zhao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5847', 'SUPERVISORY_ORGANIZATION-3-5850', null, '购物体验产品团队', 'Shopping experience product team', null, 'C1060901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5847', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '17096', 'liwei.gu', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5847', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5848', 'SUPERVISORY_ORGANIZATION-3-646', null, '数字项目管理部', 'Digital Program Management', null, 'C10611', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5848', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '06283', 'victor.lin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5848', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5849', 'SUPERVISORY_ORGANIZATION-3-646', null, '平台产品部', 'Platform Product Department', null, 'C10610', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5849', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '26450', 'robin.yin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-585', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,苏州公司', 'Regional Operation, Suzhou Company', null, 'C11601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-585', null, '0', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '02491', 'kun.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-585', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5850', 'SUPERVISORY_ORGANIZATION-3-646', null, '购物体验部', 'Shopping Experience Department', null, 'C10609', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5850', null, '0', 'admin', '2022-05-26 17:21:14', null, null, null, null, null, null, '22392', 'levin.zhao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5850', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5851', 'SUPERVISORY_ORGANIZATION-3-646', null, '用车体验部', 'Vehicle Ownership Experience Department', null, 'C10608', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5851', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '35084', 'paddy.liu', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5852', 'SUPERVISORY_ORGANIZATION-3-4661', null, '全球产品发展团队', 'Global Product Development Team', null, 'C1060704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5852', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, 'C0389', 'zhehong.ma', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5853', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'UIE产品团队', 'UIE Product Team', null, 'C1060304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5853', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5854', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'UIE区域管理团队', 'UIE Region Team', null, 'C1060306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5854', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5855', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'UIE运营团队', 'UIE Operation Team', null, 'C1060307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5855', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5856', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'UIE编辑室', 'UIE Editorial Team', null, 'C1060305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5856', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5857', 'SUPERVISORY_ORGANIZATION-3-2557', null, '社区体验设计团队', 'Community Experience Design Team', null, 'C1060106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5857', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '07246', 'jiani.wang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5858', 'SUPERVISORY_ORGANIZATION-3-2557', null, '内容互动团队', 'Content Product Team', null, 'C1060104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5858', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '12320', 'cathy.wang2', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5859', 'SUPERVISORY_ORGANIZATION-3-2557', null, '社区生活团队', 'Community and Lifestyle Product Team', null, 'C1060105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5859', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, 'C0789', 'alice.wang', '05165', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-586', 'SO', null, '车辆运营管理部', 'Vehicle Operation Management Department', null, 'C10506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-586', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, '02545', 'simon.dong', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-586', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5860', 'SUPERVISORY_ORGANIZATION-3-2557', null, '社区与用户运营团队', 'Community and User Operation Team', null, 'C1060107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5860', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, 'C0782', 'tom.pan', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5861', 'SUPERVISORY_ORGANIZATION-3-4605', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5861', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, 'C0140', 'kelly.lv', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5862', 'SUPERVISORY_ORGANIZATION-3-578', null, '玻璃及操作系统组', 'Glazing and Operation Sub-team', null, 'A102100202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5862', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '02582', 'ke.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5862', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5863', 'SUPERVISORY_ORGANIZATION-3-2420', null, '多模交互实验室', 'Multimodal HMI Lab', null, 'A20317', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5863', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5864', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5864', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '06138', 'kent.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5865', 'SUPERVISORY_ORGANIZATION-3-1524', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5865', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '20525', 'jinghui.wu', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5866', 'SUPERVISORY_ORGANIZATION-3-4383', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5866', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '19270', 'yong.hu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5867', null, null, 'New Strategic Business', 'New Strategic Business', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5867', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, null, null, null, 'Munich-DE', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5868', 'SUPERVISORY_ORGANIZATION-3-5408', null, '设计运营', 'Design Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5868', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '23861', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5869', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5869', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '23906', 'shichun.yi', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-587', 'EP-ADT', null, '前瞻概念工程团队', 'Advanced Concept Engineering Team', null, 'A1030702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-587', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5870', 'SUPERVISORY_ORGANIZATION-3-5453', null, '属性中心', 'Attributes Center', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5870', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '25783', 'kevin.gong', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5870', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5871', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5871', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '25541', 'xiaolong.sun', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5872', 'SUPERVISORY_ORGANIZATION-3-6427', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5872', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '09050', 'tichien.kao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5873', 'SUPERVISORY_ORGANIZATION-3-8669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5873', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '02959', 'guang.chen1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5874', 'DO-DGT', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5874', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '23340', 'haixia.xu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5875', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5875', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '05326', 'shaohua.guo', '04160', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5876', 'SUPERVISORY_ORGANIZATION-3-5728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5876', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '06978', 'kunle.lu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5877', 'SUPERVISORY_ORGANIZATION-3-3577', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5877', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '07106', 'tong.zhang2', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-588', null, null, '人力资源业务伙伴中国团队', 'HR Business Partner Team,China', null, 'OC-HRM-004-04-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-588', null, '1', 'admin', '2022-05-26 17:20:25', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5884', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,济南领秀城贵和', 'User Fellow Team, Jinan Grand Height', null, 'C130010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5884', null, '0', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '13868', 'kefeng.zhang', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5885', 'SUPERVISORY_ORGANIZATION-3-7611', null, '人力资源', 'Human Resources', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5885', null, '1', 'admin', '2022-05-26 17:21:15', null, null, null, null, null, null, '36496', 'elaine.huang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-5885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5886', 'SUPERVISORY_ORGANIZATION-3-6197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5886', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '20709', 'fengming.xie', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5887', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5887', null, '1', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '27105', 'kate.lu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5888', 'SUPERVISORY_ORGANIZATION-3-1304', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5888', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '07635', 'ling.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1304', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5889', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5889', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '21626', 'kirk.zheng', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-589', null, null, '车身制造工程团队', 'Body Shop Manufacturing Engineering Team', null, 'MO-MME-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-589', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, 'Operation_Management', 'Operation Management (Do Not Use) (inactive)', null, 'Plant', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5890', 'SUPERVISORY_ORGANIZATION-3-8940', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5890', null, '1', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '29491', 'robert.ma', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5891', 'XPT_SUPERVISORY_ORGANIZATION_85', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5891', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '100246', 'chunhong.shi', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_85', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5892', 'SUPERVISORY_ORGANIZATION-3-6152', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5892', null, '1', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '09284', 'guangzhao.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6152', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5893', 'SUPERVISORY_ORGANIZATION-3-2095', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5893', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '06310', 'simon.shu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2095', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5894', 'SUPERVISORY_ORGANIZATION-3-1677', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5894', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '23635', 'allen.zhang1', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5895', 'SUPERVISORY_ORGANIZATION-3-3791', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5895', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '02260', 'jianfeng.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5896', 'SUPERVISORY_ORGANIZATION-3-5383', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5896', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '27227', 'leo.hu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5897', 'SUPERVISORY_ORGANIZATION-3-5901', null, 'HW Shenzhen Center', 'HW Shenzhen Center', null, 'A21302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5897', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '30698', 'gang.lin', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5897', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5898', 'SUPERVISORY_ORGANIZATION-3-5901', null, '解决方案开发部', 'Solution Development Department', null, 'A21305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5898', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '33375', 'henry.qian', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5898', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5899', 'SUPERVISORY_ORGANIZATION-3-5901', null, 'MSP开发部', 'MSP Development Department', null, 'A21303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5899', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '33375', 'henry.qian', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5899', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-590', null, null, 'Nanjing Advanced Manufacturing Technology Centre', 'Nanjing Advanced Manufacturing Technology Centre', null, 'MO-PNG-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-590', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5900', 'SUPERVISORY_ORGANIZATION-3-5901', null, 'AI处理器开发部', 'AI Processor Development Department', null, 'A21301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5900', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '29318', 'ethan.song', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5901', 'SUPERVISORY_ORGANIZATION-3-7863', null, '战略新业务II', 'New Strategic Businesses II', null, 'A213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5901', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '27648', 'hao.zhang18', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-5901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5902', 'SUPERVISORY_ORGANIZATION-3-1520', null, '用户顾问团队,台州经开万达广场', 'User Fellow Team, taizhoujingkaiwandaguangchang', null, 'C128010603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5902', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '08530', 'jinshuo.han', '16072', 'Taizhou(台州)-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5902', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5903', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安万象天地', 'User Fellow Team, Xi\'an Wanxiangtiandi', null, 'C118010216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5903', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '07916', 'tao.wang5', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5903', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5904', 'SUPERVISORY_ORGANIZATION-3-1977', null, '标签/连接组', 'Label/Joint Sub-team', null, 'A102060501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5904', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, 'C0997', 'jason.tao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5904', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5905', 'SUPERVISORY_ORGANIZATION-3-620', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5905', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '07539', 'jie.zeng', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5906', 'SUPERVISORY_ORGANIZATION-3-620', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5906', null, '1', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '12904', 'sarah.cao', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5908', 'SUPERVISORY_ORGANIZATION-3-9211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5908', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '24764', 'xinli.wang', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5909', 'SUPERVISORY_ORGANIZATION-3-4605', null, '车身系统集成与测试组', 'Body System Integration & Testing Sub-team', null, 'A102171002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5909', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '24064', 'zhenpeng.qin', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5909', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-591', 'SUPERVISORY_ORGANIZATION-3-4792', null, '商业采购支持团队(制造工程与延展物资)', 'Commercial Purchasing Support Team (Manufacturing Engineering & Extension Goods)', null, 'D1140204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-591', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '03985', 'jiong.zhou', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5910', 'SUPERVISORY_ORGANIZATION-3-4411', null, '算法框架开发团队', 'Algorithm Framework Development Team', null, 'A2090306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5910', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '22813', 'yang.yang11', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5911', 'SUPERVISORY_ORGANIZATION-3-510', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5911', null, '1', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '19048', 'xuyang.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-510', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5912', 'SUPERVISORY_ORGANIZATION-3-4302', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5912', null, '1', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '15951', 'leo.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4302', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5913', 'SUPERVISORY_ORGANIZATION-3-2320', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5913', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '09670', 'hui.jiang1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5914', 'SUPERVISORY_ORGANIZATION-3-9211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5914', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '19383', 'jun.dai3', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5915', 'SUPERVISORY_ORGANIZATION-3-4963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5915', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, 'C0132', 'bingbing.liang', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5916', 'SUPERVISORY_ORGANIZATION-3-793', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5916', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '04464', 'wei.wu2', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5917', 'PU', null, '供应链战略与联盟部', 'Supply Chain Strategy and Alliance Department', null, 'B30214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5917', null, '0', 'admin', '2022-05-26 17:21:16', null, null, null, null, null, null, '26432', 'wei.tong', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5918', 'SUPERVISORY_ORGANIZATION-3-5185', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5918', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '19013', 'zewen.wu', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5185', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5919', 'DO-DGT-011', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5919', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '06996', 'zachary.hao', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-011', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-592', 'SD-AIS', null, '智能平台开发团队', 'Intelligent Platform Team', null, 'SD-AIS-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-592', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-592', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5920', 'SUPERVISORY_ORGANIZATION-3-8436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5920', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '17981', 'kaichen.liu', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5921', 'SUPERVISORY_ORGANIZATION-3-8880', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5921', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '06619', 'weiping.wang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5922', 'SUPERVISORY_ORGANIZATION-3-1006', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5922', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '14170', 'zhiyuan.huang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5923', 'SUPERVISORY_ORGANIZATION-3-2446', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5923', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '23200', 'tao.wang17', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2446', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5924', 'SUPERVISORY_ORGANIZATION-3-8881', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5924', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '24961', 'mo.li', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5925', 'SUPERVISORY_ORGANIZATION-3-3742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5925', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '15698', 'wenjun.lu', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5926', 'SUPERVISORY_ORGANIZATION-3-5098', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5926', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '22019', 'shang.xie', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5927', 'SUPERVISORY_ORGANIZATION-3-1343', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5927', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '08932', 'sam.zhou', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5929', 'SUPERVISORY_ORGANIZATION-3-1343', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5929', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '22560', 'donny.yang', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-593', 'SD-AIS', null, '智能算法研究与应用团队', 'Intelligent Research Team', null, 'A2030902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-593', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '05919', 'shiting.wang', '09077;09595;12313;15602;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-593', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5930', 'SUPERVISORY_ORGANIZATION-3-3558', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5930', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '07067', 'yang.li1', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5931', 'SUPERVISORY_ORGANIZATION-3-5746', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5931', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '42520', 'answer.zhang', '32158', 'Datong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5932', 'SUPERVISORY_ORGANIZATION-3-5745', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5932', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '15296', 'zifeng.yu', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5933', 'SUPERVISORY_ORGANIZATION-3-5260', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5933', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '12822', 'bruce.li1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5260', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5935', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海复地活力城', 'User Fellow Team, Shanghai FuDiHuoLiCheng', null, 'C111011121', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5935', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '20314', 'peidong.huang', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5935', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5936', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海静安大悦城', 'User Fellow Team, Shanghai JingAnDaYueCheng', null, 'C111011122', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5936', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '03707', 'fuchun.zhou', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-5936', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5937', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海北外滩来福士', 'User Fellow Team, Shanghai BeiWaiTanLaiFuShi', null, 'C111011123', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5937', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '21483', 'boni.wang', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5938', 'SUPERVISORY_ORGANIZATION-3-3840', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5938', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '18062', 'jie.hao2', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3840', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5939', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5939', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '23092', 'yuan.ye', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-594', 'SUPERVISORY_ORGANIZATION-3-508', null, '技术支持工程组', 'Technical Support Engineering Sub-team', null, 'C105030302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-594', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '07534', 'kevin.jiang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-594', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5940', 'SUPERVISORY_ORGANIZATION-3-5914', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5940', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '24906', 'qing.lin', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5941', 'SUPERVISORY_ORGANIZATION-3-3996', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5941', null, '1', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '19383', 'jun.dai3', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5942', 'SUPERVISORY_ORGANIZATION-3-3877', null, '产业园区', 'Industry Parks', null, 'D115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5942', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '28095', 'david.yang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-5942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5943', 'SUPERVISORY_ORGANIZATION-3-6715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5943', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '24717', 'jone.nan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5944', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5944', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '02119', 'guanghui.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5945', 'SUPERVISORY_ORGANIZATION-3-5739', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5945', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '24859', 'chenchao.hua', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5946', 'EP-EIT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5946', null, '0', 'admin', '2022-05-26 17:21:17', null, null, null, null, null, null, '19527', 'lujie.shi', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EIT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5947', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5947', null, '1', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '12331', 'binying.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5948', 'SUPERVISORY_ORGANIZATION-3-7920', null, '用户顾问团队,泉州中骏世界城', 'User Fellow Team, NIO Space Quanzhou Funworld', null, 'C127010908', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5948', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '15598', 'solo.ma', '09067', 'Quanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5948', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5949', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州富阳万达广场', 'User Fellow Team, Hangzhou FYWDGC', null, 'C115010216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5949', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '04683', 'david.xu1', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5949', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-595', 'SO-WHM', null, '配附件物流团队', 'Parts Logistics Team', null, 'C1050202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-595', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '44032', 'wei.peng1', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-595', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5950', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州龙湖西溪天街', 'User Fellow Team, Hangzhou LHXXTJ', null, 'C115010217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5950', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '36450', 'qiwei.zhu', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5951', '20191230_SUPERVISORY_ORG_4', null, '门店运营团队(用户运营),成都公司', 'Store Operations Team (User Operations), Chengdu Company', null, 'C117010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5951', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '08899', 'stella.xu1', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5952', 'SUPERVISORY_ORGANIZATION-3-580', null, '交付团队(交付体验),北京公司', 'Delivery Team (Delivery Experience), Beijing Company', null, 'C112010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5952', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '07277', 'lei.liu3', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5952', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5953', 'SUPERVISORY_ORGANIZATION-3-2256', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5953', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '21299', 'yuni.shi', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5954', 'SUPERVISORY_ORGANIZATION-3-1776', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5954', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5955', 'SUPERVISORY_ORGANIZATION-3-4792', null, '数字化体系及合同管理团队', 'Digitalizaion & Contract Management Team', null, 'D1140206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5955', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '10295', 'liya.fa', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-5955', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5956', 'SUPERVISORY_ORGANIZATION-3-4816', null, '营建造采中心', 'Infrastructure and Procurement Center', null, 'D11405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5956', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '29632', 'nicole.sun', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-5956', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5957', 'SUPERVISORY_ORGANIZATION-3-451', null, '性能尺寸组', 'Performance Dimension Sub-team', null, 'B002100105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5957', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, 'C0374', 'hongsheng.fu', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5957', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5958', 'SUPERVISORY_ORGANIZATION-3-6431', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5958', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '05919', 'shiting.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5959', 'SUPERVISORY_ORGANIZATION-3-675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5959', null, '1', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '02143', 'zeqin.fan', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-596', 'SUPERVISORY_ORGANIZATION-3-504', null, '人才招募团队', 'Talent Acquisition Team', null, 'OC-TAM-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-596', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-596', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5960', 'SUPERVISORY_ORGANIZATION-3-794', null, '法规和测试组', 'AD Regulation and Testing Sub Team', null, 'A209090308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5960', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '27319', 'yangkai.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5960', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5961', 'SUPERVISORY_ORGANIZATION-3-1770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5961', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '11404', 'jingtao.yan', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5962', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5962', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '21988', 'feng.cheng1', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5963', 'SUPERVISORY_ORGANIZATION-3-6781', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5963', null, '1', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '13686', 'yuan.ji', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5964', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5964', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '26106', 'shuai.wang6', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5965', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5965', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '24756', 'yaqiu.liu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5966', 'SUPERVISORY_ORGANIZATION-3-4969', null, '非官宣部门 (Not Annoucned)', '非官宣部门 (Not Annoucned)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5966', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '24382', 'neo.zhu', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5967', 'SUPERVISORY_ORGANIZATION-3-1819', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5967', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '22382', 'wenyi.zhong', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5968', 'SUPERVISORY_ORGANIZATION-3-451', null, '车身尺寸组', 'BIW Dimension Sub-team', null, 'B002100103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5968', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '02112', 'hong.deng', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5968', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5969', 'SUPERVISORY_ORGANIZATION-3-451', null, '美学尺寸组', 'Aesthetic Dimension Sub-team', null, 'B002100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5969', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, 'C0374', 'hongsheng.fu', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-597', 'PU-PDP-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-597', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0154', 'shengli.wang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PDP-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5970', 'SUPERVISORY_ORGANIZATION-3-2686', null, 'Gemini项目组', 'Matching Project Management-Gemini Sub-team', null, 'B002100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5970', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '06514', 'lun.lu', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5970', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5971', 'SUPERVISORY_ORGANIZATION-3-2686', null, '投产尺寸项目管理及前瞻技术组', 'Matching Project Management and Advanced Tech Introduction Sub-team', null, 'B002100305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5971', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '02374', 'lin.shi', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5972', 'SUPERVISORY_ORGANIZATION-3-2686', null, 'F1量产组', 'Matching Project Management-F1 Sub-team', null, 'B002100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5972', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '34766', 'ying.xiong1', '03938;10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5973', 'SUPERVISORY_ORGANIZATION-3-2686', null, 'Force项目组', 'Matching Project Management-Force Sub-team', null, 'B002100301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5973', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '08148', 'hao.guo', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5973', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5974', 'SUPERVISORY_ORGANIZATION-3-2686', null, 'Pegasus项目组', 'Matching Project Management-Pegasus Sub-team', null, 'B002100304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5974', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '02807', 'shuo.yin', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5975', 'SUPERVISORY_ORGANIZATION-3-2686', null, '总装投产尺寸匹配组', 'Launch-GA Matching Sub-team', null, 'B002100306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5975', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '02374', 'lin.shi', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5976', 'PE_SUPERVISORY_ORGANIZATION_125', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5976', null, '0', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '11862', 'zhiming.cui', '03476;04685;10729;11261;16305;26976;28399', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_125', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5977', 'PE_SUPERVISORY_ORGANIZATION_130', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5977', null, '1', 'admin', '2022-05-26 17:21:18', null, null, null, null, null, null, '07455', 'rui.ding', '03476;04685;06450;11261;16305;26976;28399', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_130', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5978', 'SUPERVISORY_ORGANIZATION-3-1819', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5978', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '10246', 'jun.liu4', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5979', 'SUPERVISORY_ORGANIZATION-3-627', null, '事故专家团队,上海公司', 'Accident Experts Team', null, 'C111010410', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5979', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '03994', 'gang.xu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-598', 'SUPERVISORY_ORGANIZATION-3-547', null, 'NHS培训团队', 'NHS Training Team', null, 'OC-ODM-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-598', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-598', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5980', 'SUPERVISORY_ORGANIZATION-3-2378', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5980', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '07296', 'zi.ye', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2378', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5981', 'SUPERVISORY_ORGANIZATION-3-3706', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5981', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '19323', 'jian.li9', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5982', 'SUPERVISORY_ORGANIZATION-3-4251', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5982', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '18618', 'jun.tao1', '07209', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5983', 'SUPERVISORY_ORGANIZATION-3-6531', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5983', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '23398', 'manhua.wang', '07209', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5984', 'SUPERVISORY_ORGANIZATION-3-3842', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5984', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '19049', 'wenqi.du', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5988', 'SUPERVISORY_ORGANIZATION-3-4577', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5988', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '02150', 'chenxia.zhou', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5989', 'SUPERVISORY_ORGANIZATION-3-1717', null, '材料实验室组', 'Material Lab Sub-team', null, 'A102130501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5989', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '06922', 'lynn.zhou', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5989', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-599', 'SUPERVISORY_ORGANIZATION-3-504', null, '人才招募团队', 'Talent Acquisition Team', null, 'OC-TAM-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-599', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5990', 'SUPERVISORY_ORGANIZATION-3-2007', null, '前期原型车制造运营及质量组', 'Operation and Quality Sub-team', null, 'A102130402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5990', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '20446', 'bin.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5990', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5991', 'SUPERVISORY_ORGANIZATION-3-2007', null, '前期原型车制造电子电器架构组', 'EE Arch Sub-team', null, 'A102130401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5991', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '08572', 'will.zheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-5991', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5992', 'PE-OAM-001', null, '能源换电服务团队(武汉)', 'Regional Power Management Power Swap Service Team (Wuhan)', null, 'C1590403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5992', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '27786', 'vamos.xiao', '03476;04685;11261;16305;26976;28399', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5993', 'PE-OAM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5993', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5994', 'SUPERVISORY_ORGANIZATION-3-661', null, '能源换电服务团队(成都)', 'Regional Power Management Power Swap Service Team (Chengdu)', null, 'C1591203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5994', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '06090', 'fei.yu', '03476;04685;11261;16305;26976;28399', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-5994', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5995', 'SUPERVISORY_ORGANIZATION-3-7846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5995', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '28290', 'cherie.sun', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5996', 'SUPERVISORY_ORGANIZATION-3-8729', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5996', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '05899', 'dengyue.wang', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5997', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5997', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '23457', 'bowen.peng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5998', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5998', null, '1', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '18275', 'hongyuan.yuan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-5999', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-5999', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '28238', 'kevin.sun', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-600', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,南京公司', 'Regional Operation, Nanjing Company', null, 'C11901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-600', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '14390', 'yan.wu1', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6000', 'SUPERVISORY_ORGANIZATION-3-4591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6000', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '17940', 'yujia.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6001', 'SUPERVISORY_ORGANIZATION-3-3716', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6001', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '23578', 'jason.jiang1', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6002', 'SUPERVISORY_ORGANIZATION-3-4412', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6002', null, '1', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '18599', 'eason.li1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6003', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6003', null, '1', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, 'C0607', 'hanrui.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6004', 'SUPERVISORY_ORGANIZATION-3-6518', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6004', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '17600', 'haoshuo.chi', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6005', 'SUPERVISORY_ORGANIZATION-3-6007', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6005', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '28654', 'harry.wong', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6006', 'SUPERVISORY_ORGANIZATION-3-6008', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6006', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '20764', 'zheng.li12', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6007', 'SUPERVISORY_ORGANIZATION-3-2599', null, '自动驾驶产品体验部', 'Autonomous Product Experience Management Department', null, 'A10506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6007', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '28654', 'harry.wong', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6008', 'SUPERVISORY_ORGANIZATION-3-2599', null, '智能硬件与数字平台体验团队', 'Smart Hardware & Digital Platform Experience Management Team', null, 'A1051601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6008', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '20764', 'zheng.li12', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6009', 'SUPERVISORY_ORGANIZATION-3-2599', null, '数字体验管理团队', 'Digital Experience Management Team', null, 'A1051101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6009', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, 'C0001', 'ted.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-601', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,杭州公司', 'Regional Operation, Hangzhou Company', null, 'C11501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-601', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '02482', 'will.fan', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6010', 'SUPERVISORY_ORGANIZATION-3-2599', null, '声音体验团队', 'Sonic Experience Team', null, 'A1051901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6010', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '16605', 'fei.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6011', 'SUPERVISORY_ORGANIZATION-3-2599', null, '数字体验实验室', 'Digital Experience Lab', null, 'A1051201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6011', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '25658', 'elliott.zhu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6011', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6012', 'SUPERVISORY_ORGANIZATION-3-6010', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6012', null, '1', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '16605', 'fei.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6013', 'SUPERVISORY_ORGANIZATION-3-1853', null, '用户顾问团队,石家庄东南智汇城', 'User Fellow Team, Shijiazhuang Dongnanzhihuicheng', null, 'C126011009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6013', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '07424', 'yuehong.feng', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6013', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6014', 'SUPERVISORY_ORGANIZATION-3-2763', null, '模具冲压管理组', 'Tooling Stamping Management Sub-team', null, 'A102120201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6014', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, 'C0584', 'bob.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6014', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6015', 'SUPERVISORY_ORGANIZATION-3-2767', null, 'F2 工程投产组', 'F2 Engineering Launch Sub-team', null, 'A102120101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6015', null, '0', 'admin', '2022-05-26 17:21:19', null, null, null, null, null, null, '05068', 'jian.zhang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6015', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6016', 'SUPERVISORY_ORGANIZATION-3-4251', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6016', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '18808', 'zeliang.cao', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6017', 'SUPERVISORY_ORGANIZATION-3-6016', null, '车间团队,无锡公司', 'Workshop Team, Wuxi Company', null, 'C150010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6017', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '08999', 'zuhe.zhang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6017', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6018', 'SUPERVISORY_ORGANIZATION-3-1178', null, '能源换电服务团队(合肥)', 'Regional Power Management Power Swap Service Team (Hefei)', null, 'C1590203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6018', null, '1', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '05972', 'corey.zhang', '03476;04685;11261;16305;26976;28399', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6018', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6019', 'SUPERVISORY_ORGANIZATION-3-6021', null, '用户顾问团队,青岛万象城店', 'User Fellow Team, Qingdao the Mixc Store', null, 'C129010116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6019', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '08034', 'qi.ding1', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-602', null, null, '服务体验运营部', 'Service Experience Operation Department', null, 'SO-SCM-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-602', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6020', 'SUPERVISORY_ORGANIZATION-3-6021', null, '用户顾问团队,青岛海天中心', 'User Fellow Team, Qingdaohaitian Center', null, 'C129010115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6020', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '08034', 'qi.ding1', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6021', 'SUPERVISORY_ORGANIZATION-3-1031', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6021', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '08789', 'gaofeng.xing', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1031', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6022', 'SUPERVISORY_ORGANIZATION-3-6037', null, '用户顾问团队,佛山三水新动力', 'User Fellow Team, Foshan Sanshui new power', null, 'C156010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6022', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '04079', 'kai.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6022', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6023', 'SUPERVISORY_ORGANIZATION-3-1552', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6023', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '13941', 'xiaowen.chen', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1552', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6024', 'SUPERVISORY_ORGANIZATION-3-6023', null, '运营支持,佛山公司', 'Operation Supporting, Foshan Company', null, 'C1560101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6024', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '13941', 'xiaowen.chen', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6024', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6025', 'SUPERVISORY_ORGANIZATION-3-625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6025', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '25000', 'xufang.gong', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6026', 'SUPERVISORY_ORGANIZATION-3-2320', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6026', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '06325', 'xiaoyu.chen1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6027', 'SUPERVISORY_ORGANIZATION-3-4479', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6027', null, '1', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, 'C0606', 'xiaoping.zhou', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6028', 'SUPERVISORY_ORGANIZATION-3-4816', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6028', null, '1', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, 'C0499', 'peter.hu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6029', 'SUPERVISORY_ORGANIZATION-3-4783', null, '后期PIM组', 'Launch PIM Sub-Team', null, 'B304030405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6029', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '22612', 'zhun.kou', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6029', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-603', 'MO-PNG', null, 'Nanjing Advanced Manufacturing Technology Centre', 'Nanjing Advanced Manufacturing Technology Centre', null, 'MO-PNG-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-603', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0182', 'river.zhang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6030', 'SUPERVISORY_ORGANIZATION-3-4877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6030', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '27229', 'gaia.liu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6031', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6031', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '03972', 'kai.liu1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6032', 'OC-HRM-001', null, '员工关系组', 'Employee Relationship Sub-team', null, 'D101050201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6032', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '12566', 'wenfeng.yuan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6033', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6033', null, '0', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '23485', 'jing.guo', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6034', 'PE-OAM-001', null, '能源换电服务团队(郑州)', 'Regional Power Management Power Swap Service Team (Zhengzhou)', null, 'C1590404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6034', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '28473', 'yanchao.bai', '03476;04685;11261;16305;26976;28399', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6035', 'SUPERVISORY_ORGANIZATION-3-6023', null, '服务运营,佛山公司', 'Service Operations, Foshan Company', null, 'C1560103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6035', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '36273', 'tim.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6035', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6036', 'SUPERVISORY_ORGANIZATION-3-6023', null, '用户中心,佛山公司', 'User Center, Foshan Company', null, 'C1560104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6036', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '38696', 'cissy.gai', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6037', 'SUPERVISORY_ORGANIZATION-3-6023', null, '销售,佛山公司', 'Sales, Foshan Company', null, 'C1560102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6037', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '04079', 'kai.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6037', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6038', 'SUPERVISORY_ORGANIZATION-3-6023', null, '用户发展,佛山公司', 'User Development, Foshan Company', null, 'C1560105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6038', null, '0', 'admin', '2022-05-26 17:21:20', null, null, null, null, null, null, '10312', 'jialong.zheng', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-604', null, null, '平台项目管理团队', 'Platform Program Management Team', null, 'A3010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-604', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6045', 'SUPERVISORY_ORGANIZATION-3-5262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6045', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '14353', 'chao.zhang7', '05554', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6046', 'SUPERVISORY_ORGANIZATION-3-5262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6046', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '17037', 'xu.li4', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6047', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6047', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6048', 'SUPERVISORY_ORGANIZATION-3-5746', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6048', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '42520', 'answer.zhang', '05554', 'Datong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6049', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6049', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-605', 'EP-EDS-T-001', null, 'EDU集成组', 'EDU Integration Sub-team', null, 'A103030104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-605', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6050', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6050', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6051', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6051', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6052', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6052', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6053', 'SUPERVISORY_ORGANIZATION-3-6267', null, 'Vehicle Integration', 'Vehicle Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6053', null, '0', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '26443', 'gongming.li', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6267', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6054', 'SUPERVISORY_ORGANIZATION-3-4877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6054', null, '0', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '11693', 'shijuan.tian', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6055', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6055', null, '0', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '09131', 'hongwei.wang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6056', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6056', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '12321', 'sen.xu', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6057', 'SUPERVISORY_ORGANIZATION-3-1882', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6057', null, '0', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '02369', 'yunyao.fan', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1882', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6058', 'SUPERVISORY_ORGANIZATION-3-1882', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6058', null, '0', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '09691', 'tingwei.jiang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1882', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6059', 'SUPERVISORY_ORGANIZATION-3-3820', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6059', null, '1', 'admin', '2022-05-26 17:21:21', null, null, null, null, null, null, '30624', 'ze.zhang1', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-606', 'UD-SAM', null, '订单运营与交付保障团队', 'Order Operation & Delivery Assurance Team', null, 'C1030206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-606', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '03234', 'sean.shen', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6060', 'SUPERVISORY_ORGANIZATION-3-8928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6060', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '19783', 'quan.jia', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6061', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6061', null, '1', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '02513', 'chris.chen1', '04160', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6062', 'SUPERVISORY_ORGANIZATION-3-820', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6062', null, '1', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '18122', 'shuqing.yao', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6063', 'SUPERVISORY_ORGANIZATION-3-2128', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6063', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '11651', 'yansong.he', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6064', 'XPT_ORG_REFERENCE_20200424_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6064', null, '1', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '21013', 'lee.li3', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6065', 'SUPERVISORY_ORGANIZATION-3-2171', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6065', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '04406', 'haifeng.gong', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6066', 'SUPERVISORY_ORGANIZATION-3-2535', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6066', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '13290', 'yinong.yang', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6067', 'SUPERVISORY_ORGANIZATION_20200518_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6067', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '08011', 'junying.li', '03476;04271;04685;11261;12009;13558;16305;26976', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6068', 'SUPERVISORY_ORGANIZATION-3-1951', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6068', null, '1', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '18539', 'taowen.hong', 'C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6069', 'SUPERVISORY_ORGANIZATION-3-6674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6069', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '26829', 'xuan.hu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-607', null, null, '市场保障项目管理部', 'Commercial Logistics Program Department', null, 'CL-CLP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-607', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, 'User_Experience', 'User Experience (Do Not Use) (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6070', 'SUPERVISORY_ORGANIZATION-3-4383', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6070', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '34444', 'hangxing.zhou', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6071', 'SUPERVISORY_ORGANIZATION-3-7646', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6071', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '18108', 'hongxia.li', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6072', 'SUPERVISORY_ORGANIZATION-3-5191', null, '电池包及子零件合作伙伴工业化组', 'Pack & Sub Tier PID Sub-team', null, 'B304020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6072', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '100286', 'tom.yin', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6072', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6073', 'SUPERVISORY_ORGANIZATION-3-1569', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6073', null, '1', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '22702', 'yajun.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6074', 'SUPERVISORY_ORGANIZATION-3-6078', null, '运营支持,绍兴公司', 'Operation Supporting, Shaoxing Company', null, 'C1670106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6074', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6074', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6075', 'SUPERVISORY_ORGANIZATION-3-6078', null, '服务运营,绍兴公司', 'Service Operations, Shaoxing Company', null, 'C1670104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6075', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6076', 'SUPERVISORY_ORGANIZATION-3-6078', null, '用户中心,绍兴公司', 'User Center, Shaoxing Company', null, 'C1670103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6076', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6076', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6077', 'SUPERVISORY_ORGANIZATION-3-6078', null, '用户发展,绍兴公司', 'User Development, Shaoxing Company', null, 'C1670101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6077', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '41452', 'brenda.peng', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6078', 'SUPERVISORY_ORGANIZATION-3-1550', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '副职', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6078', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6079', 'SUPERVISORY_ORGANIZATION-3-6085', null, '用户发展,嘉兴公司', 'User Development, Jiaxing Company', null, 'C1650101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6079', null, '0', 'admin', '2022-05-26 17:21:22', null, null, null, null, null, null, '05241', 'siyun.shen', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-608', 'SUPERVISORY_ORGANIZATION-3-663', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-608', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0572', 'xiaorui.li', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6080', 'SUPERVISORY_ORGANIZATION-3-7760', null, '用户顾问团队,嘉兴华府八佰伴', 'User Fellow Team, Jiaxing Huafu Babaiban', null, 'C165010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6080', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '04048', 'jing.wu1', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6081', 'SUPERVISORY_ORGANIZATION-3-7760', null, '用户顾问团队,桐乡吾悦广场', 'User Fellow Team, Tongxiang Wuyue Plaza', null, 'C165010204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6081', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '12889', 'yifei.zhang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6082', 'SUPERVISORY_ORGANIZATION-3-7760', null, '用户顾问团队,海宁银泰城', 'User Fellow Team, Haining Yintai', null, 'C165010203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6082', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '11362', 'shijun.xu', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6083', 'SUPERVISORY_ORGANIZATION-3-7760', null, '用户顾问团队,嘉兴八佰伴', 'User Fellow Team, Jiaxing Babaiban', null, 'C157010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6083', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '04048', 'jing.wu1', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6083', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6084', 'SUPERVISORY_ORGANIZATION-3-6085', null, '运营支持,嘉兴公司', 'Operation Supporting, Jiaxing Company', null, 'C1650106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6084', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C0874', 'leo.pang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6084', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6085', 'SUPERVISORY_ORGANIZATION-3-1475', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6085', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C0874', 'leo.pang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1475', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6086', 'SUPERVISORY_ORGANIZATION-3-2454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6086', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C0874', 'leo.pang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6087', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳观澜湖MH MALL', 'User Fellow Team, Shenzhen MH MALL', null, 'C113010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6087', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '14072', 'zhenjiang.ren', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6088', 'SUPERVISORY_ORGANIZATION-3-2756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6088', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '05778', 'long.li', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6089', 'SUPERVISORY_ORGANIZATION-3-2756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6089', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '07233', 'haitao.yang', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-609', 'SUPERVISORY_ORGANIZATION-3-2018', null, 'Digital Systems', 'Digital Systems', null, '4220', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-609', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'U0085', null, '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6090', 'SUPERVISORY_ORGANIZATION-3-2756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6090', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '05778', 'long.li', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6091', 'SUPERVISORY_ORGANIZATION-3-2756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6091', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '19915', 'pan.zhan', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6092', 'SUPERVISORY_ORGANIZATION-3-2756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6092', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '07128', 'zhonghua.zhang', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6093', 'SUPERVISORY_ORGANIZATION-3-2756', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6093', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C1105', 'binbin.zhou', '03476;04685;04949;11261;11784;16305;23271;26976;28399', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6094', 'SUPERVISORY_ORGANIZATION-3-1975', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6094', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '11931', 'zheci.rong', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6095', 'SUPERVISORY_ORGANIZATION-3-2077', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6095', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '12344', 'henry.sun', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6096', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6096', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C1179', 'aiqin.zhang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6097', 'SUPERVISORY_ORGANIZATION-3-2605', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6097', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '17135', 'eric.sun', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6098', 'SUPERVISORY_ORGANIZATION-3-3977', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6098', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '28701', 'sally.fan', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6099', 'SUPERVISORY_ORGANIZATION-3-1081', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6099', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '24015', 'arya.du', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-610', null, null, '项目管理团队', 'Project Management Team', null, 'UC-UOM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-610', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-610', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6100', 'SUPERVISORY_ORGANIZATION-3-1757', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6100', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C0144', 'raymond.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6101', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6101', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '23983', 'ruohan.qin', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6102', 'SUPERVISORY_ORGANIZATION-3-5898', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6102', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '29037', 'yubin.liu', '09077;12966;C0941;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5898', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6103', 'SUPERVISORY_ORGANIZATION-3-5898', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6103', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '29037', 'yubin.liu', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5898', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6104', 'SUPERVISORY_ORGANIZATION-3-1673', null, 'NT1/2 功能和整车集成团队', 'NT1/2 Function & Vehicle Integration Team', null, 'A2020912', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6104', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C0609', 'stefan.jing', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6105', 'SUPERVISORY_ORGANIZATION-3-674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6105', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '05837', 'ran.he', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6106', 'SUPERVISORY_ORGANIZATION-3-2158', null, '创新与服务团队', 'Innovation & Service Team', null, 'C1490203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6106', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, 'C0549', 'yixin.cheng', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6106', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6107', 'EP-ESS', null, '沃尔塔开发部', 'Volta Development Department', null, 'A10406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6107', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '27261', 'yanxin.zhan', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6108', 'SUPERVISORY_ORGANIZATION-3-6549', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6108', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '26613', 'michael.yan', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6109', 'SUPERVISORY_ORGANIZATION-3-6549', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6109', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '25271', 'lucy.wang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-611', 'SUPERVISORY_ORGANIZATION-3-2771', null, '涂装工艺1组', 'Paint Process 1 Sub-team', null, 'B301100202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-611', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0958', 'haibin.zhang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6110', 'SUPERVISORY_ORGANIZATION-3-6107', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6110', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '27154', 'hui.wang5', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6111', 'SUPERVISORY_ORGANIZATION-3-1675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6111', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '32424', 'shawn.xu1', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6112', 'SUPERVISORY_ORGANIZATION-3-1675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6112', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '22502', 'nick.li', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6113', 'SUPERVISORY_ORGANIZATION-3-1675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6113', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '28501', 'yi.guo1', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6114', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6114', null, '1', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '08910', 'eurus.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6115', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6115', null, '0', 'admin', '2022-05-26 17:21:23', null, null, null, null, null, null, '25330', 'linkai.liang', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6116', 'SUPERVISORY_ORGANIZATION-3-5951', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6116', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '08857', 'vivian.zhou1', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6117', 'SUPERVISORY_ORGANIZATION-3-3583', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6117', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '20581', 'ning.fang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6118', 'ID-IDP', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6118', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '06026', 'susan.zhao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'ID-IDP', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6119', 'SUPERVISORY_ORGANIZATION-3-3462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6119', null, '1', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-612', 'MO-PNG', null, '项目管理团队', 'Program Management Team', null, 'B3010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-612', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0182', 'river.zhang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-612', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6120', 'OC-HRM-004-03', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6120', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '26976', 'liz.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-004-03', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6121', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6121', null, '1', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6122', 'SUPERVISORY_ORGANIZATION-3-4721', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6122', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '10606', 'ke.lei', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6123', 'SUPERVISORY_ORGANIZATION-3-2063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6123', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '07186', 'xinchun.lv', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6124', 'SUPERVISORY_ORGANIZATION-3-7365', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6124', null, '1', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '28526', 'ruilu.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6125', 'SUPERVISORY_ORGANIZATION-3-6436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6125', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '24040', 'ruiyao.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6126', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6126', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '26810', 'leo.gu1', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6127', 'SUPERVISORY_ORGANIZATION-3-2574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6127', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '19753', 'fiona.zhang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-613', 'SUPERVISORY_ORGANIZATION-3-1979', null, 'Electrification', 'Electrification', null, '4500', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-613', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6134', 'SUPERVISORY_ORGANIZATION-3-1675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6134', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '22502', 'nick.li', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6135', 'SUPERVISORY_ORGANIZATION-3-5554', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6135', null, '1', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '28134', 'steve.dong', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6136', 'SUPERVISORY_ORGANIZATION-3-4780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6136', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '10086', 'haijun.yu', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6137', 'PE_SUPERVISORY_ORGANIZATION_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6137', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '08485', 'joe.qiao', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6138', 'SUPERVISORY_ORGANIZATION-3-3944', null, '标定部', 'Calibration Department', null, 'A20910', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6138', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '29242', 'kang.xu3', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6139', 'SUPERVISORY_ORGANIZATION-3-6869', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6139', null, '1', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '24839', 'liang.zhong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-614', null, null, '项目管理团队', 'Project Management Team', null, 'B1040406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-614', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-614', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6140', 'SUPERVISORY_ORGANIZATION-3-2746', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6140', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '09692', 'alisa.zhang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6141', 'SUPERVISORY_ORGANIZATION-3-5715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6141', null, '0', 'admin', '2022-05-26 17:21:24', null, null, null, null, null, null, '23779', 'icy.wang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6142', 'SUPERVISORY_ORGANIZATION-3-3587', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6142', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '09575', 'weichao.fu', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6143', 'SUPERVISORY_ORGANIZATION-3-3739', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6143', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '17521', 'xiang.zhao2', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3739', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6144', 'PE_SUPERVISORY_ORGANIZATION_117', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6144', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '17781', 'yihao.li', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6145', 'SUPERVISORY_ORGANIZATION-3-3944', null, '质量保障部', 'Quality Assurance Department', null, 'A20909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6145', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '32200', 'jin.yang3', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6146', 'SUPERVISORY_ORGANIZATION-3-6161', null, '能源数字化产品开发部', 'Power Digital Products Development Department', null, 'C15704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6146', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6146', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6147', 'PE', null, '能源体系管理', 'NIO Power System', null, 'C157', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6147', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-6147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6148', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程基建团队', 'Infrastructure Engineering Team', null, 'C1590104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6148', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '34334', 'z.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6148', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6149', 'SUPERVISORY_ORGANIZATION-3-2376', null, '换电服务团队', 'Power Swap Service Team', null, 'C1590105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6149', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '07007', 'lei.yi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-615', 'FN-TSR', null, '资金管理部', 'Treasury Department', null, 'FN-TSR-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-615', null, '1', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '12162', 'chao.wang10', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-615', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6150', 'SUPERVISORY_ORGANIZATION-3-2376', null, '家充服务团队', 'Power Home Service Team', null, 'C1590106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6150', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '07296', 'zi.ye', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6151', 'SUPERVISORY_ORGANIZATION-3-2376', null, '运维服务团队', 'Operation & Maintenance Service Team', null, 'C1590109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6151', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '02782', 'qingya.he', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6151', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6152', 'SUPERVISORY_ORGANIZATION-3-2376', null, '区域工程支持团队', 'Regional Engineering Support Team', null, 'C1590108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6152', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '06880', 'vivian.xie', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6152', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6153', 'SUPERVISORY_ORGANIZATION-3-2376', null, '能源赋能团队', 'Empowerment Training Team', null, 'C1590107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6153', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '08792', 'lixiang.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6153', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6154', 'PE-OAM', null, '能源商业发展部', 'Power Business Development Department', null, 'C15916', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6154', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6154', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6155', 'PE-OAM', null, '服务运营规划团队', 'Service Operation Planning Team', null, 'C1591501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6155', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6155', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6156', 'PE-SPL', null, '工业设计管理团队', 'Industrial Design Management Team', null, 'C1580303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6156', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0430', 'terry.lai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6156', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6157', 'PE-SPL', null, '产品规划管理团队', 'Product Management Team', null, 'C1580302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6157', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0430', 'terry.lai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6158', 'PE-PCD', null, '能源设备智能运维团队', 'Power Equipment Intelligent O&M Team', null, 'C1570304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6158', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0970', 'sean.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6158', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6159', 'SUPERVISORY_ORGANIZATION-3-8315', null, '全球能源业务规划团队', 'Global Power Planning Team', null, 'C1570701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6159', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '25844', 'h.yin', '02823;03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-616', 'SUPERVISORY_ORGANIZATION-3-2336', null, 'Information Security', 'Information Security', null, '7200', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-616', null, '0', 'admin', '2022-05-26 17:20:26', null, null, null, null, null, null, '02565', null, '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6160', 'SUPERVISORY_ORGANIZATION-3-6147', null, '能源质量安全管理部', 'Power Quality & Safety Management Department', null, 'C15705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6160', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6160', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6161', 'SUPERVISORY_ORGANIZATION-3-6147', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '副职', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6161', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, 'C0579', 'brad.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6162', 'SUPERVISORY_ORGANIZATION-3-6151', null, '技术响应组', 'Technical Response Sub-team', null, 'C159010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6162', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '02782', 'qingya.he', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6162', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6163', 'SUPERVISORY_ORGANIZATION-3-6151', null, '电池运维组', 'Protocol Battery Operation & Maintenance Sub-team', null, 'C159010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6163', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '08781', 'caden.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6163', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6164', 'SUPERVISORY_ORGANIZATION-3-6151', null, '超充运维组', 'Super Charging Operation & Maintenance Sub-team', null, 'C159010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6164', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '05304', 'huidong.sheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6164', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6165', 'SUPERVISORY_ORGANIZATION-3-6151', null, '换电站运维组', 'Power Swap Operation & Maintenance Sub-team', null, 'C159010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6165', null, '1', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '02488', 'xutao.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6165', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6166', 'SUPERVISORY_ORGANIZATION-3-6150', null, '技术支持组', 'Technical Support Sub-team', null, 'C159010603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6166', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '05304', 'huidong.sheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6166', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6167', 'SUPERVISORY_ORGANIZATION-3-6150', null, '合作伙伴管理组', 'Partner Management Sub-team', null, 'C159010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6167', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '07296', 'zi.ye', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6167', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6168', 'SUPERVISORY_ORGANIZATION-3-6150', null, '服务运营组', 'Service Operation Sub-team', null, 'C159010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6168', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '06091', 'ming.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6169', 'SUPERVISORY_ORGANIZATION-3-6148', null, '海外支持组', 'Overseas Support Sub-team', null, 'C159010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6169', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '22702', 'yajun.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6169', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-617', 'SUPERVISORY_ORGANIZATION-3-530', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-617', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-617', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6170', 'SUPERVISORY_ORGANIZATION-3-6148', null, '项目管理组', 'Engineering Project Management Sub-team', null, 'C159010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6170', null, '0', 'admin', '2022-05-26 17:21:25', null, null, null, null, null, null, '34334', 'z.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6171', 'SUPERVISORY_ORGANIZATION-3-6148', null, '基建管理组', 'Construction Management Sub-team', null, 'C159010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6171', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '34334', 'z.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6172', 'SUPERVISORY_ORGANIZATION-3-2095', null, '人员管理组', 'Personnel Management Sub-team', null, 'C157020302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6172', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '07007', 'lei.yi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6172', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6173', 'SUPERVISORY_ORGANIZATION-3-2095', null, '换电服务运营组', 'Power Swap Service Sub-team', null, 'C157020301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6173', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '07007', 'lei.yi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6174', 'SUPERVISORY_ORGANIZATION-3-6151', null, '仓储备件管理组', 'Storage Spare Parts Management Sub-team', null, 'C159010905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6174', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '05782', 'qiubo.shu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6175', 'SUPERVISORY_ORGANIZATION-3-6154', null, '区域拓展支持团队', 'Regional Partner Engagement Support Team', null, 'C1591603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6175', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6175', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6176', 'SUPERVISORY_ORGANIZATION-3-6154', null, '策略发展团队', 'Strategy Development Team', null, 'C1591601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6176', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, 'C0999', 'sarah.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6177', 'SUPERVISORY_ORGANIZATION-3-6154', null, '商业开发团队', 'Business Development Team', null, 'C1591604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6177', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '09590', 'jie.chen4', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6178', 'SUPERVISORY_ORGANIZATION-3-6154', null, '产业融合团队', 'Industrial Integration Team', null, 'C1591602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6178', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '04280', 'ruiqing.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6178', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6179', 'SUPERVISORY_ORGANIZATION-3-3722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6179', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '06569', 'sank.chen', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-618', null, null, '标定及仿真团队', 'Calibration & Simulation Team', null, 'EP-EAC-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-618', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6180', 'SUPERVISORY_ORGANIZATION-3-6181', null, 'CMF & PQ', 'CMF & PQ', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6180', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '23865', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6180', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6181', 'SUPERVISORY_ORGANIZATION-3-5408', null, '色彩材料', 'Context, CMF Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6181', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '23865', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6181', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6182', 'SUPERVISORY_ORGANIZATION-3-5868', null, 'DPM', 'DPM', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6182', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '23861', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6182', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6183', 'SUPERVISORY_ORGANIZATION-3-5868', null, 'Studio Engineering', 'Studio Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6183', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '23517', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6183', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6184', 'SUPERVISORY_ORGANIZATION-3-5868', null, 'VISUALIZATION', 'VISUALIZATION', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6184', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '24432', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6184', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6185', 'SUPERVISORY_ORGANIZATION-3-5939', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6185', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '26649', 'jiafan.shi', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6186', 'OC-ADM-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6186', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, 'C0174', 'sophie.yang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-ADM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6187', 'SUPERVISORY_ORGANIZATION-3-655', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6187', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '07215', 'william.wu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6188', 'SUPERVISORY_ORGANIZATION-3-4781', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6188', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '24329', 'fang.qi', '100073', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6189', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6189', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '23332', 'zhengxu.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-619', 'PE-PRD-004', null, '嵌入式软件团队', 'EBS Team', null, 'C1580403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-619', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '02196', 'weiwang.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6190', 'SUPERVISORY_ORGANIZATION-3-2624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6190', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '06132', 'sean.zhao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6191', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6191', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '13079', 'liu.xie', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6192', 'SUPERVISORY_ORGANIZATION-3-2799', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6192', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '05967', 'fernando.li', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6193', 'SUPERVISORY_ORGANIZATION-3-6176', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6193', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '09282', 'kit.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6194', 'SUPERVISORY_ORGANIZATION-3-3421', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6194', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '11530', 'yisen.gu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6195', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '电驱动智能制造规划 & 工程团队', 'EDS Intelligent Manufacturing Planning & Engineering Team', null, 'B3040502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6195', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '26156', 'weiping.lu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6196', 'SUPERVISORY_ORGANIZATION-3-5191', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6196', null, '1', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '100811', 'shengyu.song', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5191', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6197', 'SUPERVISORY_ORGANIZATION-3-6429', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6197', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '21433', 'allen.yang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6198', 'SUPERVISORY_ORGANIZATION-3-3742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6198', null, '0', 'admin', '2022-05-26 17:21:26', null, null, null, null, null, null, '26830', 'susie.su', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6199', 'SUPERVISORY_ORGANIZATION-3-3996', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6199', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '25488', 'yunfei.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-620', 'SUPERVISORY_ORGANIZATION-3-480', null, '用户发展,北京公司', 'User Development, Beijing Company', null, 'C1120101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-620', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '12904', 'sarah.cao', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6200', 'SUPERVISORY_ORGANIZATION-3-7778', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6200', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '05440', 'qianchuang.ding', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6201', 'SUPERVISORY_ORGANIZATION-3-2564', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6201', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '03938', 'monica.yan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6202', 'SUPERVISORY_ORGANIZATION-3-1564', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6202', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '05165', 'jenny.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1564', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6203', 'SUPERVISORY_ORGANIZATION-3-2477', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6203', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '25912', 'wei.yu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6204', 'SUPERVISORY_ORGANIZATION-3-6248', null, '智能硬件', 'Smart Hardware', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6204', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '28136', 'lynch.li', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6205', 'SUPERVISORY_ORGANIZATION-3-5868', null, 'CAS MODELING', 'CAS MODELING', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6205', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '23861', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6205', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6206', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,开封万达广场', 'User Fellow Team, Kaifeng Wanda', null, 'C120010912', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6206', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '09027', 'ryan.guo', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6206', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6207', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,新密中强光年', 'User Fellow Team, Xinmi Zhongqiang', null, 'C120010913', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6207', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '06177', 'sichun.yang', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6207', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6208', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,荥阳吾悦广场', 'User Fellow Team, Xingyang Wuyue', null, 'C120010914', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6208', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '24897', 'david.wu2', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6208', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6209', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳卓悦中心', 'User Fellow Team, Shenzhen One Avenue', null, 'C113010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6209', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '13512', 'cheng.yang1', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-621', null, null, '用户中心,北京', 'User Center,Beijing', null, 'CO-BJ-UC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-621', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, null, null, null, null, 'User_Experience', 'User Experience (Do Not Use) (inactive)', null, 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6210', 'PE-OAM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6210', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '02347', 'yuheng.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6211', 'SUPERVISORY_ORGANIZATION-3-1178', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6211', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '10696', 'wei.zhou1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1178', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6212', 'SUPERVISORY_ORGANIZATION-3-814', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6212', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6213', 'SUPERVISORY_ORGANIZATION-3-770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6213', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6214', 'SUPERVISORY_ORGANIZATION-3-769', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6214', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '18817', 'xiwei.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6215', 'SUPERVISORY_ORGANIZATION-3-3735', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6215', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '06943', 'mao.ye', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3735', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6216', 'SUPERVISORY_ORGANIZATION-3-7913', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6216', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '28942', 'huihui.cheng', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7913', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6217', 'SUPERVISORY_ORGANIZATION-3-4607', null, '车辆动态控制开发组', 'Motion Function Development Sub-team', null, 'A102170801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6217', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, 'C0791', 'xinyi.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6218', 'SUPERVISORY_ORGANIZATION-3-3380', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6218', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '23988', 'karen.xie', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6219', 'SUPERVISORY_ORGANIZATION-3-4020', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6219', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '12398', 'jieyi.lu', '03280;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-622', 'SUPERVISORY_ORGANIZATION-3-480', null, '服务运营,北京公司', 'Service Operations, Beijing Company', null, 'C1120104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-622', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '02586', 'max.zhong', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6220', 'SO-SEG', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6220', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '12829', 'devin.ding', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SO-SEG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6221', 'SUPERVISORY_ORGANIZATION-3-3032', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6221', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '23625', 'songran.liu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6222', 'SUPERVISORY_ORGANIZATION-3-3850', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6222', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '10204', 'jane.jin', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6225', 'SUPERVISORY_ORGANIZATION-3-2385', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6225', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '12899', 'zhenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2385', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6226', '20191225_SUPERVISORY_ORG_3', null, '用户顾问团队,哈尔滨麦凯乐', 'User Fellow Team, Harbin MYKAL', null, 'C140010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6226', null, '1', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '09838', 'neal.cui', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6227', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,滨州万达', 'User Fellow Team, Binzhou Wanda', null, 'C130010113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6227', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '29336', 'eric.wang4', '10729', 'Binzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6227', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6228', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海中信泰富万达', 'User Fellow Team, Shanghai ZhongXinTaiFuWanDa', null, 'C111011126', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6228', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '03709', 'jie.chen1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6228', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6229', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海大宁国际商业广场', 'User Fellow Team, Shanghai Daning International Business Plaza', null, 'C111011127', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6229', null, '0', 'admin', '2022-05-26 17:21:27', null, null, null, null, null, null, '05373', 'minghao.jia', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-623', null, null, '用户顾问,北京', 'User Fellowship, Beijing', null, 'CO-BJ-UF', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-623', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-623', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6230', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海百联川沙购物中心', 'User Fellow Team, Shanghai Bailian Chuansha Shopping Center', null, 'C111011125', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6230', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '12175', 'albert.li1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6230', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6231', 'SUPERVISORY_ORGANIZATION-3-1068', null, '能源换电服务团队(广州)', 'Regional Power Management Power Swap Service Team (Guangzhou)', null, 'C1591103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6231', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '10950', 'zhesheng.zeng', '03476;04685;11261;16305;26976;28399', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6231', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6232', 'SUPERVISORY_ORGANIZATION-3-675', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6232', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '04790', 'xia.chen1', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6233', 'SUPERVISORY_ORGANIZATION-3-3421', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6233', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '24853', 'yiqian.le', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6234', 'XPT_ORG_REFERENCE_20200424_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6234', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '27823', 'nathan.li', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6235', 'SUPERVISORY_ORGANIZATION-3-4942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6235', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '09196', 'yan.jia', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6236', 'SUPERVISORY_ORGANIZATION-3-547', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6236', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '20673', 'shasha.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6237', 'SUPERVISORY_ORGANIZATION-3-6138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6237', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '24971', 'jeremy.xu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6238', 'SUPERVISORY_ORGANIZATION-3-6953', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6238', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '15661', 'yanghao.sun', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6239', 'SUPERVISORY_ORGANIZATION-3-6205', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6239', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '23862', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6205', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-624', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(北京)', 'Human Resource Team (Beijing)', null, 'D1010806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-624', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6240', 'SUPERVISORY_ORGANIZATION-3-5868', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6240', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '24432', null, '03729', 'Munich-DE', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6241', '20191212_SUPERVISORY_ORG_47', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6241', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C1034', 'harper.yao', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_47', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6242', 'SUPERVISORY_ORGANIZATION-3-4675', null, '服务运营', 'Service Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6242', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6242', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6243', 'SUPERVISORY_ORGANIZATION-3-4675', null, '用户数字产品', 'User Digital Product', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6243', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6243', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6244', 'SUPERVISORY_ORGANIZATION-3-4675', null, '用户运营', 'User Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6244', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6245', 'SUPERVISORY_ORGANIZATION-3-4675', null, '用户体验', 'User Experience', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6245', null, '1', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '06238', 'alan.ai', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6246', 'SUPERVISORY_ORGANIZATION-3-4675', null, '质量', 'Quality', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6246', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '29374', 'nancy.chong', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6246', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6247', 'SUPERVISORY_ORGANIZATION-3-4675', null, '制造物流运营', 'Manufacturing & Logistics', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6247', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6248', 'SUPERVISORY_ORGANIZATION-3-4675', null, '数字架构定义及集成', 'Digital Architecture Definition & Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6248', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '32682', 'robin.zhang1', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6249', 'SUPERVISORY_ORGANIZATION-3-4675', null, '供应链发展', 'Supply Chain Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6249', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, 'EU0163', 'jianfeng.mu', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-625', 'CO-SHA-001', null, '用户中心,上海公司', 'User Center, Shanghai Company', null, 'C1110103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-625', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '12934', 'cherry.lin', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6250', 'SUPERVISORY_ORGANIZATION-3-5453', null, '测试及法规认证', 'Test & Homo', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6250', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '23202', 'jeff.hu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6251', 'SUPERVISORY_ORGANIZATION-3-5453', null, '整车概念', 'Vehicle Concepts', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6251', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '23202', 'jeff.hu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6252', 'SUPERVISORY_ORGANIZATION-3-6248', null, '车联网', 'Connectivity', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6252', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '32682', 'robin.zhang1', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6252', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6253', 'SUPERVISORY_ORGANIZATION-3-6248', null, '数字架构', 'Digital Architecture', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6253', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '28136', 'lynch.li', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6254', 'SUPERVISORY_ORGANIZATION-3-5539', null, '项目管理办公室', 'Program Management Office', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6254', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, 'C1194', 'nicole.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6255', 'SUPERVISORY_ORGANIZATION-3-5539', null, '整车数字项目管理', 'Digital Program Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6255', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, 'C1194', 'nicole.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6255', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6256', 'SUPERVISORY_ORGANIZATION-3-5539', null, '整车项目管理', 'Vehicle Program Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6256', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, 'C1194', 'nicole.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6257', 'SUPERVISORY_ORGANIZATION-3-5462', null, '数字交互设计', 'Digital Interface Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6257', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '23773', 'jinliang.lei', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6257', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6258', 'SUPERVISORY_ORGANIZATION-3-5462', null, '数字软件平台开发', 'Digital Software Platform Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6258', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '28132', 'robbie.wu', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6258', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6259', 'SUPERVISORY_ORGANIZATION-3-5462', null, '数字座舱软件开发', 'Digital Cockpit Software Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6259', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '27683', 'neil.zhang', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6259', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-626', 'SUPERVISORY_ORGANIZATION-3-1654', null, '用户顾问团队,上海公司', 'User Fellow Team, Shanghai Company', null, 'C1110109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-626', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '03071', 'jiajun.cao', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6260', 'SUPERVISORY_ORGANIZATION-3-5462', null, '数字产品体验', 'Digital Product Experience', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6260', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '23773', 'jinliang.lei', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6260', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6261', 'SUPERVISORY_ORGANIZATION-3-5462', null, '座舱架构和交付管理', 'Cockpit Architecture & Delivery Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6261', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '27846', 'yonghui.xue', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6262', 'SUPERVISORY_ORGANIZATION-3-5554', null, '底盘与动力总成', 'Chassis & Powertrain', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6262', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '28134', 'steve.dong', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6263', 'SUPERVISORY_ORGANIZATION-3-5554', null, '工程质量', 'Engineering Quality', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6263', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, 'C0934', 'yunfeng.wu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6263', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6264', 'SUPERVISORY_ORGANIZATION-3-5554', null, '整车应用软件', 'Vehicle Application Software', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6264', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '24309', 'henrik.zhao', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6265', 'SUPERVISORY_ORGANIZATION-3-5554', null, '热管理与空调', 'Thermal & HVAC', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6265', null, '0', 'admin', '2022-05-26 17:21:28', null, null, null, null, null, null, '24309', 'henrik.zhao', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6265', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6266', 'SUPERVISORY_ORGANIZATION-3-5554', null, '内饰', 'Interior', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6266', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '29246', 'yale.zhang', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6266', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6267', 'SUPERVISORY_ORGANIZATION-3-5554', null, '车身外饰', 'Body and Exterior', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6267', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '28128', 'tiger.zhao', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6267', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6268', 'SUPERVISORY_ORGANIZATION-3-1722', null, '整车产品体验定义及管理', 'Vehicle Product Experience Definition & MGT', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6268', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0151', 'eric.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6268', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6269', 'SUPERVISORY_ORGANIZATION-3-1722', null, '产品战略及规划', 'Product Strategy & Planning', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6269', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0151', 'eric.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6269', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-627', 'CO-SHA-001', null, '服务运营,上海公司', 'Service Operations, Shanghai Company', null, 'C1110104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-627', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '12641', 'ji.li1', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6270', 'SUPERVISORY_ORGANIZATION-3-1722', null, '核心技术平台体验定义及管理', 'Core Tech Platform Experience Definition & MGT', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6270', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0151', 'eric.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6270', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6271', 'SUPERVISORY_ORGANIZATION-3-5408', null, 'Context & CMF', 'Context & CMF', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6271', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '23865', null, '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6271', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6272', 'SUPERVISORY_ORGANIZATION-3-3480', null, '工程运营组', 'Engineering Operation Sub-Team', null, 'A212020501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6272', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '100780', 'john.zheng', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6273', 'SUPERVISORY_ORGANIZATION-3-3480', null, '技术项目管理组', 'Technical Project Management Sub-Team', null, 'A212020502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6273', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '100780', 'john.zheng', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6273', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6274', 'SUPERVISORY_ORGANIZATION-3-3462', null, '合肥EDS同步工程中心团队', 'Hefei EDS Synchronize Center Team', null, 'A2120206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6274', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '19795', 'chunhua.wang', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6274', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6275', 'SUPERVISORY_ORGANIZATION-3-3472', null, '合肥 XPE 机械设计团队', 'Hefei XPE Mechanical Design Team', null, 'A2120801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6275', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '32959', 'shawn.huang1', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6275', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6276', 'SUPERVISORY_ORGANIZATION-3-3462', null, '合肥机械子系统开发团队', 'Hefei Mechanical Sub-System Development Team', null, 'A2120216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6276', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '31495', 'xiaofei.yin1', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6276', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6277', 'SUPERVISORY_ORGANIZATION-3-3462', null, '合肥电气子系统开发团队', 'Hefei Electric Sub-System Development Team', null, 'A2120215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6277', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0451', 'nan.ye', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6278', 'SUPERVISORY_ORGANIZATION-3-3462', null, '合肥技术项目管理团队', 'Hefei Technical Project Management Team', null, 'A2120211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6278', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6279', 'SUPERVISORY_ORGANIZATION-3-4781', null, '模块可靠性与失效分析团队', 'Module Reliability & Failure Analysis Team', null, 'A2120703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6279', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '13623', 'yu.zhang1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-628', 'SUPERVISORY_ORGANIZATION-3-2036', null, 'Vehicle Engineering', 'Vehicle Engineering', null, '4200', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-628', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Department', '1', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6280', 'SUPERVISORY_ORGANIZATION-3-4781', null, '功率模块设计团队', 'Power Module Design Team', null, 'A2120701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6280', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '24329', 'fang.qi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6281', 'SUPERVISORY_ORGANIZATION-3-4781', null, '自定义芯片设计团队', 'Customized Power Chip Design Team', null, 'A2120702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6281', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '17904', 'daohui.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6281', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6282', 'SUPERVISORY_ORGANIZATION-3-5040', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6282', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '20685', 'kevin.li8', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6283', 'SUPERVISORY_ORGANIZATION-3-3471', null, '合肥项目管理团队', 'Hefei Program Management Team', null, 'A2120104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6283', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6283', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6284', 'SUPERVISORY_ORGANIZATION-3-3472', null, '合肥技术项目管理及现场应用团队', 'Hefei Technical Project Management and Field Application Team', null, 'A2120309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6284', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6284', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6285', 'SUPERVISORY_ORGANIZATION-3-3472', null, '合肥软件应用开发团队', 'Hefei Software Application Team', null, 'A2120308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6285', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6285', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6286', 'SUPERVISORY_ORGANIZATION-3-3472', null, '合肥 XPE 硬件设计团队', 'Hefei XPE Hardware Design Team', null, 'A2120802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6286', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C1138', 'xiezu.su', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6286', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6287', 'SUPERVISORY_ORGANIZATION-3-3472', null, '合肥数字功率系统团队', 'Hefei Digital Power System Team', null, 'A2120306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6287', null, '1', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6287', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6288', 'SUPERVISORY_ORGANIZATION-3-3333', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6288', null, '0', 'admin', '2022-05-26 17:21:29', null, null, null, null, null, null, '08010', 'fengbiao.li', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6289', 'SUPERVISORY_ORGANIZATION-3-3333', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6289', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '36327', 'yunmeng.guo', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-629', 'PU', null, '供应链-美国', 'Supply Chain-US', null, 'B30209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-629', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'U0243', null, '03938', 'San Jose-US', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6290', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安长安万科广场', 'User Fellow Team, Xi\'an Chang\'an Vmall', null, 'C118010217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6290', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '13265', 'fei.xue', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6290', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6291', 'SUPERVISORY_ORGANIZATION-3-480', null, '门店运营团队(空间运营),北京公司', 'Store Operations Team (Space Operations) , Beijing Company', null, 'C1120109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6291', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '02967', 'alex.li1', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6292', 'SUPERVISORY_ORGANIZATION-3-480', null, '门店运营团队(用户运营),北京公司', 'Store Operations Team (User Operations) , Beijing Company', null, 'C1120110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6292', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '07546', 'chi.ou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6293', 'SUPERVISORY_ORGANIZATION-3-6292', null, '门店运营团队(用户运营)— 活动,北京公司', 'Store Operations Team (User Operations) - Event, Beijing Company', null, 'C112011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6293', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '05553', 'amy.yao', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6293', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6294', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣机构 (Not Announced)', '非官宣机构 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6294', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, 'C0935', 'fengtao.han', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6295', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣机构 (Not Announced)', '非官宣机构 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6295', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '03440', 'hanchao.yu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6296', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣机构 (Not Announced)', '非官宣机构 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6296', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '25315', 'mingxing.yang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6297', 'XPT_SUPERVISORY_ORGANIZATION_59', null, 'F2项目运营团队', 'EDS F2 Project Team', null, 'B3040506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6297', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '101356', 'tim.yu', '100075;C0033', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6297', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6298', 'SUPERVISORY_ORGANIZATION-3-6195', null, '数字化制造组', 'Digitalization Manufacturing Sub-Team', null, 'B304050205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6298', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '26156', 'weiping.lu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6298', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6299', 'SUPERVISORY_ORGANIZATION-3-3277', null, '服务中心团队,杭州莫干山店', 'Service Center Team, hangzhoumoganshandian', null, 'C115010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6299', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '29839', 'xiaoping.yu', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6299', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-630', 'CO-SHA-001', null, '交付运营,上海公司', 'Delivery Operation, Shanghai Company', null, 'C1110105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-630', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '03845', 'pino.cao', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6302', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6302', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '19848', 'jinwen.ding', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6303', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6303', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '28440', 'jia.zhou1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6304', 'SUPERVISORY_ORGANIZATION-3-1279', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6304', null, '1', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, 'C0822', 'siwei.peng', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6305', 'SUPERVISORY_ORGANIZATION-3-3558', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6305', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '20497', 'ye.liu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6306', 'CO-GZH', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6306', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '29837', 'minling.zou', '13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'CO-GZH', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6307', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6307', null, '1', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '06345', 'charlotte.yuan', '13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6308', 'SUPERVISORY_ORGANIZATION-3-5141', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6308', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '14658', 'hongyuan.cao', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5141', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6309', 'SUPERVISORY_ORGANIZATION-3-1343', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6309', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '08964', 'stella.zhang', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-631', 'SUPERVISORY_ORGANIZATION-3-3877', null, '用户运营', 'User Operations', null, 'C103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-631', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6310', 'SUPERVISORY_ORGANIZATION-3-5158', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6310', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '06182', 'lina.yang', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5158', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6311', 'SUPERVISORY_ORGANIZATION-3-8600', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6311', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '11992', 'frank.gu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6312', 'SUPERVISORY_ORGANIZATION-3-5589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6312', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '08514', 'lana.li', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6313', 'SUPERVISORY_ORGANIZATION-3-6747', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6313', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '23530', 'ketian.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6314', 'SUPERVISORY_ORGANIZATION-3-6527', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6314', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '11787', 'junying.feng', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6315', 'SUPERVISORY_ORGANIZATION-3-5036', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6315', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '18151', 'jiesong.qiu', '09067', 'Longyan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6316', 'SUPERVISORY_ORGANIZATION-3-6153', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6316', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '23996', 'pan.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6153', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6317', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6317', null, '1', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '02129', 'brandy.lu', '04160', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6318', 'SUPERVISORY_ORGANIZATION-3-7858', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6318', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '27841', 'frank.li2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6319', 'SUPERVISORY_ORGANIZATION-3-1343', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6319', null, '0', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '19809', 'chengchen.yin', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-632', 'SUPERVISORY_ORGANIZATION-3-3370', null, 'NVH及密封团队', 'NVH & Tightness Team', null, 'A1021503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-632', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '03179', 'yuri.silva', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-632', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6320', 'SUPERVISORY_ORGANIZATION-3-4461', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6320', null, '1', 'admin', '2022-05-26 17:21:30', null, null, null, null, null, null, '02474', 'shirley.liu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4461', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6321', 'SUPERVISORY_ORGANIZATION-3-3481', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6321', null, '1', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '22617', 'ning.zhang6', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3481', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6322', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6322', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0244', 'carol.bai', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6323', 'SUPERVISORY_ORGANIZATION-3-2515', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6323', null, '1', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '06360', 'jianbang.li', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6324', 'SUPERVISORY_ORGANIZATION-3-5715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6324', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '22182', 'mako.meng', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6325', 'SUPERVISORY_ORGANIZATION-3-4272', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6325', null, '1', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '04804', 'yue.zhou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6326', 'SUPERVISORY_ORGANIZATION-3-4460', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6326', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '18821', 'weihao.shen', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6327', 'SUPERVISORY_ORGANIZATION-3-3321', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6327', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '12719', 'tianyang.yuan', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6328', 'SUPERVISORY_ORGANIZATION-3-2511', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6328', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '08476', 'daniel.zhang1', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2511', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6329', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6329', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '22383', 'will.feng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-633', 'SUPERVISORY_ORGANIZATION-3-1494', null, '视觉化团队', 'Visualization Team', null, 'A1011603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-633', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '05381', null, '24209;31445', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6330', 'SUPERVISORY_ORGANIZATION-3-2050', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6330', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '04260', 'guanghai.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6331', 'SUPERVISORY_ORGANIZATION-3-5156', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6331', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '19963', 'yu.xin', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5156', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6332', 'SUPERVISORY_ORGANIZATION-3-7230', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6332', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '03607', null, '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1494', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6333', 'SUPERVISORY_ORGANIZATION-3-6750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6333', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, 'EU0114', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6334', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6334', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '21294', 'patrick.gong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6335', 'SUPERVISORY_ORGANIZATION-3-691', null, '安全系统组', 'Restrain System Sub-team', null, 'B002030704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6335', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '03543', 'weiliang.zhu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6335', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6336', 'SUPERVISORY_ORGANIZATION-3-894', null, '机构件系统组', 'Mechanism Component System Sub-team', null, 'B002031002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6336', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0449', 'kimber.ge', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6337', 'SUPERVISORY_ORGANIZATION-3-583', null, '挤出件组', 'Extrusing Sub-team', null, 'B002030903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6337', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0448', 'heaven.yu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6337', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6338', 'SUPERVISORY_ORGANIZATION-3-583', null, '上车体冲压焊接组', 'Upper Body Stamping & Welding Sub-team', null, 'B002030905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6338', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0885', 'roc.xu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6339', 'SUPERVISORY_ORGANIZATION-3-583', null, '高压压铸组', 'High-Pressure Die-Casting Sub-team', null, 'B002030902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6339', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '26429', 'dongji.sun', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6339', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-634', 'SUPERVISORY_ORGANIZATION-3-1722', null, '产品委员会管理团队', 'Product Committee Administration Department Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-634', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0151', 'eric.yu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6340', 'SUPERVISORY_ORGANIZATION-3-583', null, '下车体冲压焊接组', 'Under Body Stamping & Welding Sub-team', null, 'B002030904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6340', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '25659', 'rihong.hua', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6341', 'SUPERVISORY_ORGANIZATION-3-6353', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6341', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '08323', 'nengfei.wei', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6342', 'SUPERVISORY_ORGANIZATION-3-6353', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6342', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '02589', 'chuanwu.wang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6343', 'PU-PQM-006', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6343', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0410', 'terry.xu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PQM-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6344', 'PU-PQM-006', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6344', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '06365', 'shiyao.zhou', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PQM-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6345', 'PU-PQM-006', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6345', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0566', 'ray.zhou', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PQM-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6346', 'PU-PQM', null, '合作伙伴专家团队', 'PIM Expert Team', null, 'B0020312', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6346', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, 'C0184', 'king.jin', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6347', 'SUPERVISORY_ORGANIZATION-3-894', null, '外饰附件组', 'Accessory Parts Of Exterior Sub-team', null, 'B002031001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6347', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '27505', 'donna.shi', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6348', 'SUPERVISORY_ORGANIZATION-3-6336', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6348', null, '0', 'admin', '2022-05-26 17:21:31', null, null, null, null, null, null, '27500', 'wei.cui', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6349', 'SUPERVISORY_ORGANIZATION-3-894', null, '开闭件系统组', 'Door Closure System Sub-team', null, 'B002031004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6349', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, 'C0581', 'zero.zhang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-635', 'ID-IDP', null, '产业规划部', 'Industrial Planning Department', null, 'ID-IDP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-635', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0097', 'jessie.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-635', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6350', 'SUPERVISORY_ORGANIZATION-3-2669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6350', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '06679', 'kuan.ma', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6351', 'SUPERVISORY_ORGANIZATION-3-1223', null, '软件管理组', 'Partner Software Quality Management Sub-team', null, 'B002030506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6351', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '06362', 'daniel.liu1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6351', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6352', 'PU-PQM-007', null, '投产量产组 F2', 'LAUNCH PIM-F2 Sub-team', null, 'B002030402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6352', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '05296', 'andy.chen1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6352', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6353', 'PU-PQM-007', null, '投产量产组 F1', 'LAUNCH PIM-F1 Sub-team', null, 'B002030401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6353', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '26634', 'dawei.mo', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6354', 'SUPERVISORY_ORGANIZATION-3-6291', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6354', null, '1', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '04804', 'yue.zhou', '04949;09543;11784', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6355', 'SUPERVISORY_ORGANIZATION-3-6292', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6355', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '06270', 'yuge.chen', '04949;09543;11784', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6356', 'SUPERVISORY_ORGANIZATION-3-6292', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6356', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '04264', 'mengbei.li', '04949;09543;11784', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6357', 'SUPERVISORY_ORGANIZATION-3-2278', null, '数字系统项目管理部', 'Digital System Program Department', null, 'A20214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6357', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '30314', 'vicky.luo', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6358', 'SUPERVISORY_ORGANIZATION-3-1413', null, '服务中心团队,金霞店', 'Service Center Team, Jinxia Store', null, 'C123010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6358', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '33990', 'haifeng.zhang1', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6358', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6359', 'SUPERVISORY_ORGANIZATION-3-2200', null, '网络发展团队', 'Network Development Team', null, 'C1030501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6359', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '02588', 'xinghua.nie', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-636', null, null, '合作伙伴质量管理团队,车身与外饰', 'Partner Quality Management Team,Body & Exterior', null, 'PU-PQM-004-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-636', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-636', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6360', 'SUPERVISORY_ORGANIZATION-3-794', null, '海外测试管理组', 'Oversea Test Management Sub-Team', null, 'A209090306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6360', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '20390', 'cheng.ruan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6361', 'SUPERVISORY_ORGANIZATION-3-794', null, 'NAD道路测试组', 'NAD Road Test Sub-Team', null, 'A209090307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6361', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '27606', 'eddie.cheng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6362', 'SUPERVISORY_ORGANIZATION-3-5676', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6362', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '14511', 'zi.yang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6363', 'SUPERVISORY_ORGANIZATION-3-6365', null, '自动驾驶运营产品部', 'AD Operation Product Design Department', null, 'A21602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6363', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '28046', 'jieyu.li', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6364', 'SUPERVISORY_ORGANIZATION-3-1262', null, 'HIL仿真测试组', 'HIL Simulation Sub-Team', null, 'A209130101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6364', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '05135', 'maoping.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6365', 'SUPERVISORY_ORGANIZATION-3-3878', null, '自动驾驶运营', 'Autonomous Driving Operations', null, 'A216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6365', null, '0', 'admin', '2022-05-26 17:21:32', null, null, null, null, null, null, '32724', 'martin.li3', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-6365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6366', 'SUPERVISORY_ORGANIZATION-3-1279', null, '传感器融合开发组', 'Sensor Fusion Development Sub-Team', null, 'A209120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6366', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '03937', 'binbin.lin', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6367', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队, 南京建邺吾悦', 'User Fellow Team, NJWuyue Square', null, 'C119010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6367', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '16870', 'lei.tang2', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6368', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队, 南京东麒路', 'User Fellow Team, NJ Dongqi Road', null, 'C119010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6368', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '14792', 'shuo.wei', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6369', 'SUPERVISORY_ORGANIZATION-3-4675', null, '软件开发与创新', 'Digital Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6369', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-637', 'PE', null, '武汉蔚来能源', 'Wuhan NIO Energy', null, 'C16001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-637', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6370', 'SUPERVISORY_ORGANIZATION-3-4675', null, '法务', 'Legal', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6370', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6371', 'SUPERVISORY_ORGANIZATION-3-4675', null, '财务', 'Finance', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6371', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6371', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6372', 'SUPERVISORY_ORGANIZATION-3-4675', null, '全球业务支持', 'Global Business Support', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6372', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6372', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6373', 'SUPERVISORY_ORGANIZATION-3-4675', null, '用户关系', 'User Relations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6373', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6373', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6374', 'SUPERVISORY_ORGANIZATION-3-4675', null, '精品', 'Life', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6374', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6374', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6375', 'SUPERVISORY_ORGANIZATION-3-4675', null, '品牌传播', 'Brand Communication', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6375', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '06238', 'alan.ai', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6375', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6376', 'SUPERVISORY_ORGANIZATION-3-6248', null, '数字工程集成', 'Digital Engineering Integration', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6376', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '04357', 'wenchuan.xia', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6377', 'SUPERVISORY_ORGANIZATION-3-6248', null, '自动驾驶应用', 'AD Application', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6377', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '35802', 'rod.lyu', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6377', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6378', 'DS', null, '上海设计运营部', 'Design Operation Shanghai Department', null, 'A10110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6378', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '04971', 'chanhoon.kim', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6378', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6379', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电池制造技术与工程部', 'Battery Manufacturing Technology & Engineering Department', null, 'B30408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6379', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '30945', 'hailong.ning', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-638', 'SUPERVISORY_ORGANIZATION-3-637', null, '武汉蔚来能源综合管理部', 'Wuhan NIO Energy General Management Department', null, 'N09901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-638', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6380', 'SUPERVISORY_ORGANIZATION-3-4783', null, 'PIM项目组', 'PIM Project Sub-Team', null, 'B304030404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6380', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '101146', 'qiao.li', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6381', 'SUPERVISORY_ORGANIZATION-3-1782', null, '用户顾问团队,揭阳万达', 'User Fellow Team, Jieyang Wanda Plaza', null, 'C113010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6381', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '30066', 'chuangbin.xie', '03680', 'Jieyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6381', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6382', 'SUPERVISORY_ORGANIZATION-3-3061', null, 'F2质量运营支持团队', 'Quality Operation Support -F2 Team', null, 'B0020207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6382', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '22642', 'clark.zhao', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6383', 'SUPERVISORY_ORGANIZATION-3-6382', null, '质量工程组', 'Quality Engineering Sub-team', null, 'B002020702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6383', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '08522', 'yong.huang', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6384', 'SUPERVISORY_ORGANIZATION-3-6382', null, '质量保证组', 'Quality Assurance Sub-team', null, 'B002020701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6384', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '29426', 'wim.li', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6384', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6385', 'SUPERVISORY_ORGANIZATION-3-661', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6385', null, '1', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '09984', 'richard.liu1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6386', 'SUPERVISORY_ORGANIZATION-3-5746', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6386', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '10500', 'yiming.guo', '32158', 'Datong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6387', 'SUPERVISORY_ORGANIZATION-3-3701', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6387', null, '0', 'admin', '2022-05-26 17:21:33', null, null, null, null, null, null, '14169', 'suyu.chi', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6388', 'SUPERVISORY_ORGANIZATION-3-3051', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6388', null, '1', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '21978', 'geoffrey.guo', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3051', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6389', 'SUPERVISORY_ORGANIZATION-3-1415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6389', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '26031', 'casper.jiao', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-639', 'SUPERVISORY_ORGANIZATION-3-637', null, '财务,武汉', 'Wuhan NIO Energy Finance Department', null, 'N09902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-639', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6390', 'PU-PDP-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6390', null, '1', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '24949', 'kc.wang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PDP-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6391', 'SUPERVISORY_ORGANIZATION-3-5670', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6391', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '26037', 'jack.guo', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6392', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6392', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '28259', 'river.he', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6393', 'PE_SUPERVISORY_ORGANIZATION_82', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6393', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '08587', 'gang.tan', '03476;04685;11261;16305;26976;28399;40364', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_82', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6394', 'SUPERVISORY_ORGANIZATION-3-2832', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6394', null, '1', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '09291', 'jianyong.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6395', 'SUPERVISORY_ORGANIZATION-3-6382', null, '质量控制组', 'Quality Control Sub-team', null, 'B002020703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6395', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '27916', 'devin.dong', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6395', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6396', 'SUPERVISORY_ORGANIZATION-3-2666', null, '功能组', 'Function Sub-team', null, 'B002020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6396', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '08891', 'winfield.xu', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6396', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6397', 'SUPERVISORY_ORGANIZATION-3-2666', null, '整车组', 'Vehicle Performance Sub-team', null, 'B002020204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6397', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '02050', 'eric.fu', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6397', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6398', 'SUPERVISORY_ORGANIZATION-3-2666', null, '结构组', 'Structure Sub-team', null, 'B002020203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6398', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '07335', 'chongyun.yin', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6398', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6399', 'SUPERVISORY_ORGANIZATION-3-995', null, '服务中心团队,机场路门店', 'Service Center Team, Jichang Road Store', null, 'C117010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6399', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '32481', 'quan.zhang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6399', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-640', 'SUPERVISORY_ORGANIZATION-3-637', null, '武汉蔚来能源人力资源部', 'Wuhan NIO Energy HR Department', null, 'WH-HR', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-640', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '11261', 'kancy.ding', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6400', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,许昌万达广场', 'User Fellow Team, Xuchang Wanda', null, 'C120010915', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6400', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '08645', 'ke.song1', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6400', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6405', 'SUPERVISORY_ORGANIZATION-3-2832', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6405', null, '1', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '08427', 'jingchao.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6406', 'SUPERVISORY_ORGANIZATION-3-5100', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6406', null, '1', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '13954', 'wenying.li', '03680;04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5100', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6407', 'SUPERVISORY_ORGANIZATION_20200518_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6407', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '08580', 'edward.he', '03476;04271;04685;04949;11261;11784;16305;23271;26976', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6408', 'SUPERVISORY_ORGANIZATION_20200518_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6408', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '11506', 'haibo.liu', '03476;04271;04685;04949;11261;11784;16305;23271;26976', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6409', 'SUPERVISORY_ORGANIZATION_20200518_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6409', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '03231', 'yini.yang', '03476;04271;04685;04949;11261;11784;16305;23271;26976', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-641', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(上海)', 'Human Resource Team (Shanghai)', null, 'D1010808', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-641', null, '0', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '03280', 'wen.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6410', 'SUPERVISORY_ORGANIZATION-3-8310', null, '调度运营组', 'Dispatch Operation Sub-team', null, 'C109010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6410', null, '1', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '06586', 'lei.cai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6410', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6411', 'SUPERVISORY_ORGANIZATION_20200911_27', null, '整车虚拟开发组', 'VPT Sub-team', null, 'A102180703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6411', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, 'C0428', 'scott.shi', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6411', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6412', 'SUPERVISORY_ORGANIZATION-3-905', null, '城市运营,沧州', 'City Operation, Cangzhou', null, 'C1210109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6412', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '28257', 'jian.jin', '05554', 'Cangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6413', 'SUPERVISORY_ORGANIZATION-3-2256', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6413', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, 'C1347', 'xuer.gu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6414', 'SUPERVISORY_ORGANIZATION-3-3602', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6414', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '09050', 'tichien.kao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6415', 'SUPERVISORY_ORGANIZATION-3-5715', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6415', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '25389', 'lvwen.zhao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6416', 'SUPERVISORY_ORGANIZATION-3-1226', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6416', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '05812', 'roujun.shen', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6417', 'SUPERVISORY_ORGANIZATION-3-9120', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6417', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '24890', null, '16043', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6418', 'SUPERVISORY_ORGANIZATION-3-6753', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6418', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '02206', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6419', 'SUPERVISORY_ORGANIZATION-3-5842', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6419', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '13748', 'kai.jiang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-642', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-642', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6420', 'SUPERVISORY_ORGANIZATION-3-6269', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6420', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '02721', 'alex.li', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6269', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6421', 'SUPERVISORY_ORGANIZATION-3-2115', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6421', null, '0', 'admin', '2022-05-26 17:21:34', null, null, null, null, null, null, '29281', 'xenia.zhang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6422', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6422', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '30140', 'francis.lu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6423', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6423', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '06574', 'boris.li', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6424', 'SUPERVISORY_ORGANIZATION-3-1200', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6424', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '26295', 'elaine.tao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6425', 'SUPERVISORY_ORGANIZATION-3-547', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6425', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '20669', 'monica.zhang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6426', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6426', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '22504', 'wei.ji7', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6427', 'SUPERVISORY_ORGANIZATION-3-3917', null, '平面设计团队', 'Graphic Design Team', null, 'C1070702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6427', null, '1', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '09050', 'tichien.kao', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6428', 'SUPERVISORY_ORGANIZATION-3-4191', null, '基础架构团队', 'Infra Team', null, 'A2090503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6428', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '16765', 'mike.kuang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6429', 'SUPERVISORY_ORGANIZATION-3-4191', null, '静态感知团队', 'Static Perception Team', null, 'A2090505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6429', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '16765', 'mike.kuang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-643', null, null, '用户关系部', 'User Relationship Department', null, 'UD-URD-004-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-643', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-643', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6430', 'SUPERVISORY_ORGANIZATION-3-4191', null, '动态感知团队', 'Dynamic Perception Team', null, 'A2090502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6430', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '16765', 'mike.kuang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6431', 'SUPERVISORY_ORGANIZATION-3-4191', null, '低速静态感知团队', 'Low Speed Static Perception Team', null, 'A2090504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6431', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '16765', 'mike.kuang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6432', 'SUPERVISORY_ORGANIZATION-3-3944', null, 'AA项目管理部', 'AA Program Management Department', null, 'A20911', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6432', null, '1', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '21626', 'kirk.zheng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-6432', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6433', 'SUPERVISORY_ORGANIZATION-3-1031', null, '交付运营,青岛公司', 'Delivery Operation, Qingdao Company', null, 'C129010117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6433', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '07000', 'zhidong.li', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6433', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6434', 'SUPERVISORY_ORGANIZATION-3-6037', null, '产品专家团队,佛山公司', 'NIO Product Expert Team, Foshan Company', null, 'C156010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6434', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '04079', 'kai.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6434', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6435', 'OC', null, '电驱电池HR业务伙伴部', 'EDS & Battery HRBP Department', null, 'D10112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6435', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6436', 'SUPERVISORY_ORGANIZATION-3-504', null, '硬件研发招聘团队', 'Hardware R&D Talent Acquisition Team', null, 'D1010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6436', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '15534', 'jianwei.qin', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6437', 'SUPERVISORY_ORGANIZATION-3-6435', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6437', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '100073', 'jeanlin.cheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6438', 'SUPERVISORY_ORGANIZATION-3-3842', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6438', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '30261', 'zhongchang.yang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6439', 'SUPERVISORY_ORGANIZATION-3-2511', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6439', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '02070', 'alex.chen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2511', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-644', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-644', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6440', 'SUPERVISORY_ORGANIZATION-3-3274', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6440', null, '1', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '03502', 'tao.liu2', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3274', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6441', 'SUPERVISORY_ORGANIZATION-3-6170', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6441', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '04494', 'wenquan.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6442', 'SUPERVISORY_ORGANIZATION-3-696', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6442', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '11812', 'yuanfa.xie', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6443', 'SUPERVISORY_ORGANIZATION-3-4037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6443', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '17507', 'lei.miao', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6444', 'SUPERVISORY_ORGANIZATION-3-3550', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6444', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '07523', 'ryan.yan', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6445', 'EP-ESS-002', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6445', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '28126', 'ray.liang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6446', 'SUPERVISORY_ORGANIZATION-3-5471', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6446', null, '1', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '27793', 'pavel.ye', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6447', 'SUPERVISORY_ORGANIZATION-3-4942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6447', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '13603', 'xianguang.meng', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6448', 'SUPERVISORY_ORGANIZATION-3-3710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6448', null, '1', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '11397', 'neil.guo1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6449', 'SUPERVISORY_ORGANIZATION-3-1990', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6449', null, '0', 'admin', '2022-05-26 17:21:35', null, null, null, null, null, null, '24980', 'rongrong.wu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1990', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-645', 'VE-VIT-001', null, '前期工程组', 'Advanced Engineering Sub-team', null, 'A102160201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-645', null, '1', 'admin', '2022-05-26 17:20:27', null, null, null, null, null, null, 'C0085', 'oscar.chouza', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6450', 'SUPERVISORY_ORGANIZATION-3-5343', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6450', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '07790', 'lier.zhao', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6451', 'SUPERVISORY_ORGANIZATION-3-3292', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6451', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '18237', 'jingxin.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6452', 'OC-HRM-004-03', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6452', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '28399', 'lynn.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-004-03', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6453', 'SUPERVISORY_ORGANIZATION-3-2093', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6453', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '12692', 'qianqing.ge', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2093', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6454', 'SUPERVISORY_ORGANIZATION-3-5443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6454', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, 'C1067', 'mars.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6455', 'SUPERVISORY_ORGANIZATION-3-547', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6455', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '13928', 'jiawei.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6456', 'SUPERVISORY_ORGANIZATION-3-5573', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6456', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '27198', 'nestle.xu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5573', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6457', '20191212_SUPERVISORY_ORG_30', null, '交付运营,南昌公司', 'Delivery Operation, Nanchang Company', null, 'C136010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6457', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '10279', 'jiankun.lin', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6458', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,南昌一店', 'User Fellow Team, Nanchang Yidian', null, 'C136010113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6458', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '22019', 'shang.xie', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6458', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6459', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,南昌财富', 'User Fellow Team, Nanchang Caifu', null, 'C136010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6459', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '10279', 'jiankun.lin', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-646', 'SUPERVISORY_ORGANIZATION-3-3877', null, '用户数字产品', 'User Digital Product', null, 'C106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-646', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '03181', 'yidi.zhang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-646', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6460', 'PE-OAM-001', null, '能源换电服务团队(长沙)', 'Regional Power Management Power Swap Service Team (Changsha)', null, 'C1590405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6460', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '30231', 'zhenglong.lv', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6460', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6461', 'SUPERVISORY_ORGANIZATION-3-1029', null, '交付运营,温州公司', 'Delivery Operation, Wenzhou Company', null, 'C1280107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6461', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '06215', 'peipei.zhou', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6461', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6462', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙溪悦荟店', 'User Fellow Team, Changsha Xiyuehui', null, 'C123010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6462', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '09606', 'salvador.chen', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6463', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海江桥万达广场', 'User Fellow Team, Shanghai Jiangqiao Wanda Plaza', null, 'C111011128', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6463', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '27252', 'jing.dai', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6464', 'SUPERVISORY_ORGANIZATION-3-584', null, '门店协同团队,上海公司', 'Store Coordination, Shanghai Company', null, 'C111010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6464', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '09781', 'yuefeng.kan', '03280;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6465', 'SUPERVISORY_ORGANIZATION-3-5901', null, '项目和体系管理团队', 'Program & Systems Management Team', null, 'A2130901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6465', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '28731', 'will.zhu', '34449;C0941', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6465', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6466', 'SUPERVISORY_ORGANIZATION-3-836', null, '在线顾问团队,合肥公司', 'Online Consultant Team, Hefei Company', null, 'C135010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6466', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '05644', 'jun.zou', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6467', 'SUPERVISORY_ORGANIZATION-3-835', null, '交付运营,合肥公司', 'Delivery Operation, Hefei Company', null, 'C1350106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6467', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6468', 'SUPERVISORY_ORGANIZATION-3-601', null, '交付运营,杭州公司', 'Delivery Operation, Hangzhou Company', null, 'C1150108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6468', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '06293', 'jiacheng.jiang', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6469', 'SUPERVISORY_ORGANIZATION-3-4037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6469', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '17129', 'chao.wang14', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-647', 'VE-BDE-002', null, '车身开闭件组', 'Closure Sub-Team', null, 'A102100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-647', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C1392', 'mark.cheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6470', 'SUPERVISORY_ORGANIZATION-3-4037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6470', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '15189', 'jun.li7', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6477', 'OC-HRM-004-03', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6477', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '04685', 'hanyu.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-004-03', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6478', 'SUPERVISORY_ORGANIZATION-3-5358', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6478', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '28269', 'kevin.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5358', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6479', 'SUPERVISORY_ORGANIZATION-3-4724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6479', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '25843', 'hongjie.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-648', 'PE-PCD', null, '电力云部', 'Power Cloud Department', null, 'PE-PCD-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-648', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0579', 'brad.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-648', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6480', 'SUPERVISORY_ORGANIZATION-3-4240', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6480', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '15070', 'xilin.chen', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4240', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6481', 'SUPERVISORY_ORGANIZATION-3-2818', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6481', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '20946', 'weimin.pei', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6482', 'SUPERVISORY_ORGANIZATION-3-490', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6482', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '13452', 'tianfei.zhang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6487', 'SUPERVISORY_ORGANIZATION-3-6711', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6487', null, '1', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '06061', 'zilong.hao', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6488', 'SUPERVISORY_ORGANIZATION-3-7367', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6488', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '04780', 'aluna.jiang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6489', 'SUPERVISORY_ORGANIZATION-3-1495', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6489', null, '0', 'admin', '2022-05-26 17:21:36', null, null, null, null, null, null, '03003', 'xia.chen', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-649', null, null, '项目管理团队', 'Program Management Team', null, 'CD-PGM-002-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-649', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6490', 'SUPERVISORY_ORGANIZATION-3-1006', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6490', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '04386', 'emma.xie', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6491', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6491', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '11329', 'ring.li', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6492', 'DS', null, '全球品牌设计部', 'Global Brand Design Department', null, 'A10117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6492', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6492', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6493', 'SUPERVISORY_ORGANIZATION-3-2075', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6493', null, '1', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '30424', 'crusade.feng', '06138;17860', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6494', 'XPT_ORGANIZATION_20200426_3', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6494', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '02221', 'bonnie.bao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORGANIZATION_20200426_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6495', 'SUPERVISORY_ORGANIZATION-3-5157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6495', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '21303', 'leo.zhang5', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6496', 'XPT_SUPERVISORY_ORGANIZATION_60', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6496', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '27592', 'clement.tang', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_60', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6497', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6497', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '29792', 'henry.chen', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-650', null, null, 'Operation & Maintenance Department', 'Operation & Maintenance Department', null, 'PE-OAM-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-650', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-650', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6507', 'PE-OAM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6507', null, '1', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '08268', 'xiangpeng.lin', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6508', 'SUPERVISORY_ORGANIZATION-3-1362', null, '技术团队,宁波公司', 'Technical Team, Ningbo Company', null, 'C124010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6508', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '07478', 'fangping.pu', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6508', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6509', 'SUPERVISORY_ORGANIZATION-3-9009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6509', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '28380', 'mingjun.li1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-651', 'SUPERVISORY_ORGANIZATION-3-2745', null, '产品开发人才招募组', 'Product Development Talent Acquisition Sub-team', null, 'D101020301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-651', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-651', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6510', 'SUPERVISORY_ORGANIZATION-3-3996', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6510', null, '1', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '26888', 'honglei.yan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6511', 'SUPERVISORY_ORGANIZATION-3-5054', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6511', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, 'C0652', 'frank.guan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5054', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6512', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6512', null, '1', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6513', 'SUPERVISORY_ORGANIZATION-3-5120', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6513', null, '1', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '08601', 'bo.liang', '06450', 'Yantai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6514', 'SUPERVISORY_ORGANIZATION-3-8730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6514', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '06266', 'bruce.qiao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6515', 'SUPERVISORY_ORGANIZATION-3-2524', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6515', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '07733', 'jerry.xiang', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6516', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6516', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '28527', 'chenghuan.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6517', 'SUPERVISORY_ORGANIZATION-3-1659', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6517', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '27327', 'wenjing.deng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1659', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6518', 'UD-SAM', null, '销售项目运营团队', 'Sales Project Operation Team', null, 'C1030209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6518', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '04902', 'allen.hou', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6519', 'SUPERVISORY_ORGANIZATION-3-3743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6519', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '06313', 'landy.zhang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-652', null, null, '热管理团队', 'Thermal Team', null, 'VE-VIT-002-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-652', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-652', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6520', 'SUPERVISORY_ORGANIZATION-3-3743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6520', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '22565', 'ziwen.zhao', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6521', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6521', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '19261', 'lucas.huang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6522', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6522', null, '1', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '12159', 'bay.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6523', 'SUPERVISORY_ORGANIZATION-3-5081', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6523', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '15309', 'junjie.yang1', '23578', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6524', 'SUPERVISORY_ORGANIZATION-3-3737', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6524', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '24082', 'xixi.jin', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6525', 'SUPERVISORY_ORGANIZATION-3-3720', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6525', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '18116', 'tianhui.luo', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3720', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6526', 'SUPERVISORY_ORGANIZATION-3-585', null, '交付运营,苏州公司', 'Delivery Operation, Suzhou Company', null, 'C1160107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6526', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '03086', 'jiyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6526', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6527', 'SUPERVISORY_ORGANIZATION-3-6023', null, '交付团队,佛山公司', 'Delivery Operation , Foshan Company', null, 'C156010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6527', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '11787', 'junying.feng', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6528', 'SUPERVISORY_ORGANIZATION-3-1776', null, '交付运营,济南公司', 'Delivery Operation, Jinan Company', null, 'C130010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6528', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6528', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6529', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,福州山姆会员店', 'User Fellow Team, Fuzhou Samsclub Store', null, 'C143010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6529', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, '09173', 'gary.lin1', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6529', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-653', 'PE-PRD', null, '能源电池技术应用团队', 'Power Battery Technology Application Team', null, 'C1580801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-653', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '02328', 'jianzhi.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-653', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6530', 'SUPERVISORY_ORGANIZATION-3-3578', null, '交付运营,福州公司', 'Delivery Operation, Fuzhou Company', null, 'C143010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6530', null, '0', 'admin', '2022-05-26 17:21:37', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6530', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6531', 'SUPERVISORY_ORGANIZATION-3-4254', null, '交付运营,无锡公司', 'Delivery Operation, Wuxi Company', null, 'C1500106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6531', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '06860', 'xiang.zhou', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6532', 'SUPERVISORY_ORGANIZATION-3-4835', null, '空间体验设计部', 'Experience Concept Design Department', null, 'C16101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6532', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '43020', 'db.kim', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6533', 'SUPERVISORY_ORGANIZATION-3-3310', null, '设施建设团队', 'Facility Construction Team', null, 'C1610201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6533', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '27613', 'yunlei.pan', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6534', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙北辰大悦城店', 'User Fellow Team, Changsha Beichen Dayuecheng', null, 'C123010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6534', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '24378', 'na.xu2', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6534', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6535', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州邻瑞广场', 'User Fellow Team, Suzhou Link City', null, 'C116010910', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6535', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '15047', 'fu.zhang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6536', 'PE-PRD', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6536', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '29851', 'jintao.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6537', 'SUPERVISORY_ORGANIZATION-3-7051', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6537', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '02513', 'chris.chen1', '04160', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6538', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6538', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '28395', 'yuting.yang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6539', 'SUPERVISORY_ORGANIZATION-3-3259', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6539', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '22758', 'teresa.hua', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-654', null, null, '内部传播和精品管理团队', 'Internal Communications and Merchandising Team', null, 'GL-COM-006-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-654', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6540', 'SUPERVISORY_ORGANIZATION-3-5358', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6540', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '29827', 'dongming.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5358', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6541', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6541', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '20423', 'qingfa.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6542', 'SUPERVISORY_ORGANIZATION-3-775', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6542', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '24446', 'huijun.hou', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6543', 'SUPERVISORY_ORGANIZATION-3-881', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6543', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '05302', 'rachel.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6544', 'SUPERVISORY_ORGANIZATION-3-881', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6544', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '05302', 'rachel.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6545', 'SUPERVISORY_ORGANIZATION-3-2673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6545', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '30679', 'tao.li3', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6546', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州大悦春风里', 'User Fellow Team, Suzhou JOY BREEZE', null, 'C116010909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6546', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '17276', 'chunhan.jiang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6546', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6547', 'PE-OAM-001', null, '能源换电服务团队(南昌)', 'Regional Power Management Power Swap Service Team (Nanchang)', null, 'C1590406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6547', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '30999', 'long.chen6', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6548', 'SUPERVISORY_ORGANIZATION-3-6549', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6548', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '27919', 'mark.hua', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6549', 'EP-ESS', null, '勃朗峰开发部', 'Mont Blanc Development Department', null, 'A10407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6549', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '31189', 'peter.liu1', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-655', 'MO-MME-001', null, '冲压工艺组', 'Stamping Process Sub-team', null, 'B301050201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-655', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C1063', 'jianyong.wu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6550', 'SUPERVISORY_ORGANIZATION-3-5076', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6550', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '13373', 'xin.xie', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5076', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6551', 'SUPERVISORY_ORGANIZATION-3-2298', null, '垂直媒介团队', 'Vertical Media Team', null, 'C1010804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6551', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '08924', 'fiona.hao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6551', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6552', 'SUPERVISORY_ORGANIZATION-3-5671', null, '基础服务管理团队', 'Foundation System Management Team', null, 'A2070803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6552', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '23788', 'winn.zhou', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6552', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6553', 'SUPERVISORY_ORGANIZATION-3-5671', null, '服务可靠性工程团队', 'SRE Team', null, 'A2070802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6553', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '23788', 'winn.zhou', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6553', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6556', 'SUPERVISORY_ORGANIZATION-3-2673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6556', null, '1', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '04743', 'dennis.wu', '16666', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6557', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6557', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '09221', 'ruiqi.jiang', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6558', 'SUPERVISORY_ORGANIZATION-3-4712', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6558', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '09035', 'wei.ma', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6559', 'SUPERVISORY_ORGANIZATION-3-6754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6559', null, '0', 'admin', '2022-05-26 17:21:38', null, null, null, null, null, null, '21771', 'luis.sanchez', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-656', 'SUPERVISORY_ORGANIZATION-3-497', null, '薪酬福利团队', 'Total Rewards Team', null, 'OC-TRS-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-656', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6560', 'SUPERVISORY_ORGANIZATION-3-1123', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6560', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '25268', 'lily.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6561', 'SUPERVISORY_ORGANIZATION-3-3724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6561', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '25967', 'junya.wang', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6562', 'SUPERVISORY_ORGANIZATION-3-6379', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6562', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '30945', 'hailong.ning', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6563', 'SUPERVISORY_ORGANIZATION-3-4834', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6563', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '12929', 'wenwen.zuo', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4834', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6564', 'SUPERVISORY_ORGANIZATION-3-5089', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6564', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '09682', 'tao.gong', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5089', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6565', 'SUPERVISORY_ORGANIZATION-3-2631', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6565', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '27608', 'jean.yu', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6566', 'PU-PQM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6566', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '30358', 'grace.li1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PQM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6567', 'SUPERVISORY_ORGANIZATION-3-8119', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6567', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '30806', null, '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6568', 'SUPERVISORY_ORGANIZATION-3-6360', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6568', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '23883', 'hezeng.wei', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6569', 'SUPERVISORY_ORGANIZATION-3-2036', null, 'Safety & Compliance', 'Safety & Compliance', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6569', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '21134', null, 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6569', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-657', 'SWC-UAD', null, '智能前端团队', 'Intelligent Frontend Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-657', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '02486', 'chunrong.liu', 'C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6570', 'SUPERVISORY_ORGANIZATION-3-499', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6570', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '09079', 'chi.huang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6571', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6571', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '27963', 'albert.zhangyu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6572', 'DO-DGT-007', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6572', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, 'C1256', 'mingfeng.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6577', 'SUPERVISORY_ORGANIZATION-3-904', null, '交付运营,西安公司', 'Delivery Operation, Xi\'an Company', null, 'C1180106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6577', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '07002', 'chen.jin', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6578', 'SUPERVISORY_ORGANIZATION-3-1005', null, '交付运营,石家庄公司', 'Delivery Operation, Shijiazhuang Company', null, 'C1260106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6578', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '13882', 'yinhui.wang', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6579', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州奥体印象城', 'User Fellow Team, Hangzhou ATYXC', null, 'C115010218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6579', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '13856', 'tao.jiang3', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-658', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(广州)', 'Human Resource Team (Guangzhou)', null, 'D1010829', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-658', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '13558', 'min.zheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6580', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州龙湖丁桥天街', 'User Fellow Team, Hangzhou LHDQTJ', null, 'C115010219', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6580', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '43260', 'shiting.sun', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6581', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州龙湖大江东天街', 'User Fellow Team, Hangzhou LHDJDTJ', null, 'C115010220', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6581', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '30679', 'tao.li3', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6581', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6587', 'SUPERVISORY_ORGANIZATION-3-4534', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6587', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '26956', 'kathy.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6588', 'SUPERVISORY_ORGANIZATION-3-8730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6588', null, '1', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '16791', 'grav.he', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6589', 'SUPERVISORY_ORGANIZATION-3-1065', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6589', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '10234', 'tinghua.li', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1065', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-659', null, null, '底盘工程团队', 'Chassis Control Team', null, 'VE-CHE-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-659', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-659', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6590', 'SUPERVISORY_ORGANIZATION-3-2471', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6590', null, '1', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, 'C1390', 'ninghao.luo', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6591', 'SUPERVISORY_ORGANIZATION-3-2488', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6591', null, '1', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '03990', 'chong.jiang', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6592', 'SUPERVISORY_ORGANIZATION_20200911_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6592', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '20465', 'sheldon.li', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6593', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6593', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '06085', 'ting.yang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6594', 'PE_SUPERVISORY_ORGANIZATION_26', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6594', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '18992', 'jiayi.hu', '03476;04685;10827;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_26', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6595', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6595', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '30466', 'yuki.han', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6596', 'SUPERVISORY_ORGANIZATION-3-6826', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6596', null, '1', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '04271', 'robin.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6597', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州凯德云尚', 'User Fellow Team, Guangzhou Baiyun Kaideyunshang', null, 'C114010812', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6597', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '16512', 'fan.li5', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6597', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6598', 'SUPERVISORY_ORGANIZATION-3-1346', null, '用户顾问团队,宁波高新宝龙广场', 'User Fellow Team, Ningbo Gaoxin Powerlong Plaza', null, 'C124010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6598', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '17418', 'xiaohan.mei', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6598', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6599', 'SUPERVISORY_ORGANIZATION-3-3722', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6599', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '08332', 'jialin.yan', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-660', null, null, '前瞻技术团队', 'Advanced Technology Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-660', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6600', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞长安万达', 'User Fellow Team, Changan', null, 'C151010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6600', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '08196', 'ting.lin', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6601', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安西影TIME', 'User Fellow Team, Xi\'an Xiying TIME', null, 'C118010218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6601', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '05488', 'felix.li', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6602', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,宿迁吾悦广场', 'User Fellow Team, Suqian Wuyue Plaza', null, 'C138010115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6602', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '14418', 'yuchen.zhang', '12883;35449', 'Suqian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6603', 'SUPERVISORY_ORGANIZATION-3-1788', null, '交付运营,徐州公司', 'Delivery Operation, Xuzhou Company', null, 'C138010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6603', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '30836', 'suiqing.wang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6604', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,宜宾万达广场店', 'User Fellow Team, Yibin Wanda Plaza Store', null, 'C117010607', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6604', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '36452', 'tan.wu', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6605', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,泸州万象汇', 'User Fellow Team, Luzhou Mixone', null, 'C117010608', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6605', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '30424', 'crusade.feng', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6606', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,德阳万达广场店', 'User Fellow Team, Deyang Wanda Plaza', null, 'C117010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6606', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '22867', 'lin.wang3', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6607', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣 - MCU基础软件', '非官宣 - MCU基础软件', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6607', null, '0', 'admin', '2022-05-26 17:21:39', null, null, null, null, null, null, '16762', 'william.jiang', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6608', 'SUPERVISORY_ORGANIZATION-3-1757', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6608', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '05560', 'hedy.lu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6609', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6609', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '21995', 'hongjuan.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-661', 'PE-OAM', null, '能源区域管理部 (西南)', 'Regional Power Management Department (Southwest)', null, 'C15912', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-661', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '21294', 'patrick.gong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6610', 'SUPERVISORY_ORGANIZATION-3-4792', null, '能源基建支持团队', 'Power Infrastructure Support Team', null, 'D1140208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6610', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '28842', 'yetal.li', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6610', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6611', 'SUPERVISORY_ORGANIZATION-3-6171', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6611', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '27896', 'justin.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6612', 'SUPERVISORY_ORGANIZATION-3-4479', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6612', null, '1', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '06073', 'xingwang.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6613', 'SUPERVISORY_ORGANIZATION_20200911_11', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6613', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '28111', 'xin.fu1', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6614', 'SUPERVISORY_ORGANIZATION-3-6428', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6614', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '28583', 'ningning.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6615', 'SUPERVISORY_ORGANIZATION-3-4961', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6615', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '20770', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4961', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6616', 'SUPERVISORY_ORGANIZATION-3-5520', null, '新工厂筹建及运维团队', 'Facility Construction and Maintenance Team', null, 'B3040602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6616', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '26253', 'da.liu3', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6617', 'SUPERVISORY_ORGANIZATION-3-6284', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6617', null, '1', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '31191', 'gaven.zhang', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6284', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6618', 'SUPERVISORY_ORGANIZATION-3-4750', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6618', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '11694', 'xu.ouyang', '07217;16666', 'Yiwu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6619', 'SUPERVISORY_ORGANIZATION-3-9010', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6619', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '29212', 'yd.ding', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-662', 'SD-VSF', null, '车载软件基础团队', 'Vehicle Software Foundations Team', null, 'SD-VSF-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-662', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, '12228', 'dingyong.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6620', 'PE_SUPERVISORY_ORGANIZATION_66', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6620', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '20208', 'fengyi.liu', '03476;04685;06343;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_66', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6621', 'SUPERVISORY_ORGANIZATION-3-4000', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6621', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '09388', 'joyce.fu', '04634', 'Xiamen-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4000', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6622', 'SUPERVISORY_ORGANIZATION-3-2555', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6622', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '04449', 'wenhan.xiao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2555', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6623', 'SUPERVISORY_ORGANIZATION-3-696', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6623', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '18954', 'sheng.li7', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6624', 'SUPERVISORY_ORGANIZATION-3-2599', null, '体验创新团队', 'Experience Innovation Hub Team', null, 'A1052001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6624', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '04559', 'ou.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6625', 'SUPERVISORY_ORGANIZATION-3-6624', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6625', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '09084', 'albert.wang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6626', 'SUPERVISORY_ORGANIZATION-3-2513', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6626', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '05178', 'lu.xu1', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2513', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6627', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,乐山世豪广场店', 'User Fellow Team, Leshan SAIHO Plaza', null, 'C117010603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6627', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6628', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,眉山东坡岛', 'User Fellow Team, Meishan Dongpo Dao', null, 'C117010604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6628', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '06886', 'francis.yang', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6628', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6629', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,南充滨江路店', 'User Fellow Team, Nanchong Binjiang Road', null, 'C117010606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6629', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '30424', 'crusade.feng', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-663', 'SUPERVISORY_ORGANIZATION-3-5776', null, '量产运营支持团队', 'Manufacturing Operation Supporting Team', null, 'B3010804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-663', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0963', 'chaoling.fang', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6630', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,达州仁和新城店', 'User Fellow Team, Dazhou Renhe Xincheng', null, 'C117010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6630', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '30424', 'crusade.feng', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6631', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,绵阳涪城万达店', 'User Fellow Team, Fucheng Wanda Plaza Store', null, 'C117010605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6631', null, '0', 'admin', '2022-05-26 17:21:40', null, null, null, null, null, null, '38625', 'paul.xie', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6632', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,城西优品道店', 'User Fellow Team, Chengdu Youpindao West', null, 'C117010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6632', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '28956', 'linxian.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6632', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6633', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6633', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, 'EU0163', 'jianfeng.mu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6634', 'SUPERVISORY_ORGANIZATION-3-6250', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6634', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '28131', 'fuming.sun', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6635', 'SUPERVISORY_ORGANIZATION-3-6260', null, '智能硬件与数字体验管理', 'Smart Hardware & Digital Experience Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6635', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '24373', 'ken.hu', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6635', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6636', 'PE-OAM', null, '能源换电服务团队(厦门)', 'Regional Power Management Power Swap Service Team (Xiamen)', null, 'C1591303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6636', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '11277', 'xiaowen.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6636', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6637', 'SUPERVISORY_ORGANIZATION-3-3037', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6637', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '06276', 'shino.lin', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3037', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6638', 'SUPERVISORY_ORGANIZATION-3-5718', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6638', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '28260', 'ruonan.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6639', 'SUPERVISORY_ORGANIZATION-3-3327', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6639', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '27466', 'zhikun.fu', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-664', null, null, '项目管理团队', 'Project Management Team', null, 'UD-UCS-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-664', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-664', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6640', 'SUPERVISORY_ORGANIZATION-3-8729', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6640', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '31778', 'xiaochen.gao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6641', 'SUPERVISORY_ORGANIZATION-3-2555', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6641', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '21323', 'bojun.hu', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2555', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6642', 'SUPERVISORY_ORGANIZATION-3-1016', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6642', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '17605', 'xingwei.hu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6643', 'SUPERVISORY_ORGANIZATION-3-942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6643', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '26439', 'yujie.zhao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6644', 'SUPERVISORY_ORGANIZATION-3-4388', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6644', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '11488', 'mingzhuo.wu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6645', 'SUPERVISORY_ORGANIZATION-3-4388', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6645', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '29912', 'tao.gao', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6647', 'SUPERVISORY_ORGANIZATION-3-606', null, '订单运营组', 'Order Operation Sub-team', null, 'C103020603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6647', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '03781', 'yang.bao', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6648', 'SUPERVISORY_ORGANIZATION-3-606', null, '销售计划组', 'Sales Plan Sub-team', null, 'C103020604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6648', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '04203', 'yi.chen1', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6648', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6649', 'SUPERVISORY_ORGANIZATION-3-2798', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6649', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '17217', 'zijun.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-665', null, null, '整车工程', 'Vehicle Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-665', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6650', 'SUPERVISORY_ORGANIZATION-3-1029', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6650', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '03281', 'david.wang1', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1029', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6651', 'SUPERVISORY_ORGANIZATION-3-2057', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6651', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '13901', 'yunhao.gu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6652', 'SUPERVISORY_ORGANIZATION-3-3489', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6652', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '32402', 'jason.meng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6653', 'SUPERVISORY_ORGANIZATION-3-4459', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6653', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '03575', 'phoebe.zhang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6654', 'SUPERVISORY_ORGANIZATION-3-3438', null, '嵌入式系统开发团队', 'Embedded System Development Team', null, 'A1021712', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6654', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6655', 'SUPERVISORY_ORGANIZATION-3-5901', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6655', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '29318', 'ethan.song', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6656', 'SUPERVISORY_ORGANIZATION-3-6605', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6656', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '09265', 'zhonglin.li', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6657', 'SUPERVISORY_ORGANIZATION-3-5137', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6657', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '22877', 'xiao.an', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5137', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6658', 'SUPERVISORY_ORGANIZATION-3-1753', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6658', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '21367', 'sam.wu', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1753', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6659', 'SUPERVISORY_ORGANIZATION-3-2818', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6659', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '08993', 'bo.song', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-666', null, null, 'Nanjing Advanced Manufacturing Technology Centre', 'Nanjing Advanced Manufacturing Technology Centre', null, 'MO-PNG-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-666', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-666', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6660', 'SUPERVISORY_ORGANIZATION-3-1068', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6660', null, '1', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '10717', 'yang.xing', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1068', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6661', 'SUPERVISORY_ORGANIZATION-3-3878', null, '战略新业务IV', 'New Strategic Businesses IV', null, 'A215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6661', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-6661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6662', 'SUPERVISORY_ORGANIZATION-3-5899', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6662', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31289', 'haifeng.wang2', '34449;C0941', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5899', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6663', 'SUPERVISORY_ORGANIZATION-3-5899', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6663', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '28409', 'junyu.xu1', '34449;C0941', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5899', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6664', 'SUPERVISORY_ORGANIZATION-3-5901', null, '设计实现部', 'Implementation Department', null, 'A21306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6664', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '32143', 'robin.su', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6664', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6665', 'SUPERVISORY_ORGANIZATION-3-5900', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6665', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '29318', 'ethan.song', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6666', 'SUPERVISORY_ORGANIZATION-3-5900', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6666', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '29581', 'sampson.sun', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6667', 'SUPERVISORY_ORGANIZATION-3-5900', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6667', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31236', 'rock.luo', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6668', 'PE-OAM', null, '能源换电服务团队(杭州)', 'Regional Power Management Power Swap Service Team (Hangzhou)', null, 'C1591304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6668', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '04989', 'zhenhua.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6669', 'SUPERVISORY_ORGANIZATION-3-1122', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6669', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '12967', 'kelly.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-667', null, null, '人才招募部', 'Talent Acquisition Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-667', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6670', 'SUPERVISORY_ORGANIZATION-3-7806', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6670', null, '0', 'admin', '2022-05-26 17:21:41', null, null, null, null, null, null, '28198', 'lei.he1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6671', 'SUPERVISORY_ORGANIZATION-3-6430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6671', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '32452', 'qi.xiong', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6672', 'SUPERVISORY_ORGANIZATION-3-698', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6672', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '28021', 'ling.huang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6673', 'SUPERVISORY_ORGANIZATION-3-6674', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6673', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '29484', 'duke.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6674', 'SUPERVISORY_ORGANIZATION-3-6428', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6674', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '30775', 'haiguang.wen', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6675', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6675', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '29479', 'kitty.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6676', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6676', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, 'C1423', 'huaidong.tang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6677', 'SUPERVISORY_ORGANIZATION-3-7113', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6677', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31236', 'rock.luo', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6678', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6678', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31505', 'jw.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6679', 'SUPERVISORY_ORGANIZATION-3-7801', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6679', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '30468', 'kon.xu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-668', 'SUPERVISORY_ORGANIZATION-3-847', null, '价值工程团队', 'Design to Value Team', null, 'A1021203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-668', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0212', 'shawn.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6680', 'SUPERVISORY_ORGANIZATION-3-2624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6680', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '22599', 'sam.han', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6681', 'SUPERVISORY_ORGANIZATION-3-6153', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6681', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '08974', 'gloria.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6153', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6682', 'SUPERVISORY_ORGANIZATION-3-4250', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6682', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '27725', 'ashley.zhou', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4250', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6683', 'SUPERVISORY_ORGANIZATION-3-4918', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6683', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31157', 'guanghui.ren', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6684', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6684', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '28844', 'danica.zhang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6685', 'SUPERVISORY_ORGANIZATION-3-5062', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6685', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, 'C1100', 'xin.gong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5062', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6686', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6686', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '31411', 'fanny.chen', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6687', 'SUPERVISORY_ORGANIZATION-3-5303', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6687', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '19079', 'chen.chen12', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5303', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6688', 'SUPERVISORY_ORGANIZATION-3-1543', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6688', null, '1', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '09075', 'king.li', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6689', 'SUPERVISORY_ORGANIZATION_20200911_34', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6689', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '19703', 'nick.zhu', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-669', 'SUPERVISORY_ORGANIZATION-3-571', null, 'Fellow体系搭建与运营团队', 'Fellow System Construction and Operation Team', null, 'C1030402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-669', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C1232', 'zihang.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6690', 'SUPERVISORY_ORGANIZATION-3-701', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6690', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '29552', 'josh.zhu', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6691', 'SUPERVISORY_ORGANIZATION-3-2605', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6691', null, '0', 'admin', '2022-05-26 17:21:42', null, null, null, null, null, null, '13472', 'junye.shao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6692', 'SUPERVISORY_ORGANIZATION-3-6430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6692', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '26475', 'yc.cheng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6693', 'SUPERVISORY_ORGANIZATION-3-1776', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6693', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '03328', 'fan.li', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6694', 'SUPERVISORY_ORGANIZATION_20200911_3', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6694', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '17581', 'jinsong.chen', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6695', 'PU-PDP-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6695', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '07881', 'lily.ding', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PDP-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6696', 'SUPERVISORY_ORGANIZATION-3-7801', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6696', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, 'C0130', 'wide.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6697', 'SUPERVISORY_ORGANIZATION-3-5939', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6697', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '22380', 'xicheng.liu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6698', 'SUPERVISORY_ORGANIZATION-3-1220', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6698', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '07388', 'yulong.xu1', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1220', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6699', 'SUPERVISORY_ORGANIZATION-3-6079', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6699', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '05241', 'siyun.shen', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-670', null, null, '配置和发布团队', 'Configuration & Release Team', null, 'VE-FI-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-670', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-670', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6700', 'SUPERVISORY_ORGANIZATION_20200911_11', null, '非官宣组织 (Not Announced)', '非官宣组织 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6700', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '28861', 'jiudong.gao', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6701', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6701', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '21834', 'lynn.zhu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6702', 'SUPERVISORY_ORGANIZATION-3-701', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6702', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '28751', 'minjing.huang', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6703', 'SUPERVISORY_ORGANIZATION-3-722', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6703', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '05168', 'jianbing.xia', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6704', 'VE-EEE-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6704', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '23351', 'jiaxin.li1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-EEE-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6705', 'SUPERVISORY_ORGANIZATION-3-4467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6705', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '26568', 'dylan.deng', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6706', 'SUPERVISORY_ORGANIZATION-3-2095', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6706', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '04453', 'weiyue.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2095', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6707', 'SD-SAS', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6707', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '31301', 'sheng.yan', '33035;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6708', 'SUPERVISORY_ORGANIZATION-3-6714', null, '通用和创新软件团队', 'Common and Innovative Software Team', null, 'A2070902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6708', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, 'C1371', 'zhen.wang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6709', 'SUPERVISORY_ORGANIZATION-3-6714', null, '用户社区软件团队', 'User Community Software Team', null, 'A2070903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6709', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, 'C1371', 'zhen.wang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-671', 'SUPERVISORY_ORGANIZATION-3-1673', null, '功能集成实验室和设备团队', 'Test Lab & Equipment Team', null, 'A2020904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-671', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0975', 'rui.wang', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-671', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6710', 'SUPERVISORY_ORGANIZATION-3-6714', null, '智能制造软件团队', 'Intelligent Manufacturing Software Team', null, 'A2070904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6710', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '02583', 'bingwen.shi', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6711', 'SUPERVISORY_ORGANIZATION-3-8729', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6711', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '06286', 'di.cai', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6712', 'SUPERVISORY_ORGANIZATION-3-6709', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6712', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '04345', 'xile.su', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6713', 'SUPERVISORY_ORGANIZATION-3-6709', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6713', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '07100', 'yanwei.jia', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6714', 'SUPERVISORY_ORGANIZATION-3-2448', null, '用户运营软件研发部', 'User Operation Software Development Department', null, 'A20709', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6714', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, 'C1371', 'zhen.wang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6715', 'SUPERVISORY_ORGANIZATION-3-3996', null, '产品设计团队', 'Product Design Team', null, 'A2090403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6715', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '37125', 'shuang.li2', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6716', 'SUPERVISORY_ORGANIZATION-3-3996', null, '工程效能团队', 'Engineering Productivity Team', null, 'A2090404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6716', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '17025', 'samuel.bai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6717', 'SUPERVISORY_ORGANIZATION-3-4762', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6717', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '38194', 'wiliam.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6718', 'SUPERVISORY_ORGANIZATION-3-1407', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6718', null, '1', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '11551', 'xiang.gao1', '03280;03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1407', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6719', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6719', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '04918', 'faye.fang', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-672', 'SUPERVISORY_ORGANIZATION-3-1673', null, '集成测试方案开发团队', 'Integration Solution Development Team', null, 'A2020901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-672', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0609', 'stefan.jing', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-672', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6720', 'SUPERVISORY_ORGANIZATION-3-7070', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6720', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '23398', 'manhua.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7070', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6721', 'SUPERVISORY_ORGANIZATION-3-8730', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6721', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '27667', 'neo.long', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6722', 'SUPERVISORY_ORGANIZATION-3-2278', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6722', null, '1', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '29984', 'zhen.chen6', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6723', 'SUPERVISORY_ORGANIZATION-3-2466', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6723', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '23613', 'qingyuan.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6724', 'SUPERVISORY_ORGANIZATION-3-6176', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6724', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '21566', 'lucas.zhou1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6725', 'SUPERVISORY_ORGANIZATION-3-4963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6725', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '28884', 'shuqi.zhan', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6726', 'SUPERVISORY_ORGANIZATION-3-4412', null, '规控研发团队', 'Planning and Control Development Team', null, 'A2090603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6726', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '29431', 'blake.fan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6727', 'SUPERVISORY_ORGANIZATION-3-777', null, '市场洞察团队', 'Market Intelligence Team', null, 'A0010804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6727', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '33906', 'william.cheng', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6728', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6728', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '03855', 'jianjie.gong', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6729', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6729', null, '0', 'admin', '2022-05-26 17:21:43', null, null, null, null, null, null, '08339', 'sharon.yu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-673', null, null, '验证协调团队', 'Validation Lead Team', null, 'VE-EEE-005-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-673', null, '1', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, null, null, null, null, 'Product_Development', 'Product Development (Do Not Use) (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6730', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6730', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '11931', 'zheci.rong', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6731', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6731', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '29595', 'richard.zhu1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6732', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6732', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, 'C0605', 'xiaohui.ke', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6733', 'SUPERVISORY_ORGANIZATION-3-7157', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6733', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '28389', 'sam.gao', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6734', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6734', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '04556', 'jerry.wang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6735', 'SUPERVISORY_ORGANIZATION-3-6736', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6735', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, 'C0072', 'ray.liu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6736', 'SUPERVISORY_ORGANIZATION-3-6742', null, '整车项目管理部', 'Vehicle Program Management Department', null, 'A10703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6736', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, 'C0245', 'catherine.zheng', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6737', 'SUPERVISORY_ORGANIZATION-3-6742', null, '软件敏捷交付部', 'Software Delivery Agility Department', null, 'A10702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6737', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '19261', 'lucas.huang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6738', 'SUPERVISORY_ORGANIZATION-3-6742', null, '软件项目管理部', 'Digital Program Management Department', null, 'A10704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6738', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '19261', 'lucas.huang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6739', 'SUPERVISORY_ORGANIZATION-3-6727', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6739', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '17135', 'eric.sun', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-674', 'SUPERVISORY_ORGANIZATION-3-1673', null, '整车软硬件集成团队', 'Vehicle HW/SW Interaction Team', null, 'A2020902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-674', null, '0', 'admin', '2022-05-26 17:20:28', null, null, null, null, null, null, 'C0926', 'wei.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6740', 'SUPERVISORY_ORGANIZATION-3-2618', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6740', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '25831', 'hang.zhou2', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6741', 'SUPERVISORY_ORGANIZATION-3-2599', null, '产品体验闭环运营团队', 'Product Experience Operations Team', null, 'A1051701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6741', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '13090', 'fei.xu1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6741', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6742', 'CD', null, '项目管理', 'Program Management', null, 'A107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6742', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, 'C0245', 'catherine.zheng', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-6742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6743', 'CD', null, '技术规划', 'Technology Planning', null, 'A106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6743', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '31957', 'c.hu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-6743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6744', 'SUPERVISORY_ORGANIZATION-3-6260', null, '基础系统与创新', 'OS & Innovation', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6744', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '30550', 'ye.wang2', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6745', 'PU-PQM-002', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6745', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, 'C1443', 'angela.wang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PQM-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6746', 'SUPERVISORY_ORGANIZATION-3-2075', null, '用户顾问团队,拉萨柳吾万达广场店', 'User Fellow Team, Lhasa Liuwu Wanda Plaza', null, 'C117010609', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6746', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '04216', 'jenny.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6747', 'SUPERVISORY_ORGANIZATION-3-7971', null, '云端软件开发组', 'Cloud SW Development Sub-team', null, 'A209040901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6747', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '29902', 'fengbo.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6748', 'SUPERVISORY_ORGANIZATION-3-5467', null, '车端工具开发组', 'Device Tooling Development Sub-team', null, 'A209030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6748', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '07689', 'yu.fang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6749', 'SUPERVISORY_ORGANIZATION-3-5209', null, '开发运营组', 'DevOps Sub-team', null, 'A209030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6749', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '25655', 'fengyu.chen', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-675', 'SUPERVISORY_ORGANIZATION-3-1673', null, '整车软件发布和交付管理团队', 'NIO OS Release & Delivery Management Team', null, 'A2020903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-675', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '02415', 'keith.chen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6750', 'SUPERVISORY_ORGANIZATION-3-6752', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6750', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '03092', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6751', 'DS', null, '第一设计工作室', 'Design Studio 1', null, 'A10111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6751', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '24706', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6752', 'DS', null, '慕尼黑设计运营部', 'Design Operation Munich Department', null, 'A10116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6752', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '03092', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6753', 'SUPERVISORY_ORGANIZATION-3-6751', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6753', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '24706', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6754', 'SUPERVISORY_ORGANIZATION-3-6775', null, '上海视觉渲染团队', 'Visualization SHG Team', null, 'A1011004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6754', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '21771', 'luis.sanchez', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6755', 'SUPERVISORY_ORGANIZATION-3-6769', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6755', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, 'C1044', 'ryan.bai', '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6756', 'DS-SED', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6756', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, 'EU0116', 'alessandro.tarrone', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DS-SED', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6757', 'SUPERVISORY_ORGANIZATION-3-964', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6757', null, '0', 'admin', '2022-05-26 17:21:44', null, null, null, null, null, null, '28874', 'shiyuan.xiao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-964', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6758', 'SUPERVISORY_ORGANIZATION-3-6435', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6758', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '06058', 'eric.zong', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6759', 'SUPERVISORY_ORGANIZATION-3-2095', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6759', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '12659', 'jingjing.hao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2095', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-676', 'PE-PRD-004', null, '产品测试团队', 'Product Test Team', null, 'C1580410', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-676', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '03710', 'qingyu.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6760', 'SUPERVISORY_ORGANIZATION-3-7070', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6760', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '20587', 'yujia.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7070', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6761', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6761', null, '1', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, 'C0031', 'hong.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6762', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6762', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '29540', 'steve.guo', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6763', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6763', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '26934', 'wei.wang20', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6764', 'SUPERVISORY_ORGANIZATION-3-7801', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6764', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '30082', 'jun.he1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6765', '20191212_SUPERVISORY_ORG_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6765', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '19766', 'ruijiang.zhang', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6767', 'SUPERVISORY_ORGANIZATION-3-6770', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6767', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6768', 'DS', null, '第四设计工作室', 'Design Studio 4', null, 'A10114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6768', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '30501', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6769', 'DS', null, '第三设计工作室', 'Design Studio 3', null, 'A10113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6769', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '13905', 'colin.phipps', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-677', 'SUPERVISORY_ORGANIZATION-3-2420', null, '人工智能产品设计部', 'Artificial Intelligence Product & Design Department', null, 'A20313', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-677', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '14065', null, '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6770', 'DS', null, '创意设计实验室', 'Design Lab', null, 'A10115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6770', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, 'EU0101', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6771', 'DS', null, '第二设计工作室', 'Design Studio 2', null, 'A10112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6771', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '24706', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6772', 'SUPERVISORY_ORGANIZATION-3-6752', null, '数据链管理团队', 'Digital Pipeline Team', null, 'A1011604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6772', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, 'EU0114', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6773', 'SUPERVISORY_ORGANIZATION-3-6768', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6773', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '30501', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6774', 'SUPERVISORY_ORGANIZATION-3-6769', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6774', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '13905', 'colin.phipps', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6775', 'SUPERVISORY_ORGANIZATION-3-6378', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6775', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '04971', 'chanhoon.kim', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6378', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6776', 'SUPERVISORY_ORGANIZATION-3-6771', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6776', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '24706', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6777', 'SUPERVISORY_ORGANIZATION-3-6767', null, '灯光照明设计团队', 'Lighting Design Team', null, 'A1011505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6777', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '30487', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6778', 'SUPERVISORY_ORGANIZATION-3-798', null, '车辆检测(车辆质量)团队,深圳公司', 'Vehicle Detection (PDI) Team, Shenzhen Company', null, 'C113010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6778', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '04929', 'yingfeng.rao', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6779', 'SUPERVISORY_ORGANIZATION-3-798', null, '延展团队,深圳公司', 'Value-added Service Team, Shenzhen Company', null, 'C113010504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6779', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '05236', 'zeyi.xiao', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-678', null, null, '电机控制器软件开发组', 'PEU SW Development Sub-team', null, 'A103030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-678', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-678', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6780', 'SUPERVISORY_ORGANIZATION-3-798', null, '物流-仓储团队,深圳公司', 'Logistics Operation (Warehouse) Team, Shenzhen Company', null, 'C113010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6780', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '05429', 'feng.nie', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6781', 'SUPERVISORY_ORGANIZATION-3-1145', null, '固件开发第三团队', 'Firmware Development Team III', null, 'A2101004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6781', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '13686', 'yuan.ji', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6782', '20191230_SUPERVISORY_ORG_5', null, '门店运营团队(用户运营),广州公司', 'Store Operations Team(User Operations) , Guangzhou Company', null, 'C114010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6782', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '03535', 'mi.zhou', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6782', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6783', 'SUPERVISORY_ORGANIZATION-3-1262', null, '仿真SIL功能测试团队', 'SIL Function Test Team', null, 'A208110102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6783', null, '0', 'admin', '2022-05-26 17:21:45', null, null, null, null, null, null, '31225', 'eden.xie', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6783', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6784', 'SUPERVISORY_ORGANIZATION-3-574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6784', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '31596', 'jiasi.lu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6785', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳龙华壹方城', 'User Fellow Team, Shenzhen Longhua Yifang City', null, 'C113010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6785', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '02478', 'garson.zheng', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6785', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6786', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳龙岗万达广场', 'User Fellow Team, Shenzhen Longgang Wanda Plaza', null, 'C113010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6786', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '18757', 'hongxing.he', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6787', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳中航城君尚', 'User Fellow Team, Shenzhen AVIC City DREAMS-ON Mall', null, 'C113010216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6787', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '18902', 'yulin.xu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6788', 'SUPERVISORY_ORGANIZATION-3-1768', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6788', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '03658', 'wilson.yin', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-679', 'VE-CHE', null, '悬架系统团队', 'Suspension System Team', null, 'A1020407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-679', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'C0455', 'johnny.wu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-679', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6797', 'SUPERVISORY_ORGANIZATION-3-6428', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6797', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '29123', 'jingyu.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6798', 'SUPERVISORY_ORGANIZATION-3-5061', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6798', null, '1', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '02355', 'chang.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5061', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6799', 'SUPERVISORY_ORGANIZATION-3-5061', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6799', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '02355', 'chang.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5061', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-680', null, null, '底盘投产团队', 'Chassis Launch Team', null, 'VE-CHE-010', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-680', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-680', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6800', 'SUPERVISORY_ORGANIZATION-3-2599', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6800', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, 'C0026', 'mark.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6801', 'SUPERVISORY_ORGANIZATION-3-2599', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6801', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, 'C0026', 'mark.zhou', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6802', 'SUPERVISORY_ORGANIZATION-3-6742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6802', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, 'C0026', 'mark.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6803', 'SUPERVISORY_ORGANIZATION-3-6743', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6803', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, 'C0026', 'mark.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6804', 'SUPERVISORY_ORGANIZATION-3-3742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6804', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '25270', 'lulu.zhou', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6805', 'SD-AIS', null, '智能语言处理团队', 'Intelligent Natural Language Processing Team', null, 'A2030909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6805', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '31862', 'yali.li', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6806', 'SUPERVISORY_ORGANIZATION-3-2171', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6806', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '03308', 'lin.gao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6807', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6807', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '07064', 'yuan.zhang2', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6808', '20191212_SUPERVISORY_ORG_46', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6808', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '22450', 'shuai.ma1', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_46', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6809', 'PE_SUPERVISORY_ORGANIZATION_9', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6809', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '07332', 'eredawn.su', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-681', 'SUPERVISORY_ORGANIZATION-3-2020', null, '无人驾驶部中国', 'Autonomous Driving Department China', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-681', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'Product_Development', 'Product Development (Do Not Use) (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6810', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6810', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '31186', 'regan.gui', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6811', 'SUPERVISORY_ORGANIZATION-3-2228', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6811', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2228', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6812', 'SUPERVISORY_ORGANIZATION-3-4828', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6812', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '05032', 'yun.zhu', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6813', 'SUPERVISORY_ORGANIZATION-3-7745', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6813', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '29437', 'dong.yan', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6814', 'SUPERVISORY_ORGANIZATION-3-1343', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6814', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '11278', 'yajing.huang', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6815', 'SUPERVISORY_ORGANIZATION-3-5016', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6815', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '25425', 'x.sun', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6816', 'SUPERVISORY_ORGANIZATION-3-5857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6816', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '24291', 'yimin.xie', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6817', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州桐庐银泰', 'User Fellow Team, Hangzhou TLYT', null, 'C115010221', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6817', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '16686', 'mingqi.zhu', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6817', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6818', 'SUPERVISORY_ORGANIZATION-3-5042', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6818', null, '1', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '100780', 'john.zheng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6819', 'SUPERVISORY_ORGANIZATION-3-1264', null, '用户顾问团队,集美IOI', 'User Fellow Team, IOI mall', null, 'C127010909', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6819', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '16365', 'yilong.lin', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-682', 'SUPERVISORY_ORGANIZATION-3-480', null, 'Head of Store Operations Team (User Operations) , Beijing Company / 门店运营团队负责人(用户运营),北京公司', 'Store Operations Team, Beijing Oriental Plaza', null, 'C1120107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-682', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '07546', 'chi.ou', '04949;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6820', 'SUPERVISORY_ORGANIZATION-3-1090', null, 'NIO Life供应链运营团队', 'NIO Life Supply Chain Operations Team', null, 'C1070604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6820', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '19536', 'finn.xue', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6821', 'SUPERVISORY_ORGANIZATION-3-6820', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6821', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '29584', 'ella.li', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6822', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(佛山)', 'Human Resource Team (Foshan)', null, 'D1010840', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6822', null, '0', 'admin', '2022-05-26 17:21:46', null, null, null, null, null, null, '18288', 'lu.ren', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6823', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(东莞)', 'Human Resource Team (Dongguan)', null, 'D1010839', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6823', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '04011', 'wei.song', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6823', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6824', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(无锡)', 'Human Resource Team (Wuxi)', null, 'D1010838', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6824', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '34556', 'ben.zhang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6825', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(福州)', 'Human Resource Team (Fuzhou)', null, 'D1010837', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6825', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '31411', 'fanny.chen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6826', 'SUPERVISORY_ORGANIZATION-3-506', null, '中台HRBP团队', 'Middle Platform HRBP Team', null, 'D1010851', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6826', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '22881', 'eva.zhang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6827', 'SUPERVISORY_ORGANIZATION-3-3306', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6827', null, '1', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '16365', 'yilong.lin', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6828', 'SUPERVISORY_ORGANIZATION-3-1168', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6828', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '31317', 'yiran.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6829', 'SUPERVISORY_ORGANIZATION-3-6548', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6829', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '27919', 'mark.hua', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-683', 'MO-LOG', null, '整车物流团队', 'Vehicle Logistics Team', null, 'B3010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-683', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'C0306', 'marco.wang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-683', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6830', 'SUPERVISORY_ORGANIZATION-3-1262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6830', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '03375', 'junlei.qian', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6831', 'SUPERVISORY_ORGANIZATION-3-2547', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6831', null, '1', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '27607', 'shuangbao.deng', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6832', 'SUPERVISORY_ORGANIZATION-3-658', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6832', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '31898', 'zequn.hu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6833', 'SUPERVISORY_ORGANIZATION-3-3695', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6833', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '14905', 'hong.ye', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3695', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6834', 'SUPERVISORY_ORGANIZATION-3-3695', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6834', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '24676', 'lina.deng', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3695', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6835', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6835', null, '1', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, 'C1003', 'haiting.qian', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6836', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6836', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '32810', 'matt.zhang', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6837', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(大连)', 'Human Resource Team (Dalian)', null, 'D1010850', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6837', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '42223', 'aj.dong', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6837', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6838', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(乌鲁木齐)', 'Human Resource Team (Urumchi)', null, 'D1010849', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6838', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '30643', 'jia.wei1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6838', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6839', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(银川)', 'Human Resource Team (Yinchuan)', null, 'D1010848', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6839', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '12159', 'bay.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6839', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-684', 'SUPERVISORY_ORGANIZATION-3-574', null, '用户发展,深圳公司', 'User Development, Shenzhen Company', null, 'C1130101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-684', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '05282', 'huajun.hou', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-684', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6840', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(西宁)', 'Human Resource Team (Xining)', null, 'D1010847', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6840', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '12159', 'bay.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6840', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6841', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(兰州)', 'Human Resource Team (Lanzhou)', null, 'D1010846', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6841', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '44504', 'hanlu.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6842', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(呼和浩特)', 'Human Resource Team (Huhhot)', null, 'D1010845', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6842', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '12304', 'xia.zheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6843', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(哈尔滨)', 'Human Resource Team (Harbin)', null, 'D1010844', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6843', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '29479', 'kitty.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6844', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(长春)', 'Human Resource Team (Changchun)', null, 'D1010843', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6844', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '29479', 'kitty.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6845', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(绍兴)', 'Human Resource Team (Shaoxing)', null, 'D1010842', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6845', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '34600', 'lacie.mao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6846', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(嘉兴)', 'Human Resource Team (Jiaxing)', null, 'D1010841', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6846', null, '0', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '06574', 'boris.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6847', 'SUPERVISORY_ORGANIZATION-3-6845', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6847', null, '1', 'admin', '2022-05-26 17:21:47', null, null, null, null, null, null, '16666', 'rui.fan', '04634;16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6848', 'SUPERVISORY_ORGANIZATION-3-2385', null, '能源换电服务组(东北)', 'Regional Power Management Power Swap Service Sub-team (Northeast)', null, 'C159060103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6848', null, '1', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '12899', 'zhenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6848', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6849', 'SUPERVISORY_ORGANIZATION-3-5868', null, 'Operation', 'Operation', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6849', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '26448', 'zhen.shuai', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-685', 'CO-GZH', null, '用户发展,广州公司', 'User Development, Guangzhou Company', null, 'C1140101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-685', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '14484', 'marvin.li', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-685', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6850', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,济南融创茂', 'User Fellow Team, Jinan Rongchuang Mall', null, 'C130010115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6850', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '12237', 'jeff.yang', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6850', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6851', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户发展,常州', 'User Development, Changzhou Company', null, 'C166010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6851', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '30934', 'gracie.gao', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6852', 'SUPERVISORY_ORGANIZATION-3-7798', null, '运营支持,常州', 'Operation Supporting, Changzhou Company', null, 'C166010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6852', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6853', 'SUPERVISORY_ORGANIZATION-3-7799', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6853', null, '1', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '33452', 'tony.mao', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6854', 'SUPERVISORY_ORGANIZATION-3-7798', null, '物流-仓储团队,常州', 'Logistics-Warehouse Team, Changzhou Company', null, 'C166010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6854', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6855', 'SUPERVISORY_ORGANIZATION-3-7798', null, '交付团队,常州', 'Delivery Team, Changzhou Company', null, 'C166010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6855', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '18277', 'yangyang.li', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6856', 'SUPERVISORY_ORGANIZATION-3-7800', null, '非官宣部门 (Not Annnounced)', '非官宣部门 (Not Annnounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6856', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '33321', 'yiyao.zhang', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6857', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6857', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '14536', 'steven.feng', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6858', 'SUPERVISORY_ORGANIZATION-3-948', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6858', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '06465', 'jiayi.xu', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-948', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-686', null, null, '城市运营,成都', 'City Operation Management, Chengdu', null, 'CO-CHD-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-686', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-686', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6867', 'SUPERVISORY_ORGANIZATION-3-6856', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6867', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '09071', 'qiuxiang.yang', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6868', 'SUPERVISORY_ORGANIZATION-3-7858', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6868', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '32726', 'lei.zhang29', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6869', 'XPT_ORG_REFERENCE_20200424_7', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6869', null, '1', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, 'U0032', 'alan.zeng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-687', null, null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-CNP-005-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-687', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-687', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6870', 'SUPERVISORY_ORGANIZATION-3-3472', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6870', null, '1', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, 'U0032', 'alan.zeng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6871', 'SUPERVISORY_ORGANIZATION-3-5863', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6871', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6872', '20191223_SUPERVISORY_ORG_1', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6872', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '04226', 'zengpeng.qin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191223_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6873', 'SUPERVISORY_ORGANIZATION-3-963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6873', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '23161', 'wenbing.ouyang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6874', 'SUPERVISORY_ORGANIZATION-3-3975', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6874', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, 'C0272', 'bei.jin', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6875', 'SUPERVISORY_ORGANIZATION-3-8945', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6875', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '16575', 'yunxiao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8945', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6876', 'SUPERVISORY_ORGANIZATION-3-3327', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6876', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '31832', 'haijing.yu', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6877', 'SUPERVISORY_ORGANIZATION-3-6464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6877', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '12003', 'qi.an', '03280;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6878', 'SUPERVISORY_ORGANIZATION-3-5942', null, '合肥园区项目管理部', 'Hefei Industry Parks Project Management Department', null, 'D11503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6878', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '32775', 'xibei.sun', '36463', 'Hefei-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6879', 'SUPERVISORY_ORGANIZATION-3-5942', null, '园区营建成本管理部', 'Industry Parks Cost Management Department', null, 'D11502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6879', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '33072', 'huikai.huang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6879', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-688', 'SD-SAS', null, '猎火团队', 'Fire Club Team', null, 'A2070203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-688', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'C1371', 'zhen.wang', '15602;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-688', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6880', 'SUPERVISORY_ORGANIZATION-3-5942', null, '园区规划与设计部', 'Industry Parks Planning and Design Department', null, 'D11501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6880', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '30294', 'shaonan.xu', '36463', 'Beijing-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6881', 'SUPERVISORY_ORGANIZATION-3-3996', null, '算法开发平台团队', 'Algorithm Development Platform Team', null, 'A2090408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6881', null, '1', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '33924', 'zzz.gu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6882', 'SUPERVISORY_ORGANIZATION-3-9211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6882', null, '0', 'admin', '2022-05-26 17:21:48', null, null, null, null, null, null, '29158', 'max.song1', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6883', 'MO-PNG', null, '整车试制工艺团队', 'Vehicle Pilot Process Team', null, 'B3010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6883', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '28331', 'chengjie.ju', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6883', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6884', 'SUPERVISORY_ORGANIZATION-3-5798', null, '尺寸前期规划组', 'Dimension Planning Sub-team', null, 'B301050602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6884', null, '1', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '03706', 'bohao.zheng', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6885', 'SUPERVISORY_ORGANIZATION-3-5798', null, 'F2尺寸改进组', 'F2 Dimension Improving Sub-team', null, 'B301050603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6885', null, '1', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '03706', 'bohao.zheng', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6886', 'SUPERVISORY_ORGANIZATION-3-663', null, '涂总工艺量产运营组', 'Paint & GA Process Launch Operation Sub-team', null, 'B301080402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6886', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '06954', 'jack.yang', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6886', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6887', 'SUPERVISORY_ORGANIZATION-3-6935', null, 'F2连接组', 'F2 Joint Sub-team', null, 'B301051002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6887', null, '1', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '03345', 'miaojin.qu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6887', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6888', 'SUPERVISORY_ORGANIZATION-3-4004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6888', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '17524', 'tao.si', '22742', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6889', 'PU-PSP-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6889', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '05638', 'zhenfang.liao', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PSP-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-689', null, null, 'Strategy & Analytics Software Department', 'Strategy & Analytics Software Department', null, 'SD-SAS-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-689', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-689', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6890', 'SUPERVISORY_ORGANIZATION-3-698', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6890', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '05559', 'yang.cui', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6891', 'SUPERVISORY_ORGANIZATION-3-6464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6891', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '18790', 'lei.ling', '03280;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6892', 'SUPERVISORY_ORGANIZATION-3-6436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6892', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '15534', 'jianwei.qin', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6893', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6893', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '28345', 'ni.yang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6894', 'SUPERVISORY_ORGANIZATION-3-4656', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6894', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '11775', 'steven.zhou', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6895', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6895', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '08940', 'shunshun.liu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6896', 'MO', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6896', null, '1', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '02094', 'victor.gu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6897', 'SUPERVISORY_ORGANIZATION-3-6359', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6897', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '19084', 'ruiguang.li', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6898', 'SUPERVISORY_ORGANIZATION-3-6934', null, '数字化实施组', 'Digital Implement Sub-team', null, 'B301050901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6898', null, '1', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '35114', 'shanmin.gao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6898', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6899', 'SUPERVISORY_ORGANIZATION-3-6934', null, '数字化规划和设备组', 'Digital Planning and Equipment Sub-team', null, 'B301050902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6899', null, '1', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '35114', 'shanmin.gao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6899', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-690', 'GM-ADMG', null, '公关传播部', 'Communications & Public Relationship and Government Affairs Europe Department', null, 'D11205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-690', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'EU0132', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-690', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6900', 'MO-MME-002', null, '工艺规划组', 'Process Planning Sub-team', null, 'B301050105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6900', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '08362', 'wenhua.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6901', 'MO-MME-002', null, '新工厂规划组', 'New Plant Planning Sub-team', null, 'B301050106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6901', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '26114', 'yuxin.qi', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6902', 'MO-MME-AMET', null, '流程和规范组', 'Process & Standard Sub-team', null, 'B301011202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6902', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '20545', 'wei.qian1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6902', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6903', 'SUPERVISORY_ORGANIZATION-3-6939', null, '总装数字化技术实践组', 'GA Digital Planning & Execution Sub-team', null, 'B301100402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6903', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6903', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6904', 'SUPERVISORY_ORGANIZATION-3-6939', null, '总装设备数字化组', 'GA Equipment Digital Sub-team', null, 'B301100403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6904', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6904', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6905', 'SUPERVISORY_ORGANIZATION-3-6939', null, '总装工艺数字化组', 'GA Pocess Digital Sub-team', null, 'B301100401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6905', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, 'C1227', 'yuan.fang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6905', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6906', 'SUPERVISORY_ORGANIZATION-3-6940', null, '软件开发组', 'Software Develop Sub-team', null, 'B301100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6906', null, '0', 'admin', '2022-05-26 17:21:49', null, null, null, null, null, null, 'C1177', 'xiao.yang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6906', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6907', 'SUPERVISORY_ORGANIZATION-3-6940', null, '硬件开发组', 'Hardware Develop Sub-team', null, 'B301100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6907', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, 'C1177', 'xiao.yang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6907', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6908', 'SUPERVISORY_ORGANIZATION-3-2771', null, '涂装同步工程组', 'Paint SE Sub-team', null, 'B301100204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6908', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, 'C0892', 'gleen.guo', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6908', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6909', 'SUPERVISORY_ORGANIZATION-3-2771', null, '涂装工艺2组', 'Paint Process 2 Sub-team', null, 'B301100203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6909', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '02233', 'chengjie.hu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6909', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-691', 'SUPERVISORY_ORGANIZATION-3-8705', null, '内饰合作伙伴开发团队', 'Interior Team', null, 'B0020307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-691', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'C0651', 'frieder.pu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-691', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6910', 'SUPERVISORY_ORGANIZATION-3-2538', null, '总装技术总工组', 'GA Chief Sub-team', null, 'B301100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6910', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '34664', 'zhilong.chen1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6911', 'SUPERVISORY_ORGANIZATION-3-2538', null, '总装工艺2组', 'GA Process 2 Sub-team', null, 'B301100105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6911', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '34347', 'jianbin.lu1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6911', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6912', 'SUPERVISORY_ORGANIZATION-3-6923', null, '冲焊设备组', 'ST&BS Equipment Sub-team', null, 'B301090402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6912', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '33934', 'chao.peng1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6913', 'SUPERVISORY_ORGANIZATION-3-6923', null, '涂总设备组', 'PS&GA Equipment Sub-team', null, 'B301090401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6913', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '37589', 'biao.ma', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6913', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6914', 'SUPERVISORY_ORGANIZATION-3-6922', null, '设备运营体系标准化组', 'Equipment Standardization Sub-team', null, 'B301090301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6914', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6914', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6915', 'SUPERVISORY_ORGANIZATION-3-6921', null, '数据质量组', 'Data Quality Sub-team', null, 'B301090202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6915', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6915', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6916', 'SUPERVISORY_ORGANIZATION-3-6921', null, '数据治理组', 'Data Governance Sub-team', null, 'B301090201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6916', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6916', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6917', 'SUPERVISORY_ORGANIZATION-3-2764', null, '机械组', 'Mechanical Sub-team', null, 'B301090103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6917', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '25407', 'judge.wu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6918', 'SUPERVISORY_ORGANIZATION-3-2764', null, '机器人组', 'Robot Sub-team', null, 'B301090104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6918', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '25407', 'judge.wu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6919', 'SUPERVISORY_ORGANIZATION-3-2764', null, '机运机械组', 'Conveyor&Mechanical Sub-team', null, 'B301090102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6919', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '44397', 'guojie.wei', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6919', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-692', 'SUPERVISORY_ORGANIZATION-3-480', null, '门店运营团队,北京中关村', 'Store Operations Team, Beijing Zhongguancun', null, 'C1120108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-692', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '02967', 'alex.li1', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-692', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6920', 'SUPERVISORY_ORGANIZATION-3-2764', null, '控制组', 'Control Sub-team', null, 'B301090101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6920', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '05418', 'jiapeng.xie', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6920', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6921', 'SUPERVISORY_ORGANIZATION-3-6937', null, '设备数据团队', 'Equipment Data Team', null, 'B3010902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6921', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6921', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6922', 'SUPERVISORY_ORGANIZATION-3-6937', null, '设备运营支持团队', 'Equipment Operations Support Team', null, 'B3010903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6922', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-6922', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6923', 'SUPERVISORY_ORGANIZATION-3-6937', null, 'MF1设备技术支持团队', 'MF1-Equipment Technical Support Team', null, 'B3010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6923', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6923', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6924', 'SUPERVISORY_ORGANIZATION-3-4836', null, 'F2厂内物流组', 'F2 Inhouse Logistics Sub-team', null, 'B301040901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6924', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, 'C0423', 'tony.li', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6924', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6925', 'MO-LOG-002', null, 'F2物流工程组', 'F2 Logistics Engineering Sub-team', null, 'B301040504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6925', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, 'C0423', 'tony.li', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6925', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6926', 'SUPERVISORY_ORGANIZATION-3-1321', null, 'CDC系统运营和海外项目管理组', 'CDC System Operation & Oversea Projects Management Sub-team', null, 'B301040802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6926', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '20711', 'fengjuan.gan', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6926', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6927', 'SUPERVISORY_ORGANIZATION-3-1321', null, 'CDC运营规划和管理组', 'CDC Operation Planning and Management Sub-team', null, 'B301040801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6927', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '08618', 'yuchi.fan', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6927', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6928', 'SUPERVISORY_ORGANIZATION-3-1321', null, 'CDC运输运营组', 'CDC Transportation Operation Sub-team', null, 'B301040803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6928', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '10502', 'yifei.shen', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6929', 'SUPERVISORY_ORGANIZATION-3-1321', null, 'CDC仓储运营组', 'CDC Warehouse Operation Sub-team', null, 'B301040804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6929', null, '1', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, '12951', 'xiaoxia.gao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6929', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-693', 'FN-CNP-005', null, '财务团队(服务运营)', 'Finance Team (SO)', null, 'D1030305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-693', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '02259', 'gloria.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-693', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6930', 'MO-LOG-002', null, '物流工程规划组', 'Logistics Engineering Planning Sub-team', null, 'B301040503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6930', null, '0', 'admin', '2022-05-26 17:21:50', null, null, null, null, null, null, 'C0423', 'tony.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6930', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6931', 'MO-LOG-002', null, 'F1物流工程运作组', 'F1 Logistics Engineering Operation Sub-team', null, 'B301040502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6931', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '02325', 'yuda.tang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6932', 'SUPERVISORY_ORGANIZATION-3-683', null, 'F1整车运作组', 'F1 Vehicle Logistics Team', null, 'B301040402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6932', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '41078', 'mark.qian', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6932', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6933', 'SUPERVISORY_ORGANIZATION-3-683', null, 'F2整车运作组', 'F2 Vehicle Logistics Team', null, 'B301040403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6933', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, 'C0306', 'marco.wang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6933', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6934', 'MO-MME', null, '车身项目实施团队', 'Body Program Execution Team', null, 'B3010509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6934', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '35114', 'shanmin.gao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6934', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6935', 'MO-MME', null, '车身连接工程团队', 'Body Joining Engineering Team', null, 'B3010510', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6935', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '03345', 'miaojin.qu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6935', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6936', 'MO', null, '制造工程(整车系统)部', 'Manufacturing Engineering (Vehicle System) Department', null, 'B30110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6936', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6936', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6937', 'MO', null, '自动化及设备运营部', 'Automation and Equipment Operations Department', null, 'B30109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6937', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6938', 'MO-LOG-003', null, '试制物流&订单管理组', 'Pilot Logistics & Parts Order Management Sub-team', null, 'B301040303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6938', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '05788', 'haochun.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6938', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6939', 'SUPERVISORY_ORGANIZATION-3-6936', null, '整车系统数字化工程团队', 'Vehicle System Digital Engineering Team', null, 'B3011004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6939', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6939', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-694', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Artificial Intelligence', 'Artificial Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-694', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6940', 'SUPERVISORY_ORGANIZATION-3-6936', null, '制造整车电子电器工程团队', 'Manufacturing Vehicle Electronics & Electrical Engineering Team', null, 'B3011003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6940', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6941', 'SUPERVISORY_ORGANIZATION-3-1672', null, '海外物流项目管理组', 'Overseas Logistics Projects Management (SKD/CKD) Sub-team', null, 'B301040601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6941', null, '1', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '25353', 'matteo.mao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6941', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6942', 'SUPERVISORY_ORGANIZATION-3-1672', null, '零件进出口及关务合规组', 'Parts Imp/Exp and Customs Compliance Sub-team', null, 'B301040602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6942', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '05182', 'lynne.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6943', 'SUPERVISORY_ORGANIZATION-3-1672', null, '整车进出口运营管理组', 'Vehicle Imp/Exp Operation Sub-team', null, 'B301040603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6943', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '25353', 'matteo.mao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6944', 'SUPERVISORY_ORGANIZATION-3-4468', null, '投产团队', 'Launch Team', null, 'B3010710', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6944', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '06962', 'yongquan.jia', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6945', 'SUPERVISORY_ORGANIZATION-3-4827', null, '设施运营组', 'Infrastructure Operation Sub-team', null, 'B301070106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6945', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '05016', 'tao.wang1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6945', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6946', 'SUPERVISORY_ORGANIZATION-3-5776', null, '涂装车间投产及项目工程团队', 'Paint Shop Launch & Project Engineering Team', null, 'B3010806', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6946', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '05547', 'zilong.li', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6946', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6947', 'SUPERVISORY_ORGANIZATION-3-5776', null, '车身车间投产及项目工程团队', 'Body Shop Launch & Project Engineering Team', null, 'B3010805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6947', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, 'C0572', 'xiaorui.li', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6947', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6948', 'SUPERVISORY_ORGANIZATION-3-5776', null, '冲压车间投产及项目工程团队', 'Stamping Shop Launch & Project Engineering Team', null, 'B3010807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6948', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, '33137', 'daniel.ren', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-6948', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6949', 'MO-MME-001', null, '冲压模具B组', 'Stamping Tooling B Sub-team', null, 'B301050204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6949', null, '0', 'admin', '2022-05-26 17:21:51', null, null, null, null, null, null, 'C0412', 'frank.zhang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6949', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-695', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Artificial Intelligence', 'Artificial Intelligence', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-695', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6950', 'SUPERVISORY_ORGANIZATION-3-4251', null, '服务中心团队,无锡钱桥店', 'Service Center Team,Wuxi Qianqiao Store', null, 'C150010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6950', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '06904', 'jian.zhang4', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6951', 'SUPERVISORY_ORGANIZATION-3-6950', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6951', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '08999', 'zuhe.zhang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6952', 'SUPERVISORY_ORGANIZATION-3-6950', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6952', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '23363', 'min.zhu2', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6953', 'SUPERVISORY_ORGANIZATION-3-1289', null, '用户顾问团队,城南优品道店', 'User Fellow Team,Chengdu Youpindao South Store', null, 'C117010217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6953', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '04643', 'ruitian.wang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6954', '20191230_SUPERVISORY_ORG_6', null, '门店运营团队(用户运营),杭州公司', 'Store Operations Team (User Operations), Hangzhou Company', null, 'C115010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6954', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '04495', 'david.wang2', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6954', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6955', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海外高桥山姆', 'User Fellow Team,Shanghai Wai Gao Qiao Shan Mu', null, 'C111011129', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6955', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '16163', 'kaifeng.qin', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6955', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6956', '20191230_SUPERVISORY_ORG_14', null, '门店运营团队,深圳万象前海', 'Store Oprations Team, Shenzhen MIXC Qianhai', null, 'C113010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6956', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '08007', 'liang.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6956', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6957', 'SUPERVISORY_ORGANIZATION-3-1226', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6957', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '10326', 'juan.feng', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6958', 'SUPERVISORY_ORGANIZATION-3-5710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6958', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '27654', 'yang.liu16', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6959', 'SUPERVISORY_ORGANIZATION-3-5710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6959', null, '1', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '23895', 'pingyang.wang', '03321;06247;26295;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-696', 'SUPERVISORY_ORGANIZATION-3-810', null, '思齐测试团队', 'Happy Team', null, 'A2070302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-696', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6960', 'SUPERVISORY_ORGANIZATION-3-6614', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6960', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '31012', 'jin.chen4', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6961', 'SUPERVISORY_ORGANIZATION-3-2077', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6961', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '07260', 'winston.du', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6962', 'SD-IFS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6962', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '32602', 'songcheng.jiang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-IFS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6963', 'SD-AIS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6963', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '31271', 'peng.wang7', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6964', 'SUPERVISORY_ORGANIZATION-3-7845', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6964', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '32707', 'rong.wang4', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6965', 'SUPERVISORY_ORGANIZATION-3-606', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6965', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '09179', 'oriana.zhang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6966', 'SUPERVISORY_ORGANIZATION-3-3706', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6966', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '22839', 'jian.yang5', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6967', 'SUPERVISORY_ORGANIZATION-3-7106', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6967', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '21593', 'yanhua.pan', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6968', 'SUPERVISORY_ORGANIZATION-3-1782', null, '用户顾问团队,汕头万象城', 'User Fellow Team,Shantou Mixc', null, 'C113010904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6968', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '10272', 'daosheng.wu', '03680', 'Shantou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6968', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6969', 'SUPERVISORY_ORGANIZATION-3-797', null, '用户顾问团队,深圳万象前海', 'User Fellow Team, Shenzhen MIXC Qianhai', null, 'C113010217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6969', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '05283', 'wenjie.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-697', null, null, '运营维护部', 'Operation & Maintenance Department', null, 'PE-OAM-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-697', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6970', 'SUPERVISORY_ORGANIZATION-3-1520', null, '用户顾问团队,台州玉环吾悦广场', 'User Fellow Team, taizhouyuhuanwuyueguangchang', null, 'C128010604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6970', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '08665', 'ever.cai', '16072', 'Taizhou(台州)-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-6970', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6971', 'SUPERVISORY_ORGANIZATION-3-814', null, '能源换电服务组(西安)', 'Regional Power Management Power Swap Service Sub-team (Xi\'an)', null, 'C159070103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6971', null, '1', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '10972', 'wei.hou', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-6971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6978', 'SUPERVISORY_ORGANIZATION-3-2766', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6978', null, '0', 'admin', '2022-05-26 17:21:52', null, null, null, null, null, null, '24926', 'kaiyang.liu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2766', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6979', 'SUPERVISORY_ORGANIZATION-3-5842', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6979', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '15377', 'bin.pang', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-698', 'SUPERVISORY_ORGANIZATION-3-6738', null, '车载软件和云端系统项目管理组', 'On-car SW & Cloud System PM Sub-team', null, 'A1070401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-698', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '19261', 'lucas.huang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6980', 'SUPERVISORY_ORGANIZATION-3-5301', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6980', null, '1', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '32707', 'rong.wang4', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6981', 'SUPERVISORY_ORGANIZATION-3-6171', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6981', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '23737', 'tony.shan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6982', 'SUPERVISORY_ORGANIZATION-3-3497', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6982', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '02841', 'tingyu.wu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6983', 'SUPERVISORY_ORGANIZATION-3-5360', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6983', null, '1', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '04124', 'han.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6984', 'SUPERVISORY_ORGANIZATION-3-760', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6984', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '03680', 'fan.yang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6985', 'SUPERVISORY_ORGANIZATION-3-5338', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6985', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '30142', 'shuangli.wang', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6986', 'SUPERVISORY_ORGANIZATION-3-3577', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6986', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '16977', 'shan.lin', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6987', 'SUPERVISORY_ORGANIZATION-3-5958', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6987', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '28346', 'xinxing.chen1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6988', 'SUPERVISORY_ORGANIZATION-3-6851', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6988', null, '1', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '30934', 'gracie.gao', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6989', 'SUPERVISORY_ORGANIZATION-3-2515', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6989', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '03887', 'huili.wu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-699', null, null, '运营维护部', 'Operation & Maintenance Department', null, 'PE-OAM-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-699', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-699', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6990', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6990', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, 'C0401', 'howard.xia', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6991', 'SUPERVISORY_ORGANIZATION-3-5409', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6991', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '31776', 'nicole.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6992', 'SUPERVISORY_ORGANIZATION-3-2448', null, '产研软件产品部', 'Product Design & Development Software Product Department', null, 'A20711', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6992', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '32325', 'terry.ma', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6993', 'SUPERVISORY_ORGANIZATION-3-5960', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6993', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '27319', 'yangkai.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5960', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6994', 'DO-DGT-005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6994', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '25895', 'pan.wang7', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6995', 'SUPERVISORY_ORGANIZATION-3-6776', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6995', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '03701', 'shoucui.lai', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6996', 'SUPERVISORY_ORGANIZATION-3-6430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6996', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '32032', 'xin.he', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6997', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6997', null, '0', 'admin', '2022-05-26 17:21:53', null, null, null, null, null, null, '29168', 'bruno.cao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6998', 'SUPERVISORY_ORGANIZATION-3-1198', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6998', null, '1', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '24452', 'edward.xu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-6999', 'SUPERVISORY_ORGANIZATION-3-4467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-6999', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '31195', 'xueqing.miao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-700', null, null, '财务', 'Finance', null, 'FIN-000', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-700', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7000', 'SUPERVISORY_ORGANIZATION-3-1815', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7000', null, '1', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '31969', 'xiaotian.xu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7001', 'SUPERVISORY_ORGANIZATION-3-1273', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7001', null, '1', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '15386', 'heying.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191223_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7002', 'SUPERVISORY_ORGANIZATION-3-6630', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7002', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '18807', 'shuang.he', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7003', 'EP-EIT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7003', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '26430', 'qingsong.fang', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EIT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7004', 'SUPERVISORY_ORGANIZATION-3-5710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7004', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '27816', 'michael.wang2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7005', 'SUPERVISORY_ORGANIZATION-3-5298', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7005', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '12290', 'qi.dai', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7006', 'SUPERVISORY_ORGANIZATION-3-5584', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7006', null, '1', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '28499', 'huan.yan', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7007', 'SUPERVISORY_ORGANIZATION-3-2570', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7007', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '33256', 'larry.li', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7008', 'SUPERVISORY_ORGANIZATION-3-5708', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7008', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '26958', 'feng.zhu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7009', 'SUPERVISORY_ORGANIZATION-3-8918', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7009', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '05674', 'danting.shi', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-701', 'SO-SCM', null, 'NSC产品化团队', 'NIO Service Center Productization Team', null, 'C1050104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-701', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, 'C1160', 'jeff.cao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7010', 'SUPERVISORY_ORGANIZATION-3-6836', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7010', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '11479', 'vivian.sun', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7011', 'SUPERVISORY_ORGANIZATION-3-942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7011', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '32504', 'haoyue.zhou', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7012', 'SUPERVISORY_ORGANIZATION-3-3755', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7012', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '10104', 'xue.yin', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7013', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海崇明万达', 'User Fellow Team,Shanghai Chong Ming Wan Da', null, 'C111011130', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7013', null, '1', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '09782', 'joel.sun', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7013', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7014', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海主场ESP', 'User Fellow Team,Shanghai Home Field ESP E-Sports Park', null, 'C111011131', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7014', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '09770', 'xin.fu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7014', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7015', '20191223_SUPERVISORY_ORG_16', null, '用户顾问团队,西安凯德广场', 'User Fellow Team, Xi\'an CapitaMall', null, 'C118010219', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7015', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '16861', 'zhenhua.he', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7015', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7016', 'SUPERVISORY_ORGANIZATION-3-7051', null, '服务协调团队', 'SCR Team', null, 'C1630305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7016', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7017', 'SUPERVISORY_ORGANIZATION-3-7051', null, '培训赋能团队', 'Training Team', null, 'C1630304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7017', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7017', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7018', 'SUPERVISORY_ORGANIZATION-3-7051', null, '社区与市场团队', 'Community & Marketing Team', null, 'C1630301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7018', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7018', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7019', 'SUPERVISORY_ORGANIZATION-3-7051', null, '空间体验团队', 'Space Experience Team', null, 'C1630303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7019', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-702', null, null, '新媒体传播团队', 'Digital Communications Team', null, 'UD-COM-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-702', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-702', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7020', 'SUPERVISORY_ORGANIZATION-3-7051', null, '用户关系发展团队', 'User Relationship Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7020', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7021', 'SUPERVISORY_ORGANIZATION-3-7051', null, '数字化系统及商业分析团队', 'Digital System & Business Analysis Team', null, 'C1630203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7021', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7021', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7022', 'SUPERVISORY_ORGANIZATION-3-7861', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7022', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '41426', 'meiqian.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7023', 'SUPERVISORY_ORGANIZATION-3-6741', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7023', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '14370', 'dongni.wang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6741', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7024', 'SUPERVISORY_ORGANIZATION-3-8976', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7024', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '33131', 'ethan.zheng', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7025', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣 - 测试开发', '非官宣 - 测试开发', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7025', null, '0', 'admin', '2022-05-26 17:21:54', null, null, null, null, null, null, '32059', 'ting.xu1', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7026', 'SUPERVISORY_ORGANIZATION-3-1716', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7026', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '25510', 'ren.wu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7027', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7027', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '28297', 'steve.xie1', '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7028', 'XPT_ORGANIZATION_20200426_3', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7028', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '24615', 'julie.yu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORGANIZATION_20200426_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7029', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7029', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '04641', 'elena.li', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-703', 'OC', null, '产品管理与研发HR业务伙伴部', 'Product Management and Development HRBP Department', null, 'D10107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-703', null, '0', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '13036', 'fion.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7030', 'SUPERVISORY_ORGANIZATION-3-5138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7030', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '25371', 'lei.wang18', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7031', 'SUPERVISORY_ORGANIZATION-3-5178', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7031', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '29160', 'kunyao.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7032', 'SUPERVISORY_ORGANIZATION-3-1023', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7032', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '22982', 'maopeng.fan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1023', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7033', 'SUPERVISORY_ORGANIZATION-3-4176', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7033', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '33351', 'jie.shi', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7034', 'SUPERVISORY_ORGANIZATION-3-668', null, '连接技术组', 'Joining Technology Sub-team', null, 'A102120302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7034', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, 'C1142', 'bobby.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-704', 'OC', null, 'Product Development HRBP Department', 'Product Development HRBP Department', null, 'OC-PDP-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-704', null, '1', 'admin', '2022-05-26 17:20:29', null, null, null, null, null, null, '06715', 'owen.zhou', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-704', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7042', 'SUPERVISORY_ORGANIZATION-3-7051', null, '欧洲业务运营支持团队', 'Operation Support Team', null, 'C1630202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7042', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7042', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7043', 'SUPERVISORY_ORGANIZATION-3-7051', null, '售后服务战略与规划团队', 'After-Sales Planning & Strategy Team', null, 'C1630201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7043', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7043', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7044', 'SUPERVISORY_ORGANIZATION-3-7051', null, '商业分析团队', 'Analytics Team', null, 'C1630103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7044', null, '1', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '05326', 'shaohua.guo', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7044', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7045', 'SUPERVISORY_ORGANIZATION-3-8435', null, '欧洲项目管理团队', 'EU Program Management Team', null, 'C163010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7045', null, '0', 'admin', '2022-05-26 17:21:55', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7045', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7046', 'SUPERVISORY_ORGANIZATION-3-7051', null, '战略规划团队', 'Strategy Team', null, 'C1630101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7046', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '05326', 'shaohua.guo', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7046', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7047', 'SUPERVISORY_ORGANIZATION-3-7051', null, '国际业务拓展团队', 'Business Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7047', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7048', 'SUPERVISORY_ORGANIZATION-3-7051', null, 'RoW业务运营团队', 'RoW Business Operation Team', null, 'C1630503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7048', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7048', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7049', 'SUPERVISORY_ORGANIZATION-3-8438', null, 'RoW & US PMO Team', 'RoW & US PMO Team', null, 'C163010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7049', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '05326', 'shaohua.guo', '04160;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7049', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-705', null, null, '电源管理,北京', 'Power Management,Beijing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-705', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7050', 'SUPERVISORY_ORGANIZATION-3-3928', null, '服务及产品运营支持部', 'Service & Product Support Department', null, 'C16302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7050', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '03477', 'wenlu.ma', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7050', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7051', 'SUPERVISORY_ORGANIZATION-3-3928', null, '欧洲用户运营中心', 'Europe User Operation Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7051', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7052', 'SUPERVISORY_ORGANIZATION-3-3928', null, 'RoE市场扩展部', 'RoE Market Expansion Department', null, 'C16305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7052', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '38178', 'louis.liu3', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7052', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7053', 'SUPERVISORY_ORGANIZATION-3-3928', null, '项目,区域支持及数字化实施部', 'PMO, Operations & Enabling Department', null, 'C16301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7053', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7053', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7054', 'SUPERVISORY_ORGANIZATION-3-3928', null, '能源规划及业务发展部', 'Power Planning & Development Department', null, 'C16304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7054', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02129', 'brandy.lu', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7054', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7055', 'SUPERVISORY_ORGANIZATION-3-7054', null, '能源运营中心', 'Operation Center', null, 'C1630403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7055', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02129', 'brandy.lu', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7055', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7056', 'SUPERVISORY_ORGANIZATION-3-7051', null, '能源市场及网络发展团队', 'Market Launch & Network Development Team', null, 'C1630402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7056', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7056', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7057', 'SUPERVISORY_ORGANIZATION-3-7051', null, '能源战略规划团队', 'L3 Strategy & Business Development Team 战略及业务发展团队', null, 'C1630401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7057', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7057', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7058', 'VE-CHE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7058', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '23376', 'ming.yuan1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-CHE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7059', 'SUPERVISORY_ORGANIZATION-3-2799', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7059', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, 'C0757', 'jojo.niu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-706', 'EP', null, '电机控制器硬件开发组', 'PEU HW Development Sub-team', null, 'A103030204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-706', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7060', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7060', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '31512', 'charlie.zhu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7061', 'PE_SUPERVISORY_ORGANIZATION_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7061', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '09313', 'jinhua.li1', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7062', 'SUPERVISORY_ORGANIZATION-3-8882', null, '自动驾驶线路运营团队', 'AD LaneSeg Operation Team', null, 'A2160602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7062', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '27228', 'ying.huang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7062', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7063', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7063', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '31324', 'hualiang.guan', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7064', 'SUPERVISORY_ORGANIZATION-3-5705', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7064', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '25599', 'enbo.wang', '03321;06247;26295;30140', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5705', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7065', 'SUPERVISORY_ORGANIZATION-3-6533', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7065', null, '0', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, 'C0527', 'jonny.liu', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7066', 'SUPERVISORY_ORGANIZATION-3-504', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7066', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '33749', 'doreen.shao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7067', 'SUPERVISORY_ORGANIZATION-3-575', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7067', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '04173', 'yiyun.wu', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-575', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7068', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7068', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7069', 'SUPERVISORY_ORGANIZATION-3-7051', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7069', null, '1', 'admin', '2022-05-26 17:21:56', null, null, null, null, null, null, '02513', 'chris.chen1', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-707', null, null, '市场活动部', 'Event Marketing Department', null, 'UD-EVT-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-707', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-707', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7070', 'SUPERVISORY_ORGANIZATION-3-6531', null, '物流-仓储团队,无锡公司', 'Logistics-Warehouse Team,Wuxi Company', null, 'C150010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7070', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '06860', 'xiang.zhou', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7070', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7071', 'SUPERVISORY_ORGANIZATION-3-6856', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7071', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '33994', 'meibius.sun', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7072', 'SUPERVISORY_ORGANIZATION-3-7798', null, '技术团队,常州', 'Technical Team, Changzhou', null, 'C116010613', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7072', null, '1', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '33994', 'meibius.sun', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7072', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7073', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州富田新天地', 'User Fellow Team, Zhengzhou Futian', null, 'C120010917', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7073', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '06177', 'sichun.yang', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7073', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7074', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,郑州龙湖里', 'User Fellow Team, Zhengzhou Longhuli', null, 'C120010916', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7074', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '13149', 'yafen.li', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7074', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7075', 'SUPERVISORY_ORGANIZATION-3-1843', null, '用户顾问团队,平顶山中骏世界城', 'User Fellow Team, Pingdingshan Zhongjun', null, 'C120010918', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7075', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '08645', 'ke.song1', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7076', 'SUPERVISORY_ORGANIZATION-3-1770', null, '交付运营,长春公司', 'Delivery Operation, Changchun Company', null, 'C142010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7076', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '02924', 'qihang.liu', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7076', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7077', 'SUPERVISORY_ORGANIZATION-3-1854', null, '用户顾问团队,天津海信广场', 'User Fellow Team, Tianjin Haixin Plaza', null, 'C121010811', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7077', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '11008', 'daniel.cui', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7078', 'PE-OAM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7078', null, '1', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '15639', 'yarong.hou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7079', 'SUPERVISORY_ORGANIZATION-3-2064', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7079', null, '1', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '05125', 'yingyi.chen', '03280;13082;16118', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-708', 'SO', null, '工程基建部', 'Building & Utility Management Department', null, 'SO-BUM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-708', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '02941', 'tom.lu', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7080', 'SUPERVISORY_ORGANIZATION-3-1005', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7080', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '13882', 'yinhui.wang', '05779', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7081', 'SUPERVISORY_ORGANIZATION-3-3838', null, 'NIO_COMPANY_SEAL', 'NIO_COMPANY_SEAL', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7081', null, '1', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '12313', 'jade.xie', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7082', 'SUPERVISORY_ORGANIZATION-3-3838', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7082', null, '1', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '12313', 'jade.xie', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7083', 'SUPERVISORY_ORGANIZATION-3-3838', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7083', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '15602', 'boyu.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7084', 'SUPERVISORY_ORGANIZATION-3-2377', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7084', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '03290', 'qi.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2377', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7085', 'SUPERVISORY_ORGANIZATION-3-2548', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7085', null, '1', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '30507', 'halley.li', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7086', 'SUPERVISORY_ORGANIZATION-3-4149', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7086', null, '1', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '04060', 'yuxiao.yang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7087', 'SO-TCS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7087', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, 'C1262', 'royce.zhang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SO-TCS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7088', 'SUPERVISORY_ORGANIZATION-3-627', null, '服务中心团队,松江门店', 'Service Center Team, Songjiang Store', null, 'C111010406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7088', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '32760', 'xu.duan', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7089', 'SUPERVISORY_ORGANIZATION-3-627', null, '服务中心团队,浦江门店', 'Service Center Team, Pujiang Store', null, 'C111010407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7089', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '32838', 'xuejun.liu', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7089', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-709', 'PE-OAM', null, '电源管理,上海', 'Power Management,Shanghai', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-709', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7090', 'SUPERVISORY_ORGANIZATION-3-7088', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7090', null, '0', 'admin', '2022-05-26 17:21:57', null, null, null, null, null, null, '31097', 'xianxin.zeng', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7091', '20191230_SUPERVISORY_ORG_14', null, '门店运营团队(用户运营),深圳公司', 'Store Operations Team (Space Operations), Shenzhen Company', null, 'C113010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7091', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '05216', 'lijun.pan', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7091', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7092', 'SUPERVISORY_ORGANIZATION-3-3267', null, '用户顾问团队,湖州长兴利时广场', 'User Fellow Team,Huzhou CXLSGC', null, 'C115010705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7092', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '14048', 'honghui.shen', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7092', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7093', 'SUPERVISORY_ORGANIZATION-3-3267', null, '用户顾问团队,湖州织里吾悦广场', 'User Fellow Team, Huzhou ZLWYGC', null, 'C115010704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7093', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '14048', 'honghui.shen', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7093', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7094', '20191223_SUPERVISORY_ORG_2', null, '门店运营团队(空间运营),重庆中央公园', 'Store Operations Team (Space Operations), Chongqing Central Park', null, 'C122010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7094', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '07153', 'shiyu.tian', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7094', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7095', 'SUPERVISORY_ORGANIZATION-3-3754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7095', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '31339', 'mary.ma', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7096', 'SUPERVISORY_ORGANIZATION-3-5520', null, '品质管理中心', 'Quality Management Center', null, 'B3040603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7096', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '34180', 'terry.wei1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7096', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7098', 'SUPERVISORY_ORGANIZATION-3-767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7098', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '21832', 'liming.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-767', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7099', 'SUPERVISORY_ORGANIZATION-3-4762', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7099', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '15223', 'zhiqiang.cheng', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-710', null, null, '电源管理,成都', 'Power Management,Chengdu', null, 'CO-CHD-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-710', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7100', 'SUPERVISORY_ORGANIZATION-3-4591', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7100', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '32427', 'xiaoli.she', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7101', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7101', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '25739', 'lin.li6', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7102', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7102', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '28529', 'dengpan.fu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7103', 'SUPERVISORY_ORGANIZATION-3-6035', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7103', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '12614', 'qi.wu2', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6035', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7104', 'SUPERVISORY_ORGANIZATION-3-895', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7104', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '31416', 'weixiao.zhong', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7105', 'SUPERVISORY_ORGANIZATION-3-9211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7105', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '28439', 'frank.li3', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7106', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7106', null, '0', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '33552', 'xiaolong.tan', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7107', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7107', null, '1', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, 'C1003', 'haiting.qian', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7108', 'SUPERVISORY_ORGANIZATION-3-2866', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7108', null, '1', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '18612', 'jing.yao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7109', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7109', null, '1', 'admin', '2022-05-26 17:21:58', null, null, null, null, null, null, '28229', 'yaohua.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-711', null, null, '蔚来顾问,上海', 'User Fellowship,Shanghai', null, 'CO-SHA-UF-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-711', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-711', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7110', 'SUPERVISORY_ORGANIZATION-3-5408', null, 'Advanced Design', 'Advanced Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7110', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '34000', null, '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7110', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7111', 'SUPERVISORY_ORGANIZATION-3-3587', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7111', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '09175', 'zhenquan.zhou', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7112', 'SUPERVISORY_ORGANIZATION-3-9211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7112', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '31082', 'boxuan.wu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7113', 'SUPERVISORY_ORGANIZATION-3-5900', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7113', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '34205', 'dawei.chen', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7114', 'SUPERVISORY_ORGANIZATION-3-7806', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7114', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '32013', 'qiang.guo1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7115', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7115', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '32201', 'xinkun.li', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7116', 'SUPERVISORY_ORGANIZATION-3-753', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7116', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '06582', 'yunfeng.lu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-753', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7117', 'SUPERVISORY_ORGANIZATION-3-5705', null, '冲压生产1工段', 'Stamping Production Group 1', null, 'B30107030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7117', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '27853', 'chao.sun2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-7117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7118', 'SUPERVISORY_ORGANIZATION-3-6963', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7118', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '31663', 'lin.zhu3', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7119', 'SD-AIS', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7119', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '33087', 'songyang.nie', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-712', null, null, 'City Power Management,Guangzhou', 'City Power Management,Guangzhou', null, 'CO-GZ-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-712', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7120', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥肥东农商银行', 'User Fellow Team, Hefei Feidong Rural Commercial Bank', null, 'C135010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7120', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '05644', 'jun.zou', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7121', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥融创茂', 'User Fellow Team, Hefei Sunac Mall', null, 'C135010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7121', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '19612', 'quan.yang1', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7121', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7122', 'SUPERVISORY_ORGANIZATION-3-836', null, '用户顾问团队,合肥高新银泰', 'User Fellow Team, HEFEI Intime Department Store GAOXIN', null, 'C135010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7122', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '19612', 'quan.yang1', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7122', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7123', '20191216_SUPERVISORY_ORG_4', null, '门店运营团队 (空间运营),合肥万象城', 'Store Operations Team (Space Operations), Hefei Mixc City', null, 'C135010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7123', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '20338', 'zhao.yuan', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7124', 'SUPERVISORY_ORGANIZATION-3-1490', null, '车间团队,合肥公司', 'Workshop Team, Hefei Company', null, 'C135010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7124', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '09348', 'zhanyong.wang', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7124', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7125', 'SUPERVISORY_ORGANIZATION-3-3755', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7125', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '03023', 'tianyang.chen', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7126', 'SUPERVISORY_ORGANIZATION-3-1295', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7126', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '05253', 'hongmei.liu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7127', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京亦庄大族广场', 'User Fellow Team, Beijing Han\'s Plaza', null, 'C112010219', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7127', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '02843', 'yan.yu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7127', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7128', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京顺义山姆', 'User Fellow Team, Beijing Shunyi Sam', null, 'C112010223', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7128', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '16504', 'jia.zhou', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7129', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京龙德广场', 'User Fellow Team, Beijing Longde Square', null, 'C112010221', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7129', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '05265', 'ryan.xue', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7129', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-713', null, null, '电源管理,广州', 'Power Management,Guangzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-713', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7130', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京旧宫万科广场', 'User Fellow Team, Beijing Jiugong Vanke Plaza', null, 'C112010220', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7130', null, '1', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '03023', 'tianyang.chen', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7130', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7131', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京万柳华联', 'User Fellow Team, Beijing BHG Wanliu Mall', null, 'C112010218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7131', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '06712', 'chen.cai', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7131', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7132', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京枫蓝国际购物中心', 'User Fellow Team, Beijing Magna Maples International Shopping Center', null, 'C112010222', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7132', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '06712', 'chen.cai', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7132', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7133', 'SUPERVISORY_ORGANIZATION-3-1768', null, '用户顾问团队,北京华熙LIVE五棵松', 'User Fellow Team, Beijing Wukesong Arena', null, 'C112010224', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7133', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '04132', 'ivy.zhang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7133', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7134', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原公园时代城', 'User Fellow Team, Nio Space, Taiyuan A.D.ERA City, Taiyuan', null, 'C133010115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7134', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '12822', 'bruce.li1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7134', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7135', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海松江印象城', 'User Fellow Team, Shanghai SongJiang InCity', null, 'C111011132', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7135', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '04381', 'cathy.liu1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7135', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7136', 'SUPERVISORY_ORGANIZATION-3-7138', null, '在线顾问团队,武汉公司', 'Online Consultant Team, WuHan Company', null, 'C125010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7136', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '08970', 'yue.yu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7136', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7137', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉恒隆', 'User Fellow Team,WuHan Henglong', null, 'C125010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7137', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '04975', 'yingying.xie', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7137', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7138', 'SUPERVISORY_ORGANIZATION-3-1658', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7138', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '08970', 'yue.yu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7139', 'SUPERVISORY_ORGANIZATION-3-3713', null, '交付团队,武汉公司', 'Delivery Team, Wuhan Company', null, 'C125010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7139', null, '0', 'admin', '2022-05-26 17:21:59', null, null, null, null, null, null, '07165', 'qingzhou.meng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7139', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-714', null, null, '电源管理,苏州', 'Power Management,Suzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-714', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7140', 'SUPERVISORY_ORGANIZATION-3-1370', null, '服务中心团队,深圳龙岗中心城', 'Service Center Team, Shenzhen Longgang Central City', null, 'C113010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7140', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '09337', 'xin.li3', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7140', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7141', '20191230_SUPERVISORY_ORG_13', null, '用户顾问团队,深圳光明蓝鲸世界', 'User Fellow Team, Shenzhen Guang Ming MIRA LAND', null, 'C113010218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7141', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '33724', 'axin.shi', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7141', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7142', 'SUPERVISORY_ORGANIZATION-3-4591', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7142', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '29403', 'yuhan.yao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7143', 'SUPERVISORY_ORGANIZATION-3-1103', null, '业务流程管理团队', 'Business Process Management Team', null, 'B0020104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7143', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '27153', 'kevin.huang', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7143', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7144', 'EP-EAC-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7144', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '23992', 'zhengyu.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7145', 'SUPERVISORY_ORGANIZATION-3-4583', null, '能量管理软件组', 'Energy Management Software Development Sub-team', null, 'A102170604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7145', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, 'C0799', 'eric.huang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7146', 'SUPERVISORY_ORGANIZATION-3-4583', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7146', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '27611', 'cheng.wang4', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7147', 'SUPERVISORY_ORGANIZATION-3-4583', null, '底软开发与集成组', 'BSW Development & Integration Sub-team', null, 'A102170605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7147', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '20819', 'jin.wu1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7148', 'SUPERVISORY_ORGANIZATION-3-6654', null, '控制器开发与测试组', 'Controller Development & Testing Sub-Team', null, 'A102171201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7148', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '22025', 'haitian.cheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7148', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7149', 'SUPERVISORY_ORGANIZATION-3-5598', null, '系统安全组', 'System Safety Sub-team', null, 'A102171102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7149', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '18955', 'haoyu.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-715', null, null, '电源管理,深圳', 'Power Management,Shenzhen', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-715', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7150', 'EP-EAC-001', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7150', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '23992', 'zhengyu.wang1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7151', 'SUPERVISORY_ORGANIZATION-3-5670', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7151', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '24947', 'stephen.yang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7152', 'SUPERVISORY_ORGANIZATION-3-4774', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7152', null, '1', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '13697', 'tony.sun', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7153', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7153', null, '0', 'admin', '2022-05-26 17:22:00', null, null, null, null, null, null, '32219', 'swain.xue', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7154', 'SUPERVISORY_ORGANIZATION-3-3438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7154', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '27611', 'cheng.wang4', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7155', 'SUPERVISORY_ORGANIZATION-3-1168', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7155', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '05407', 'emil.dai', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7156', 'SUPERVISORY_ORGANIZATION-3-4841', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7156', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '09434', 'lin.zhu', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7157', 'SUPERVISORY_ORGANIZATION-3-3878', null, '战略新业务III', 'New Strategic Businesses III', null, 'A214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7157', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '37512', 'daniel.jin', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7158', 'SUPERVISORY_ORGANIZATION-3-7157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7158', null, '1', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, 'C0000', 'william.li', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7159', 'PU-PSP-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7159', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, 'C0230', 'tingting.gao', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PSP-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-716', null, null, '电源管理,杭州', 'Power Management,Hangzhou', null, 'CO-HZ-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-716', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7160', 'SUPERVISORY_ORGANIZATION-3-5032', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7160', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '11206', 'mihawk.zhu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7161', 'SUPERVISORY_ORGANIZATION-3-6436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7161', null, '0', 'admin', '2022-05-26 17:22:01', null, null, null, null, null, null, '32827', 'barret.yin', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7162', 'SUPERVISORY_ORGANIZATION-3-5726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7162', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '34130', 'paddy.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7163', 'SUPERVISORY_ORGANIZATION-3-7860', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7163', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '05473', 'hill.xin', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7164', 'SUPERVISORY_ORGANIZATION-3-8187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7164', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '33136', 'kelly.li1', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7165', 'SUPERVISORY_ORGANIZATION-3-900', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7165', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '12202', 'fred.jiao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7166', 'SUPERVISORY_ORGANIZATION_20200911_34', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7166', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '17662', 'shufeng.guo', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-717', 'PE-OAM', null, '电源管理,南京', 'Power Management,Nanjing', null, 'CO-NJ-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-717', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-717', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7170', 'SUPERVISORY_ORGANIZATION-3-5598', null, '嵌入式系统设计组', 'Embedded System Design Sub-team', null, 'A102171101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7170', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '29840', 'xuhai.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7170', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7171', 'SUPERVISORY_ORGANIZATION-3-4606', null, '软件质量组', 'SWQ Software quality Sub-team', null, 'A102170903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7171', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '28447', 'xiaojie.xu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7172', 'SUPERVISORY_ORGANIZATION-3-4606', null, '技术项目管理组', 'TPM Sub-team', null, 'A102170902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7172', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '12634', 'yanran.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7172', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7173', 'SUPERVISORY_ORGANIZATION-3-4606', null, '整车系统工程组', 'VSE Sub-team', null, 'A102170901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7173', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7174', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,萍乡润达', 'User Fellow Team, Pingxian Runda', null, 'C136010116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7174', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '15284', 'yuan.cheng', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7175', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,赣州万象城', 'User Fellow Team, Ganzhou Wanxiangcheng', null, 'C136010115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7175', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '27977', 'le.ma', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7175', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7176', '20191212_SUPERVISORY_ORG_30', null, '用户顾问团队,南昌秋水广场', 'User Fellow Team, Nanchang Qiushui', null, 'C136010117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7176', null, '0', 'admin', '2022-05-26 17:22:02', null, null, null, null, null, null, '22019', 'shang.xie', '12434', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7176', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-718', 'SUPERVISORY_ORGANIZATION-3-6378', null, '数字模型团队(外饰)', 'Digital Model Team (Exterior)', null, 'A1011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-718', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '02292', 'moon.wang', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7180', 'SUPERVISORY_ORGANIZATION-3-7173', null, '非官宣部门 (Not Annoucned)', '非官宣部门 (Not Annoucned)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7180', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '27940', 'jingbo.zhu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7181', 'SUPERVISORY_ORGANIZATION-3-1673', null, 'NT3 平台和整车集成团队', 'NT3 Platform & Vehicle Integration Team', null, 'A2020913', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7181', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '33424', 'chenny.chen', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7181', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7182', 'SUPERVISORY_ORGANIZATION-3-4869', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7182', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '02677', 'yong.xiang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7183', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7183', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '25530', 'hong.lin', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7184', 'SUPERVISORY_ORGANIZATION-3-4466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7184', null, '1', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '22012', 'zhihua.hu1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7185', 'PU-PSP-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7185', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '31023', 'black.cheng', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PSP-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7186', 'SUPERVISORY_ORGANIZATION-3-5960', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7186', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '32046', 'sibo.tian', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5960', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7187', 'PU-PDP-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7187', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '25596', 'zhipeng.xu', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PDP-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7188', 'SUPERVISORY_ORGANIZATION-3-5863', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7188', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '23907', 'mingming.ma', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7189', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7189', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '31664', 'xiaobin.dang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-719', 'EP-EDS-T-003', null, '技术项目管理与应用支持组', 'Technical Project Management & Field Application Sub-team', null, 'A103030205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-719', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-719', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7190', 'SUPERVISORY_ORGANIZATION-3-2548', null, '数据安全与合规团队', 'Data Security & Compliance Team', null, 'A2020503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7190', null, '0', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '25786', 'long.lu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7190', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7191', 'SUPERVISORY_ORGANIZATION-3-3075', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7191', null, '1', 'admin', '2022-05-26 17:22:03', null, null, null, null, null, null, '03557', 'chuangcheng.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7192', 'SUPERVISORY_ORGANIZATION-3-3075', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7192', null, '1', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '07704', 'jia.cao1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7193', 'SUPERVISORY_ORGANIZATION-3-2165', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7193', null, '1', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '02837', 'bingbing.wan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2165', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7194', 'PE-PRD-004', null, '能源产品研发(武汉)团队', 'Power Product R&D (Wuhan) Team', null, 'C1580412', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7194', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '02357', 'behanm.xia', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7194', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7195', 'PE-PRD-004', null, '软件产品管理团队', 'Software Product Management Team', null, 'C1580411', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7195', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, 'C1259', 'tiger.zou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7196', 'SUPERVISORY_ORGANIZATION-3-619', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7196', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '08975', 'shuyan.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7197', 'SUPERVISORY_ORGANIZATION-3-3275', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7197', null, '1', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '03201', 'rosa.xiao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3275', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7198', 'SUPERVISORY_ORGANIZATION-3-5640', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7198', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '27948', 'qiannan.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5640', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7199', 'SUPERVISORY_ORGANIZATION-3-5101', null, '用户顾问团队,兰溪宝龙广场', 'User Fellow Team, Lanxi Baolong', null, 'C132010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7199', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '36847', 'rui.zhang8', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7199', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-720', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-720', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'San Jose-US', 'Product_Development', 'Product Development (Do Not Use) (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7200', 'SUPERVISORY_ORGANIZATION-3-6008', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7200', null, '0', 'admin', '2022-05-26 17:22:04', null, null, null, null, null, null, '02479', 'chao.lv', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7201', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7201', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '20622', 'wenqin.gu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7202', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7202', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '05524', 'andy.yang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7203', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7203', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '07653', 'liang.luo', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7204', 'SUPERVISORY_ORGANIZATION-3-2093', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7204', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '34339', 'xiangyu.wu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2093', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7205', 'SUPERVISORY_ORGANIZATION-3-4841', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7205', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '12378', 'qiang.zhao1', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7206', 'SUPERVISORY_ORGANIZATION-3-3804', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7206', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '34923', 'yingqin.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7207', 'SUPERVISORY_ORGANIZATION-3-2562', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7207', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '21021', 'lingyun.zhang', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7208', 'VE-CAE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7208', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '17976', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7209', 'SUPERVISORY_ORGANIZATION-3-7801', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7209', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '39636', 'celia.chen1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-721', null, null, '底盘工程团队', 'Chassis Engineering Team', null, 'VE-CHE-008-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-721', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7210', 'SUPERVISORY_ORGANIZATION-3-1227', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7210', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1227', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7211', 'SUPERVISORY_ORGANIZATION-3-3944', null, '环境信息部', 'Environment Information Department', null, 'A20912', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7211', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '32965', 'yu.song', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7212', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队 (空间运营),松江印象城店', 'Store Operations Team (Space Operations), SongJiang InCity Store', null, 'C111010307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7212', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '05125', 'yingyi.chen', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7212', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7213', 'SUPERVISORY_ORGANIZATION-3-3460', null, '电池测试中心团队', 'Battery Test Center Team', null, 'A1040507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7213', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '12646', 'caizhi.liu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7213', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7214', 'SUPERVISORY_ORGANIZATION-3-8012', null, '阿尔卑斯团队', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7214', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '31438', 'zhixue.xu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7215', 'SUPERVISORY_ORGANIZATION-3-6107', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7215', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '31167', 'leo.liu7', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-722', 'SD-SAS', null, '智能汽车团队', 'Smart Vehicle Team', null, 'A2070207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-722', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C1423', 'huaidong.tang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7220', 'SUPERVISORY_ORGANIZATION-3-2805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7220', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '25991', 'angela.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7221', 'SUPERVISORY_ORGANIZATION-3-5383', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7221', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '25428', 'chen.wang5', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7222', 'SUPERVISORY_ORGANIZATION-3-3026', null, '非官宣部门 (Not Annoucned)', '非官宣部门 (Not Annoucned)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7222', null, '0', 'admin', '2022-05-26 17:22:05', null, null, null, null, null, null, '06131', 'dandan.gu', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3026', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7223', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7223', null, '1', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '32438', 'boulder.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7224', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7224', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '32067', 'baichao.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-723', 'UD-PRM', null, '产品市场部', 'Product Marketing Department', null, 'UD-PRM-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-723', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-723', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7230', 'SUPERVISORY_ORGANIZATION-3-1494', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7230', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '29033', null, '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1494', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7231', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7231', null, '1', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7232', 'SUPERVISORY_ORGANIZATION-3-6145', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7232', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '29378', 'jie.shan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7233', 'SUPERVISORY_ORGANIZATION-3-2571', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7233', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '34242', 'junkui.wu', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7234', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7234', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '27568', 'qiuping.qin', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7235', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7235', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '23910', 'jingrui.ren', '22742', 'Beihai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7236', 'SUPERVISORY_ORGANIZATION-3-7857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7236', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '22035', 'tingxu.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7237', 'SUPERVISORY_ORGANIZATION-3-886', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7237', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '04449', 'wenhan.xiao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-886', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7238', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7238', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, 'C0167', 'peter.pan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7239', 'SUPERVISORY_ORGANIZATION-3-5670', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7239', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '32598', 'xianliang.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-724', 'SD-SPD-002', null, '交互设计团队', 'UX Design Team', null, 'A2030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-724', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7240', 'SUPERVISORY_ORGANIZATION-3-5646', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7240', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '30049', 'justin.zhu', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5646', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7241', 'SUPERVISORY_ORGANIZATION-3-3421', null, '蔚来官方二手车杭州体验店', 'NIO Certified User Car Experience Space in Hangzhou', null, 'C103070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7241', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '06493', 'jueyao.huang', '04914;05407', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7242', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原印象城', 'User Fellow Team, Taiyuan INCITY', null, 'C133010116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7242', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '11462', 'kuankuan.li', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7242', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7243', 'SUPERVISORY_ORGANIZATION-3-851', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7243', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '04586', 'jinming.li', '03476;03680;04271;04685;10827;11261;16305;26976', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7244', 'VE-VIT-008', null, '整车虚拟开发组(上海)', 'VPT Sub-team(Shanghai)', null, 'A102160103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7244', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '02151', 'shiwei.lu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7245', 'SUPERVISORY_ORGANIZATION-3-6365', null, '自动驾驶运营研发部', 'AO System Development', null, 'A21603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7245', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '35090', 'neil.wang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7246', 'SUPERVISORY_ORGANIZATION-3-7920', null, '服务中心团队,晋江罗山', 'Service Center Team, Jinjiang Luoshan', null, 'C127010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7246', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '32936', 'yifeng.wang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7246', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7247', 'SUPERVISORY_ORGANIZATION-3-6195', null, '智能自动化工程组', 'Intelligent Automation Engineering Sub-Team', null, 'B304050207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7247', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '34715', 'dunhua.yang', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7248', 'SUPERVISORY_ORGANIZATION-3-6195', null, '电驱动前期工艺工程B样组', 'EDS Advanced ME B Sample Sub-Team', null, 'B304050206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7248', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '100098', 'matt.lv', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7249', 'SUPERVISORY_ORGANIZATION-3-2767', null, '白车身组', 'BIW Sub-team', null, 'A102120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7249', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, 'C1206', 'leo.liang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-725', 'SD-SPD-002', null, '界面设计团队', 'UI Design Team', null, 'A2030302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-725', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-725', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7250', 'SUPERVISORY_ORGANIZATION-3-7857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7250', null, '0', 'admin', '2022-05-26 17:22:06', null, null, null, null, null, null, '35059', 'xueying.wang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7251', 'SUPERVISORY_ORGANIZATION-3-5854', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7251', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '09608', 'aoi.zou', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7252', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7252', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '34296', 'luka.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7253', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7253', null, '1', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7254', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7254', null, '1', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '29062', 'pengju.pan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7255', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7255', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '32714', 'jet.guo', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7256', 'SUPERVISORY_ORGANIZATION_20200911_24', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7256', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '24002', 'peng.wang13', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_24', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7257', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7257', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '25905', 'huiyin.luo', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7258', 'EP-EAC-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7258', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '23346', 'jian.gan', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EAC-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7259', 'SUPERVISORY_ORGANIZATION-3-8625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7259', null, '0', 'admin', '2022-05-26 17:22:07', null, null, null, null, null, null, '32917', 'yi.yuan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-726', 'SD-SPD-002', null, '产品定义和用户研究团队', 'Software Product Definition & User Research Team', null, 'A2030303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-726', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7260', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7260', null, '1', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '32010', 'fengjiao.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7261', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7261', null, '1', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '13835', 'qi.jiang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7262', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7262', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '30198', 'ella.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7263', 'SUPERVISORY_ORGANIZATION-3-8187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7263', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '02317', 'lanlan.shi', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7264', 'SUPERVISORY_ORGANIZATION-3-4977', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7264', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '35277', 'hailong.jiang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7265', 'SUPERVISORY_ORGANIZATION-3-4977', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7265', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '07947', 'ruidou.zhou', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7266', 'SUPERVISORY_ORGANIZATION-3-4412', null, '评价体系团队', 'Evaluation System Team', null, 'A2090602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7266', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '26233', 'hao.li10', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7266', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7267', 'SUPERVISORY_ORGANIZATION-3-3327', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7267', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '31458', 'xingyu.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7268', 'SUPERVISORY_ORGANIZATION-3-5670', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7268', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '30767', 'yeming.xiao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7269', 'SUPERVISORY_ORGANIZATION-3-7801', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7269', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '29738', 'max.wu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-727', 'SUPERVISORY_ORGANIZATION_20200518_6', null, '道服团队,北京公司', 'Roadside Service Team, Beijing Company', null, 'C109010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-727', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '09383', 'zhi.yang', '03476;04271;04685;04949;11261;11784;16305;23271;26976', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-727', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7270', 'SUPERVISORY_ORGANIZATION-3-5374', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7270', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '27464', 'yuanyuan.liang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5374', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7271', 'SUPERVISORY_ORGANIZATION-3-7844', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7271', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '34488', 'doris.hu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7272', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7272', null, '1', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '30170', 'hao.shen2', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7273', 'SUPERVISORY_ORGANIZATION-3-5848', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7273', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '16826', 'benxin.xu', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5848', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7274', 'SUPERVISORY_ORGANIZATION-3-6007', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7274', null, '1', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '32103', 'patrick.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7275', 'VE-CAE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7275', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '20087', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7276', 'SUPERVISORY_ORGANIZATION-3-6173', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7276', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '29428', 'junyi.hua', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7277', 'SUPERVISORY_ORGANIZATION-3-4732', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7277', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '18775', 'yuqiang.zhai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7278', 'SUPERVISORY_ORGANIZATION-3-5728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7278', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '33044', 'jiadi.chen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-728', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Data Platform', 'Data Platform', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-728', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7280', 'SUPERVISORY_ORGANIZATION-3-2767', null, 'F1工程投产组', 'F1 Engineering Launch Sub-team', null, 'A102120103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7280', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '09277', 'xiaogang.shi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7281', 'SUPERVISORY_ORGANIZATION-3-7157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7281', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '29356', 'bright.xin', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7282', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7282', null, '1', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '34364', 'liwu.li', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7283', 'SUPERVISORY_ORGANIZATION-3-5543', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7283', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '10217', 'ming.chen3', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7284', 'SUPERVISORY_ORGANIZATION-3-5855', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7284', null, '1', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '21792', 'nicole.qi', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7285', 'SUPERVISORY_ORGANIZATION-3-2548', null, '移动端与生态安全团队', 'Mobile & Ecosystem Security Team', null, 'A2020504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7285', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '32530', 'alan.zhao', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7285', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7286', 'SUPERVISORY_ORGANIZATION-3-3782', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7286', null, '0', 'admin', '2022-05-26 17:22:08', null, null, null, null, null, null, '13950', 'hengchuan.yu', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7287', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7287', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '30425', 'qinghua.chen', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7288', 'SUPERVISORY_ORGANIZATION-3-2679', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7288', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '12339', 'ethan.li', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2679', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7289', 'SUPERVISORY_ORGANIZATION-3-5621', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7289', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '32194', 'iris.yan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-729', 'EP-EAC', null, 'EP系统仿真与性能团队', 'EP System Simulation & Performance Team', null, 'A1030205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-729', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7290', 'SUPERVISORY_ORGANIZATION-3-6167', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7290', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '29892', 'yunjie.chu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6167', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7291', 'SUPERVISORY_ORGANIZATION-3-6078', null, '交付运营,绍兴公司', 'Delivery Operation, Shaoxing Company', null, 'C1670105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7291', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7292', 'SUPERVISORY_ORGANIZATION-3-5520', null, '精益智造中心', 'Lean Digital Manufacturing Center', null, 'B3040605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7292', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '34510', 'kamel.luo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7293', 'SUPERVISORY_ORGANIZATION-3-5520', null, '电池检测中心', 'Battery Testing Center', null, 'B3040604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7293', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '35355', 'jilei.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7293', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-730', 'SUPERVISORY_ORGANIZATION_20200518_70', null, '道服团队,上海公司', 'Roadside Service Team, Shanghai Company', null, 'C109013702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-730', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '07513', 'tao.wang3', '03280;03476;04271;04685;06574;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7301', 'SUPERVISORY_ORGANIZATION-3-6150', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7301', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '28704', 'demi.xiang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6150', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7302', 'SUPERVISORY_ORGANIZATION-3-1040', null, '东区团队', 'East Area Team', null, 'D1140601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7302', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '12777', 'cynthia.xu', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7302', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7303', 'SUPERVISORY_ORGANIZATION-3-5660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7303', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '34111', 'howard.huang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7304', 'SUPERVISORY_ORGANIZATION-3-3587', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7304', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '13792', 'jin.lin', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7305', 'SUPERVISORY_ORGANIZATION-3-8918', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7305', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '31387', 'juan.gan', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7306', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7306', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '29383', 'neo.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7307', 'SUPERVISORY_ORGANIZATION-3-510', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7307', null, '1', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '07287', 'ying.qi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-510', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7308', 'SUPERVISORY_ORGANIZATION-3-4762', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7308', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '23282', 'luiz.yao', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7309', 'SUPERVISORY_ORGANIZATION-3-6159', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7309', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '27746', null, '02823;03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-731', 'SUPERVISORY_ORGANIZATION-3-4176', null, '社区管理团队', 'Community Management Team', null, 'C1011202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-731', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '03572', 'shuang.qiu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-731', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7310', 'SUPERVISORY_ORGANIZATION-3-8355', null, '能源及业务运营团队,荷兰公司', 'Power & Operations Team, Netherlands Company', null, 'C1630904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7310', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '28839', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7310', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7311', 'SUPERVISORY_ORGANIZATION-3-7051', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7311', null, '1', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '35859', null, '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7312', 'SUPERVISORY_ORGANIZATION-3-7698', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7312', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '16705', 'haowen.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7313', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7313', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '32318', 'wells.gao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7314', 'SUPERVISORY_ORGANIZATION-3-843', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7314', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '31436', 'shiwei.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7315', 'SUPERVISORY_ORGANIZATION-3-4411', null, '异构计算团队', 'Heterogeneous Computing Team', null, 'A2090304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7315', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '29159', 'xiaoze.lu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7315', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7316', 'SUPERVISORY_ORGANIZATION-3-5313', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7316', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '28135', 'yulong.duan', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5313', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7317', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7317', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '29705', 'yanhao.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7318', 'SUPERVISORY_ORGANIZATION-3-1757', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7318', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '33517', 'clare.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7319', 'SUPERVISORY_ORGANIZATION-3-5958', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7319', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '32769', 'pony.pan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-732', 'SUPERVISORY_ORGANIZATION-3-767', null, '财务控制与计划部', 'Controlling & Planning Department', null, 'FN-CNP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-732', null, '1', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '08519', 'lujia.bao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-732', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7320', 'OC', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7320', null, '0', 'admin', '2022-05-26 17:22:09', null, null, null, null, null, null, '16043', 'isabella.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7321', 'SUPERVISORY_ORGANIZATION-3-5958', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7321', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '28530', 'shibo.shang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7322', '20191216_SUPERVISORY_ORG_11', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7322', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '27027', 'meng.meng', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7323', 'SUPERVISORY_ORGANIZATION-3-7119', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7323', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '35481', 'chundi.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7324', 'SUPERVISORY_ORGANIZATION-3-6112', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7324', null, '1', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '32424', 'shawn.xu1', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7325', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户顾问团队,常州兰陵', 'User Fellow Team,Changzhou LanLing Store', null, 'C166010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7325', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '21551', 'miki.zhang', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7325', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7326', 'UD', null, '区域传播协同部', 'Region Communication Coordination Department', null, 'C10114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7326', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '17799', 'fan.li6', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7327', 'SUPERVISORY_ORGANIZATION-3-1520', null, '用户顾问团队,台州永宁', 'User Fellow Team, Taizhouyongning', null, 'C128010605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7327', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '08530', 'jinshuo.han', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7328', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,济宁爱琴海', 'User Fellow Team, Jining Aegean Place', null, 'C130010116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7328', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '10270', 'kevin.liu1', '10729', 'Jining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7328', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7329', 'SUPERVISORY_ORGANIZATION-3-504', null, '全球人才招募团队', 'Global Talent Acquisition Team', null, 'D1010218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7329', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-733', 'CO-GZH', null, '销售,广州公司', 'Sales, Guangzhou Company', null, 'C1140108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-733', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, 'C0948', 'mark.chen', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-733', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7330', 'SUPERVISORY_ORGANIZATION-3-451', null, '尺寸研发技师组', 'Dimensional Technician Team', null, 'B002100107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7330', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '05780', 'alex.zeng', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7330', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7331', 'SUPERVISORY_ORGANIZATION-3-451', null, '合肥前期尺寸工程组', 'HF ADE Team', null, 'B002100108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7331', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '06971', 'shoubing.peng', '03938;10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7332', 'SUPERVISORY_ORGANIZATION-3-451', null, '尺寸虚拟分析组', 'Dimensional Virtual Analysis Team', null, 'B002100106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7332', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, 'C0374', 'hongsheng.fu', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7335', 'SUPERVISORY_ORGANIZATION-3-4912', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7335', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, 'W002621', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7336', 'SUPERVISORY_ORGANIZATION-3-4912', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7336', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '21562', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7337', 'SUPERVISORY_ORGANIZATION-3-4912', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7337', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '29721', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7338', 'SUPERVISORY_ORGANIZATION-3-4953', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7338', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '22073', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7339', 'SUPERVISORY_ORGANIZATION-3-4953', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7339', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '25002', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-734', '20191230_SUPERVISORY_ORG_5', null, '门店运营团队(空间运营),广州珠江新城店', 'Store Operations Team(Space Operations), Guangzhou Zhujiang New Town Store', null, 'C114010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-734', null, '0', 'admin', '2022-05-26 17:20:30', null, null, null, null, null, null, '04650', 'blythe.liu', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-734', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7340', 'SUPERVISORY_ORGANIZATION-3-5740', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7340', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '35407', 'zhengyi.li', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8181', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7341', 'SUPERVISORY_ORGANIZATION-3-4906', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7341', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '34449', 'dan.xue1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7342', 'SUPERVISORY_ORGANIZATION-3-3838', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7342', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '06263', 'lingling.du', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7343', 'SUPERVISORY_ORGANIZATION-3-8261', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7343', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '28168', 'li.fu', '16043', 'Changzhou-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7344', 'FN', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7344', null, '1', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, 'C0256', 'shanshan.han', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7345', 'SUPERVISORY_ORGANIZATION-3-5383', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7345', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '28044', 'dan.zhou', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7346', 'SUPERVISORY_ORGANIZATION-3-1040', null, '北区团队', 'North Area Team', null, 'D1140602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7346', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '26277', 'aaron.zhou', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7347', 'SUPERVISORY_ORGANIZATION-3-5857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7347', null, '0', 'admin', '2022-05-26 17:22:10', null, null, null, null, null, null, '16576', 'fangzhou.lin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7348', 'SUPERVISORY_ORGANIZATION-3-5543', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7348', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '13136', 'ping.ai', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7349', 'SUPERVISORY_ORGANIZATION-3-5543', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7349', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '04695', 'wu.luo', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-735', null, null, '用户发展,广州', 'User Development, Guangzhou', null, 'CO-GZH-UD-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-735', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-735', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7350', 'SUPERVISORY_ORGANIZATION-3-4816', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7350', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '05823', 'nana.sun', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7351', 'SUPERVISORY_ORGANIZATION-3-5837', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7351', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '27483', 'maggie.chen1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5837', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7352', 'SUPERVISORY_ORGANIZATION-3-669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7352', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '26850', 'felix.li3', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7353', 'SUPERVISORY_ORGANIZATION-3-6425', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7353', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '31328', 'yue.ma1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7354', 'SUPERVISORY_ORGANIZATION-3-6382', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7354', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '33157', 'can.xu', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7355', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7355', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '25386', 'jessie.chen', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7356', 'SUPERVISORY_ORGANIZATION-3-5728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7356', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '34931', 'xiang.chen4', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7357', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7357', null, '1', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '31445', 'su.su', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7358', 'SUPERVISORY_ORGANIZATION-3-4893', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7358', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '27631', 'jia.wei', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4893', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7359', 'SUPERVISORY_ORGANIZATION-3-4666', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7359', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '23140', 'yizhu.miao', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4666', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-736', null, null, 'User Development, Guangzhou', 'User Development, Guangzhou', null, 'CO-GZH-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-736', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7360', 'SUPERVISORY_ORGANIZATION-3-3770', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7360', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '18633', 'yun.yang', '03280;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7361', 'SUPERVISORY_ORGANIZATION-3-497', null, 'HR服务体验&运营团队', 'HR Service Experience & Operation Team', null, 'D1010506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7361', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '25282', 'jun.liang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7362', 'OC-HRM-001', null, '薪资运营组', 'Payroll Operation Sub-team', null, 'D101050202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7362', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '12566', 'wenfeng.yuan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7363', 'OC-HRM-001', null, '政府人才政策组', 'Government Talent Policy Sub-team', null, 'D101050203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7363', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '12566', 'wenfeng.yuan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7364', 'SUPERVISORY_ORGANIZATION-3-7366', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7364', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '28526', 'ruilu.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7365', 'SUPERVISORY_ORGANIZATION-3-7361', null, 'HR服务后台运营组', 'HR Service Operation Sub-team', null, 'D101050601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7365', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, 'C0077', 'xiaojing.ji', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7366', 'SUPERVISORY_ORGANIZATION-3-7361', null, 'HR服务体验交付组', 'HR Service Experience Delivery Sub-team', null, 'D101050602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7366', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, 'C0077', 'xiaojing.ji', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7367', 'SUPERVISORY_ORGANIZATION-3-7361', null, 'HR服务自助交付组', 'HR Self-Service Delivery Sub-team', null, 'D101050603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7367', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, 'C0077', 'xiaojing.ji', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7368', 'SUPERVISORY_ORGANIZATION-3-7362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7368', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '18756', 'juan.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7369', 'SUPERVISORY_ORGANIZATION-3-6037', null, '用户顾问团队,佛山北滘悦然广场', 'User Fellow Team, Foshan Wonderful Square', null, 'C156010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7369', null, '0', 'admin', '2022-05-26 17:22:11', null, null, null, null, null, null, '04079', 'kai.li', '18288', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-737', null, null, 'User Development, Guangzhou', 'User Development, Guangzhou', null, 'CO-GZH-UD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-737', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-737', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7370', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,湘潭九华新天地', 'User Fellow Team, Xiangtan Jiuhua Xintiandi', null, 'C123010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7370', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '34622', 'siyuan.liu2', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7371', 'SUPERVISORY_ORGANIZATION-3-6379', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7371', null, '0', 'admin', '2022-05-26 17:22:12', null, null, null, null, null, null, '33748', 'neo.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7372', 'SUPERVISORY_ORGANIZATION-3-6710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7372', null, '1', 'admin', '2022-05-26 17:22:12', null, null, null, null, null, null, '11601', 'lele.ruan', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7373', 'SUPERVISORY_ORGANIZATION-3-6710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7373', null, '1', 'admin', '2022-05-26 17:22:12', null, null, null, null, null, null, '11601', 'lele.ruan', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7374', 'SUPERVISORY_ORGANIZATION-3-2726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7374', null, '0', 'admin', '2022-05-26 17:22:19', null, null, null, null, null, null, '02030', 'linzhong.song', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7375', 'SUPERVISORY_ORGANIZATION-3-2726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7375', null, '0', 'admin', '2022-05-26 17:22:19', null, null, null, null, null, null, '35291', 'sonic.gao', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7376', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7376', null, '1', 'admin', '2022-05-26 17:22:19', null, null, null, null, null, null, '05989', 'lan.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7377', 'SUPERVISORY_ORGANIZATION-3-6395', null, '整车检验二工段', 'Vehicle Test Group 2', null, 'B00202070303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7377', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '28242', 'ji.gu1', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-7377', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7378', 'SUPERVISORY_ORGANIZATION-3-2686', null, 'F2量产组', 'Matching Project Management-F2 Sub-team', null, 'B002100307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7378', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '02807', 'shuo.yin', '03938;10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7378', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7379', 'SUPERVISORY_ORGANIZATION-3-5063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7379', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '09514', 'justin.xia', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-738', null, null, '用户发展,广州公司', 'User Development, Guangzhou Company', null, 'B1031701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-738', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7380', 'SUPERVISORY_ORGANIZATION-3-5728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7380', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '34931', 'xiang.chen4', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-739', null, null, '用户关系部', 'User Relationship Department', null, 'UD-URD-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-739', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-739', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-740', null, null, '企业规划团队', 'Corporate Planning Team', null, 'CD-CPP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-740', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-740', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-741', 'SUPERVISORY_ORGANIZATION-3-724', null, '产品设计团队', 'Product Design Team', null, 'SD-SPD-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-741', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '16080', 'glen.gao', '09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-741', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-742', null, null, '运营管理团队', 'Operation Management Team', null, 'B1030602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-742', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-743', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(北京)', 'Finance Team (Beijing)', null, 'D1030407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-743', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '02914', 'cecilia.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-744', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Digital Ops - Platform Apps', 'Digital Ops - Platform Apps', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-744', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-745', null, null, 'Digital Cockpit - Validation', 'Digital Cockpit - Validation', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-745', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-745', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-746', null, null, 'Share Service Center Team', 'Share Service Center Team', null, 'OC-TRS-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-746', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-746', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-747', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(成都)', 'Human Resource Team (Chengdu)', null, 'D1010805', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-747', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '06138', 'kent.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-748', 'SUPERVISORY_ORGANIZATION-3-1504', null, '汽车金融部', 'Auto Financing Department', null, 'FN-ATF-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-748', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '05490', 'jade.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-749', 'SUPERVISORY_ORGANIZATION-3-547', null, '蔚来学院部', 'NIO Academy Department', null, 'OC-ODM-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-749', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-750', 'SUPERVISORY_ORGANIZATION-3-506', null, '服务运营业务伙伴团队', 'SO HRBP Team', null, 'D1010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-750', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '12784', 'jade.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-751', null, null, '无人驾驶部中国', 'Autonomous Driving Department China', null, 'AD-ADC-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-751', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-752', 'SUPERVISORY_ORGANIZATION-3-6160', null, '质量管理团队', 'Quality Management Team', null, 'C1570501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-752', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '07636', 'richard.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-753', 'SUPERVISORY_ORGANIZATION-3-547', null, '业务支持团队', 'Learning Development Consulting Team', null, 'D1010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-753', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-753', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-754', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(上海)', 'Finance Team (Shanghai)', null, 'D1030408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-754', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '12172', 'yoko.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-755', null, null, '用户中心产品管理团队', 'Space Product Management Team', null, 'UC-UOM-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-755', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-756', null, null, '服务产品发展及核赔团队', 'Service Product Development & Accident Claims Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-756', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-757', null, null, '城市运营,武汉', 'City Operation Management, Wuhan', null, 'CO-WUH', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-757', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, null, null, null, null, 'User_Experience', 'User Experience (Do Not Use) (inactive)', null, 'City', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-758', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,武汉公司', 'Regional Operation, Wuhan Company', null, 'C12501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-758', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '07289', 'jason.geng', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-759', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(南京)', 'Human Resource Team (Nanjing)', null, 'D1010807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-759', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '03275', 'shanshan.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-759', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-760', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(深圳)', 'Human Resource Team (Shenzhen)', null, 'D1010811', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-760', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '03680', 'fan.yang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-761', 'SUPERVISORY_ORGANIZATION-3-2472', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-761', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, 'C0772', 'gigi.chen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7611', 'OC', null, '战略新业务HR业务伙伴部', 'New Strategic Business HRBP Department', null, 'D10113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7611', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '36496', 'elaine.huang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7612', 'SUPERVISORY_ORGANIZATION-3-6182', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7612', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '23863', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6182', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7613', 'SUPERVISORY_ORGANIZATION-3-4813', null, 'Operational Procurement Team', 'Operational Procurement Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7613', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '35017', null, '03938', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7613', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7614', 'SUPERVISORY_ORGANIZATION-3-7305', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7614', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '35837', 'joy.shen', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7615', 'SUPERVISORY_ORGANIZATION-3-5868', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7615', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '33971', 'tyler.tian', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7616', 'SUPERVISORY_ORGANIZATION-3-5776', null, '产线项目支持团队', 'Process Line Project Supporting Team', null, 'B3010808', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7616', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '36334', 'yong.zhang6', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7617', 'SUPERVISORY_ORGANIZATION-3-6395', null, '冲焊工段', 'Stamping Group', null, 'B00202070302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7617', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '33539', 'guolin.qin', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-7617', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7618', 'SUPERVISORY_ORGANIZATION-3-6109', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7618', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '27959', 'yunhua.chen', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7619', 'SUPERVISORY_ORGANIZATION-3-5724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7619', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '13974', 'zhikun.wu', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-762', 'SUPERVISORY_ORGANIZATION-3-4176', null, '社区互动团队', 'Community Interaction Team', null, 'C1011201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-762', null, '0', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '02412', 'yiming.yu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7620', 'SUPERVISORY_ORGANIZATION-3-794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7620', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '31775', 'yang.xu7', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7621', 'SUPERVISORY_ORGANIZATION-3-6248', null, '软件开发团队', 'Software Development Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7621', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '32682', 'robin.zhang1', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7622', 'SUPERVISORY_ORGANIZATION-3-1776', null, '用户顾问团队,德州澳德乐', 'User Fellow Team, Dezhou Aodele Mall', null, 'C130010117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7622', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '12237', 'jeff.yang', '10729', 'Dezhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7623', 'PE_SUPERVISORY_ORGANIZATION_129', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7623', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;06450;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_129', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7624', 'PE_SUPERVISORY_ORGANIZATION_6', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7624', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '05778', 'long.li', '03476;04685;11261;11784;16305;23271;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_6', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7625', 'SUPERVISORY_ORGANIZATION-3-7645', null, '能源区域运营组,南通公司', 'Regional Power Operations Sub-team, Nantong Company', null, 'C159630104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7625', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '29887', 'peng.fang', '03280;03476;04685;11261;15106;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7626', 'SUPERVISORY_ORGANIZATION-3-7645', null, '能源换电服务组,南通公司', 'Power Swap Service Sub-team, Nantong Company', null, 'C159630103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7626', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '29887', 'peng.fang', '03280;03476;04685;11261;15106;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7626', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7627', 'SUPERVISORY_ORGANIZATION-3-7645', null, '能源商业发展组,南通公司', 'Power Business Development Sub-team, Nantong Company', null, 'C159630102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7627', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '29887', 'peng.fang', '03280;03476;04685;11261;15106;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7628', 'SUPERVISORY_ORGANIZATION-3-7645', null, '能源工程服务组,南通公司', 'Power Engineering Service Sub-team, Nantong Company', null, 'C159630101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7628', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '29887', 'peng.fang', '03280;03476;04685;11261;15106;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7628', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7629', 'SUPERVISORY_ORGANIZATION-3-7644', null, '能源换电服务组,常州公司', 'Power Swap Service Sub-team, Changzhou Company', null, 'C159620104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7629', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '21123', 'ste.xu', '03476;04685;11261;16305;26976;28399;38632', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-763', 'OC-HRM-003', null, '价值与伙伴成长发展团队', 'Value & People Engagement Team', null, 'OC-ODM-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-763', null, '1', 'admin', '2022-05-26 17:20:31', null, null, null, null, null, null, '06715', 'owen.zhou', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-763', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7630', 'SUPERVISORY_ORGANIZATION-3-7644', null, '能源区域运营组,常州公司', 'Regional Power Operations Sub-team, Changzhou Company', null, 'C159620103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7630', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '21123', 'ste.xu', '03476;04685;11261;16305;26976;28399;38632', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7631', 'SUPERVISORY_ORGANIZATION-3-5298', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7631', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '25847', 'alexx.wang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7632', 'SUPERVISORY_ORGANIZATION-3-3244', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7632', null, '0', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '04878', 'guokang.shen', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7633', 'SUPERVISORY_ORGANIZATION-3-4002', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7633', null, '1', 'admin', '2022-05-26 17:22:20', null, null, null, null, null, null, '09739', 'sunny.zhang1', '03280;13082;16118', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7634', 'SUPERVISORY_ORGANIZATION-3-1576', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7634', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '09014', 'min.liu1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7635', 'SUPERVISORY_ORGANIZATION-3-1029', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7635', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '13052', 'wenhao.gao', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1029', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7636', 'SUPERVISORY_ORGANIZATION-3-1599', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7636', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '24318', 'xiaoyue.zheng', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1599', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7637', 'SUPERVISORY_ORGANIZATION-3-7861', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7637', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '36233', 'stephanie.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7638', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7638', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '30600', 'ting.huang', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7639', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7639', null, '1', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '06463', 'jian.zhang3', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-764', null, null, 'Performance Programme', 'Performance Programme', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-764', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, null, null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7640', 'SUPERVISORY_ORGANIZATION-3-6399', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7640', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '12689', 'tao.pu', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6399', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7641', 'SUPERVISORY_ORGANIZATION-3-7644', null, '能源商业发展组,常州公司', 'Power Business Development Sub-team, Changzhou Company', null, 'C159620102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7641', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '21123', 'ste.xu', '03476;04685;11261;16305;26976;28399;38632', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7642', 'SUPERVISORY_ORGANIZATION-3-7644', null, '能源工程服务组,常州公司', 'Power Engineering Service Sub-team, Changzhou Company', null, 'C159620101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7642', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '21123', 'ste.xu', '03476;04685;11261;16305;26976;28399;38632', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7642', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7643', 'PE_SUPERVISORY_ORGANIZATION_3', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7643', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, 'C1105', 'binbin.zhou', '03476;04685;11261;11784;16305;23271;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7644', 'SUPERVISORY_ORGANIZATION-3-7688', null, '能源服务运营团队,常州公司', 'Power Operations, Changzhou Company', null, 'C1596201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7644', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '21123', 'ste.xu', '03476;04685;11261;16305;26976;28399;38632', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7644', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7645', 'SUPERVISORY_ORGANIZATION-3-7686', null, '能源服务运营团队,南通公司', 'Power Operations, Nantong Company', null, 'C1596301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7645', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '29887', 'peng.fang', '03280;03476;04685;11261;15106;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7646', 'PE_SUPERVISORY_ORGANIZATION_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7646', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '08947', 'yan.zhang2', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7647', 'PE_SUPERVISORY_ORGANIZATION_77', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7647', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;09821;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_77', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7648', 'SUPERVISORY_ORGANIZATION-3-451', null, 'Dimensional Technician Team', 'Dimensional Technician Team', null, 'B002100107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7648', null, '1', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, 'C0374', 'hongsheng.fu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7648', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7649', 'SUPERVISORY_ORGANIZATION-3-451', null, 'HF ADE Team', 'HF ADE Team', null, 'B002100108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7649', null, '1', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '06971', 'shoubing.peng', '03938;10298', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-765', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'AD NPI', 'AD NPI', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-765', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7650', 'SUPERVISORY_ORGANIZATION-3-451', null, 'Dimensional Virtual Analysis Team', 'Dimensional Virtual Analysis Team', null, 'B002100106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7650', null, '1', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, 'C0374', 'hongsheng.fu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-7650', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7651', 'SUPERVISORY_ORGANIZATION-3-6629', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7651', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '07902', 'sili.chen', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7652', 'SUPERVISORY_ORGANIZATION-3-6096', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7652', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '04638', 'jack.zhu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7653', 'FN', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7653', null, '1', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '34962', null, '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7654', 'SD-IFS', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7654', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '34847', 'knox.li', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-IFS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7655', 'PU-PDP-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7655', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, 'C0136', 'shelly.lee', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PDP-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7656', 'SUPERVISORY_ORGANIZATION-3-6000', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7656', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '29312', 'xue.wang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7657', 'SUPERVISORY_ORGANIZATION-3-2623', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7657', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '30537', 'greg.fung', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2623', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7658', 'GL-LGL', null, '数据隐私保护团队', 'Data & Privacy Protection Team', null, 'D1020501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7658', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '34054', 'hailey.wang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7659', 'SUPERVISORY_ORGANIZATION-3-2022', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7659', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '11943', 'fangyun.dong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2022', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-766', 'NIO CN&EU', null, '用户中心', 'User Center', null, 'UC-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-766', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-766', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7660', 'SUPERVISORY_ORGANIZATION-3-6533', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7660', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '27511', 'tony.wang1', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7661', 'SUPERVISORY_ORGANIZATION-3-7009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7661', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '35258', 'yilin.xu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7662', 'SUPERVISORY_ORGANIZATION-3-2203', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7662', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '25336', 'wei.lv', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7663', 'GL-LGL', null, '争议解决团队', 'Dispute Resolution Team', null, 'D1020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7663', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '20307', 'yuling.han', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7664', 'SUPERVISORY_ORGANIZATION-3-1583', null, '门店运营团队(空间运营),长沙溪悦荟', 'Store Operations Team(Space Operations), Changsha Xiyuehui', null, 'C123010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7664', null, '0', 'admin', '2022-05-26 17:22:21', null, null, null, null, null, null, '25324', 'jennifer.wu', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7664', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7665', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7665', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '34611', 'ada.mao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7666', 'SUPERVISORY_ORGANIZATION-3-4415', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7666', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '35902', 'hongxia.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7667', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,潍坊潍州路', 'User Fellow Team, Weifang Weizhou Road', null, 'C129010120', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7667', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '36448', 'alan.xue', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7667', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7668', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,烟台振华商厦', 'User Fellow Team, Yantai Zhenhua Mall', null, 'C129010122', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7668', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '08601', 'bo.liang', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7669', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,烟台万象汇', 'User Fellow Team, Yantai MIX', null, 'C129010121', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7669', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '08601', 'bo.liang', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-767', 'FN-CNP-005', null, '财务团队(电源管理)', 'Finance Team (PE)', null, 'D1030302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-767', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '08519', 'lujia.bao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-767', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7670', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,威海WEGO广场', 'User Fellow Team, Weihai WEGO Mall', null, 'C129010118', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7670', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '04899', 'kai.niu', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7670', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7671', 'SUPERVISORY_ORGANIZATION-3-1031', null, '用户顾问团队,潍坊泰华新天地', 'User Fellow Team, Weifang Taihua Mall', null, 'C129010119', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7671', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '36448', 'alan.xue', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7671', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7672', 'SUPERVISORY_ORGANIZATION-3-3421', null, '蔚来官方二手车广州体验店', 'NIO Certified User Car Experience Space in Guangzhou', null, 'C103070103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7672', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '10797', 'shengrong.fan', '04914;05407', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7672', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7673', 'SUPERVISORY_ORGANIZATION-3-3421', null, '蔚来官方二手车武汉体验店', 'NIO Certified User Car Experience Space in Wuhan', null, 'C103070102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7673', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '10797', 'shengrong.fan', '04914;05407', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7674', 'SUPERVISORY_ORGANIZATION-3-4459', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7674', null, '1', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '33677', 'rachel.xu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4459', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7675', 'CO-GZH', null, '城市运营,江门&粤西', 'City Operation, Jiangmen&Yuexi', null, 'C1140110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7675', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '03532', 'june.chen', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7676', 'SUPERVISORY_ORGANIZATION-3-4769', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7676', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '28525', 'qihua.liang', '13558;31898', 'Jiangmen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7677', 'SUPERVISORY_ORGANIZATION-3-4081', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7677', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '15290', 'jiamin.qiu', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7678', 'SUPERVISORY_ORGANIZATION-3-7736', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7678', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '20277', 'fengfan.yang', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7679', 'SUPERVISORY_ORGANIZATION-3-5436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7679', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '15089', 'ming.chen4', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-768', null, null, '品牌传播团队', 'Brand Communications Team', null, 'GL-COM-001-01-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-768', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7680', 'SUPERVISORY_ORGANIZATION-3-7611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7680', null, '1', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '36496', 'elaine.huang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7681', 'SUPERVISORY_ORGANIZATION-3-7611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7681', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '03729', 'mengjie.zheng', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7682', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7682', null, '1', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7683', 'SUPERVISORY_ORGANIZATION-3-7611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7683', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '02095', 'vanny.cen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7684', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户顾问团队,昆明宜家荟聚', 'User Fellow Team, Kunming IKEA Livat', null, 'C134010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7684', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '15309', 'junjie.yang1', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7684', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7685', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7685', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7686', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7686', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '10428', 'lei.deng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7687', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7687', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '18817', 'xiwei.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7688', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7688', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '21123', 'ste.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7689', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7689', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '08780', 'wei.liu3', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-769', 'PE-OAM', null, '能源区域管理团队 (华北)', 'Regional Power Management Team (North)', null, 'C1590501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-769', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '18817', 'xiwei.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7690', 'SUPERVISORY_ORGANIZATION-3-8268', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7690', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, 'C0607', 'hanrui.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8268', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7691', 'SUPERVISORY_ORGANIZATION-3-896', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7691', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '08309', 'zhaojian.li', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7692', 'SUPERVISORY_ORGANIZATION-3-896', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7692', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '32328', 'jinli.deng', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7693', 'SUPERVISORY_ORGANIZATION-3-896', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7693', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '28163', 'wubin.du', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7694', 'SUPERVISORY_ORGANIZATION-3-3580', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7694', null, '0', 'admin', '2022-05-26 17:22:22', null, null, null, null, null, null, '12405', 'chuan.wang', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7695', 'SUPERVISORY_ORGANIZATION-3-2795', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7695', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '31980', 'leon.li2', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2795', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7696', 'SUPERVISORY_ORGANIZATION-3-8181', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7696', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '36904', 'zhongwen.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8181', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7697', 'SUPERVISORY_ORGANIZATION-3-5436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7697', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '22497', 'jiajun.huang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7698', 'SUPERVISORY_ORGANIZATION-3-2574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7698', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '29411', 'jason.li3', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7699', 'SUPERVISORY_ORGANIZATION-3-7305', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7699', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '18625', 'grace.liu1', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-770', 'PE-OAM', null, '能源区域管理团队 (山东)', 'Regional Power Management Team (Shandong)', null, 'C1590801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-770', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7700', 'SUPERVISORY_ORGANIZATION-3-693', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7700', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '35804', 'fiona.wang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-693', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7701', 'SUPERVISORY_ORGANIZATION-3-3558', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7701', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '35769', 'lili.meng', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7702', 'SUPERVISORY_ORGANIZATION-3-3739', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7702', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '16622', 'ning.an', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3739', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7703', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7703', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '29676', 'jiantang.luo', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7704', 'SUPERVISORY_ORGANIZATION-3-6549', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7704', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '36136', 'carl.li', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-771', null, null, '电机应用控制软件组', 'PEU Application SW Development Sub-team', null, 'A10303020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-771', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7714', 'SUPERVISORY_ORGANIZATION-3-5056', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7714', null, '1', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '28330', 'haiguang.zhao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5056', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7715', 'SUPERVISORY_ORGANIZATION-3-7232', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7715', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '26806', 'wen.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7716', 'SUPERVISORY_ORGANIZATION-3-6359', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7716', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '06345', 'charlotte.yuan', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7717', '20191230_SUPERVISORY_ORG_5', null, '门店运营团队(空间运营),中山逸仙湖店', 'Store Operations Team(Space Operations), Zhongshan Yat-sen Lake Store', null, 'C114010305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7717', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '03203', 'bin.chen', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7717', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7718', '20191230_SUPERVISORY_ORG_5', null, '门店运营团队(空间运营),广州汉溪长隆店', 'Store Operations Team(Space Operations), GuangZhou Hanxi Changlong Store', null, 'C114010304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7718', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '12240', 'nora.ning', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7718', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7719', '20191230_SUPERVISORY_ORG_5', null, '门店运营团队(空间运营),广州海珠乐峰店', 'Store Operations Team(Space Operations), Guangzhou Haizhu Rock Spuare Store', null, 'C114010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7719', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '13872', 'xun.lin', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7719', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-772', 'PE-LMG', null, '供应商质量管理团队', 'SQE Team', null, 'C1580103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-772', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '03568', 'gavin.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7720', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州金沙洲金铂天地', 'User Fellow Team, Guangzhou Kingbuy Shopping Mall', null, 'C114010814', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7720', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '03360', 'jing.wang1', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7720', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7721', 'SUPERVISORY_ORGANIZATION-3-3256', null, '用户顾问团队,广州丽柏广场', 'User Fellow Team, Guangzhou La Perle', null, 'C114010815', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7721', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '03360', 'jing.wang1', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7722', 'SUPERVISORY_ORGANIZATION-3-5080', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7722', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '36766', 'jinsong.xiao', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7723', 'SUPERVISORY_ORGANIZATION-3-5078', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7723', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '19531', 'hongyu.zheng', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5078', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7724', 'SUPERVISORY_ORGANIZATION-3-5077', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7724', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '08753', 'tommy.tang', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7725', 'SUPERVISORY_ORGANIZATION-3-3319', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7725', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '12362', 'jun.lu2', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3319', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7726', 'SUPERVISORY_ORGANIZATION-3-3319', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7726', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '13795', 'qinglong.li', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3319', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7727', 'SUPERVISORY_ORGANIZATION-3-3319', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7727', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '18529', 'lin.wei', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3319', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7728', 'SUPERVISORY_ORGANIZATION-3-5345', null, '用户顾问团队,长沙星城天地', 'User Fellow Team, Changsha Xingcheng Tiandi', null, 'C123010216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7728', null, '0', 'admin', '2022-05-26 17:22:23', null, null, null, null, null, null, '07790', 'lier.zhao', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7728', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7729', 'SUPERVISORY_ORGANIZATION-3-2128', null, '用户顾问团队,沈阳山姆', 'User Fellow Team, Sam\'s Club', null, 'C137010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7729', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '19856', 'tianyu.yin', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-773', 'SUPERVISORY_ORGANIZATION-3-504', null, '人才招募团队', 'Talent Acquisition Team', null, 'OC-TAM-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-773', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-773', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7730', 'SUPERVISORY_ORGANIZATION_20200518_71', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7730', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '24070', 'tianye.ma', '03280;03476;04271;04685;06574;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_71', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7731', 'PE_SUPERVISORY_ORGANIZATION_147', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7731', null, '1', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, 'C1034', 'harper.yao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7732', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7732', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7733', 'SUPERVISORY_ORGANIZATION-3-8767', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7733', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '05345', 'damon.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7734', 'SUPERVISORY_ORGANIZATION-3-1783', null, '用户顾问团队,珠海宝龙城', 'User Fellow Team, Baolong City Zhuhai', null, 'C114010705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7734', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '03412', 'kangdi.peng', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7734', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7735', 'SUPERVISORY_ORGANIZATION-3-1783', null, '用户顾问团队,珠海金湾华发商都', 'User Fellow Team, Huafa Mall of jinwan Zhuhai', null, 'C114010706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7735', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '03639', 'shaojun.wang', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7735', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7736', 'SUPERVISORY_ORGANIZATION-3-1783', null, '用户顾问团队,珠海城市阳台', 'User Fellow Team, City balcony Zhuhai', null, 'C114010707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7736', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '03412', 'kangdi.peng', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7737', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7737', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '36291', 'yufei.gan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7738', 'SUPERVISORY_ORGANIZATION-3-8928', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7738', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '32244', 'thomas.zhang', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7739', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7739', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '35229', 'jay.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-774', 'SUPERVISORY_ORGANIZATION_20200518_8', null, '道服团队,成都公司', 'Roadside Service Team, Chengdu Company', null, 'C109010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-774', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '06115', 'dong.wu', '03476;04271;04685;06138;11261;16305;26976', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7740', 'SUPERVISORY_ORGANIZATION-3-1072', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7740', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '10672', 'olivia.li1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1072', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7741', 'SUPERVISORY_ORGANIZATION-3-5660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7741', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '30880', 'jayni.niu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7742', 'SUPERVISORY_ORGANIZATION-3-2780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7742', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, 'C0277', 'yang.hua', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7743', 'SUPERVISORY_ORGANIZATION-3-2466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7743', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '24973', 'zhenqiang.kong', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7744', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7744', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '34720', 'jingyi.liu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7745', 'SUPERVISORY_ORGANIZATION-3-464', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7745', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '35773', 'yu.bai1', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-464', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7746', 'SUPERVISORY_ORGANIZATION-3-1279', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7746', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '27346', 'jie.zhu3', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1279', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7747', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7747', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '29980', 'ron.zhao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7748', 'SUPERVISORY_ORGANIZATION-3-6286', null, '合肥硬件架构开发组', 'Hefei Hardware Architecture Development Sub-team', null, 'A212080201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7748', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, 'C1138', 'xiezu.su', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7749', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7749', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '34514', 'kaiqing.fan', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_59', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-775', 'SO-SCM', null, '业务建模分析团队', 'Business Modeling Analysis Team', null, 'C1050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-775', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '24446', 'huijun.hou', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7750', 'SUPERVISORY_ORGANIZATION-3-6365', null, '自动驾驶订阅服务部', 'AD Subscription Service Department', null, 'A21605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7750', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '36714', 'haokun.fang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7751', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7751', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '16118', 'klein.chen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7752', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7752', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '29949', 'jianghu.lu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7753', 'VE-BDE-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7753', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '30126', 'kangkang.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-BDE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7754', 'SUPERVISORY_ORGANIZATION-3-2570', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7754', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '33088', 'yu.wang15', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7755', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7755', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '33505', 'tony.zhao', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7756', 'QD-MQD-002', null, '测试系统团队', 'Measurement System Team', null, 'B0021004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7756', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '30005', 'yu.gao2', '03938;10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7756', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7757', 'CO-GZH', null, '城市运营,中山', 'City Operation, Zhongshan', null, 'C1140111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7757', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '02462', 'leo.long', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7757', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7758', 'SUPERVISORY_ORGANIZATION-3-7757', null, '用户顾问团队,中山逸仙湖', 'User Fellow Team, Yixian Lake Zhongshan', null, 'C114011101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7758', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '03638', 'jan.lin', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7758', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7759', 'SUPERVISORY_ORGANIZATION-3-7757', null, '用户顾问团队,中山远洋广场', 'User Fellow Team, Yuanyang Square Zhongshan', null, 'C114011103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7759', null, '0', 'admin', '2022-05-26 17:22:24', null, null, null, null, null, null, '03638', 'jan.lin', '13558;31898', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7759', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-776', 'UC', null, 'UC发展规划部', 'UC Development & Planning Department', null, 'UC-UDP-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-776', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7760', 'SUPERVISORY_ORGANIZATION-3-6085', null, '销售,嘉兴公司', 'Sales, Jiaxing Company', null, 'C1650102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7760', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '04048', 'jing.wu1', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7761', 'SUPERVISORY_ORGANIZATION-3-7915', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7761', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '31929', 'weiqin.zhang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7915', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7762', 'SUPERVISORY_ORGANIZATION-3-7760', null, '在线顾问团队,嘉兴公司', 'Online Consultant Team, Jiaxing Company', null, 'C165010206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7762', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '04048', 'jing.wu1', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7762', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7763', 'SUPERVISORY_ORGANIZATION-3-7760', null, '用户顾问团队,海盐吾悦广场', 'User Fellow Team, Haiyan Wuyue Plaza', null, 'C165010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7763', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '04048', 'jing.wu1', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7763', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7764', 'SUPERVISORY_ORGANIZATION-3-5447', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7764', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '08740', 'xinlong.wu', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7765', 'SUPERVISORY_ORGANIZATION-3-2466', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7765', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '24275', 'ling.ma1', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7767', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7767', null, '1', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '07968', 'william.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7768', 'SUPERVISORY_ORGANIZATION-3-1145', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7768', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '11400', 'ning.li3', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7769', 'SUPERVISORY_ORGANIZATION-3-6906', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7769', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '05426', 'guanxin.zhan', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6906', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-777', 'CD', null, '产品市场部', 'Product Marketing Department', null, 'A00108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-777', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '12333', 'nan.zhang2', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7770', 'SUPERVISORY_ORGANIZATION-3-6963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7770', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '35387', 'haitao.yao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7771', 'SUPERVISORY_ORGANIZATION-3-997', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7771', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '21836', 'zhan.zha', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7772', 'SUPERVISORY_ORGANIZATION-3-3037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7772', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '02100', 'guodong.tang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3037', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7773', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7773', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '02757', 'danqing.li', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7774', 'SUPERVISORY_ORGANIZATION-3-5705', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7774', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '35979', 'cheng.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5705', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7775', 'SUPERVISORY_ORGANIZATION-3-7117', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7775', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '35523', 'haijun.li', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7776', 'SUPERVISORY_ORGANIZATION-3-2524', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7776', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '05104', 'brett.pan', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7777', 'MO', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7777', null, '1', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, 'C0307', 'joey.zhu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7778', 'VE-EEE-002', null, '低压产品开发组', 'LV Components Development Sub-team', null, 'A102050406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7778', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '34447', 'zhe.zhou1', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7779', 'SUPERVISORY_ORGANIZATION-3-504', null, '产品与整车人才招募团队', 'Product & Vehicle Engineering Talent Acquisitions Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7779', null, '1', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '22505', 'jway.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-778', null, null, '市场发展团队', 'Business Development Team', null, 'PE-OS-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-778', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7787', 'SUPERVISORY_ORGANIZATION-3-6365', null, '自动驾驶规划管理部', 'AO Planning & Management Department', null, 'A21601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7787', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '35233', 'zhuomin.wang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7788', 'SUPERVISORY_ORGANIZATION-3-8882', null, '自动驾驶安全服务团队', 'AD Safety Service Team', null, 'A2160603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7788', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '35057', 'alex.dong', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7789', 'SUPERVISORY_ORGANIZATION-3-7857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7789', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '36797', 'qianqian.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-779', 'SO-SEG', null, '维修信息团队', 'Maintenance Information Team', null, 'C1050401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-779', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C1022', 'liuzhen.yue', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7790', 'SUPERVISORY_ORGANIZATION-3-7857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7790', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '36206', 'ray.wang4', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7791', 'SUPERVISORY_ORGANIZATION-3-7857', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7791', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '36989', 'kang.wang4', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7792', 'SUPERVISORY_ORGANIZATION-3-2203', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7792', null, '0', 'admin', '2022-05-26 17:22:25', null, null, null, null, null, null, '30322', 'dawei.lang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7793', 'SUPERVISORY_ORGANIZATION-3-4502', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7793', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '36679', 'alicia.zhang', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4502', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7794', 'SUPERVISORY_ORGANIZATION-3-4830', null, '涂装项目组', 'Paint pilot sub-team', null, 'B301070403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7794', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '23885', 'kimi.tian', '03091;03321;06247;26295;30140;35775;37509', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7795', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7795', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '35226', 'chuanjian.liang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7796', 'VE-VIT-006', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7796', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '12302', 'xueying.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-VIT-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7797', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,临汾万达广场', 'User Fellow Team, Linfen wanda guangchang', null, 'C133010117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7797', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '42520', 'answer.zhang', '32158', 'Linfen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7797', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7798', 'SUPERVISORY_ORGANIZATION-3-1518', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7798', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7799', 'SUPERVISORY_ORGANIZATION-3-7798', null, '用户中心,常州公司', 'User Center, Changzhou Company', null, 'C166010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7799', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '33452', 'tony.mao', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-780', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(广州)', 'Finance Team (Guangzhou)', null, 'D1030403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-780', null, '0', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '10314', 'molly.wei', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7800', 'SUPERVISORY_ORGANIZATION-3-7798', null, '服务运营,常州公司', 'Service Operations, Changzhou Company', null, 'C166010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7800', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7801', 'SUPERVISORY_ORGANIZATION-3-5196', null, '社交媒体内容团队', 'Social Media Content Team', null, 'C1490401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7801', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '33986', 'leehong.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7802', 'SUPERVISORY_ORGANIZATION-3-5196', null, '社交媒体策划团队', 'Social Media Planning Team', null, 'C1490402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7802', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '33955', 'fiona.xu1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7802', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7803', 'PE_SUPERVISORY_ORGANIZATION_198', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7803', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399;44504', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_198', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7804', 'PE_SUPERVISORY_ORGANIZATION_203', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7804', null, '1', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '06470', 'weijie.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7805', '20191223_SUPERVISORY_ORG_16', null, '在线顾问团队,西安公司', 'Online Consultant Team, Xi’an Company', null, 'C118010220', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7805', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '15375', 'yao.xie1', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7806', 'SUPERVISORY_ORGANIZATION-3-6428', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7806', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '36860', 'xiaodong.xiong', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7807', 'SUPERVISORY_ORGANIZATION-3-2562', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7807', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '33900', 'yanan.pei', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7808', 'SUPERVISORY_ORGANIZATION-3-6435', null, '电驱工业化HR业务伙伴团队', 'Electric Drive Industrialization HRBP Team', null, 'D1011201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7808', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '100075', 'elva.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7808', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7809', 'SUPERVISORY_ORGANIZATION-3-5178', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7809', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '29685', 'renrui.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6430', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-781', 'VE-INE-001', null, '座椅组', 'Seating Sub-team', null, 'A102100304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-781', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C0185', 'tao.wang', '05407;05560;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7810', 'SUPERVISORY_ORGANIZATION-3-8172', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7810', null, '1', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '35220', 'yifan.zhu1', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7811', 'SUPERVISORY_ORGANIZATION-3-6233', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7811', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '14088', 'zhufeng.jiang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7812', 'SUPERVISORY_ORGANIZATION-3-5457', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7812', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '32997', 'wll.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7813', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7813', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '36097', 'qianqian.sha', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7814', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7814', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '03091', 'nancy.wei', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7815', 'SUPERVISORY_ORGANIZATION-3-6010', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7815', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '16605', 'fei.gao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7816', 'SUPERVISORY_ORGANIZATION-3-6359', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7816', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '32681', 'linkun.xie', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7817', 'SUPERVISORY_ORGANIZATION-3-8749', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7817', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '02028', 'yahui.wang', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7818', 'SUPERVISORY_ORGANIZATION-3-4675', null, '品牌 & 创意', 'Brand & Creative', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7818', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '27419', 'koeman.wang', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7819', 'SUPERVISORY_ORGANIZATION-3-2420', null, '技术项目管理部', 'Technical Program Management Department', null, 'A20318', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7819', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '36885', 'xiaoyan.dang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-782', 'VE-VIT', null, 'Advanced Concepts Engineering Team', 'Advanced Concepts Engineering Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-782', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'London-GB', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-782', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7820', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,乐清江南里', 'User Fellow Team, Leqingjiangnanli', null, 'C128010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7820', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '14220', 'yuguo.huang', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7821', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,温州时代广场', 'User Fellow Team, Wenzhoushidaiguangchang', null, 'C128010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7821', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '14287', 'hekun.li', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7821', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7822', 'SUPERVISORY_ORGANIZATION-3-1788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7822', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '35457', 'donglin.hu', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7823', 'SUPERVISORY_ORGANIZATION-3-7629', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7823', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '09433', 'yuan.zhang4', '03476;04685;11261;16305;26976;28399;38632', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7824', 'SUPERVISORY_ORGANIZATION-3-6260', null, '地图 & 位置服务', 'Map & LBS', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7824', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '30246', 'alan.cheung', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7825', 'SUPERVISORY_ORGANIZATION-3-6260', null, '娱乐与应用创新中心', 'Entertainment & APP Innovation Center', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7825', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '33036', 'jiangang.li1', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7826', 'SUPERVISORY_ORGANIZATION-3-6260', null, '人工智能与多模交互', 'AI & MUI', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7826', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '29447', 'vicky.zhao', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7827', 'SUPERVISORY_ORGANIZATION-3-5842', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7827', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '28698', 'nison.ma', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7828', 'SUPERVISORY_ORGANIZATION-3-8937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7828', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '09293', 'haixia.hu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7829', 'SUPERVISORY_ORGANIZATION-3-6109', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7829', null, '0', 'admin', '2022-05-26 17:22:26', null, null, null, null, null, null, '24877', 'jingru.luo', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-783', null, null, 'Procurement', 'Procurement', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-783', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, '03425', null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-783', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7830', 'SUPERVISORY_ORGANIZATION-3-3728', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7830', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '14094', 'jing.she', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3728', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7831', 'SUPERVISORY_ORGANIZATION-3-4787', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7831', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '12045', 'chunxue.huang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7832', 'SUPERVISORY_ORGANIZATION-3-4362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7832', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '32691', 'zhenhuan.li', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7833', 'SUPERVISORY_ORGANIZATION-3-7024', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7833', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '35774', 'zhaoteng.song', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7834', 'SUPERVISORY_ORGANIZATION-3-9121', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7834', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '04966', 'qimin.bu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9121', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7835', 'OC', null, '全球业务发展HR业务伙伴部', 'Global Business HRBP Department', null, 'D10114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7835', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7836', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7836', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '36920', 'shupeng.lv', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7837', 'SUPERVISORY_ORGANIZATION-3-5914', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7837', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '30807', 'xinye.lu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7838', 'SUPERVISORY_ORGANIZATION-3-7611', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7838', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '37219', 'lili.mao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7611', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7839', 'SUPERVISORY_ORGANIZATION-3-2372', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7839', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '28877', 'karina.dong', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2372', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-784', null, null, 'Human Resource', 'Human Resource', null, 'HR-UK', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-784', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7840', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7840', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '36461', 'caodi.cao', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7841', 'SUPERVISORY_ORGANIZATION-3-5345', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7841', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '15295', 'zhenjia.liu', '06271', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191225_SUPERVISORY_ORG_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7842', 'SUPERVISORY_ORGANIZATION-3-4383', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7842', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '32712', 'kelli.chen', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7843', 'SUPERVISORY_ORGANIZATION-3-855', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7843', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '33651', 'joie.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7844', 'SUPERVISORY_ORGANIZATION-3-504', null, '招聘运营团队', 'Recruitment Operation Team', null, 'D1010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7844', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7845', 'SUPERVISORY_ORGANIZATION-3-504', null, '校园招聘&雇主品牌团队', 'Campus Recruitment & Employer Branding Team', null, 'D1010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7845', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '42071', 'arnold.zhan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7846', 'SUPERVISORY_ORGANIZATION-3-504', null, '数字化人才招募团队', 'Digital Talent Acquisition Team', null, 'D1010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7846', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '21405', 'alex.wang2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7847', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,昆山中心', 'User Fellow Team, Kunshan Center', null, 'C116010913', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7847', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '03087', 'jianzhong.sun', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7847', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7848', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州吴江砂之船', 'User Fellow Team, Suzhou Wujiang Sasseur', null, 'C116010911', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7848', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '04924', 'ziyan.yuan', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7848', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7849', 'SUPERVISORY_ORGANIZATION-3-943', null, '用户顾问团队,苏州星湖天街', 'User Fellow Team, Suzhou Xinghu Paradise Walk', null, 'C116010912', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7849', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '14505', 'junpeng.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-785', null, null, 'IT', 'IT', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-785', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'EU0132', null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-785', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7850', 'SUPERVISORY_ORGANIZATION-3-6661', null, '测试部', 'Testing Department', null, 'A21509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7850', null, '1', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-7850', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7851', 'SUPERVISORY_ORGANIZATION-3-6661', null, '用户体验与品质部', 'User Experience and Quality Department', null, 'A21506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7851', null, '0', 'admin', '2022-05-26 17:22:27', null, null, null, null, null, null, '37643', 'kai.liu2', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7852', 'SUPERVISORY_ORGANIZATION-3-6661', null, '供应链部', 'Supply Chain Department', null, 'A21508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7852', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7853', 'SUPERVISORY_ORGANIZATION-3-6661', null, '影像部', 'Camera Department', null, 'A21501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7853', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7854', 'SUPERVISORY_ORGANIZATION-3-6661', null, '软件部', 'Software Department', null, 'A21507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7854', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '39291', 'jacky.wong', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7855', 'SUPERVISORY_ORGANIZATION-3-6661', null, '硬件研发部', 'Hardware Development Department', null, 'A21503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7855', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7856', 'SUPERVISORY_ORGANIZATION-3-6661', null, '项目管理部', 'Project Management Department', null, 'A21505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7856', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7857', 'SUPERVISORY_ORGANIZATION-3-504', null, '用户与服务人才招募团队', 'Users & Service Talent Acquisition Team', null, 'D1010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7857', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '27105', 'kate.lu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7858', 'SUPERVISORY_ORGANIZATION-3-504', null, '自动驾驶算法人才招募团队', 'Autonomous Driving Algorithm Talent Acquisition Team', null, 'D1010214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7858', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '20572', 'kai.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7859', 'SUPERVISORY_ORGANIZATION-3-504', null, '产品与整车人才招募团队', 'Product & Vehicle Engineering Talent Acquisition Team', null, 'D1010215', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7859', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '22505', 'jway.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-786', 'UD-SAM', null, '计划与订单团队', 'Planning and Order Team', null, 'C1030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-786', null, '1', 'admin', '2022-05-26 17:20:32', null, null, null, null, null, null, 'C1265', 'sophie.shang', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-786', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7860', 'SUPERVISORY_ORGANIZATION-3-504', null, '工业化人才招募团队', 'Industrialization Talent Acquisition Team', null, 'D1010216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7860', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '43395', 'alyson.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7861', 'SUPERVISORY_ORGANIZATION-3-504', null, '设计&电动力人才招募团队', 'Design & ES BS Talent Acquisition Team', null, 'D1010217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7861', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '24626', 'jason.pei', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7862', 'SUPERVISORY_ORGANIZATION-3-5786', null, '电池设备开发与工程组', 'Battery Equipment Development & Engineering Sub-team', null, 'B304080103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7862', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '35431', 'owen.wang1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7862', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7863', 'SUPERVISORY_ORGANIZATION-3-3878', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7863', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '18247', 'jian.bai', 'C0941', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7864', 'SUPERVISORY_ORGANIZATION-3-1103', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7864', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '32747', 'ted.liu', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1103', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7867', 'SUPERVISORY_ORGANIZATION-3-6661', null, '设计部', 'Design Department', null, 'A21502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7867', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7867', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7868', 'SUPERVISORY_ORGANIZATION-3-6661', null, '产品部', 'Product Department', null, 'A21504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7868', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-7868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7869', 'SUPERVISORY_ORGANIZATION-3-1462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7869', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '12285', 'xiuxiu.hu', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-787', 'VE-CAE', null, 'Durability', 'Durability', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-787', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '03432', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7870', 'SUPERVISORY_ORGANIZATION-3-7869', null, '运营支持,南通公司', 'Operation Supporting, Nantong Company', null, 'C164010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7870', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '12285', 'xiuxiu.hu', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7870', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7871', 'SUPERVISORY_ORGANIZATION-3-7869', null, '用户中心,南通公司', 'User Center, Nantong Company', null, 'C164010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7871', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '28179', 'wayne.zhuang', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7871', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7872', 'SUPERVISORY_ORGANIZATION-3-7869', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7872', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '05107', 'rafe.mao', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7873', 'SUPERVISORY_ORGANIZATION-3-7869', null, '交付运营,南通公司', 'Delivery Operation, Nantong Company', null, 'C164010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7873', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '12285', 'xiuxiu.hu', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7873', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7874', 'SUPERVISORY_ORGANIZATION-3-7869', null, '用户发展,南通公司', 'User Development, Nantong Company', null, 'C164010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7874', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '12285', 'xiuxiu.hu', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7874', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7875', 'SUPERVISORY_ORGANIZATION-3-7872', null, '用户顾问团队,启东吾悦店', 'User Fellow Team, Qidongwuyue', null, 'C164010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7875', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '05107', 'rafe.mao', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7875', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7876', 'SUPERVISORY_ORGANIZATION-3-7872', null, '用户顾问团队,海门龙信店', 'User Fellow Team, Haimenlongxin', null, 'C164010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7876', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '05107', 'rafe.mao', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7876', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7877', 'SUPERVISORY_ORGANIZATION-3-7872', null, '用户顾问团队,南通万象城店', 'User Fellow Team, Nantong Wanxiangcheng', null, 'C164010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7877', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '05107', 'rafe.mao', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7878', 'SUPERVISORY_ORGANIZATION-3-7872', null, '用户顾问团队,如皋吾悦门店', 'User Fellow Team, Rugaowuyue', null, 'C164010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7878', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '05107', 'rafe.mao', '03280;15106', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7879', 'SUPERVISORY_ORGANIZATION-3-7131', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7879', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '05924', 'xu.niu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7131', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-788', 'VE-CAE', null, 'Superior Organization Vehicle Engineering CAE', 'Superior Organization Vehicle Engineering CAE', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-788', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7880', 'SUPERVISORY_ORGANIZATION-3-7132', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7880', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '02940', 'vicky.qin', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7132', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7881', 'SUPERVISORY_ORGANIZATION-3-7127', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7881', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '02843', 'yan.yu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7127', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7882', 'SUPERVISORY_ORGANIZATION-3-3708', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7882', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '30075', 'pengyuan.cui', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7883', 'SUPERVISORY_ORGANIZATION-3-7888', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7883', null, '0', 'admin', '2022-05-26 17:22:28', null, null, null, null, null, null, '19391', 'kai.zhu4', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7888', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7884', 'SUPERVISORY_ORGANIZATION-3-905', null, '交付运营,天津公司', 'Delivery Operation, Tianjin Company', null, 'C1210110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7884', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '07847', 'yuanyuan.li', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7885', 'SUPERVISORY_ORGANIZATION-3-1234', null, '车间团队,天津公司', 'Workshop Team, Tianjin Company', null, 'C121010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7885', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '18925', 'jiandong.wei', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7886', 'SUPERVISORY_ORGANIZATION-3-1234', null, '技术团队,天津公司', 'Technical Team, Tianjin Company', null, 'C121010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7886', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '15208', 'jiaxin.wei', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7886', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7887', 'SUPERVISORY_ORGANIZATION-3-1234', null, '服务中心团队,天津空港门店', 'Service Center Team, Tianjin Airport Store', null, 'C121010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7887', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '11412', 'xin.li4', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7887', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7888', 'SUPERVISORY_ORGANIZATION-3-1854', null, '在线顾问团队,天津公司', 'Online Consultant Team, Tianjin Company', null, 'C121010812', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7888', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '02919', 'jia.yao', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7888', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7889', 'SUPERVISORY_ORGANIZATION-3-6365', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7889', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '38622', 'ya.zhou1', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-789', 'VE-CAE', null, 'ADVANCED CONCEPTS CAE', 'ADVANCED CONCEPTS CAE', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-789', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '02333', null, '05560;29769;33517;42399', 'London-GB', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-789', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7899', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7899', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '03690', 'rik.zhang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-790', 'VE-CAE', null, 'Occupant Safety', 'Occupant Safety', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-790', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7900', 'SUPERVISORY_ORGANIZATION-3-7213', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7900', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '29635', 'jianghong.zhu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7213', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7901', 'SUPERVISORY_ORGANIZATION-3-5443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7901', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '36463', 'ting.wei', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7902', 'SUPERVISORY_ORGANIZATION-3-4660', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7902', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '23616', 'crystal.tan', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7903', 'SUPERVISORY_ORGANIZATION-3-1673', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7903', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '34159', 'lisong.li', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7904', 'SD-AIS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7904', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '35934', 'jie.yang8', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7905', 'SUPERVISORY_ORGANIZATION-3-2584', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7905', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '12883', 'fei.han', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7906', 'SUPERVISORY_ORGANIZATION-3-1432', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7906', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '30726', 'yvonne.zhou', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1432', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7907', 'SUPERVISORY_ORGANIZATION-3-793', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7907', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '36883', 'ni.hao', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7908', 'SUPERVISORY_ORGANIZATION-3-4877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7908', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '07780', 'penny.pang', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7909', 'GM-ADMG', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7909', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '34059', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GM-ADMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-791', null, null, 'CFD Thermal Team Lead', 'CFD Thermal Team Lead', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-791', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-791', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7910', 'SUPERVISORY_ORGANIZATION-3-8356', null, '能源及业务运营团队,德国公司', 'Power & Operations Team, Germany Company', null, 'C1630801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7910', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '31412', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7911', 'MO-LOG', null, 'F3物流项目团队', 'F3 Logistics Project Team', null, 'B3010410', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7911', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '33693', 'weimin.hu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7911', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7912', 'SUPERVISORY_ORGANIZATION-3-4468', null, 'EHS团队', 'EHS team', null, 'B3010711', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7912', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '34769', 'zheming.li', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7913', 'SUPERVISORY_ORGANIZATION-3-2454', null, '门店运营团队(空间运营),南湖店', 'Store Operations Team (Space Operations), Nanhu Store', null, 'C165010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7913', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, 'C0874', 'leo.pang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7913', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7914', 'SUPERVISORY_ORGANIZATION-3-2454', null, '门店运营团队(用户运营),嘉兴公司', 'Store Operations Team (User Operations), Jiaxing Company', null, 'C165010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7914', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, 'C0874', 'leo.pang', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7914', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7915', 'SUPERVISORY_ORGANIZATION-3-1517', null, '服务代表团队,嘉兴公司', 'Service Representative Team, Jiaxing Company', null, 'C165010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7915', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '08406', 'peak.chen', '06574', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7915', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7916', 'SUPERVISORY_ORGANIZATION-3-1777', null, '用户顾问团队,昆明恒隆广场', 'User Fellow Team, Kunming Hang Lung Plaza', null, 'C134010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7916', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '40365', 'sam.yuan1', '23578;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7916', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7917', 'SUPERVISORY_ORGANIZATION-3-4125', null, '用户顾问团队,银川吾悦广场店', 'User Fellow Team, Yinchuan Wuyue Plaza', null, 'C147010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7917', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '24553', 'jing.li13', '12159', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7918', 'SUPERVISORY_ORGANIZATION-3-4126', null, '用户顾问团队,兰州城关万达广场店', 'User Fellow Team, Lanzhou Chengguan Wanda Plaza', null, 'C145010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7918', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '05941', 'chao.zhou', '44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7919', 'SUPERVISORY_ORGANIZATION-3-1362', null, '服务中心团队,余慈店', 'Service Center Team, Yuci Store', null, 'C124010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7919', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '29882', 'longbin.hu', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7919', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-792', 'VE-CAE', null, 'CFD team lead', 'CFD team lead', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-792', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '06439', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7920', 'SUPERVISORY_ORGANIZATION-3-1204', null, '城市运营,泉州', 'City Operation,Quanzhou', null, 'C1270111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7920', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '15598', 'solo.ma', '09067', 'Quanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7920', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7921', 'SUPERVISORY_ORGANIZATION-3-684', null, '市场活动部,深圳公司', 'Event Marketing, Shenzhen Company', null, 'C113010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7921', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '13178', 'harley.liu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7921', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7922', 'SUPERVISORY_ORGANIZATION-3-574', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7922', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '03578', 'leeben.qin', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7923', 'SUPERVISORY_ORGANIZATION-3-5849', null, '平台数据应用团队', 'Platform Data Application Team', null, 'C1061004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7923', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '26450', 'robin.yin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7923', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7924', 'SUPERVISORY_ORGANIZATION-3-4661', null, '产品研究团队', 'Product Research Team', null, 'C1060705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7924', null, '0', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, 'C0389', 'zhehong.ma', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7924', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7925', 'SUPERVISORY_ORGANIZATION-3-8180', null, '全球产品发展团队', 'Global Product Development Team', null, 'C1060706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7925', null, '1', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '32992', 'kyle.liao1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7925', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7926', 'SUPERVISORY_ORGANIZATION-3-4661', null, '战略级产品团队', 'Strategic Product Team', null, 'C1060707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7926', null, '1', 'admin', '2022-05-26 17:22:29', null, null, null, null, null, null, '36263', 'siwei.qi', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-7926', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7927', 'SUPERVISORY_ORGANIZATION-3-1370', null, '车间团队,深圳公司', 'Workshop Team, Shenzhen Company', null, 'C113010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7927', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '07569', 'shiming.xian', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7927', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7928', 'SUPERVISORY_ORGANIZATION-3-1370', null, '技术团队,深圳公司', 'Technical Team, Shenzhen Company', null, 'C113010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7928', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '08881', 'xiaozhe.chen', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7929', 'SUPERVISORY_ORGANIZATION-3-6291', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7929', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '17258', 'ya.gao1', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-793', 'SUPERVISORY_ORGANIZATION-3-6365', null, '自动驾驶数据运营部', 'AO Data Operation Department', null, 'A21604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-793', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, 'C0082', 'mingyin.hu', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-793', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7930', 'SUPERVISORY_ORGANIZATION-3-3333', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7930', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '08605', 'xiaokui.chen', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7931', 'SUPERVISORY_ORGANIZATION-3-622', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7931', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '22815', 'jin.niu', '04949;11784;30406', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7932', 'SUPERVISORY_ORGANIZATION-3-625', null, '门店运营团队 (空间运营),上海宝杨宝龙店', 'Store Operations Team (Space Operations), Shanghaibaoyangbaolong Store', null, 'C111010308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7932', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '09739', 'sunny.zhang1', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7932', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7933', 'SUPERVISORY_ORGANIZATION-3-8118', null, '财务数字化团队', 'Finance Digital Team', null, 'D1031402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7933', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, 'C0679', 'albert.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7933', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7934', 'SUPERVISORY_ORGANIZATION-3-7797', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7934', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '17037', 'xu.li4', '32158', 'Linfen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7797', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7935', 'SUPERVISORY_ORGANIZATION-3-6007', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7935', null, '1', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '32165', 'dean.li1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6007', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7936', 'SUPERVISORY_ORGANIZATION-3-3975', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7936', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '28781', 'xun.lu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7937', 'SUPERVISORY_ORGANIZATION-3-7245', null, 'AD平台前端研发团队', 'AD Platform Front-end R&D Team', null, 'A2160301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7937', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '37854', 'zhiwei.jin', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-794', 'SUPERVISORY_ORGANIZATION-3-6145', null, '功能测试及体验管理团队', 'Function Test & Experience Management Team', null, 'A2090903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-794', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '03784', 'flan.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7943', 'VE-EEE-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7943', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '25648', 'puxin.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-EEE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7944', 'SUPERVISORY_ORGANIZATION-3-6399', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7944', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '08794', 'dongdong.guo', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6399', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7945', 'SUPERVISORY_ORGANIZATION-3-703', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7945', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '37343', 'fred.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7946', 'SUPERVISORY_ORGANIZATION-3-2388', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7946', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '32765', 'egbert.gao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7947', 'SUPERVISORY_ORGANIZATION-3-2883', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7947', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '02473', 'tianyou.yang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2883', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7948', 'SUPERVISORY_ORGANIZATION-3-4963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7948', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, 'C0133', 'liwei.song', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7949', 'SUPERVISORY_ORGANIZATION-3-7326', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7949', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '08194', 'xusen.qiu', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-795', null, null, '车辆远程监控部', 'Vehicle Remote Surveillance Department', null, 'SO-VRS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-795', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-795', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7950', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7950', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '32559', 'joy.lu', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7951', 'SUPERVISORY_ORGANIZATION-3-5724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7951', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '28749', 'siana.xia', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7952', 'SUPERVISORY_ORGANIZATION-3-4412', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7952', null, '1', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '23235', 'yueqiao.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7953', 'SUPERVISORY_ORGANIZATION-3-7215', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7953', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '36036', 'zikun.liu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7954', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7954', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '08917', 'gallon.hu', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7955', 'XPT_ORG_REFERENCE_20200424_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7955', null, '1', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, 'C1413', 'honglei.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'XPT_ORG_REFERENCE_20200424_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7956', 'SUPERVISORY_ORGANIZATION-3-2075', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7956', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '36452', 'tan.wu', '06138', 'Mianyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2075', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7957', 'SUPERVISORY_ORGANIZATION-3-7291', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7957', null, '0', 'admin', '2022-05-26 17:22:30', null, null, null, null, null, null, '04995', 'min.chen', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7958', 'SUPERVISORY_ORGANIZATION-3-7157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7958', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '33436', 'gangliang.ma', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7959', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7959', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '31434', 'jinqing.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-796', '20191230_SUPERVISORY_ORG_14', null, '门店运营团队,深圳平安金融中心', 'Store Operations Team, Shenzhen PAFC', null, 'C113010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-796', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '04308', 'adam.he', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-796', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7960', 'SUPERVISORY_ORGANIZATION-3-7027', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7960', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '33965', 'tian.yu2', '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7961', 'SUPERVISORY_ORGANIZATION-3-6614', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7961', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '34378', 'xin.lu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7962', 'VE-EEE-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7962', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '17222', 'hong.su', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-EEE-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7963', '20191216_SUPERVISORY_ORG_12', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7963', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '08731', 'ricky.yu', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191216_SUPERVISORY_ORG_12', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7964', 'SUPERVISORY_ORGANIZATION-3-3701', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7964', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '34795', 'lisa.yuan1', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7965', 'SUPERVISORY_ORGANIZATION-3-942', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7965', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '34270', 'eason.wu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7966', 'SUPERVISORY_ORGANIZATION-3-563', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7966', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '29628', 'jack.zhang2', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7967', 'SUPERVISORY_ORGANIZATION-3-4784', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7967', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '27730', 'jack.meng', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7968', 'SUPERVISORY_ORGANIZATION-3-6773', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7968', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '29034', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7969', 'SUPERVISORY_ORGANIZATION-3-4772', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7969', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '29278', 'yujia.wang1', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-797', '20191230_SUPERVISORY_ORG_13', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-797', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '05283', 'wenjie.wang', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_13', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7970', 'SUPERVISORY_ORGANIZATION-3-3917', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7970', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '27795', 'nick.ning', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7971', 'SUPERVISORY_ORGANIZATION-3-3996', null, '平台研发团队', 'AD Platform Team', null, 'A2090409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7971', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '33924', 'zzz.gu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7972', 'SUPERVISORY_ORGANIZATION-3-6075', null, '服务代表团队,绍兴公司', 'Service Representative Team, Shaoxing Company', null, 'C167010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7972', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '13062', 'jianwei.hu', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7973', 'VE-EEE-002', null, '创新组', 'Innovation Sub-team', null, 'A102050408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7973', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '34310', 'frank.hui', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-7973', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7979', 'SUPERVISORY_ORGANIZATION-3-5868', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7979', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '38024', null, '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-798', 'SUPERVISORY_ORGANIZATION-3-574', null, '交付运营,深圳公司', 'Delivery Operation, Shenzhen Company', null, 'C1130105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-798', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '03274', 'pu.zhao', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-798', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7980', 'SUPERVISORY_ORGANIZATION-3-5868', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7980', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '35069', 'liang.sun2', '03729;43722', 'Munich-DE', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7981', 'SUPERVISORY_ORGANIZATION-3-6710', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7981', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '20900', 'fion.yang', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7982', 'SUPERVISORY_ORGANIZATION-3-462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7982', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '16950', 'hongbo.chu', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-462', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7983', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7983', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '36683', 'xiang.yue', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7984', 'SUPERVISORY_ORGANIZATION-3-2777', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7984', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '05341', 'chao.ding', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7985', 'SUPERVISORY_ORGANIZATION-3-4912', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7985', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '21015', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7986', 'SUPERVISORY_ORGANIZATION-3-983', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7986', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '38273', 'cathy.huo', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-983', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7987', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7987', null, '1', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '36652', 'jihui.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7988', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7988', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '30449', 'luhan.zhang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7989', 'SUPERVISORY_ORGANIZATION-3-1744', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7989', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '23982', 'ari.li', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1744', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-799', null, null, '项目性能组 I', 'Program Attributes Sub-team I', null, 'A102070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-799', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7990', 'SUPERVISORY_ORGANIZATION-3-5429', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7990', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '37178', 'haitao.zhou', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7991', 'SUPERVISORY_ORGANIZATION-3-6774', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7991', null, '0', 'admin', '2022-05-26 17:22:31', null, null, null, null, null, null, '24270', 'toshihiko.yoshizawa', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7992', 'SUPERVISORY_ORGANIZATION-3-7054', null, '市场开发与赋能团队', 'Market Launch & Enabling Team', null, 'C1630406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7992', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '04833', 'sarah.ding', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-7992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7993', 'SUPERVISORY_ORGANIZATION-3-8114', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7993', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '36153', 'yibo.wang1', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8114', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7994', 'SUPERVISORY_ORGANIZATION-3-5588', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7994', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '31777', 'hongyi.ji', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7995', 'SUPERVISORY_ORGANIZATION-3-8937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7995', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '08152', 'tingyu.he', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7996', 'SUPERVISORY_ORGANIZATION-3-5728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7996', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '36226', 'jian.sun1', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7997', 'SUPERVISORY_ORGANIZATION-3-6395', null, '整车检验一工段', 'Vehicle Test Group 1', null, 'B00202070301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7997', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '33157', 'can.xu', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-7997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7998', 'SUPERVISORY_ORGANIZATION-3-3421', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7998', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '32759', 'jun.zhou4', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-7999', 'SUPERVISORY_ORGANIZATION-3-4760', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-7999', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '04554', 'jaurson.guo', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4760', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-800', 'SUPERVISORY_ORGANIZATION-3-506', null, '用户与服务业务伙伴团队(江来)', 'Users & Services HRBP Team(Jianglai)', null, 'D1010834', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-800', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '03476', 'roqi.zhu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8000', 'EP-EIT-003', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8000', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '20699', 'zhenqi.tang', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-EIT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8001', 'SUPERVISORY_ORGANIZATION-3-6436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8001', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '36785', 'lijie.zhang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8002', 'SUPERVISORY_ORGANIZATION-3-504', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8002', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '38183', 'jing.tang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8003', 'SUPERVISORY_ORGANIZATION-3-1772', null, '非官宣部门 (Not Anounced)', '非官宣部门 (Not Anounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8003', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '39321', 'guanlin.shen', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8004', 'PE_SUPERVISORY_ORGANIZATION_110', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8004', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '11026', 'xin.zheng', '03476;04685;05554;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_110', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8005', 'PE_SUPERVISORY_ORGANIZATION_30', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8005', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '09433', 'yuan.zhang4', '03476;04685;07209;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_30', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8006', 'PE_SUPERVISORY_ORGANIZATION_135', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8006', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '10717', 'yang.xing', '03476;04685;11261;16305;24916;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_135', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8007', 'PE_SUPERVISORY_ORGANIZATION_130', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8007', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '08980', 'qinghua.wang', '03476;04685;06450;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_130', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8008', 'PE_SUPERVISORY_ORGANIZATION_59', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8008', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '36360', 'yi.liu10', '03476;04685;06271;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_59', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8009', 'PE_SUPERVISORY_ORGANIZATION_90', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8009', null, '1', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '09532', 'jinbo.sun', '03476;04685;07217;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_90', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-801', 'MO-MME-002', null, '冲压制造工程团队', 'Stamping Manufacturing Engineering Team', null, 'MO-MME-002-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-801', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '08362', 'wenhua.li', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8010', 'EP-ESS-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8010', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, 'C1254', 'lion.liu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8011', 'EP-ESS-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8011', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, 'C0385', 'linfeng.wang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8012', 'EP-ESS', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8012', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '37915', 'chengchao.yuan', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8013', 'SUPERVISORY_ORGANIZATION-3-1370', null, '服务中心团队,深圳竹村', 'Service Center Team, Shenzhen Zhucun', null, 'C113010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8013', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '39632', 'wenhong.cao', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8013', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8014', 'SUPERVISORY_ORGANIZATION-3-7788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8014', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '36897', 'fiona.wu2', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8015', 'PU-PSP-004', null, '供应链车身与外饰成本团队', 'Supply Chain Body & Exterior CE Team', null, 'B3020402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8015', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '02587', 'menghua.kan', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8015', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8016', 'PU-PSP-004', null, '供应链内饰与空调成本团队', 'Supply Chain Interior & HVAC CE Team', null, 'B3020401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8016', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '15825', 'bing.lv', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8017', 'SUPERVISORY_ORGANIZATION-3-4790', null, '供应链智造服务团队', 'Supply Chain Manufacturing Service Team', null, 'B3021202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8017', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '02177', 'marco.qi', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8017', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8018', 'SUPERVISORY_ORGANIZATION-3-4790', null, '供应链智造设备团队', 'Supply Chain Manufacturing Equipment Team', null, 'B3021201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8018', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C0654', 'qinxin.chi', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8018', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8019', 'PU-PDP-001', null, '供应链软件团队', 'Supply Chain Software Team', null, 'B3020701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8019', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '24949', 'kc.wang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-802', null, null, '储能系统团队', 'Energy Storage System Team', null, 'EP-ESS-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-802', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-802', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8020', 'PU-PDP-004', null, '供应链智能控制与制动团队', 'Supply Chain Smart Control and Braking Team', null, 'B3020501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8020', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C0154', 'shengli.wang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8021', 'PU-PDP-003', null, '供应链座椅系统团队', 'Supply Chain Seat System Team', null, 'B3020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8021', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C0478', 'paul.wang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8021', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8022', 'PU-PDP-003', null, '供应链硬饰及约束系统团队', 'Supply Chain Hard Trim and Restraints Team', null, 'B3020603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8022', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '06222', 'jun.deng1', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8022', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8023', 'SUPERVISORY_ORGANIZATION-3-5589', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8023', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '38572', 'lin.zuo', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8024', null, null, 'Innovation Lab', 'Innovation Lab', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8024', null, '1', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-8024', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8025', 'SUPERVISORY_ORGANIZATION-3-5724', null, '非官宣部门 (Not Announced) (黄熳鋆)', '非官宣部门 (Not Announced) (黄熳鋆)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8025', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '05419', 'mike.xu', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8026', 'SUPERVISORY_ORGANIZATION-3-5724', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8026', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '14868', 'manjun.huang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5724', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8027', 'SUPERVISORY_ORGANIZATION-3-6145', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8027', null, '0', 'admin', '2022-05-26 17:22:32', null, null, null, null, null, null, '37904', 'jinlei.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8028', 'SUPERVISORY_ORGANIZATION-3-4841', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8028', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '06968', 'li.wang2', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8029', 'SUPERVISORY_ORGANIZATION-3-6674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8029', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '33608', 'wei.wang22', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-803', 'PE-SPL', null, '系统规划团队', 'System Planning Team', null, 'PE-SPL-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-803', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, 'C0430', 'terry.lai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-803', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8030', 'SUPERVISORY_ORGANIZATION-3-7051', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8030', null, '1', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '29010', 'brian.zhang', '04160;19689;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8031', 'SUPERVISORY_ORGANIZATION-3-3602', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8031', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '28748', 'haiyan.jiang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8032', 'SUPERVISORY_ORGANIZATION-3-2596', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8032', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C0387', 'chloe.yang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2596', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8033', 'PU-PDP-003', null, '供应链空调及软饰及CMF团队', 'Supply Chain HVAC and Soft Trim and CMF Team', null, 'B3020602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8033', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C0587', 'huaying.tang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8033', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8034', 'SUPERVISORY_ORGANIZATION-3-2596', null, '供应链闭锁系统团队', 'Supply Chain Closure Team', null, 'B3020803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8034', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C0343', 'edison.xu', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8035', 'SUPERVISORY_ORGANIZATION-3-2596', null, '供应链大宗及原材料团队', 'Supply Chain Bulk and Raw Material Team', null, 'B3020802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8035', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '02350', 'junjun.shi', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8035', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8036', 'SUPERVISORY_ORGANIZATION-3-2596', null, '供应链车身团队', 'Supply Chain Body Structure Team', null, 'B3020801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8036', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, 'C1107', 'jack.wang', '23342', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8036', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8037', 'SUPERVISORY_ORGANIZATION-3-7245', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8037', null, '1', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '35090', 'neil.wang', '12967;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7245', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8038', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,绍兴公司', 'Roadside Service, Shaoxing Company', null, 'C1090151', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8038', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '04135', 'jason.zhen', '03476;04271;04685;11261;16305;26976;34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8039', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,嘉兴公司', 'Roadside Service, Jiaxing Company', null, 'C1090149', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8039', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '05121', 'jun.zhou', '03476;04271;04685;06574;11261;16305;26976', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8039', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-804', null, null, '商务运营团队', 'Business Operations Team', null, 'UD-UCS-001-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-804', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-804', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8040', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,佛山公司', 'Roadside Service, Foshan Company', null, 'C1090148', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8040', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '10557', 'juan.lei', '03476;04271;04685;11261;16305;18288;26976', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8040', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8041', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,常州公司', 'Roadside Service, Changzhou Company', null, 'C1090147', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8041', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '04480', 'honggang.liu', '03476;04271;04685;07209;11261;16305;26976', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8041', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8042', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,南通公司', 'Roadside Service, Nantong Company', null, 'C1090150', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8042', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;11261;15106;16305;26976', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8042', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8043', 'SUPERVISORY_ORGANIZATION_20200911_1', null, '车身集成组', 'Body Integration Sub-team', null, 'A102180104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8043', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '17581', 'jinsong.chen', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8043', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8044', 'EP-ESS-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8044', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '30347', 'huijing.wang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8045', 'SUPERVISORY_ORGANIZATION-3-5620', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8045', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '15117', 'zengcheng.zhou', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8046', 'SUPERVISORY_ORGANIZATION-3-7147', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8046', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '24452', 'edward.xu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7147', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8047', 'SUPERVISORY_ORGANIZATION-3-6247', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8047', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '31318', 'haifeng.jiang', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8048', 'SUPERVISORY_ORGANIZATION-3-7117', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8048', null, '1', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '34379', 'yaozong.chang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7117', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8049', 'SUPERVISORY_ORGANIZATION-3-8114', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8049', null, '0', 'admin', '2022-05-26 17:22:33', null, null, null, null, null, null, '33684', 'edison.liang', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8114', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-805', 'SUPERVISORY_ORGANIZATION_20200518_10', null, '道服团队,广州公司', 'Roadside Service Team, Guangzhou Company', null, 'C109010702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-805', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '27850', 'kent.tan', '03476;04271;04685;11261;12009;13558;16305;26976', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8050', 'SUPERVISORY_ORGANIZATION-3-1543', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8050', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '08943', 'amy.fan', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8051', 'SUPERVISORY_ORGANIZATION-3-658', null, '非官宣部门 (NOt Announced)', '非官宣部门 (NOt Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8051', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '35146', 'debby.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8052', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8052', null, '1', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '13498', 'dong.liu4', '06263;09077;09595;12313;15602;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8053', 'SUPERVISORY_ORGANIZATION-3-5443', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8053', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '33035', 'huiwen.xi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8054', 'SUPERVISORY_ORGANIZATION-3-2488', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8054', null, '1', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '38450', 'yongfei.ma', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-806', 'SUPERVISORY_ORGANIZATION_20200518_32', null, '道服团队,南京公司', 'Roadside Service Team, Nanjing Company', null, 'C109011802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-806', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '41687', 'menglin.yang', '03275;03476;04271;04685;07338;09741;11261;16305;26976', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-806', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8063', 'SUPERVISORY_ORGANIZATION-3-8041', null, '运营团队,常州公司', 'Operation Team, Changzhou Company', null, 'C109014702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8063', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '04480', 'honggang.liu', '03476;04271;04685;07209;11261;16305;26976', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8064', 'SUPERVISORY_ORGANIZATION-3-8041', null, '道服团队,常州公司', 'Roadside Service Team, Changzhou Company', null, 'C109014701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8064', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '04480', 'honggang.liu', '03476;04271;04685;07209;11261;16305;26976', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8065', 'SUPERVISORY_ORGANIZATION-3-8038', null, '运营团队,绍兴公司', 'Operation Team, Shaoxing Company', null, 'C109015102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8065', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '04135', 'jason.zhen', '03476;04271;04685;11261;16305;26976;34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8065', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8066', 'SUPERVISORY_ORGANIZATION-3-8038', null, '道服团队,绍兴公司', 'Roadside Service Team, Shaoxing Company', null, 'C109015101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8066', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '04135', 'jason.zhen', '03476;04271;04685;11261;16305;26976;34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8066', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8067', 'SUPERVISORY_ORGANIZATION-3-8042', null, '运营团队,南通公司', 'Operation Team, Nantong Company', null, 'C109015002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8067', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;11261;15106;16305;26976', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8067', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8068', 'SUPERVISORY_ORGANIZATION-3-8042', null, '道服团队,南通公司', 'Roadside Service Team, Nantong Company', null, 'C109015001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8068', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;11261;15106;16305;26976', 'Nantong-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8068', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8069', 'SUPERVISORY_ORGANIZATION-3-8039', null, '运营团队,嘉兴公司', 'Operation Team, Jiaxing Company', null, 'C109014902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8069', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '05121', 'jun.zhou', '03476;04271;04685;06574;11261;16305;26976', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8069', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-807', 'SUPERVISORY_ORGANIZATION_20200518_46', null, '道服团队,苏州公司', 'Roadside Service Team, Suzhou Company', null, 'C109012502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-807', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '04480', 'honggang.liu', '03476;04271;04685;07209;11261;16305;26976', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-807', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8070', 'SUPERVISORY_ORGANIZATION-3-8039', null, '道服团队,嘉兴公司', 'Roadside Service Team, Jiaxing Company', null, 'C109014901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8070', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '05121', 'jun.zhou', '03476;04271;04685;06574;11261;16305;26976', 'Jiaxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8070', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8071', 'SUPERVISORY_ORGANIZATION-3-8040', null, '运营团队,佛山公司', 'Operation Team, Foshan Company', null, 'C109014802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8071', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '10557', 'juan.lei', '03476;04271;04685;11261;16305;18288;26976', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8071', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8072', 'SUPERVISORY_ORGANIZATION-3-8040', null, '道服团队,佛山公司', 'Roadside Service Team, Foshan Company', null, 'C109014801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8072', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '10557', 'juan.lei', '03476;04271;04685;11261;16305;18288;26976', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8072', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8073', 'SUPERVISORY_ORGANIZATION-3-8920', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8073', null, '1', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '36116', 'daphne.wang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8920', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8074', 'SUPERVISORY_ORGANIZATION-3-2873', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8074', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '37863', 'michelle.yan', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8075', 'SUPERVISORY_ORGANIZATION-3-780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8075', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '35508', 'siqiong.lian', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8076', 'SUPERVISORY_ORGANIZATION-3-2354', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8076', null, '1', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '34014', 'xufeng.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8077', 'SUPERVISORY_ORGANIZATION-3-5363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8077', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '17084', 'yu.zhang7', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8078', 'SUPERVISORY_ORGANIZATION-3-5363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8078', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '16405', 'dawei.pei', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8079', 'SUPERVISORY_ORGANIZATION-3-7845', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8079', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '36209', 'judy.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-808', null, null, '生产性采购团队,电子电气', 'Production Purchasing Team, EE', null, 'PU-PDP-001-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-808', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-808', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8080', 'SUPERVISORY_ORGANIZATION-3-3463', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8080', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '33654', 'kelly.shen', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8081', 'SUPERVISORY_ORGANIZATION-3-7363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8081', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '31673', 'hannah.jiang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8082', 'SUPERVISORY_ORGANIZATION-3-3602', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8082', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '24852', 'stephanie.lu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8083', 'SUPERVISORY_ORGANIZATION-3-5910', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8083', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '22813', 'yang.yang11', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8084', 'SUPERVISORY_ORGANIZATION-3-5940', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8084', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '25723', 'eric.li2', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8085', 'SUPERVISORY_ORGANIZATION-3-5910', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8085', null, '0', 'admin', '2022-05-26 17:22:34', null, null, null, null, null, null, '29229', 'weijia.lou', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8086', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8086', null, '1', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '37165', 'hugo.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8087', 'SUPERVISORY_ORGANIZATION-3-8880', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8087', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '08151', 'pablo.chen', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8088', 'SUPERVISORY_ORGANIZATION-3-3714', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8088', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '07971', 'moqin.zhou', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8089', 'SUPERVISORY_ORGANIZATION-3-4970', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8089', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '37613', 'antoni.xue', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-809', '20191223_SUPERVISORY_ORG_8', null, '门店运营团队,南京公司', 'Store Operations Team, Nanjing Company', null, 'C119010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-809', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '05643', 'huiping.she', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-809', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8090', 'SUPERVISORY_ORGANIZATION-3-4970', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8090', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '37638', 'joanna.sun', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8091', 'SUPERVISORY_ORGANIZATION-3-3714', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8091', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '06501', 'hao.zhang2', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8092', 'SUPERVISORY_ORGANIZATION-3-6379', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8092', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '38180', 'jian.peng1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8093', 'SUPERVISORY_ORGANIZATION-3-7835', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8093', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '38389', 'jody.zhang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8094', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8094', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '25074', 'jiqing.zhu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8095', 'SUPERVISORY_ORGANIZATION-3-6670', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8095', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '34191', 'anthong.dai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8096', 'SUPERVISORY_ORGANIZATION-3-6422', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8096', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '37509', 'vic.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8097', 'SUPERVISORY_ORGANIZATION-3-6783', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8097', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '07690', 'yu.zhuang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6783', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8098', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8098', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '30580', 'zheng.wei', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8099', 'SUPERVISORY_ORGANIZATION-3-4762', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8099', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '21706', 'qinghua.ma', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-810', 'SUPERVISORY_ORGANIZATION-3-2448', null, '软件工程质量部', 'Software Engineering Quality Department', null, 'A20703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-810', null, '0', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, 'C1275', 'chunming.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-810', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8100', 'SUPERVISORY_ORGANIZATION-3-6428', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8100', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '38679', 'maoqing.yao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8101', 'SUPERVISORY_ORGANIZATION-3-6738', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8101', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '34476', 'david.li2', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6738', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8102', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8102', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '05028', 'lili.zhou', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8103', 'SUPERVISORY_ORGANIZATION-3-4836', null, 'F2需求计划组', 'F2 Demands Planning Sub-team', null, 'B301040904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8103', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '39044', 'hongliang.liu', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8103', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8104', 'SUPERVISORY_ORGANIZATION-3-4836', null, '智能运营塔台组', 'Intelligent Control Tower Sub-team', null, 'B301040903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8104', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '39620', 'chunjie.ding', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8105', 'SUPERVISORY_ORGANIZATION-3-6257', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8105', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '02954', 'burn.zhang', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6257', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8106', 'SUPERVISORY_ORGANIZATION-3-4969', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8106', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '31383', 'vincent.wang2', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8107', 'SUPERVISORY_ORGANIZATION-3-4969', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8107', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '26463', 'kyle.chen', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8108', 'SUPERVISORY_ORGANIZATION-3-4969', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8108', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '24704', 'xiangming.zhu', '34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8109', 'SUPERVISORY_ORGANIZATION-3-8112', null, '非官宣部门 (NotAnnounced)', '非官宣部门 (NotAnnounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8109', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '20085', 'shujun.feng', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8112', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-811', null, null, '电源管理,广州', 'Power Management,Guangzhou', null, 'CO-GZH-PM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-811', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-811', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8110', 'SUPERVISORY_ORGANIZATION-3-5412', null, '非官宣部门 (NotAnnounced)', '非官宣部门 (NotAnnounced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8110', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '20630', 'guijin.pan', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8111', 'SUPERVISORY_ORGANIZATION-3-1125', null, '服务中心团队,广州番禹万博', 'Service Center Team, guangzhou panyu wanbo Store', null, 'C114010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8111', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '29270', 'zhaocan.zhu', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8111', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8112', 'SUPERVISORY_ORGANIZATION-3-1125', null, '服务代表团队B,广州公司', 'Service Representative Team B , Guangzhou Company', null, 'C114010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8112', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '12747', 'victor.guo', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8112', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8113', 'CD-PGM-001', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8113', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '02319', 'austin.bao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8114', 'SUPERVISORY_ORGANIZATION-3-5956', null, '园区采购团队', 'Industry Parks Purchasing Team', null, 'D1140503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8114', null, '0', 'admin', '2022-05-26 17:22:35', null, null, null, null, null, null, '29632', 'nicole.sun', '03938', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8114', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8115', 'SUPERVISORY_ORGANIZATION-3-1784', null, '交付运营,太原公司', 'Delivery Operation Team,Taiyuan Company', null, 'C133010118', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8115', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '12821', 'xinyu.zhang1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8116', 'SUPERVISORY_ORGANIZATION-3-1599', null, '用户顾问团队,乐清湾', 'User Fellow Team, yueqingwan', null, 'C128010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8116', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '14220', 'yuguo.huang', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8116', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8117', 'SUPERVISORY_ORGANIZATION-3-7788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8117', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '38451', 'lei.wang25', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8118', 'FN', null, '内部控制部', 'Internal Control Department', null, 'D10314', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8118', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8118', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8119', 'FN', null, '财务控制与计划部 (用户与服务-欧洲)', 'Controlling & Planning Department (U&S EU)', null, 'D10313', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8119', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '34962', null, '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-812', 'SUPERVISORY_ORGANIZATION-3-2278', null, '产品与信息安全', 'Product and Information Security', null, '7200', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-812', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2278', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8120', 'FN', null, '财务控制与计划部 (战略新业务I)', 'Controlling & Planning Department (NSB I)', null, 'D10312', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8120', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, 'C0256', 'shanshan.han', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8123', 'SUPERVISORY_ORGANIZATION-3-669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8123', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '10237', 'mino.zheng', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8124', 'SUPERVISORY_ORGANIZATION-3-1262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8124', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '35472', 'patrick.chen', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1262', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8125', 'SUPERVISORY_ORGANIZATION-3-8880', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8125', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '07799', 'yongji.chen', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8126', 'SUPERVISORY_ORGANIZATION-3-6247', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8126', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '35040', 'tongsheng.ding', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8127', 'SUPERVISORY_ORGANIZATION-3-4412', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8127', null, '1', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '28966', 'tong.chen1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8128', 'SUPERVISORY_ORGANIZATION-3-5786', null, '电池工艺开发与工程组', 'Battery Process Development & Engineering Sub-team', null, 'B304080102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8128', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '28370', 'mingjie.zhang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8129', 'SUPERVISORY_ORGANIZATION-3-5786', null, '电池工程规划组', 'Battery Industrial Engineering Sub-team', null, 'B304080101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8129', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '26969', 'guichuan.niu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8129', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-813', null, null, '企业规划团队', 'Corporate Planning Team', null, 'CD-CPP-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-813', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8130', 'SUPERVISORY_ORGANIZATION-3-7189', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8130', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '13492', 'dong.liu3', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8131', 'SUPERVISORY_ORGANIZATION-3-6251', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8131', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '02134', 'haitao.jing', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6251', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8132', 'SUPERVISORY_ORGANIZATION-3-779', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8132', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '02723', 'jingnan.chen', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-779', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8133', 'SUPERVISORY_ORGANIZATION-3-2171', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8133', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '24923', 'anbei.yuan', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2171', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8134', 'SUPERVISORY_ORGANIZATION-3-7860', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8134', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '31719', 'franjo.yang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8135', 'SUPERVISORY_ORGANIZATION-3-7281', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8135', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '37302', 'junjian.liu1', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8136', 'SUPERVISORY_ORGANIZATION-3-2077', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8136', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '12896', 'wei.jin', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2077', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8137', 'SUPERVISORY_ORGANIZATION-3-2690', null, '外观质量组', 'AAR Sub-team', null, 'B002020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8137', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, 'C1289', 'jian.chen', '10298;36773', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8137', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8138', 'SUPERVISORY_ORGANIZATION-3-8003', null, '用户顾问团队,贵阳亨特城市广场', 'User Fellow Team, Guiyang Hengte City Mall', null, 'C139010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8138', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '37494', 'seven.xue', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8139', 'SUPERVISORY_ORGANIZATION-3-5079', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8139', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '37494', 'seven.xue', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-814', 'PE-OAM', null, '能源区域管理团队 (西北)', 'Regional Power Management Team (Northwest)', null, 'C1590701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-814', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, '07761', 'may.chen', '03476;04685;11261;16305;24015;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-814', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8140', 'PU-PQM-002', null, '减震组', 'Suspension Sub-team', null, 'B002030803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8140', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, 'C0383', 'luis.zhong', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8140', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8141', 'PE_SUPERVISORY_ORGANIZATION_174', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8141', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '33491', 'xin.yu1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8142', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8142', null, '1', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '37165', 'hugo.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8143', 'PE_SUPERVISORY_ORGANIZATION_10', null, '能源换电服务组(市区),上海公司', 'Power Swap Service Sub-team (Downtown Shanghai) , Shanghai Company', null, 'C159180302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8143', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '20290', 'xinjie.zhou', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8143', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8144', 'PE_SUPERVISORY_ORGANIZATION_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8144', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '10428', 'lei.deng', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8145', 'SUPERVISORY_ORGANIZATION-3-2763', null, '模具注塑管理组', 'Tooling Plastic Moulding Management Sub-team', null, 'A102120202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8145', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '05659', 'jack.song', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8146', 'SUPERVISORY_ORGANIZATION-3-2850', null, '试验场运营组', 'Proving Ground Operation Sub-team', null, 'A102130301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8146', null, '0', 'admin', '2022-05-26 17:22:36', null, null, null, null, null, null, '04614', 'kris.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8146', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8147', 'SUPERVISORY_ORGANIZATION-3-4577', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8147', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '06102', 'haimiao.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8148', 'SUPERVISORY_ORGANIZATION-3-9015', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8148', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '24870', 'qian.cheng1', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8149', 'SUPERVISORY_ORGANIZATION-3-3928', null, '蔚来瑞典公司', 'NIO Sweden Company', null, 'C16312', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8149', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-815', null, null, '车联服务软件部', 'Connected Vehicle Services Department', null, 'SD-CVS-W-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-815', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-815', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8150', 'SUPERVISORY_ORGANIZATION_20200911_34', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8150', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '19748', 'leo.zhu1', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8151', 'SUPERVISORY_ORGANIZATION-3-3421', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8151', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '38074', 'bowen.xiang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8152', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8152', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '06328', 'jason.yang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8153', 'SUPERVISORY_ORGANIZATION-3-5728', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8153', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '33419', 'iris.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8154', 'SUPERVISORY_ORGANIZATION_20200911_34', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8154', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '34398', 'ran.chen', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8155', 'SUPERVISORY_ORGANIZATION-3-9211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8155', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '18270', 'yangyang.liu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8156', 'SUPERVISORY_ORGANIZATION-3-843', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8156', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '30467', 'joy.zhu', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8157', 'VE-EEE-001', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8157', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '18952', 'peng.sun4', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-EEE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8158', 'SUPERVISORY_ORGANIZATION-3-843', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8158', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '19449', 'guogang.li', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8159', 'SUPERVISORY_ORGANIZATION-3-843', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8159', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '32330', 'chao.shi', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-816', null, null, '座椅系统团队', 'Seat System Engineering Team', null, 'VE-INE-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-816', null, '1', 'admin', '2022-05-26 17:20:33', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-816', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8160', 'SUPERVISORY_ORGANIZATION-3-8173', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8160', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '32305', 'ray.zhang2', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8161', 'SUPERVISORY_ORGANIZATION-3-8749', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8161', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, 'C0425', 'yujie.wu', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8162', 'SUPERVISORY_ORGANIZATION-3-7818', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8162', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '37766', 'yang.hong', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8163', 'SUPERVISORY_ORGANIZATION-3-8175', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8163', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '32329', 'wayne.zhang2', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8175', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8164', 'SUPERVISORY_ORGANIZATION-3-8175', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8164', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '33129', 'weiming.gu', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8175', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8165', 'SUPERVISORY_ORGANIZATION-3-8175', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8165', null, '1', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '36139', 'guang.chen3', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8175', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8166', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8166', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '29501', 'haizhi.zhou', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8167', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8167', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '33914', 'daniel.wu', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8168', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8168', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '38213', 'chunhua.yao', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8169', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8169', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '29845', 'marco.hu', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-817', 'PE-LMG', null, '物流团队', 'Logistic Team', null, 'C1580102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-817', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '03711', 'june.sheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-817', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8170', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8170', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '29497', 'tim.yang', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8171', 'SUPERVISORY_ORGANIZATION-3-6249', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8171', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '02056', 'andy.sun', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8172', 'SUPERVISORY_ORGANIZATION-3-6204', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8172', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '38971', 'zhuoshi.wang', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8173', 'SUPERVISORY_ORGANIZATION-3-6246', null, '前期开发质量团队', 'Forward Model Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8173', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '29374', 'nancy.chong', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8174', 'SUPERVISORY_ORGANIZATION-3-6246', null, '尺寸工程质量团队', 'Dimensional Engineering Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8174', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '31925', 'tao.gu', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8174', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8175', 'SUPERVISORY_ORGANIZATION-3-6246', null, '合作伙伴工业化管理团队', 'PIM Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8175', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '29374', 'nancy.chong', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8175', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8176', 'SUPERVISORY_ORGANIZATION-3-5846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8176', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '22392', 'levin.zhao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8177', 'SUPERVISORY_ORGANIZATION-3-8179', null, '订阅设计团队', 'Subscription Design Team', null, 'C1061202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8177', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '22285', 'ryan.lin', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8178', 'SUPERVISORY_ORGANIZATION-3-8179', null, '订阅产品团队', 'Subscription Product Team', null, 'C1061201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8178', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '31036', 'yan.gao2', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8178', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8179', 'SUPERVISORY_ORGANIZATION-3-646', null, '订阅体验产品部', 'Subscription Experience Product Department', null, 'C10612', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8179', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, '36263', 'siwei.qi', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8179', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-818', 'PE-OAM', null, '市场发展团队', 'Business Development Team', null, 'PE-OS-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-818', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8180', 'SUPERVISORY_ORGANIZATION-3-646', null, '欧洲数字产品部', 'EU Digital Product Department', null, 'C10613', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8180', null, '0', 'admin', '2022-05-26 17:22:37', null, null, null, null, null, null, 'C0389', 'zhehong.ma', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8180', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8181', 'SUPERVISORY_ORGANIZATION-3-8184', null, 'ESP管理组', 'ESP Management Sub-team', null, 'A108010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8181', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '03291', 'zhuo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8181', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8182', 'SUPERVISORY_ORGANIZATION-3-8184', null, '技师学院及校企合作组', 'Technician Academy Sub-team', null, 'A108010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8182', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '03291', 'zhuo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8182', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8183', 'SUPERVISORY_ORGANIZATION-3-8184', null, '测试技师组', 'Testing Technician Sub-team', null, 'A108010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8183', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '42619', 'shubin.wei', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8183', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8184', 'EP-EIT', null, '技师能力中心', 'Technician Competency Center', null, 'A1080108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8184', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '03291', 'zhuo.chen', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8184', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8185', 'VE-VIT-006', null, '验证运营(合肥)组', 'Validation Operation (Hefei) Sub-team', null, 'A102130102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8185', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '09759', 'gary.ge', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8185', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8186', 'VE-VIT-006', null, '验证测试组', 'Validation Test, EPRT Sub-team', null, 'A102130103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8186', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, 'C0995', 'walker.wen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8186', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8187', 'SUPERVISORY_ORGANIZATION-3-2684', null, '软件平台质量管理团队', 'Software Platform Quality Management Team', null, 'B0020701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8187', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '15644', 'wen.su', '03938;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8188', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,莆田正荣财富中心', 'User Fellow Team, Putian Zhengrongcaifu Center', null, 'C143010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8188', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, 'C1220', 'shuqing.guo', '31411', 'Putian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8188', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8189', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,福州东百中心', 'User Fellow Team, Fuzhou Dongbai Center', null, 'C143010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8189', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '09967', 'jianhai.liu', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8189', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-819', 'SD-CVS-W', null, '车联服务软件部', 'Connected Vehicle Services Department', null, 'SD-CVS-W-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-819', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8190', 'SUPERVISORY_ORGANIZATION-3-3578', null, '用户顾问团队,福州烟台山', 'User Fellow Team, Fuzhou Mountain of Yantai', null, 'C143010110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8190', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '38355', 'torsen.chen', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8190', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8191', 'SUPERVISORY_ORGANIZATION-3-4708', null, '控制器项目管理团队', 'Controller PM Team', null, 'A2100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8191', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '19124', 'leon.zhang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8191', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8192', 'SUPERVISORY_ORGANIZATION-3-2020', null, '产品中心部', 'Product Center Department', null, 'A21008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8192', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '13611', 'yunyue.cai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8192', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8193', 'SUPERVISORY_ORGANIZATION-3-2446', null, '区域控制器交付团队', 'Zone Delivery Team', null, 'A2100204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8193', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '03448', 'kyle.ai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8193', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8194', 'SUPERVISORY_ORGANIZATION-3-4497', null, '用户顾问团队,蔚来空间,恒隆', 'User Fellow Team, hang lung store', null, 'C152010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8194', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '12984', 'haiyin.zhao', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8194', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8195', 'SUPERVISORY_ORGANIZATION-3-480', null, '蔚来顾问团队(用户运营),北京公司', 'Fellow Team (Operational) , Beijing Company', null, 'C112011101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8195', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '05677', 'shuo.wang2', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8195', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8196', 'SUPERVISORY_ORGANIZATION-3-5747', null, '用户顾问团队,太原万达广场', 'User Fellow Team, Taiyuan wanda guangchang', null, 'C133010119', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8196', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '12822', 'bruce.li1', '32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8196', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8197', 'SUPERVISORY_ORGANIZATION-3-8882', null, '自动驾驶车队运营团队', 'AD Fleet Operation Team', null, 'A2160601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8197', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '39281', 'david.zhang3', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8198', 'SUPERVISORY_ORGANIZATION-3-584', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8198', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '07322', 'lihe.xie', '03280;13082;20622', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8199', 'SUPERVISORY_ORGANIZATION-3-2864', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8199', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '11912', 'yi.zhang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-820', 'SD-CVS-W', null, '产品及架构团队', 'Product and Architecture Team', null, 'A2020706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-820', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-820', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8200', 'SUPERVISORY_ORGANIZATION-3-3712', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8200', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '13271', 'qing.zong', '12009;13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3712', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8201', 'SUPERVISORY_ORGANIZATION-3-7362', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8201', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '23993', 'hui.li17', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8202', 'SUPERVISORY_ORGANIZATION-3-7912', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8202', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '38754', 'zhijian.zheng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8203', 'SUPERVISORY_ORGANIZATION-3-7912', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8203', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '39589', 'ying.huang1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8204', 'SUPERVISORY_ORGANIZATION-3-7912', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8204', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '39587', 'changgui.dong', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8205', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8205', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '23073', 'yueqin.yao', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8206', 'SUPERVISORY_ORGANIZATION-3-7613', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8206', null, '0', 'admin', '2022-05-26 17:22:38', null, null, null, null, null, null, '07291', null, '03938', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7613', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8207', 'SUPERVISORY_ORGANIZATION-3-2020', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8207', null, '1', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8208', 'SUPERVISORY_ORGANIZATION-3-4708', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8208', null, '1', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '19124', 'leon.zhang', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4708', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8209', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8209', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '05357', 'carol.shan', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-821', null, null, '座舱构架和交付管理部', 'Cockpit Architecture & Delivery Management Department', null, 'SD-VSF-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-821', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-821', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8210', 'SO-SPG', null, '服务产品与内容团队', 'Service Product & Content Team', null, 'C1050506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8210', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '38597', 'harper.wang', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8210', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8211', 'SUPERVISORY_ORGANIZATION-3-3421', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8211', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '37962', 'selave.shen', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8212', 'SUPERVISORY_ORGANIZATION-3-5353', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8212', null, '1', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '22573', 'zhihua.shan', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8213', 'SUPERVISORY_ORGANIZATION-3-2420', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8213', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '11275', 'xinran.suo', '06263;09077;09595;12313;15602;42229;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8214', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8214', null, '1', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '40231', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8215', 'DO-DGT-002', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8215', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '38673', 'henry.shen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8216', 'EP-ESS-002', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8216', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '29594', 'qiang.tao', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'EP-ESS-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8217', 'SUPERVISORY_ORGANIZATION-3-8219', null, '用户顾问团队, 兴化吾悦', 'User Fellow Team, Taizhou XHWY', null, 'C119010803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8217', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '03059', 'tian.liu', '03275', 'Taizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8218', 'SUPERVISORY_ORGANIZATION-3-8219', null, '用户顾问团队,泰州靖江', 'User Fellow Team, Taizhou Jingjiang', null, 'C119010802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8218', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '03059', 'tian.liu', '03275', 'Taizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8218', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8219', 'SUPERVISORY_ORGANIZATION-3-600', null, '城市运营,泰州', 'City Operation, Taizhou', null, 'C1190108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8219', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '03059', 'tian.liu', '03275', 'Taizhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8219', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-822', null, null, '座舱构架和交付管理部', 'Cockpit Architecture & Delivery Management Department', null, 'SD-VSF-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-822', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-822', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8227', 'SUPERVISORY_ORGANIZATION-3-8881', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8227', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '24053', 'bohua.chen', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8228', 'SUPERVISORY_ORGANIZATION-3-5716', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8228', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '23494', 'grace.chen1', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8229', 'CD-PGM-001', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8229', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '32024', 'xiuqiong.zhou', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'CD-PGM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-823', 'SUPERVISORY_ORGANIZATION-3-504', null, '人才招募团队', 'Talent Acquisition Team', null, 'OC-TAM-001-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-823', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-823', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8230', 'SUPERVISORY_ORGANIZATION-3-1229', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8230', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '10721', 'xiaoyang.chen', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8231', 'SUPERVISORY_ORGANIZATION-3-1229', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8231', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '28055', 'yiheng.yan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8232', 'SUPERVISORY_ORGANIZATION-3-7090', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8232', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '35347', 'honggang.ma', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8233', 'SUPERVISORY_ORGANIZATION-3-5863', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8233', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '38620', 'hailin.shi', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8234', 'SUPERVISORY_ORGANIZATION-3-1924', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8234', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '21998', 'hui.yin', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1924', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8235', 'SUPERVISORY_ORGANIZATION-3-5942', null, '上海园区项目管理部', 'Shanghai Industry Parks Project Management Department', null, 'D11504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8235', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '42099', 'yan.duan', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8235', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8236', 'SUPERVISORY_ORGANIZATION-3-6603', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8236', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '30836', 'suiqing.wang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8237', null, null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8237', null, '1', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8238', 'SUPERVISORY_ORGANIZATION-3-668', null, '金属材料组', 'Metallic Material Sub-team', null, 'A102120301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8238', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '03772', 'chunmei.shi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8238', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8239', 'SUPERVISORY_ORGANIZATION-3-585', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8239', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '38097', 'xiaoya.jiang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-585', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-824', 'SUPERVISORY_ORGANIZATION-3-601', null, '市场保障,杭州公司', 'Commercial Logistics, Hangzhou Company', null, 'B1032005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-824', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '02482', 'will.fan', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-824', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8240', 'SUPERVISORY_ORGANIZATION-3-8241', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8240', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '37157', 'kenny.tang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8241', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电池制造项目管理部', 'Battery Manufacturing Project Management Department', null, 'B30409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8241', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '100303', 'tod.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8242', '20191230_SUPERVISORY_ORG_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8242', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '03203', 'bin.chen', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8243', '20191230_SUPERVISORY_ORG_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8243', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '03203', 'bin.chen', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8244', 'SUPERVISORY_ORGANIZATION-3-7717', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8244', null, '0', 'admin', '2022-05-26 17:22:39', null, null, null, null, null, null, '06451', 'huanran.zhang', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7717', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8245', '20191230_SUPERVISORY_ORG_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8245', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '04650', 'blythe.liu', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8246', '20191230_SUPERVISORY_ORG_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8246', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '13872', 'xun.lin', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8247', '20191230_SUPERVISORY_ORG_5', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8247', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '12240', 'nora.ning', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191230_SUPERVISORY_ORG_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8248', 'SUPERVISORY_ORGANIZATION-3-3256', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8248', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '16586', 'zhanjun.liang', '13558;35146', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-733', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8249', '20191230_SUPERVISORY_ORG_17', null, '门店运营团队 (空间运营),常熟琴湖小镇', 'Store Operations Team (Space Operations), ChangShu Qinhu Town', null, 'C116010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8249', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '38097', 'xiaoya.jiang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-825', '20191230_SUPERVISORY_ORG_6', null, '门店运营团队(空间运营),杭州西湖', 'Store Operations Team (Space Operations) , Hangzhou XH', null, 'C115010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-825', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '04392', 'limo.zhang', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-825', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8250', 'PE-PRD', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8250', null, '1', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '36497', 'changchun.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8251', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8251', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '12519', 'da.liu', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8252', 'SD-AIS', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8252', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '33305', 'wei.li11', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8253', 'SUPERVISORY_ORGANIZATION-3-2599', null, '欧洲产品体验部', 'Europe Product Experience Department', null, 'A10508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8253', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '40605', null, '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8253', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8254', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8254', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '36025', 'junxuan.chen', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8255', 'SUPERVISORY_ORGANIZATION-3-6678', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8255', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '35348', 'hanyi.han', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8256', 'SUPERVISORY_ORGANIZATION-3-852', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8256', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '42677', 'qingjiao.yuan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8257', 'SUPERVISORY_ORGANIZATION-3-852', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8257', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '31337', 'kay.chen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8258', 'SUPERVISORY_ORGANIZATION-3-5350', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8258', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '27114', 'xiaoyu.zhang3', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5350', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8259', 'SUPERVISORY_ORGANIZATION-3-3032', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8259', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '37052', 'rosie.cao', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3032', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-826', 'SUPERVISORY_ORGANIZATION-3-601', null, '用户发展,杭州公司', 'User Development, Hangzhou Company', null, 'C1150101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-826', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '31338', 'wei.sun5', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8260', 'SUPERVISORY_ORGANIZATION-3-7211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8260', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '38295', 'charl.zeng', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8261', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(常州)', 'Human Resource Team (Changzhou)', null, 'D1010852', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8261', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '07209', 'henry.zhong', '16043', 'Changzhou-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8261', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8262', 'SUPERVISORY_ORGANIZATION-3-8264', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8262', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '02782', 'qingya.he', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8263', 'SUPERVISORY_ORGANIZATION-3-8264', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8263', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '02488', 'xutao.hu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8264', 'SUPERVISORY_ORGANIZATION-3-8267', null, '产品与技术管理组', 'Product & Technology Management Sub-team', null, 'C159011103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8264', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '36652', 'jihui.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8265', 'SUPERVISORY_ORGANIZATION-3-8267', null, '资产管理组', 'Asset Management Sub-team', null, 'C159011102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8265', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '38959', 'zhen.luo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8265', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8266', 'SUPERVISORY_ORGANIZATION-3-8267', null, '工具与备件管理组', 'Tools & Spare Parts Management Sub-team', null, 'C159011101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8266', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '37165', 'hugo.wang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8266', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8267', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程运维团队', 'Engineering Operation & Maintenance Team', null, 'C1590111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8267', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '36652', 'jihui.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8267', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8268', 'SUPERVISORY_ORGANIZATION-3-2376', null, '区域管理支持团队', 'Regional Management Support Team', null, 'C1590110', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8268', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '31258', 'yx.shan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8268', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8269', 'PE_SUPERVISORY_ORGANIZATION_105', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8269', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '10950', 'zhesheng.zeng', '03476;04685;11261;16305;18288;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_105', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-827', 'SUPERVISORY_ORGANIZATION-3-601', null, '销售,杭州公司', 'Sales, Hangzhou Company', null, 'C1150102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-827', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '02482', 'will.fan', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-827', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8270', 'SD-CVS-W', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8270', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '06278', 'di.zhao1', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-CVS-W', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8271', 'SUPERVISORY_ORGANIZATION-3-5884', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8271', null, '0', 'admin', '2022-05-26 17:22:40', null, null, null, null, null, null, '13868', 'kefeng.zhang', '10729', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8272', 'SUPERVISORY_ORGANIZATION-3-7960', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8272', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '37841', 'xiaoming.cheng', '09077;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8273', 'SUPERVISORY_ORGANIZATION-3-6422', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8273', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '38472', 'chao.liu5', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8274', 'SUPERVISORY_ORGANIZATION-3-7846', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8274', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '33739', 'locker.liu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-828', 'SUPERVISORY_ORGANIZATION-3-606', null, '订单组', 'Order Management Sub-team', null, 'C103020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-828', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '03781', 'yang.bao', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8280', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海百联南桥购物中心', 'User Fellow Team, Shanghai Bailian Nanqiao Shopping Mall', null, 'C111011140', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8280', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '03709', 'jie.chen1', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8281', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海宝杨宝龙广场', 'User Fellow Team, Shanghai Baoyang Powerlong Plaza', null, 'C111011139', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8281', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '09782', 'joel.sun', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8281', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8282', 'SUPERVISORY_ORGANIZATION-3-3782', null, '用户顾问团队,上海天安千树', 'User Fellow Team, Shanghai Tianan One Thousand Trees', null, 'C111011138', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8282', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '04045', 'michael.deng', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8282', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8283', 'MO', null, '前瞻制造工程部', 'Foresight Manufacturing Engineering Department', null, 'B30112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8283', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0493', 'lucky.liu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8283', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8284', 'MO', null, '全球制造战略部', 'Global Manufacturing Strategy Department', null, 'B30111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8284', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0307', 'joey.zhu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8284', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8285', 'SUPERVISORY_ORGANIZATION-3-8284', null, '全球制造项目团队', 'Global Manufacturing PM Team', null, 'B3011103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8285', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0307', 'joey.zhu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8285', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8286', 'SUPERVISORY_ORGANIZATION-3-8284', null, '海外制造规划团队', 'Global Manufacturing Planning Team', null, 'B3011102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8286', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0307', 'joey.zhu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8286', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8287', 'SUPERVISORY_ORGANIZATION-3-8284', null, '海外制造运营规划团队', 'Global Manufacturing Operation Planning Team', null, 'B3011101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8287', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0307', 'joey.zhu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8287', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8288', 'SUPERVISORY_ORGANIZATION-3-8284', null, '制造策略分析团队', 'Manufacturing Strategy Analysis Team', null, 'B3011104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8288', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0307', 'joey.zhu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8288', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8289', 'SUPERVISORY_ORGANIZATION-3-8283', null, '制造集成团队', 'Manufacturing Integration Team', null, 'B3011202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8289', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0493', 'lucky.liu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8289', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-829', 'SUPERVISORY_ORGANIZATION_20200518_18', null, '道服团队,杭州公司', 'Roadside Service Team, Hangzhou Company', null, 'C109011102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-829', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '32616', 'rachel.sun', '03365;03476;04271;04685;11261;16305;16666;26976', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-829', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8290', 'SUPERVISORY_ORGANIZATION-3-8283', null, '前瞻制造团队', 'Foresight Manufacturing Team', null, 'B3011201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8290', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, 'C0493', 'lucky.liu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8290', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8291', 'SUPERVISORY_ORGANIZATION-3-1766', null, '用户顾问团队,宜昌国贸', 'User Fellow Team, Yichang Guomao', null, 'C125010702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8291', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '11759', 'gavin.xiang', '20598', 'Yichang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8292', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉南湖佰港城', 'User Fellow Team,Wuhan Nanhu Baigang city', null, 'C125010212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8292', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '08970', 'yue.yu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8292', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8293', 'SUPERVISORY_ORGANIZATION-3-7950', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8293', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '18057', 'jisheng.yang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8294', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8294', null, '1', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8295', 'SUPERVISORY_ORGANIZATION-3-3928', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8295', null, '1', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '40231', null, '04160;38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8296', 'SUPERVISORY_ORGANIZATION-3-2376', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8296', null, '1', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '06880', 'vivian.xie', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8297', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8297', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '22548', 'tian.huang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8298', 'SUPERVISORY_ORGANIZATION-3-8104', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8298', null, '1', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '39620', 'chunjie.ding', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8299', 'SUPERVISORY_ORGANIZATION-3-5457', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8299', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '28265', 'chengfan.jia', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-830', 'SUPERVISORY_ORGANIZATION-3-600', null, '用户发展,南京公司', 'User Development, Nanjing Company', null, 'C1190101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-830', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '10181', 'vicky.jin', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-830', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8300', 'SUPERVISORY_ORGANIZATION-3-7912', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8300', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '33788', 'yu.dai', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8301', 'SUPERVISORY_ORGANIZATION-3-6776', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8301', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '05379', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8302', 'GM-ADMG', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8302', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '02464', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GM-ADMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8303', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉华发中城荟', 'User Fellow Team,Wuhan Huafa midtown', null, 'C125010211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8303', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '08970', 'yue.yu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8303', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8304', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,荆州万达广场', 'User Fellow Team,Jingzhou Wanda Plaza', null, 'C125010210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8304', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '11759', 'gavin.xiang', '20598', 'Jingzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8304', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8305', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉光谷大悦城', 'User Fellow Team, Wuhan Guanggu Joy City', null, 'C125010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8305', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '13727', 'xiaowen.huo', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8305', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8306', 'SUPERVISORY_ORGANIZATION-3-7138', null, '用户顾问团队,武汉万科未来中心', 'User Fellow Team, Wuhan VFC', null, 'C125010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8306', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '09160', 'xiayin.yu', '20598', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8306', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8307', 'SUPERVISORY_ORGANIZATION-3-3331', null, '车载应用软件测试组', 'Entertainment & Application Test Team', null, 'A203120103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8307', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '35801', 'yilin.yang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8308', 'SUPERVISORY_ORGANIZATION-3-8309', null, '在线顾问团队,绍兴公司', 'Online Consultant Team, Shaoxing Company', null, 'C167010205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8308', null, '0', 'admin', '2022-05-26 17:22:41', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8308', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8309', 'SUPERVISORY_ORGANIZATION-3-6078', null, '销售,绍兴公司', 'Sales, Shaoxing Company', null, 'C1670102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8309', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8309', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-831', 'SUPERVISORY_ORGANIZATION-3-2159', null, '产品专家团队,南京公司', 'Product Expert Team , Nanjing Company', null, 'C119010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-831', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '16279', 'yuyang.ding', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-831', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8310', 'SUPERVISORY_ORGANIZATION-3-6161', null, '能源服务调度指挥团队', 'Power Service Dispatch and Command Team', null, 'C1570901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8310', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '06880', 'vivian.xie', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8310', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8311', 'SUPERVISORY_ORGANIZATION-3-8316', null, '充电体验团队', 'Power Charging Experience Team', null, 'C1570601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8311', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '20741', 'fanghua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8312', 'SUPERVISORY_ORGANIZATION-3-8316', null, '换电体验团队', 'Power Swapping Experience Team', null, 'C1570602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8312', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '03588', 'yuchi.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8312', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8313', 'SUPERVISORY_ORGANIZATION-3-8316', null, '加电体验团队', 'Power E2E Experience Team', null, 'C1570603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8313', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '20741', 'fanghua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8313', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8314', 'SUPERVISORY_ORGANIZATION-3-8316', null, '体验闭环项目管理团队', 'Power E2E Experience Project Management Team', null, 'C1570604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8314', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '20741', 'fanghua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8314', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8315', 'SUPERVISORY_ORGANIZATION-3-6147', null, '能源战略新业务部', 'Power New Strategic Business Department', null, 'C15707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8315', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8315', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8316', 'SUPERVISORY_ORGANIZATION-3-6147', null, '能源体验设计部', 'Power Experience Design Department', null, 'C15706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8316', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '20741', 'fanghua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8316', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8317', 'PE-PRD', null, '能源产品测试部', 'Power Products Test Department', null, 'C15807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8317', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '36497', 'changchun.guo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8317', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8318', 'PE-PRD-004', null, '平台技术团队', 'Platform Technology Team', null, 'C1580413', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8318', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '03502', 'tao.liu2', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8318', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8319', 'PE-PRD-004', null, '运动控制软件组', 'Motion Control Software Sub-team', null, 'C158041401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8319', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '03460', 'feifei.zheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8319', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-832', 'SUPERVISORY_ORGANIZATION-3-506', null, '用户体验业务伙伴部', 'User Experience BP Department', null, 'OC-UEP-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-832', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-832', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8320', 'SUPERVISORY_ORGANIZATION-3-2165', null, '电气设计组', 'Electronic Design Sub-team', null, 'C158040402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8320', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '02837', 'bingbing.wan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8320', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8321', 'SUPERVISORY_ORGANIZATION-3-2165', null, '电控设计组', 'Electronic Control Design Sub-team', null, 'C158040401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8321', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '04389', 'jinlu.zhou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8321', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8322', 'SUPERVISORY_ORGANIZATION-3-619', null, 'UI开发组', 'UI Development Sub-team', null, 'C158040303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8322', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '18506', 'weikang.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8322', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8323', 'SUPERVISORY_ORGANIZATION-3-619', null, 'Linux应用开发组', 'Linux Application Development Sub-team', null, 'C158040302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8323', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '10645', 'ligui.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8323', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8324', 'SUPERVISORY_ORGANIZATION-3-619', null, 'MCU开发组', 'MCU Development Sub-team', null, 'C158040301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8324', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '08975', 'shuyan.chen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8324', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8325', 'SUPERVISORY_ORGANIZATION-3-3075', null, '机械设计组', 'Mechanical design Sub-team', null, 'C158040601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8325', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '07704', 'jia.cao1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8325', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8326', 'SUPERVISORY_ORGANIZATION-3-3075', null, '结构设计组', 'Structural design Sub-team', null, 'C158040602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8326', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '03557', 'chuangcheng.sun', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8326', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8327', 'PE_SUPERVISORY_ORGANIZATION_118', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8327', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '18817', 'xiwei.yu', '03476;04685;11261;16305;26976;28399;32158', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_118', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8328', 'SUPERVISORY_ORGANIZATION-3-7822', null, '用户顾问团队,徐州花园城', 'User Fellow Team, Xuzhou Garden City', null, 'C138010116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8328', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '19301', 'zhihan.wang', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8328', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8329', 'SUPERVISORY_ORGANIZATION-3-1649', null, '置换业务运营与发展团队', 'Trade-in operation & development team', null, 'C1030705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8329', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '32759', 'jun.zhou4', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-833', null, null, '服务无忧包产品运营团队', 'Service Package Product Operation Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-833', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8330', 'SUPERVISORY_ORGANIZATION-3-1649', null, '订阅运营发展团队', 'Subscription Operation and development Team', null, 'C1030704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8330', null, '0', 'admin', '2022-05-26 17:22:42', null, null, null, null, null, null, '13515', 'jun.li6', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8330', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8331', 'SUPERVISORY_ORGANIZATION-3-8350', null, '关键用户管理组,荷兰公司', 'Key Account Mgmt. Sub-team, Netherlands Company', null, 'C163090104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8331', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8332', 'SUPERVISORY_ORGANIZATION-3-8350', null, '蔚来中心管理组,荷兰公司', 'NIO House Mgmt. Sub-team, Netherlands Company', null, 'C163090103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8332', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8332', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8333', 'SUPERVISORY_ORGANIZATION-3-8350', null, '合作伙伴管理组,荷兰公司', 'Fellow Mgmt. Sub-team, Netherlands Company', null, 'C163090102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8333', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8333', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8334', 'SUPERVISORY_ORGANIZATION-3-8350', null, '销售管理组,荷兰公司', 'Sale Mgmt. Sub-team, Netherlands Company', null, 'C163090101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8334', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8334', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8335', 'SUPERVISORY_ORGANIZATION-3-8350', null, '用户关系管理组,荷兰公司', 'User Relationship Mgmt. Sub-team, Netherlands Company', null, 'C163090105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8335', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8335', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8336', 'SUPERVISORY_ORGANIZATION-3-8349', null, '市场活动组,荷兰公司', 'Events Sub-team, Netherlands Company', null, 'C163090203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8336', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8337', 'SUPERVISORY_ORGANIZATION-3-8349', null, '内容运营组,荷兰公司', 'Content Sub-team, Netherlands Company', null, 'C163090202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8337', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8337', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8338', 'SUPERVISORY_ORGANIZATION-3-8349', null, '传播组,荷兰公司', 'Communication Sub-team, Netherlands Company', null, 'C163090201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8338', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8338', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8339', 'SUPERVISORY_ORGANIZATION-3-8348', null, '车队服务组,荷兰公司', 'Fleet Service Sub-team, Netherlands Company', null, 'C163090301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8339', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8339', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-834', null, null, '城市运营,合肥', 'City Operation Management, Hefei', null, 'CO-HEF', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-834', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-834', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8340', 'SUPERVISORY_ORGANIZATION-3-8348', null, '零部件管理组,荷兰公司', 'Spare Parts & Accessories Sub-team, Netherlands Company', null, 'C163090304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8340', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8340', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8341', 'SUPERVISORY_ORGANIZATION-3-8348', null, '技术组,荷兰公司', 'Technician Sub-team, Netherlands Company', null, 'C163090305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8341', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8341', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8342', 'SUPERVISORY_ORGANIZATION-3-8348', null, '区域服务运营组,荷兰公司', 'Regional Service Operation Sub-team, Netherlands Company', null, 'C163090302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8342', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8342', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8343', 'SUPERVISORY_ORGANIZATION-3-8348', null, '服务策划及战略组,荷兰公司', 'Service Planning and Strategy Sub-team, Netherlands Company', null, 'C163090303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8343', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8343', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8344', 'SUPERVISORY_ORGANIZATION-3-7310', null, '能源业务运营组,荷兰公司', 'Power Business Operations, Netherlands Company', null, 'C163090401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8344', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '28839', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8345', 'SUPERVISORY_ORGANIZATION-3-7310', null, '能源服务组,荷兰公司', 'Power Field Service Operations, Netherlands Company', null, 'C163090402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8345', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '39304', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8345', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8346', 'SUPERVISORY_ORGANIZATION-3-7310', null, '能源网络建设组,荷兰公司', 'Power Network Rollout Sub-team, Netherlands Company', null, 'C163090404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8346', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '39305', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8346', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8347', 'SUPERVISORY_ORGANIZATION-3-7310', null, '能源网络发展组,荷兰公司', 'Power Network Development Sub-team, Netherlands Company', null, 'C163090403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8347', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '35859', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8347', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8348', 'SUPERVISORY_ORGANIZATION-3-8355', null, '服务运营团队,荷兰公司', 'Service Operations Team, Netherlands Company', null, 'C1630903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8348', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8348', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8349', 'SUPERVISORY_ORGANIZATION-3-8355', null, '用户发展团队,荷兰公司', 'User Development Team, Netherlands Company', null, 'C1630902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8349', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8349', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-835', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,合肥公司', 'Regional Operation, Hefei Company', null, 'C13501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-835', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, 'C1309', 'nick.yu', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8350', 'SUPERVISORY_ORGANIZATION-3-8355', null, '用户运营团队,荷兰公司', 'User Operations Team, Netherlands Company', null, 'C1630901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8350', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8350', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8351', 'SUPERVISORY_ORGANIZATION-3-3928', null, '欧洲业务发展部', 'Europe Business Development Department', null, 'C16307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8351', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '40231', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8351', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8352', 'SUPERVISORY_ORGANIZATION-3-3928', null, '合作伙伴联盟与关系管理团队', 'Partner Alliance & Relationship Team', null, 'C1631301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8352', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '100259', 'ranee.miao', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8352', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8353', 'SUPERVISORY_ORGANIZATION-3-3928', null, '欧洲用户运营中心', 'Europe User Operations Department', null, 'C16303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8353', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '42503', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8353', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8354', 'SUPERVISORY_ORGANIZATION-3-3928', null, '蔚来丹麦公司', 'NIO Denmark Company', null, 'C16310', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8354', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '20585', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8354', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8355', 'SUPERVISORY_ORGANIZATION-3-3928', null, '蔚来荷兰公司', 'NIO Netherlands Company', null, 'C16309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8355', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38425', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8355', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8356', 'SUPERVISORY_ORGANIZATION-3-3928', null, '蔚来德国公司', 'NIO Germany Company', null, 'C16308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8356', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8356', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8357', 'SUPERVISORY_ORGANIZATION-3-7050', null, '产品运营团队', 'Product Operation Department', null, 'C1630206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8357', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '03477', 'wenlu.ma', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8358', 'SUPERVISORY_ORGANIZATION-3-7050', null, '服务调度及支持团队', 'Service Coordination & Support Department', null, 'C1630205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8358', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '03477', 'wenlu.ma', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8358', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8359', 'SUPERVISORY_ORGANIZATION-3-7050', null, '战略及业务发展团队', 'Strategy & Business Development Team', null, 'C1630204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8359', null, '0', 'admin', '2022-05-26 17:22:43', null, null, null, null, null, null, '03477', 'wenlu.ma', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8359', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-836', 'SUPERVISORY_ORGANIZATION-3-835', null, '销售,合肥公司', 'Sales, Hefei Company', null, 'C1350102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-836', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '05644', 'jun.zou', '04006', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8360', 'SUPERVISORY_ORGANIZATION-3-7054', null, '业务运营及分析团队', 'Business Operation & Analysis Team', null, 'C1630405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8360', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '35630', 'dongxiao.sun', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8360', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8361', 'SUPERVISORY_ORGANIZATION-3-7054', null, '战略及业务发展团队', 'Strategy & Business Development Team', null, 'C1630404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8361', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '23628', 'nicolas.vincelot', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8361', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8362', 'SUPERVISORY_ORGANIZATION-3-8382', null, '用户关系管理组,德国公司', 'User Relationship Mgmt. Sub-team, Germany Company', null, 'C163080406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8362', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8362', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8363', 'SUPERVISORY_ORGANIZATION-3-8382', null, '培训赋能组,德国公司', 'Training Sub-team, Germany Company', null, 'C163080405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8363', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8364', 'SUPERVISORY_ORGANIZATION-3-8382', null, '关键客户管理组,德国公司', 'Key Account Mgmt. Sub-team, Germany Company', null, 'C163080402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8364', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8364', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8365', 'SUPERVISORY_ORGANIZATION-3-8382', null, '蔚来中心管理组,德国公司', 'NIO House Mgmt. Sub-team, Germany Company', null, 'C163080403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8365', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8366', 'SUPERVISORY_ORGANIZATION-3-8382', null, '合作伙伴管理组,德国公司', 'Fellow Mgmt. Sub-team, Germany Company', null, 'C163080401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8366', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8367', 'SUPERVISORY_ORGANIZATION-3-8382', null, '销售管理组,德国公司', 'Sale Mgmt. Sub-team, Germany Company', null, 'C163080404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8367', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8368', 'SUPERVISORY_ORGANIZATION-3-8381', null, '市场活动组,德国公司', 'Events Sub-team, Germany Company', null, 'C163080303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8368', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8369', 'SUPERVISORY_ORGANIZATION-3-8381', null, '内容运营组,德国公司', 'Content Sub-team, Germany Company', null, 'C163080302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8369', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-837', 'SUPERVISORY_ORGANIZATION-3-3040', null, '行政服务办公室团队', 'Executive Service Office Team', null, 'D1100201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-837', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '04137', 'anya.yuan', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-837', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8370', 'SUPERVISORY_ORGANIZATION-3-8381', null, '传播组,德国公司', 'Communication Sub-team, Germany Company', null, 'C163080301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8370', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8371', 'SUPERVISORY_ORGANIZATION-3-8380', null, '车队服务组,德国公司', 'Fleet Service Sub-team, Germany Company', null, 'C163080201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8371', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42270', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8371', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8372', 'SUPERVISORY_ORGANIZATION-3-8380', null, '零部件管理组,德国公司', 'Spare Parts & Accessories Sub-team, Germany Company', null, 'C163080204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8372', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42270', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8372', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8373', 'SUPERVISORY_ORGANIZATION-3-8380', null, '技术组,德国公司', 'Technician Sub-team, Germany Company', null, 'C163080205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8373', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42270', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8373', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8374', 'SUPERVISORY_ORGANIZATION-3-8380', null, '区域服务运营组,德国公司', 'Regional Service Operation Sub-team, Germany Company', null, 'C163080202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8374', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42270', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8374', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8375', 'SUPERVISORY_ORGANIZATION-3-8380', null, '服务策划及战略组,德国公司', 'Service Planning and Strategy Sub-team, Germany Company', null, 'C163080203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8375', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42270', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8375', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8376', 'SUPERVISORY_ORGANIZATION-3-7910', null, '能源业务运营组,德国公司', 'Power Business Operations Sub-team, Germany Company', null, 'C163080101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8376', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '31412', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8376', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8377', 'SUPERVISORY_ORGANIZATION-3-7910', null, '能源服务组,德国公司', 'Power Field Service Operations Sub-team, Germany Company', null, 'C163080102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8377', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '31412', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8377', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8378', 'SUPERVISORY_ORGANIZATION-3-7910', null, '能源网络建设组,德国公司', 'Power Network Rollout Sub-team, Germany Company', null, 'C163080104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8378', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '31412', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8378', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8379', 'SUPERVISORY_ORGANIZATION-3-7910', null, '能源网络发展组,德国公司', 'Power Network Development Sub-team, Germany Company', null, 'C163080103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8379', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42592', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-838', 'FI-FMU', null, 'Accounts', 'Accounts', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-838', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, 'EU0132', null, null, 'London-GB', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-838', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8380', 'SUPERVISORY_ORGANIZATION-3-8356', null, '服务运营团队,德国公司', 'Service Operations Team, Germany Company', null, 'C1630802', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8380', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42270', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8381', 'SUPERVISORY_ORGANIZATION-3-8356', null, '用户发展团队,德国公司', 'User Development Team, Germany Company', null, 'C1630803', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8381', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8381', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8382', 'SUPERVISORY_ORGANIZATION-3-8356', null, '用户运营团队,德国公司', 'User Operations Team, Germany Comapny', null, 'C1630804', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8382', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '38041', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8382', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8383', 'SUPERVISORY_ORGANIZATION-3-8431', null, '车队服务组,丹麦公司', 'Fleet Service Sub-team, Denmark Company', null, 'C163100405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8383', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42273', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8384', 'SUPERVISORY_ORGANIZATION-3-8431', null, '技术组,丹麦公司', 'Technician Sub-team, Denmark Company', null, 'C163100404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8384', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42273', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8384', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8385', 'SUPERVISORY_ORGANIZATION-3-8431', null, '零部件管理组,丹麦公司', 'Spare Parts & Accessories Sub-team, Denmark Company', null, 'C163100403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8385', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42273', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8385', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8386', 'SUPERVISORY_ORGANIZATION-3-8431', null, '区域服务运营组,丹麦公司', 'Regional Service Operation Sub-team, Denmark Company', null, 'C163100402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8386', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42273', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8387', 'SUPERVISORY_ORGANIZATION-3-8431', null, '服务策划及战略组,丹麦公司', 'Service Planning and Strategy Sub-team, Denmark Company', null, 'C163100401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8387', null, '0', 'admin', '2022-05-26 17:22:44', null, null, null, null, null, null, '42273', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8388', 'SUPERVISORY_ORGANIZATION-3-8432', null, '能源网络建设组,丹麦公司', 'Power Network Rollout Sub-team, Denmark Company', null, 'C163100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8388', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '21594', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8388', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8389', 'SUPERVISORY_ORGANIZATION-3-8432', null, '能源服务组,丹麦公司', 'Power Field Service Operations Team, Denmark Company', null, 'C163100302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8389', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '21594', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8389', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-839', 'FI-FMG', null, 'Accounts', 'Accounts', null, 'finance uk', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-839', null, '0', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, 'EU8990', null, '04634', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'N/A', '1', 'FI-FMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8390', 'SUPERVISORY_ORGANIZATION-3-8432', null, '能源网络发展组,丹麦公司', 'Power Network Development Sub-Team, Denmark Company', null, 'C163100301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8390', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '21594', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8390', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8391', 'SUPERVISORY_ORGANIZATION-3-8432', null, '能源业务运营组,丹麦公司', 'Power Business Operations Sub-team, Denmark Company', null, 'C163100304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8391', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '21594', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8391', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8392', 'SUPERVISORY_ORGANIZATION-3-8434', null, '用户关系管理组,丹麦公司', 'User Relationship Mgmt. Sub-team, Denmark Company', null, 'C163100104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8392', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '40368', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8392', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8393', 'SUPERVISORY_ORGANIZATION-3-8434', null, '关键客户管理组,丹麦公司', 'Key Account Mgmt. Sub-team, Denmark Company', null, 'C163100103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8393', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '40368', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8393', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8394', 'SUPERVISORY_ORGANIZATION-3-8434', null, '合作伙伴管理组,丹麦公司', 'Fellow Mgmt. Sub-team, Denmark Company', null, 'C163100102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8394', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '40368', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8394', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8395', 'SUPERVISORY_ORGANIZATION-3-8434', null, '销售管理组,丹麦公司', 'Sale Mgmt. Sub-team, Denmark Company', null, 'C163100101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8395', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '40368', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8395', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8396', 'SUPERVISORY_ORGANIZATION-3-8414', null, '用户关系管理组,瑞典公司', 'User Relationship Mgmt. Sub-team, Sweden Company', null, 'C163120404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8396', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8396', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8397', 'SUPERVISORY_ORGANIZATION-3-8414', null, '关键客户管理组,瑞典公司', 'Key Account Mgmt. Sub-team, Sweden Company', null, 'C163120402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8397', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8397', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8398', 'SUPERVISORY_ORGANIZATION-3-8414', null, '合作伙伴管理组,瑞典公司', 'Fellow Mgmt. Sub-team, Sweden Company', null, 'C163120401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8398', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8398', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8399', 'SUPERVISORY_ORGANIZATION-3-8414', null, '销售管理组,瑞典公司', 'Sale Mgmt. Sub-team, Sweden Company', null, 'C163120403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8399', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8399', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-840', 'SD-AIS', null, '智能交互研究团队', 'Intelligent Interaction Research Team', null, 'A2030903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-840', null, '1', 'admin', '2022-05-26 17:20:34', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-840', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8400', 'SUPERVISORY_ORGANIZATION-3-8413', null, '市场活动组,瑞典公司', 'Events Sub-team, Sweden Company', null, 'C163120303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8400', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '42296', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8400', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8401', 'SUPERVISORY_ORGANIZATION-3-8413', null, '内容运营组,瑞典公司', 'Content Sub-team, Sweden Company', null, 'C163120302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8401', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '42296', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8401', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8402', 'SUPERVISORY_ORGANIZATION-3-8413', null, '传播组,瑞典公司', 'Communication Sub-team, Sweden Company', null, 'C163120301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8402', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '42296', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8402', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8403', 'SUPERVISORY_ORGANIZATION-3-8415', null, '区域服务运营组,瑞典公司', 'Regional Service Operation Sub-team, Sweden Company', null, 'C163120202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8403', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '39909', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8403', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8404', 'SUPERVISORY_ORGANIZATION-3-8415', null, '服务策划及战略组,瑞典公司', 'Service Planning and Strategy Sub-team, Sweden Company', null, 'C163120203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8404', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '39909', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8404', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8405', 'SUPERVISORY_ORGANIZATION-3-8415', null, '车队服务组,瑞典公司', 'Fleet Service Sub-team, Sweden Company', null, 'C163120201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8405', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '39909', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8405', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8406', 'SUPERVISORY_ORGANIZATION-3-8415', null, '零部件管理组,瑞典公司', 'Spare Parts & Accessories Sub-team, Sweden Company', null, 'C163120204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8406', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '39909', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8406', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8407', 'SUPERVISORY_ORGANIZATION-3-8415', null, '技术组,瑞典公司', 'Technician Sub-team, Sweden Company', null, 'C163120205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8407', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '39909', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8407', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8408', 'SUPERVISORY_ORGANIZATION-3-8412', null, '能源业务运营组,瑞典公司', 'Power Business Operations Sub-team, Sweden Company', null, 'C163120101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8408', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8408', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8409', 'SUPERVISORY_ORGANIZATION-3-8412', null, '能源服务组,瑞典公司', 'Power Field Service Operations Sub-team, Sweden Company', null, 'C163120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8409', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8409', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-841', null, null, '智能客户端开发团队', 'Intelligent Client Team', null, 'SD-AIS-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-841', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-841', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8410', 'SUPERVISORY_ORGANIZATION-3-8412', null, '能源网络建设组,瑞典公司', 'Power Network Rollout Sub-team, Sweden Company', null, 'C163120104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8410', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8410', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8411', 'SUPERVISORY_ORGANIZATION-3-8412', null, '能源网络发展组,瑞典公司', 'Power Network Development Sub-team, Sweden Company', null, 'C163120103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8411', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8411', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8412', 'SUPERVISORY_ORGANIZATION-3-8149', null, '能源及业务运营团队,瑞典公司', 'Power & Operations Team, Sweden Company', null, 'C1631201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8412', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8413', 'SUPERVISORY_ORGANIZATION-3-8149', null, '用户发展团队,瑞典公司', 'User Development Team, Sweden company', null, 'C1631203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8413', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '42296', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8413', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8414', 'SUPERVISORY_ORGANIZATION-3-8149', null, '用户运营团队, 瑞典公司', 'User Operations Team, Sweden Company', null, 'C1631204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8414', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '38042', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8414', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8415', 'SUPERVISORY_ORGANIZATION-3-8149', null, '服务运营团队,瑞典公司', 'Service Operations Team, Sweden Company', null, 'C1631202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8415', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '39909', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8416', 'SUPERVISORY_ORGANIZATION-3-8353', null, '培训赋能团队', 'Training Team', null, 'C1630311', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8416', null, '0', 'admin', '2022-05-26 17:22:45', null, null, null, null, null, null, '42503', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8416', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8417', 'SUPERVISORY_ORGANIZATION-3-8353', null, '用户关系发展团队', 'User Relationship Development Team', null, 'C1630310', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8417', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '42503', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8417', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8418', 'SUPERVISORY_ORGANIZATION-3-8353', null, '市场调度团队', 'Marketing Coordination Team', null, 'C1630309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8418', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '42503', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8418', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8419', 'SUPERVISORY_ORGANIZATION-3-8353', null, '基础设施项目管理团队', 'Infrastructure Project Management Team', null, 'C1630308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8419', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '34145', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8419', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-842', 'SD-AIS', null, '智能交互算法团队', 'Intelligent Interaction Algorithm Team', null, 'A2030901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-842', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-842', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8420', 'SUPERVISORY_ORGANIZATION-3-8353', null, '空间设计团队', 'Space Design Team', null, 'C1630307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8420', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '42503', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8420', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8421', 'SUPERVISORY_ORGANIZATION-3-8353', null, '地产开发团队', 'Real Estate Development Team', null, 'C1630306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8421', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '31426', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8421', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8422', 'SUPERVISORY_ORGANIZATION-3-8430', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8422', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '29010', 'brian.zhang', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8423', 'SUPERVISORY_ORGANIZATION-3-8351', null, '关键客户管理团队', 'KA Management Team', null, 'C1630702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8423', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40853', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8424', 'SUPERVISORY_ORGANIZATION-3-8351', null, '业务合作伙伴发展团队', 'Business & Partner Development Team', null, 'C1630701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8424', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40231', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8424', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8425', 'SUPERVISORY_ORGANIZATION-3-8351', null, '商务智能及分析团队', 'Business Intelligence & Analytics Team', null, 'C1630705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8425', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40231', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8425', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8426', 'SUPERVISORY_ORGANIZATION-3-8351', null, '商业运营及收益管理团队', 'Commercial operation & Revenue Mgt Team', null, 'C1630704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8426', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40231', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8426', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8427', 'SUPERVISORY_ORGANIZATION-3-8351', null, '用户体验设计团队', 'User experience design Team', null, 'C1630703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8427', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40231', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8427', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8428', 'SUPERVISORY_ORGANIZATION-3-8435', null, 'Community PMO (非官宣部门)', 'Community PMO (非官宣部门)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8428', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8429', 'SUPERVISORY_ORGANIZATION-3-8435', null, 'Marketing & Communication PMO (非官宣部门)', 'Marketing & Communication PMO (非官宣部门)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8429', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-843', 'SD-AIS', null, '智能客户端开发团队', 'Intelligent Client Team', null, 'A2030904', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-843', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '31436', 'shiwei.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-843', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8430', 'SUPERVISORY_ORGANIZATION-3-8435', null, 'Network PMO (非官宣部门)', 'Network PMO (非官宣部门)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8430', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8431', 'SUPERVISORY_ORGANIZATION-3-8354', null, '服务与运营支持团队,丹麦公司', 'Service Operations Team, Denmark Company', null, 'C1631004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8431', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '42273', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8432', 'SUPERVISORY_ORGANIZATION-3-8354', null, '能源及业务运营团队,丹麦公司', 'Power & Operations Team, Denmark Company', null, 'C1631003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8432', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '21594', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8432', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8433', 'SUPERVISORY_ORGANIZATION-3-8354', null, '用户发展团队,丹麦公司', 'User Development Team, Denmark Company', null, 'C1631002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8433', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '20585', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8433', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8434', 'SUPERVISORY_ORGANIZATION-3-8354', null, '用户运营团队,丹麦公司', 'User Operations Team, Denmark Company', null, 'C1631001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8434', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40368', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8434', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8435', 'SUPERVISORY_ORGANIZATION-3-7053', null, '用户业务服务团队', 'User Business Services Team', null, 'C1630107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8435', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8436', 'SUPERVISORY_ORGANIZATION-3-7053', null, '数字化运营支持团队', 'Digital Support & Operation Team', null, 'C1630106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8436', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '03828', 'daniel.gao', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8437', 'SUPERVISORY_ORGANIZATION-3-7053', null, '区域运营赋能团队', 'Reginal Operation Enabling Team', null, 'C1630105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8437', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '06388', 'chelsea.zhang', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8437', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8438', 'SUPERVISORY_ORGANIZATION-3-7053', null, '市场开发及项目管理团队', 'Market Launch Project Management Team', null, 'C1630104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8438', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '05326', 'shaohua.guo', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-844', 'SD-AIS', null, '智能运营团队', 'Intelligent Operation Team', null, 'SD-AIS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-844', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-844', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8443', 'SUPERVISORY_ORGANIZATION-3-4953', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8443', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '21594', null, '23224;38389;40685', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8444', 'SUPERVISORY_ORGANIZATION_20200911_22', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8444', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '34778', 'johnny.wang1', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_22', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8445', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8445', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '03565', 'lili.xie', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8446', 'SUPERVISORY_ORGANIZATION-3-7281', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8446', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '40727', 'zhe.cheng', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8447', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '车务安全组', 'Vehicle & Safety Sub-team', null, 'C109010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8447', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '11468', 'jun.zhou3', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8448', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '服务保障组', 'Service Supporting Sub-team', null, 'C109010305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8448', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '13835', 'qi.jiang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8449', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '服务设计组', 'Service Design Sub-team', null, 'C109010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8449', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '32438', 'boulder.yang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8449', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-845', 'SUPERVISORY_ORGANIZATION-3-639', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-845', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C0274', 'fei.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8450', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '学习成长组', 'Learning & Development Sub-team', null, 'C109010304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8450', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '28229', 'yaohua.hu', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8450', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8451', 'SUPERVISORY_ORGANIZATION_20200518_4', null, '网络发展与运力运营组', 'Network Development & Specialist Management Sub-team', null, 'C109010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8451', null, '0', 'admin', '2022-05-26 17:22:46', null, null, null, null, null, null, '31512', 'charlie.zhu', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8452', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '数字化运营组', 'Digital Product Operation Sub-team', null, 'C109010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8452', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '12331', 'binying.wang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8452', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8453', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '业务运营组', 'Business Operation Sub-team', null, 'C109010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8453', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '10195', 'jinyu.zhu', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8454', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '在线服务管理组', 'Online Service Management Sub-team', null, 'C109010105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8454', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '23345', 'aiden.peng', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8455', 'SUPERVISORY_ORGANIZATION_20200518_2', null, '用户体验组', 'User Experience Sub-team', null, 'C109010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8455', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '05989', 'lan.zhang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8455', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8456', 'SUPERVISORY_ORGANIZATION-3-7377', null, '报交检验班组', 'Receipt Test Team', null, 'B0020207030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8456', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '40086', 'ji.wang1', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8456', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8457', 'SUPERVISORY_ORGANIZATION-3-3463', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8457', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '27927', 'sophia.luo', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3463', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8458', 'SUPERVISORY_ORGANIZATION-3-2571', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8458', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '15286', 'xuezhong.zhai', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8459', 'SUPERVISORY_ORGANIZATION-3-995', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8459', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '38950', 'anny.shan', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-846', 'FN-CNP-004', null, '财务团队(采购)', 'Finance Team (PU)', null, 'D1030502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-846', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C0630', 'ningbo.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-846', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8460', 'SUPERVISORY_ORGANIZATION-3-3577', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8460', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '21884', 'sandy.lu', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8461', 'SUPERVISORY_ORGANIZATION-3-1197', null, '非官宣部门(Not Announced )', '非官宣部门(Not Announced )', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8461', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '13690', 'shaoquan.wu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8462', 'PE-PRD-004', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8462', null, '1', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '03460', 'feifei.zheng', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8463', 'SUPERVISORY_ORGANIZATION-3-7743', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8463', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '30098', 'james.zhang2', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8464', 'SUPERVISORY_ORGANIZATION-3-3584', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8464', null, '1', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '40084', 'george.zhou', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8465', 'SUPERVISORY_ORGANIZATION-3-6379', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8465', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '40273', 'bin.chen4', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8466', 'VE-EEE-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8466', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '03891', 'chenwei.sun', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-EEE-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8467', 'SUPERVISORY_ORGANIZATION-3-7377', null, '淋雨检验班组', 'Raining Test Team', null, 'B0020207030302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8467', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '28242', 'ji.gu1', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8467', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8468', 'SUPERVISORY_ORGANIZATION-3-7377', null, '路试检验二班组', 'Driving Test Team 2', null, 'B0020207030303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8468', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '37250', 'lei.su1', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8468', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8469', 'SUPERVISORY_ORGANIZATION-3-7377', null, '路试检验一班组', 'Driving Test Team 1', null, 'B0020207030304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8469', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '37895', 'ji.pan', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8469', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-847', 'VE', null, '新产品导入工程部', 'New Product Introduction (NPI) Engineering Department', null, 'A10212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-847', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '02453', 'gary.hughes', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-847', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8470', 'SUPERVISORY_ORGANIZATION-3-7617', null, '焊装检验班组', 'Stamping Test Team', null, 'B0020207030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8470', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '39286', 'tuo.zhang', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8470', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8471', 'SUPERVISORY_ORGANIZATION-3-7617', null, 'CP班组', 'CP Team', null, 'B0020207030201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8471', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '33539', 'guolin.qin', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8471', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8472', 'SUPERVISORY_ORGANIZATION-3-7997', null, 'OK线检验班组', 'OK Line Test Team', null, 'B0020207030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8472', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '39870', 'chunrong.fang', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8472', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8473', 'SUPERVISORY_ORGANIZATION-3-7997', null, '检测线检验二班组', 'Line Test Team 2', null, 'B0020207030103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8473', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '40067', 'yang.hu2', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8473', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8474', 'SUPERVISORY_ORGANIZATION-3-7997', null, '检测线检验一班组', 'Line Test Team 1', null, 'B0020207030104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8474', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '38843', 'lingchao.kong', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8474', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8475', 'SUPERVISORY_ORGANIZATION-3-7997', null, 'SIP检验班组', 'SIP Test Team', null, 'B0020207030102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8475', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '37334', 'sai.cao', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8475', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8476', 'SUPERVISORY_ORGANIZATION-3-8478', null, '涂装检验二班组', 'Paint Test Team 2', null, 'B0020207030401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8476', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '39285', 'yuhang.zhu1', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8476', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8477', 'SUPERVISORY_ORGANIZATION-3-8478', null, '涂装检验一班组', 'Paint Test Team 1', null, 'B0020207030402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8477', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '39869', 'jianwei.zhong', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8478', 'SUPERVISORY_ORGANIZATION-3-6395', null, '涂装工段', 'Paint Group', null, 'B00202070304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8478', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '33539', 'guolin.qin', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8478', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8479', 'SUPERVISORY_ORGANIZATION-3-6384', null, '质量保证工段', 'Quality Assurance Group', null, 'B00202070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8479', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '29426', 'wim.li', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8479', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-848', 'PE-OAM-001', null, '运营设计团队', 'Operation Design Team', null, 'PE-OAM-001-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-848', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '17523', 'junfeng.huang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-848', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8480', 'SUPERVISORY_ORGANIZATION-3-6383', null, '质量工程工段', 'Quality Engineering Group', null, 'B00202070201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8480', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '08522', 'yong.huang', '10298;36773', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8480', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8481', 'SUPERVISORY_ORGANIZATION-3-8450', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8481', null, '0', 'admin', '2022-05-26 17:22:47', null, null, null, null, null, null, '09292', 'vita.gu', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8450', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8482', 'SUPERVISORY_ORGANIZATION-3-5193', null, '涂装设备1工段', 'Painting Equipment Management Group 1', null, 'B30107010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8482', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '27416', 'shuai.jin', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8482', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8483', 'SUPERVISORY_ORGANIZATION-3-5194', null, '车身设备1工段', 'Body Equipment Management Group 1', null, 'B30107010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8483', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '12888', 'qiang.sun1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8483', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8484', 'SUPERVISORY_ORGANIZATION-3-8583', null, '完成工段4班组', 'Group 4 of Final Zone', null, 'B3010705020704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8484', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '36022', 'bang.an', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8484', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8485', 'SUPERVISORY_ORGANIZATION-3-8583', null, '完成工段3班组', 'Group 3 of Final Zone', null, 'B3010705020703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8485', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '42305', 'yubin.jia', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8485', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8486', 'SUPERVISORY_ORGANIZATION-3-8583', null, '完成工段2班组', 'Group 2 of Final Zone', null, 'B3010705020702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8486', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35957', 'wenjie.du', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8486', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8487', 'SUPERVISORY_ORGANIZATION-3-8583', null, '完成工段1班组', 'Group 1 of Final Zone', null, 'B3010705020701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8487', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35957', 'wenjie.du', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8487', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8488', 'SUPERVISORY_ORGANIZATION-3-8584', null, '内饰2工段4班组', 'Group 4 of Trim Zone 2', null, 'B3010705020604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8488', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '40577', 'jia.chen1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8489', 'SUPERVISORY_ORGANIZATION-3-8584', null, '内饰2工段3班组', 'Group 3 of Trim Zone 2', null, 'B3010705020603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8489', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '38289', 'jun.xie1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8489', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-849', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-849', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8490', 'SUPERVISORY_ORGANIZATION-3-8584', null, '内饰2工段2班组', 'Group 2 of Trim Zone 2', null, 'B3010705020602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8490', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35993', 'dengguang.zhao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8490', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8491', 'SUPERVISORY_ORGANIZATION-3-8584', null, '内饰2工段1班组', 'Group 1 of Trim Zone 2', null, 'B3010705020601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8491', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35952', 'junwei.shen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8491', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8492', 'SUPERVISORY_ORGANIZATION-3-8584', null, '内饰2工段5班组', 'Group 5 of Trim Zone 2', null, 'B3010705020605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8492', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '36017', 'chaoyang.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8492', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8493', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段9班组', 'Group 9 of Trim Zone 1', null, 'B3010705020509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8493', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '39145', 'lei.tao5', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8493', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8494', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段8班组', 'Group 8 of Trim Zone 1', null, 'B3010705020507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8494', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '39157', 'shaoming.xu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8494', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8495', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段7班组', 'Group 7 of Trim Zone 1', null, 'B3010705020508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8495', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35955', 'zhonghai.gao2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8495', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8496', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段6班组', 'Group 6 of Trim Zone 1', null, 'B3010705020506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8496', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35963', 'guofa.song', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8496', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8497', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段5班组', 'Group 5 of Trim Zone 1', null, 'B3010705020505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8497', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '34859', 'zhaoping.ge', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8497', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8498', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段4班组', 'Group 4 of Trim Zone 1', null, 'B3010705020504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8498', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '38874', 'xiang.wang1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8498', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8499', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段3班组', 'Group 3 of Trim Zone 1', null, 'B3010705020503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8499', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '36014', 'jianxu.wang2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8499', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-850', 'CD-PGM', null, 'NP1平台及项目管理团队', 'NP1 Platform & Program Management Team', null, 'A0010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-850', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C0245', 'catherine.zheng', '12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-850', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8500', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段2班组', 'Group 2 of Trim Zone 1', null, 'B3010705020502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8500', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '36015', 'meng.zhang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8500', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8501', 'SUPERVISORY_ORGANIZATION-3-8585', null, '内饰1工段1班组', 'Group 1 of Trim Zone 1', null, 'B3010705020501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8501', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '37703', 'hongyu.xu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8501', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8502', 'SUPERVISORY_ORGANIZATION-3-8582', null, '调试工段4班组', 'Group 4 of Retrofit Zone', null, 'B3010705020404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8502', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35961', 'jing.han', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8502', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8503', 'SUPERVISORY_ORGANIZATION-3-8582', null, '调试工段3班组', 'Group 3 of Retrofit Zone', null, 'B3010705020403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8503', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '27816', 'michael.wang2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8503', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8504', 'SUPERVISORY_ORGANIZATION-3-8582', null, '调试工段2班组', 'Group 2 of Retrofit Zone', null, 'B3010705020402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8504', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35960', 'shuai.wang8', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8505', 'SUPERVISORY_ORGANIZATION-3-8582', null, '调试工段1班组', 'Group 1 of Retrofit Zone', null, 'B3010705020401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8505', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35127', 'wenxuan.fang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8506', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段2班组', 'Group 2 of Sub-Chassis Zone', null, 'B3010705020304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8506', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '39874', 'yangyang.li3', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8507', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段1班组', 'Group 1 of Sub-Chassis Zone', null, 'B3010705020303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8507', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '33645', 'taihu.ren', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8507', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8508', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段11班组', 'Group 11 of Sub-Chassis Zone', null, 'B3010705020302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8508', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '40680', 'aiqiong.song', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8508', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8509', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段10班组', 'Group 10 of Sub-Chassis Zone', null, 'B3010705020301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8509', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '39168', 'shaohua.zhang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8509', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-851', 'SUPERVISORY_ORGANIZATION_20200518_40', null, '道服团队,深圳公司', 'Roadside Service Team, Shenzhen Company', null, 'C109012202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-851', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '09417', 'mindong.li', '03476;03680;04271;04685;10827;11261;16305;26976', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8510', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段9班组', 'Group 9 of Sub-Chassis Zone', null, 'B3010705020311', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8510', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '39112', 'hao.gao1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8510', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8511', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段8班组', 'Group 8 of Sub-Chassis Zone', null, 'B3010705020310', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8511', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '35954', 'xiangqing.zeng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8511', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8512', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段7班组', 'Group 7 of Sub-Chassis Zone', null, 'B3010705020309', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8512', null, '0', 'admin', '2022-05-26 17:22:48', null, null, null, null, null, null, '40384', 'changzhen.zhang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8512', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8513', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段6班组', 'Group 6 of Sub-Chassis Zone', null, 'B3010705020308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8513', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '37569', 'chenglong.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8513', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8514', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段5班组', 'Group 5 of Sub-Chassis Zone', null, 'B3010705020307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8514', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '41977', 'duoshui.xia', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8514', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8515', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段4班组', 'Group 4 of Sub-Chassis Zone', null, 'B3010705020306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8515', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '41036', 'chuanlong.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8515', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8516', 'SUPERVISORY_ORGANIZATION-3-8581', null, '底盘分装工段3班组', 'Group 3 of Sub-Chassis Zone', null, 'B3010705020305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8516', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35995', 'fang.cao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8516', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8517', 'SUPERVISORY_ORGANIZATION-3-8579', null, '底盘2工段3班组', 'Group 3 of Chassis Zone 2', null, 'B3010705020203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8517', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35978', 'guobao.yang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8517', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8518', 'SUPERVISORY_ORGANIZATION-3-8579', null, '底盘2工段2班组', 'Group 2 of Chassis Zone 2', null, 'B3010705020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8518', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '38716', 'wei.han3', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8519', 'SUPERVISORY_ORGANIZATION-3-8579', null, '底盘2工段1班组', 'Group 1 of Chassis Zone 2', null, 'B3010705020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8519', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '38716', 'wei.han3', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8519', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-852', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(杭州)', 'Human Resource Team (Hangzhou)', null, 'D1010810', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-852', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '03365', 'connie.ji', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8520', 'SUPERVISORY_ORGANIZATION-3-8579', null, '底盘2工段6班组', 'Group 6 of Chassis Zone 2', null, 'B3010705020206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8520', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35996', 'siyuan.xie', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8520', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8521', 'SUPERVISORY_ORGANIZATION-3-8579', null, '底盘2工段5班组', 'Group 5 of Chassis Zone 2', null, 'B3010705020204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8521', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '41011', 'junbao.zhou', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8521', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8522', 'SUPERVISORY_ORGANIZATION-3-8579', null, '底盘2工段4班组', 'Group 4 of Chassis Zone 2', null, 'B3010705020205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8522', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35978', 'guobao.yang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8522', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8523', 'SUPERVISORY_ORGANIZATION-3-5195', null, '冲压设备1工段', 'Stamping Equipment Management Group 1', null, 'B30107010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8523', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '32294', 'wei.xing1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8523', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8524', 'SUPERVISORY_ORGANIZATION-3-8543', null, '涂胶工段UBS班组', 'UBS Team', null, 'B3010704020301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8524', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35988', 'zhanlong.qin', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8525', 'SUPERVISORY_ORGANIZATION-3-8543', null, '涂胶工段密封胶2班组B', 'Sealer Team 2B', null, 'B3010704020305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8525', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '36007', 'shijun.qi', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8525', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8526', 'SUPERVISORY_ORGANIZATION-3-8543', null, '涂胶工段密封胶2班组A', 'Sealer Team 2A', null, 'B3010704020304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8526', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35971', 'guanglong.cai', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8526', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8527', 'SUPERVISORY_ORGANIZATION-3-8543', null, '涂胶工段密封胶1班组B', 'Sealer Team 1B', null, 'B3010704020303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8527', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '33926', 'dongjie.sun', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8527', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8528', 'SUPERVISORY_ORGANIZATION-3-8543', null, '涂胶工段密封胶1班组A', 'Sealer Team 1A', null, 'B3010704020302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8528', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35533', 'jiangzhen.tian', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8528', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8529', 'SUPERVISORY_ORGANIZATION-3-8545', null, '面漆工段套色班组', 'Two Tone Team', null, 'B3010704020203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8529', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '37474', 'erqiang.ma', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8529', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-853', 'VE', null, '整车集成团队', 'Vehicle Integration & Advanced Vehicle Engineering Department', null, 'VE-VIT-002-06', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-853', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8530', 'SUPERVISORY_ORGANIZATION-3-8545', null, '面漆工段面漆2班组', 'Topcoat Team 2', null, 'B3010704020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8530', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35987', 'weigang.ji', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8530', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8531', 'SUPERVISORY_ORGANIZATION-3-8545', null, '面漆工段中涂打磨班组', 'Primer Sanding Team', null, 'B3010704020205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8531', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35980', 'li.ma2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8531', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8532', 'SUPERVISORY_ORGANIZATION-3-8545', null, '面漆工段中涂班组', 'Primer Team', null, 'B3010704020204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8532', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35989', 'yang.yu4', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8532', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8533', 'SUPERVISORY_ORGANIZATION-3-8545', null, '面漆工段面漆1班组', 'Topcoat Team 1', null, 'B3010704020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8533', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35990', 'guangming.zhao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8534', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段注蜡1班组', 'Wax team 1', null, 'B3010704020106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8534', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35998', 'long.ren', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8534', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8535', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段精修2班组', 'Finesse Team 2', null, 'B3010704020104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8535', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35991', 'chaowei.wu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8535', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8536', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段精修1班组', 'Finesse Team 1', null, 'B3010704020103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8536', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35998', 'long.ren', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8536', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8537', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段电泳打磨2班组', 'EC Sanding Team 2', null, 'B3010704020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8537', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '36012', 'chao.xu5', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8537', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8538', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段电泳打磨1班组', 'EC Sanding Team 1', null, 'B3010704020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8538', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35981', 'gang.xu2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8538', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8539', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段小修班组', 'Spot Repair Team', null, 'B3010704020105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8539', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35964', 'yiping.wu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8539', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-854', 'DO-DGT', null, '企业数字基础平台团队', 'Digital Biz Foundation Team', null, 'A2070102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-854', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8540', 'SUPERVISORY_ORGANIZATION-3-8544', null, '精修工段注蜡2班组', 'Wax team 2', null, 'B3010704020107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8540', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35991', 'chaowei.wu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8540', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8541', 'SUPERVISORY_ORGANIZATION-3-8597', null, '总装设备1工段2班组', 'Shift 2 Of GA Equipment Maintenance Group 1', null, 'B3010701020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8541', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '40385', 'dajing.shi', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8541', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8542', 'SUPERVISORY_ORGANIZATION-3-8597', null, '总装设备1工段1班组', 'Shift 1 Of GA Equipment Maintenance Group 1', null, 'B3010701020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8542', null, '0', 'admin', '2022-05-26 17:22:49', null, null, null, null, null, null, '35951', 'deyong.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8542', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8543', 'SUPERVISORY_ORGANIZATION-3-5708', null, '涂装生产涂胶工段', 'Paint Production Sealer Group', null, 'B30107040203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8543', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '43739', 'liang.zhao4', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8544', 'SUPERVISORY_ORGANIZATION-3-5708', null, '涂装生产精修工段', 'Paint Production Finesse Group', null, 'B30107040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8544', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '26958', 'feng.zhu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8544', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8545', 'SUPERVISORY_ORGANIZATION-3-5708', null, '涂装生产面漆工段', 'Paint Production Topcoat Group', null, 'B30107040202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8545', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '37474', 'erqiang.ma', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8545', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8546', 'SUPERVISORY_ORGANIZATION-3-8482', null, '涂装设备1工段1班组', 'Shift 1 Of Painting Equipment Management Group 1', null, 'B3010701030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8546', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '35956', 'liang.jiang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8546', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8547', 'SUPERVISORY_ORGANIZATION-3-8482', null, '涂装设备2工段1班组', 'Shift 2 Of Painting Equipment Management Group 1', null, 'B3010701030102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8547', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '35956', 'liang.jiang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8548', 'SUPERVISORY_ORGANIZATION-3-8574', null, '运维1工段电力1班组', 'Electric Power Shift 1 Of Infrastructure Operation Management Maintenance Group 1', null, 'B3010701060201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8548', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '39169', 'binbin.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8549', 'SUPERVISORY_ORGANIZATION-3-8574', null, '运维1工段动力2班组', 'Power Facility Shift 2 Of Infrastructure Operation Management Maintenance Group 1', null, 'B3010701060203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8549', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '100467', 'jijun.chen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8549', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-855', 'PE_SUPERVISORY_ORGANIZATION_1', null, '区域支持团队', 'Regional Support Team', null, 'C1596101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-855', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '07015', 'sissi.xi', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8550', 'SUPERVISORY_ORGANIZATION-3-8574', null, '运维1工段动力1班组', 'Power Facility Shift 1 Of Infrastructure Operation Management Maintenance Group 1', null, 'B3010701060202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8550', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '100467', 'jijun.chen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8550', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8551', 'SUPERVISORY_ORGANIZATION-3-5584', null, '车身生产调整工段', 'Body Production Adjustment Section', null, 'B30107020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8551', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '28432', 'bin.hu2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8551', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8552', 'SUPERVISORY_ORGANIZATION-3-5584', null, '车身生产上车体工段', 'Body Production On the Body Section', null, 'B30107020104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8552', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '27713', 'yiping.zhang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8552', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8553', 'SUPERVISORY_ORGANIZATION-3-5584', null, '车身生产下车体工段', 'Body Production Under the Body Section', null, 'B30107020105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8553', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '28499', 'huan.yan', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8553', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8554', 'SUPERVISORY_ORGANIZATION-3-5584', null, '车身生产门盖工段', 'Body Production Door Cover Section', null, 'B30107020103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8554', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '41051', 'qiangchao.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8554', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8555', 'SUPERVISORY_ORGANIZATION-3-5584', null, '车身生产铝线工段', 'Body Production Aluminum Line Section', null, 'B30107020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8555', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '37304', 'minglei.zhou', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8555', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8556', 'SUPERVISORY_ORGANIZATION-3-8523', null, '冲压设备1工段1班组', 'Shift 1 Of Stamping Equipment Management Group 1', null, 'B3010701040101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8556', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '35959', 'xiangwei.cheng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8556', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8557', 'SUPERVISORY_ORGANIZATION-3-8483', null, '车身设备1工段2班组', 'Shift 2 Of Body Equipment Management Group 1', null, 'B3010701010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8557', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '39144', 'kai.peng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8557', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8558', 'SUPERVISORY_ORGANIZATION-3-8483', null, '车身设备1工段1班组', 'Shift 1 Of Body Equipment Management Group 1', null, 'B3010701010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8558', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '35985', 'bo.zhang8', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8558', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8559', 'SUPERVISORY_ORGANIZATION-3-7117', null, '冲压生产1工段2班组', 'Stamping Production Section 1 Team 2', null, 'B3010703020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8559', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '35523', 'haijun.li', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8559', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-856', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-856', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C0261', 'tony.liu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8560', 'SUPERVISORY_ORGANIZATION-3-8993', null, '冲压生产2工段1班组', 'Stamping Production Section 2 Team 1', null, 'B3010703020202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8560', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '39895', 'ning.zhang7', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8560', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8561', 'SUPERVISORY_ORGANIZATION-3-8993', null, '冲压生产2工段2班组', 'Stamping Production Section 2 Team 2', null, 'B3010703020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8561', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '35979', 'cheng.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8561', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8562', 'SUPERVISORY_ORGANIZATION-3-7117', null, '冲压生产1工段1班组', 'Stamping Production Section 1 Team 1', null, 'B3010703020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8562', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '34379', 'yaozong.chang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8563', 'SUPERVISORY_ORGANIZATION-3-8564', null, '模修工段1班组', 'Die Maintenance Team 1', null, 'B3010703010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8563', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '40383', 'guanglei.tong', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8563', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8564', 'SUPERVISORY_ORGANIZATION-3-5706', null, '冲压工艺模修工段', 'Stamping Process Die Maintenance Group', null, 'B30107030101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8564', null, '0', 'admin', '2022-05-26 17:22:50', null, null, null, null, null, null, '31069', 'wei.li6', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8564', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8565', 'SUPERVISORY_ORGANIZATION-3-8553', null, '下车体工段3班组', 'Off the Body Section 3 Team', null, 'B3010702010503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8565', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '35977', 'hengguang.wang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8565', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8566', 'SUPERVISORY_ORGANIZATION-3-8553', null, '下车体工段2班组', 'Off the Body Section 2 Team', null, 'B3010702010502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8566', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '34858', 'bin.ge', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8566', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8567', 'SUPERVISORY_ORGANIZATION-3-8553', null, '下车体工段1班组', 'Off the Body Section 1 Team', null, 'B3010702010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8567', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '34850', 'lei.liu7', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8567', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8568', 'SUPERVISORY_ORGANIZATION-3-8554', null, '门盖工段4班组', 'Door Cover Section 4 Team', null, 'B3010702010305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8568', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '41051', 'qiangchao.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8568', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8569', 'SUPERVISORY_ORGANIZATION-3-8554', null, '门盖工段5班组', 'Door Cover Section 5 Team', null, 'B3010702010304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8569', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '36257', 'guoxuan.wang1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8569', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-857', 'FN-ATX', null, '财务报告团队', 'Reporting Team', null, 'D1030102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-857', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '16611', 'yi.long', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8570', 'SUPERVISORY_ORGANIZATION-3-8554', null, '门盖工段2班组', 'Door Cover Section 2 Team', null, 'B3010702010302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8570', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '41051', 'qiangchao.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8570', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8571', 'SUPERVISORY_ORGANIZATION-3-8554', null, '门盖工段3班组', 'Door Cover Section 3 Team', null, 'B3010702010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8571', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '35986', 'chunhui.yan', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8572', 'SUPERVISORY_ORGANIZATION-3-8554', null, '门盖工段1班组', 'Door Cover Section 1 Team', null, 'B3010702010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8572', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '34814', 'liangguo.wu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8572', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8573', 'SUPERVISORY_ORGANIZATION-3-6945', null, '设施运营改造1工段', 'Infrastructure Operation Management Reconstruction Group 1', null, 'B30107010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8573', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '06903', 'weiguang.zhang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8573', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8574', 'SUPERVISORY_ORGANIZATION-3-6945', null, '设施运营运维1工段', 'Infrastructure Operation Management Maintenance Group 1', null, 'B30107010602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8574', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '100467', 'jijun.chen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8574', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8575', 'SUPERVISORY_ORGANIZATION-3-8551', null, '调整工段3班组', 'Adjust Section 3 Shifts And Groups', null, 'B3010702010103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8575', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '35969', 'changsai.huang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8575', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8576', 'SUPERVISORY_ORGANIZATION-3-8551', null, '调整工段2班组', 'Adjust Section 2 Shifts And Groups', null, 'B3010702010102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8576', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '37744', 'zhihai.wu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8576', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8577', 'SUPERVISORY_ORGANIZATION-3-8551', null, '调整工段1班组', 'Adjust Section 1 Shifts And Groups', null, 'B3010702010101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8577', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '35341', 'hui.wang8', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8578', 'SUPERVISORY_ORGANIZATION-3-8551', null, '调整工段4班组', 'Adjust Section 4 Shifts And Groups', null, 'B3010702010104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8578', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '37744', 'zhihai.wu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8578', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8579', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产底盘2工段', 'GA Production Chassis Zone 2', null, 'B30107050202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8579', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '39588', 'bin.cao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8579', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-858', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-858', null, '0', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '03183', 'ying.yu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8580', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产底盘1工段', 'GA Production Chassis Zone 1', null, 'B30107050201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8580', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '39588', 'bin.cao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8580', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8581', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产底盘分装工段', 'GA Production Sub-Chassis Zone', null, 'B30107050203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8581', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '29412', 'kaixuan.chen1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8581', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8582', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产调试工段', 'GA Production Retrofit Zone', null, 'B30107050204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8582', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '27816', 'michael.wang2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8582', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8583', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产完成工段', 'GA Production Final Zone', null, 'B30107050207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8583', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '29941', 'lei.jia1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8584', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产内饰2工段', 'GA Production Trim Zone 2', null, 'B30107050206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8584', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '27654', 'yang.liu16', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8584', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8585', 'SUPERVISORY_ORGANIZATION-3-5710', null, '总装生产内饰1工段', 'GA Production Trim Zone 1', null, 'B30107050205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8585', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '28417', 'jie.gao5', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8585', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8586', 'SUPERVISORY_ORGANIZATION-3-5711', null, '总装工艺项目工段', 'GA Process Project Zone', null, 'B30107050103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8586', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '05022', 'huadong.xing', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8586', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8587', 'SUPERVISORY_ORGANIZATION-3-5711', null, '总装工艺量产工段', 'GA Process Mass Production Zone', null, 'B30107050102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8587', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '05022', 'huadong.xing', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8588', 'SUPERVISORY_ORGANIZATION-3-5711', null, '总装工艺EOL工段', 'GA Process EOL Zone', null, 'B30107050101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8588', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '05022', 'huadong.xing', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8589', 'SUPERVISORY_ORGANIZATION-3-8580', null, '底盘1工段5班组', 'Group 5 of Chassis Zone 1', null, 'B3010705020105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8589', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '35167', 'dongfang.xiao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-859', 'SUPERVISORY_ORGANIZATION-3-566', null, '市场保障,成都公司', 'Commercial Logistics, Chengdu Company', null, 'B1031405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-859', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '06040', 'julie.zhao', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8590', 'SUPERVISORY_ORGANIZATION-3-8580', null, '底盘1工段4班组', 'Group 4 of Chassis Zone 1', null, 'B3010705020104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8590', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '39875', 'yingnan.huang1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8591', 'SUPERVISORY_ORGANIZATION-3-8580', null, '底盘1工段3班组', 'Group 3 of Chassis Zone 1', null, 'B3010705020103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8591', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '39868', 'xiangcan.yi', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8591', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8592', 'SUPERVISORY_ORGANIZATION-3-8580', null, '底盘1工段2班组', 'Group 2 of Chassis Zone 1', null, 'B3010705020102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8592', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '36023', 'jiedi.zhang', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8592', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8593', 'SUPERVISORY_ORGANIZATION-3-8580', null, '底盘1工段1班组', 'Group 1 of Chassis Zone 1', null, 'B3010705020101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8593', null, '0', 'admin', '2022-05-26 17:22:51', null, null, null, null, null, null, '35983', 'yang.ma2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8593', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8594', 'SUPERVISORY_ORGANIZATION-3-8552', null, '上车体工段3班组', 'Car Body Section 3 Team', null, 'B3010702010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8594', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '35973', 'jie.shen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8594', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8595', 'SUPERVISORY_ORGANIZATION-3-8552', null, '上车体工段2班组', 'Car Body Section 2 Team', null, 'B3010702010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8595', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '35999', 'liumin.hu', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8595', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8596', 'SUPERVISORY_ORGANIZATION-3-8552', null, '上车体工段1班组', 'Car Body Section 1 Team', null, 'B3010702010401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8596', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '35976', 'haoqi.zheng', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8596', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8597', 'SUPERVISORY_ORGANIZATION-3-5192', null, '总装设备1工段GA', 'Equipment Management Group 1', null, 'B30107010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8597', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '33545', 'ming.hao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8597', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8598', 'SUPERVISORY_ORGANIZATION-3-2256', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8598', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '03322', 'shujie.liu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8599', 'SUPERVISORY_ORGANIZATION-3-2256', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8599', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '31936', 'kiara.tan', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2256', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-860', null, null, '产品开发团队', 'Power R&D Team', null, 'PE-PRD-002-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-860', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8600', 'SUPERVISORY_ORGANIZATION-3-1090', null, 'NIO Life时尚供应链团队', 'NIO Life Fashion Supply Chain Team', null, 'C1070605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8600', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '40817', 'rainy.wang1', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8600', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8601', 'SUPERVISORY_ORGANIZATION-3-7750', null, 'AD订阅策略团队', 'AD Subscription Strategy Team', null, 'A2160501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8601', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '41320', 'candie.huang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8602', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞万江华南mall', 'User Fellow Team, Dongguan Wanjiang Huanan Mall', null, 'C151010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8602', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '13954', 'wenying.li', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8602', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8603', 'SUPERVISORY_ORGANIZATION-3-1504', null, '董事会事宜与 ESG报告部', 'Board Matters and ESG Reporting Department', null, 'D11102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8603', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C0115', 'eve.tang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8603', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8604', 'FN-CNP-002', null, '财务控制与计划团队(战略新业务IV)', 'Controlling & Planning Team(NSB IV)', null, 'D1030603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8604', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '03473', 'chengping.liang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8604', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8605', 'SUPERVISORY_ORGANIZATION-3-1264', null, '用户顾问团队,厦门万象城', 'User Fellow Team, Xiamen MixC', null, 'C127010910', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8605', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '06970', 'lei.liu2', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8605', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8606', 'SUPERVISORY_ORGANIZATION-3-6286', null, '合肥硬件集成开发组', 'Hefei Hardware Integration Development Sub-team', null, 'A212080202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8606', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C1138', 'xiezu.su', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8607', 'SUPERVISORY_ORGANIZATION-3-8262', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8607', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '28707', 'elwood.wei', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8264', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8608', 'SUPERVISORY_ORGANIZATION-3-3877', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8608', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '13362', 'jim.wei', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8609', 'SUPERVISORY_ORGANIZATION-3-6710', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8609', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '22066', 'jarvis.li', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6710', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-861', 'SUPERVISORY_ORGANIZATION-3-571', null, '商业智能与分析团队', 'Business Intelligence & Analytics Team', null, 'C1030407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-861', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, 'C1263', 'ming.sun', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8610', 'SUPERVISORY_ORGANIZATION-3-6362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8610', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'W000077', 'binbin.qiu.o', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8611', 'SUPERVISORY_ORGANIZATION-3-2571', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8611', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '31272', 'volin.zhang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8612', 'SUPERVISORY_ORGANIZATION-3-2571', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8612', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '33670', 'vinson.cheng', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2571', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8613', 'SUPERVISORY_ORGANIZATION-3-963', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8613', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '12656', 'vivian.ma', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8614', 'SUPERVISORY_ORGANIZATION-3-1229', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8614', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '37714', 'joanna.chung', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1229', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8615', 'SUPERVISORY_ORGANIZATION-3-6004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8615', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '41108', 'max.chen3', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6518', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8616', 'SUPERVISORY_ORGANIZATION-3-3587', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8616', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '28508', 'yuqin.zhang', '31411', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8617', 'SUPERVISORY_ORGANIZATION-3-6286', null, '合肥硬件测试开发组', 'Hefei Hardware Test Development Sub-team', null, 'A212080204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8617', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C1138', 'xiezu.su', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8617', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8618', 'SUPERVISORY_ORGANIZATION-3-6286', null, '合肥硬件平台开发组', 'Hefei Hardware Platform Development Sub-team', null, 'A212080203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8618', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C1138', 'xiezu.su', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8618', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8619', 'SUPERVISORY_ORGANIZATION-3-3472', null, '合肥 XPE 电源设计团队', 'Hefei XPE Power Design Team', null, 'A2120807', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8619', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '32402', 'jason.meng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8619', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-862', 'SUPERVISORY_ORGANIZATION-3-497', null, '薪酬福利和共享服务中心部', 'Total Rewards & Share Service Center Department', null, 'OC-TRS-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-862', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-862', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8620', 'SUPERVISORY_ORGANIZATION-3-5524', null, '量产工程部', 'Series Engineering Department', null, 'A21216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8620', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8620', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8621', 'SUPERVISORY_ORGANIZATION-3-5524', null, '电驱系统欧洲部', 'Electric Drive System EU Department', null, 'A21210', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8621', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '02464', null, '100073;18092', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8622', 'SUPERVISORY_ORGANIZATION-3-5524', null, '电机设计部', 'Motor Design Department', null, 'A21212', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8622', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '27823', 'nathan.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8622', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8623', 'SUPERVISORY_ORGANIZATION-3-5524', null, '项目管理部', 'Project Management Department', null, 'A21213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8623', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8623', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8624', 'SUPERVISORY_ORGANIZATION-3-5524', null, '材料研究与应用团队', 'Material Research and Application Team', null, 'A2121501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8624', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '02156', 'ling.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8625', 'SUPERVISORY_ORGANIZATION-3-5524', null, '先进技术实验室', 'Advanced Technology Lab', null, 'A21209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8625', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8626', 'SUPERVISORY_ORGANIZATION-3-5524', null, '机械设计部', 'Mechanical Design Department', null, 'A21211', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8626', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, '100541', 'travers.ren', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8626', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8627', 'SUPERVISORY_ORGANIZATION-3-5524', null, '软件设计部', 'Software Design Department', null, 'A21214', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8627', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C0400', 'wilson.hong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8627', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8628', 'SUPERVISORY_ORGANIZATION-3-3477', null, '试验认证组', 'Test & Validation Sub-team', null, 'A212060106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8628', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C1413', 'honglei.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8628', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8629', 'SUPERVISORY_ORGANIZATION-3-3477', null, '技师组', 'Technician Sub-team', null, 'A212060105', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8629', null, '0', 'admin', '2022-05-26 17:22:52', null, null, null, null, null, null, 'C0606', 'xiaoping.zhou', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8629', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-863', null, null, '人力资源和行政,上海', 'HR & Admin,Shanghai', null, 'CO-SHA-HR-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-863', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8630', 'SUPERVISORY_ORGANIZATION-3-3477', null, '试验室规划运营组', 'Lab Planning & Management Sub-team', null, 'A212060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8630', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '30116', 'an.guo', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8630', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8631', 'SUPERVISORY_ORGANIZATION-3-3477', null, '工程试制组', 'Engineering Prototype Sub-team', null, 'A212060101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8631', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '13615', 'will.zhan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8631', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8632', 'SUPERVISORY_ORGANIZATION-3-3477', null, '南京试验室', 'Nanjing Lab', null, 'A212060103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8632', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, 'C1285', 'shawn.xiao', '100073;18092', 'Nanjing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8632', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8633', 'SUPERVISORY_ORGANIZATION-3-3477', null, '上海试验室', 'Shanghai Lab', null, 'A212060104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8633', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '06073', 'xingwang.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8633', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8634', 'SUPERVISORY_ORGANIZATION-3-6279', null, '模块测试组', 'Module Test Sub-team', null, 'A212070303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8634', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '13623', 'yu.zhang1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8634', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8635', 'SUPERVISORY_ORGANIZATION-3-6279', null, '模块失效分析组', 'Module Failure Analysis Sub-team', null, 'A212070301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8635', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '31309', 'wei.gai', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8635', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8636', 'SUPERVISORY_ORGANIZATION-3-6279', null, '模块可靠性组', 'Module Reliability Sub-team', null, 'A212070302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8636', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '13623', 'yu.zhang1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8636', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8637', 'SUPERVISORY_ORGANIZATION-3-6281', null, '芯片设计组', 'Chip Design Sub-team', null, 'A212070201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8637', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '30859', 'alex.gao1', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8637', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8638', 'SUPERVISORY_ORGANIZATION-3-6281', null, '工艺整合组', 'Process Integration Engineering Sub-team', null, 'A212070202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8638', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '31677', 'xingfei.ke', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8638', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8639', 'SUPERVISORY_ORGANIZATION-3-6280', null, '工艺实验线组', 'Process Pilot Line Sub-team', null, 'A212070103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8639', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '18260', 'jun.zhang6', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8639', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-864', null, null, '数字化业务发展运营团队', 'Digital Development Operations Team', null, 'DO-DGT-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-864', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8640', 'SUPERVISORY_ORGANIZATION-3-6280', null, '工艺材料开发组', 'Process & Material Development Sub-team', null, 'A212070102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8640', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '24329', 'fang.qi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8640', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8641', 'SUPERVISORY_ORGANIZATION-3-6280', null, '模块设计及仿真组', 'Module Design & Simulation Sub-team', null, 'A212070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8641', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '24329', 'fang.qi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8642', 'SUPERVISORY_ORGANIZATION-3-4781', null, 'PSD项目协调团队', 'PSD Project Coordinator Team', null, 'A2120705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8642', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '17904', 'daohui.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8642', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8643', 'SUPERVISORY_ORGANIZATION-3-4781', null, '新产品导入团队', 'New Process & Product Introduction Team', null, 'A2120704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8643', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '29015', 'felix.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8643', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8644', 'SUPERVISORY_ORGANIZATION-3-8624', null, '材料分析与数据发布组', 'Material Analysis & Data Release Sub-team', null, 'A212150103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8644', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '05990', 'ge.qin', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8644', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8645', 'SUPERVISORY_ORGANIZATION-3-8624', null, 'EDS辅助材料组', 'EDS Auxiliary Materials Sub-team', null, 'A212150101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8645', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '02156', 'ling.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8645', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8646', 'SUPERVISORY_ORGANIZATION-3-8624', null, '功能材料组', 'Functional Materials Sub-team', null, 'A212150102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8646', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '27532', 'xuduo.zeng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8646', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8647', 'SUPERVISORY_ORGANIZATION-3-8624', null, '结构材料组', 'Structural Materials Sub-team', null, 'A212150104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8647', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '13695', 'roger.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8648', 'SUPERVISORY_ORGANIZATION-3-8656', null, '合肥软件测试开发组', 'Hefei Software Test Development Sub-team', null, 'A212140304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8648', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, 'C0652', 'frank.guan', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8648', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8649', 'SUPERVISORY_ORGANIZATION-3-8656', null, '合肥应用软件开发标定组', 'Hefei Application & Calibration Sub-team', null, 'A212140301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8649', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, 'C0652', 'frank.guan', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8649', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-865', 'SUPERVISORY_ORGANIZATION-3-497', null, '共享服务中心团队', 'Share Service Center Team', null, 'OC-TRS-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-865', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '13746', 'jason.tian', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-865', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8650', 'SUPERVISORY_ORGANIZATION-3-8656', null, '合肥软件集成开发组', 'Hefei Software Integration Development Sub-team', null, 'A212140303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8650', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, 'C0652', 'frank.guan', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8650', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8651', 'SUPERVISORY_ORGANIZATION-3-8656', null, '合肥软件架构开发组', 'Hefei Software Architecture Development Sub-team', null, 'A212140302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8651', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, 'C0652', 'frank.guan', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8651', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8652', 'SUPERVISORY_ORGANIZATION-3-8678', null, '振动工程组', 'Vibration Engineering Sub-team', null, 'A212021705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8652', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '100689', 'hongbo.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8652', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8653', 'SUPERVISORY_ORGANIZATION-3-8678', null, 'NVH工程组', 'NVH Engineering Sub-team', null, 'A212021702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8653', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '13629', 'chen.shen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8653', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8654', 'SUPERVISORY_ORGANIZATION-3-8678', null, '系统耐久验证开发组', 'System Validation Development Sub-team', null, 'A212021704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8654', null, '0', 'admin', '2022-05-26 17:22:53', null, null, null, null, null, null, '39117', 'oxcan.chen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8654', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8655', 'SUPERVISORY_ORGANIZATION-3-8678', null, '机械需求管理与系统集成组', 'Mechanical Requirements Management& System Integration Sub-team', null, 'A212021703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8655', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '24839', 'liang.zhong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8655', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8656', 'SUPERVISORY_ORGANIZATION-3-8627', null, '合肥软件应用 开发团队', 'Hefei Software Development Team', null, 'A2121403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8656', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, 'C0652', 'frank.guan', '100073;18092', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8656', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8657', 'SUPERVISORY_ORGANIZATION-3-8627', null, '软件项目管理团队', 'Software Project Management Team', null, 'A2121404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8657', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '06965', 'shuhao.zheng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8657', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8658', 'SUPERVISORY_ORGANIZATION-3-3466', null, '电气需求管理与系统集成组', 'Electric Requirements Management& System Integration Sub-team', null, 'A212021404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8658', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '24937', 'wenhui.gou', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8658', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8659', 'SUPERVISORY_ORGANIZATION-3-3466', null, '车辆及E-Drive仿真组', 'Vehicle& E-drive Simulation Sub-team', null, 'A212021405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8659', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, 'C0451', 'nan.ye', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8659', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8660', 'SUPERVISORY_ORGANIZATION-3-8662', null, '减速箱机械开发组', 'GB Mechanical Development Sub-team', null, 'A212160401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8660', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '17173', 'charlie.shi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8660', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8661', 'SUPERVISORY_ORGANIZATION-3-8662', null, '电机开发组', 'Mechanical Development Sub-Team', null, 'A212160402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8661', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '19795', 'chunhua.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8661', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8662', 'SUPERVISORY_ORGANIZATION-3-8620', null, '机械工程团队', 'Mechanical Engineering Team', null, 'A2121604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8662', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, 'C0832', 'xianbing.chen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8662', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8663', 'SUPERVISORY_ORGANIZATION-3-8620', null, '软件应用团队', 'Software Application Team', null, 'A2121605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8663', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '31494', 'min.he', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8664', 'SUPERVISORY_ORGANIZATION-3-8620', null, '应用工程管理团队', 'Application Engineering Management Team', null, 'A2121601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8664', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '31191', 'gaven.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8664', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8665', 'SUPERVISORY_ORGANIZATION-3-8620', null, '现场服务团队', 'Field Service Team', null, 'A2121602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8665', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '22363', 'hunk.wu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8665', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8666', 'SUPERVISORY_ORGANIZATION-3-8620', null, '硬件工程团队', 'Hardware Engineering Team', null, 'A2121603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8666', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '30796', 'guangxuan.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8666', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8667', 'SUPERVISORY_ORGANIZATION-3-8671', null, '工程服务组', 'Engineering Service Sub-team', null, 'A212130101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8667', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '02959', 'guang.chen1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8667', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8668', 'SUPERVISORY_ORGANIZATION-3-8671', null, '产品运营组', 'Product Operation Sub-team', null, 'A212130102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8668', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '02959', 'guang.chen1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8668', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8669', 'SUPERVISORY_ORGANIZATION-3-8623', null, '项目管理办公室团队', 'PMO Team', null, 'A2121302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8669', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '22617', 'ning.zhang6', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-867', 'MP', null, '蔚来制造园区', 'NIO Manufacturing Park', null, 'MP-00', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-867', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 1', '1', 'SUPERVISORY_ORGANIZATION-3-867', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8670', 'SUPERVISORY_ORGANIZATION-3-8623', null, '项目管理团队', 'Program Management Team', null, 'A2121303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8670', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, 'C0760', 'andy.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8670', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8671', 'SUPERVISORY_ORGANIZATION-3-8623', null, '工程运营团队', 'Engineering Operation Team', null, 'A2121301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8671', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '02959', 'guang.chen1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8671', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8672', 'SUPERVISORY_ORGANIZATION-3-8681', null, '关键材料应用设计组', 'Key Material Application Design Sub-team', null, 'A212120203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8672', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '22668', 'xingwu.dai', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8672', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8673', 'SUPERVISORY_ORGANIZATION-3-8681', null, '前期关键工艺开发组', 'Key Manufactured Process Development in A Phase Sub-team', null, 'A212120201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8673', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '100446', 'li.han', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8674', 'SUPERVISORY_ORGANIZATION-3-8681', null, '部件设计及应用组', 'Parts Design and Accessories application Sub-team', null, 'A212120202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8674', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '100446', 'li.han', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8675', 'SUPERVISORY_ORGANIZATION-3-8680', null, '多目标优化平台设计组', 'MOO Platform Design Sub-team', null, 'A212120103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8675', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '21013', 'lee.li3', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8676', 'SUPERVISORY_ORGANIZATION-3-8680', null, '电磁技术设计及验证组', 'Electromagnetic Technology Design and Verification Sub-team', null, 'A212120102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8676', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '21013', 'lee.li3', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8677', 'SUPERVISORY_ORGANIZATION-3-8680', null, '电磁设计组', 'Electromagnetic Design Sub-team', null, 'A212120101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8677', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '21013', 'lee.li3', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8678', 'SUPERVISORY_ORGANIZATION-3-3462', null, '机械子系统开发团队', 'Mechanical Sub System Team', null, 'A2120217', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8678', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '24839', 'liang.zhong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8678', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8679', 'SUPERVISORY_ORGANIZATION-3-3462', null, '平台开发管理团队', 'Platform Development Management Team', null, 'A2120218', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8679', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8679', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-868', 'SUPERVISORY_ORGANIZATION-3-867', null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, 'MP-MO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-868', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-868', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8680', 'SUPERVISORY_ORGANIZATION-3-8622', null, '电机电磁设计团队', 'EM Electromagnetic Design Team', null, 'A2121201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8680', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '21013', 'lee.li3', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8680', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8681', 'SUPERVISORY_ORGANIZATION-3-8622', null, '电机机械设计团队', 'EM Mechanical Design team', null, 'A2121202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8681', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '100446', 'li.han', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8681', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8682', 'SUPERVISORY_ORGANIZATION-3-8622', null, '电机平台管理团队', 'EM Platform Management Team', null, 'A2121203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8682', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '27823', 'nathan.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8682', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8683', 'SUPERVISORY_ORGANIZATION-3-8693', null, '拓扑结构设计组', 'Topological Structure Design Sub-team', null, 'A212110302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8683', null, '0', 'admin', '2022-05-26 17:22:54', null, null, null, null, null, null, '100688', 'wiles.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8683', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8684', 'SUPERVISORY_ORGANIZATION-3-8693', null, '壳体 & 塑料件设计组', 'Housing & Plastic Design Sub-team', null, 'A212110301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8684', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '100688', 'wiles.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8684', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8685', 'SUPERVISORY_ORGANIZATION-3-3479', null, '孪生电驱开发组', 'Digital-Twin EDS Development Sub-team', null, 'A212021205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8685', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8685', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8686', 'SUPERVISORY_ORGANIZATION-3-8692', null, '紧固件设计组', 'Bolt Design Sub-team', null, 'A212110202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8686', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '31821', 'fangfang.song', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8686', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8687', 'SUPERVISORY_ORGANIZATION-3-8692', null, '密封设计组', 'Sealing Design Sub-team', null, 'A212110203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8687', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '25524', 'sihao.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8687', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8688', 'SUPERVISORY_ORGANIZATION-3-8692', null, '轴承设计组', 'Bearing Design Sub-team', null, 'A212110201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8688', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '36499', 'ling.zhang3', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8688', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8689', 'SUPERVISORY_ORGANIZATION-3-8694', null, '液压设计组', 'Hydraulics Design Sub-team', null, 'A212110103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8689', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '31183', 'wentao.gong', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8689', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-869', 'SUPERVISORY_ORGANIZATION-3-867', null, '运营计划,蔚来制造园区', 'Operation Planning,NIO Manu Park', null, 'MP-OP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-869', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-869', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8690', 'SUPERVISORY_ORGANIZATION-3-8694', null, '齿轴设计组', 'Gear & Shaft Design Sub-team', null, 'A212110102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8690', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'C1243', 'huiwen.zheng', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8690', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8691', 'SUPERVISORY_ORGANIZATION-3-8694', null, '差速器设计组', 'Differential Design Sub-team', null, 'A212110101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8691', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'C0713', 'hongxia.chen', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8691', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8692', 'SUPERVISORY_ORGANIZATION-3-8626', null, '标准件设计团队', 'Standard Components Design Team', null, 'A2121102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8692', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '20685', 'kevin.li8', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8692', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8693', 'SUPERVISORY_ORGANIZATION-3-8626', null, '结构件设计团队', 'Structure Components Design Team', null, 'A2121103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8693', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '100688', 'wiles.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8693', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8694', 'SUPERVISORY_ORGANIZATION-3-8626', null, '运动组件设计团队', 'Moving Unit Design Team', null, 'A2121101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8694', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '20722', 'darren.fan1', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8694', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8695', 'SUPERVISORY_ORGANIZATION-3-8621', null, '英国团队', 'UK Team', null, 'A2121002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8695', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '02464', null, '100073;18092', 'Oxford-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8695', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8696', 'SUPERVISORY_ORGANIZATION-3-8621', null, '慕尼黑团队', 'Munich Team', null, 'A2121001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8696', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '02464', null, '100073;18092', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8697', 'XPT_ORG_REFERENCE_20200424_9', null, '机械基础能力组', 'XPE Mechanical Basis Sub-team', null, 'A212080404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8697', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '15212', 'chaohua.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8697', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8698', 'XPT_ORG_REFERENCE_20200424_9', null, '电源机械开发组', 'Power Mechanical Development Sub-team', null, 'A212080403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8698', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '38354', 'asher.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8699', 'XPT_ORG_REFERENCE_20200424_9', null, '机械零件开发组', 'Mechanical Part Development Sub-team', null, 'A212080402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8699', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'C1101', 'xinguo.wang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8699', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-870', 'SUPERVISORY_ORGANIZATION-3-867', null, '财务,蔚来制造园区', 'Finance,NIO Manu Park', null, 'MP-FN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-870', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-870', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8700', 'XPT_ORG_REFERENCE_20200424_9', null, '机械集成开发组', 'Mechanical Integration Development Sub-team', null, 'A212080401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8700', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '100727', 'vincent.huang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8700', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8701', 'SUPERVISORY_ORGANIZATION-3-578', null, '大型塑性覆盖组', 'Giga Plastic Sub-team', null, 'A102100203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8701', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'C0142', 'devin.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8702', 'SUPERVISORY_ORGANIZATION-3-6346', null, '工业化组', 'Partner Lean Manufacturing Sub-team', null, 'B002031202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8702', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '31536', 'tommy.xu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8702', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8703', 'SUPERVISORY_ORGANIZATION-3-6346', null, '模具组', 'Partner Tooling Sub-team', null, 'B002031201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8703', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, '27707', 'jun.meng', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8704', 'PU-PQM', null, '供应链保障团队', 'Supply Chain Assurance Team', null, 'B0020314', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8704', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'C1383', 'frank.shi', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8704', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8705', 'PU-PQM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8705', null, '0', 'admin', '2022-05-26 17:22:55', null, null, null, null, null, null, 'C0184', 'king.jin', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'PU-PQM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8706', 'SUPERVISORY_ORGANIZATION-3-583', null, '技术支持组', 'Industrial Support Sub-team', null, 'B002030901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8706', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C0956', 'shengqiang.wang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8707', 'SUPERVISORY_ORGANIZATION-3-583', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8707', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '02936', 'sam.wang', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-583', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8708', 'SUPERVISORY_ORGANIZATION-3-6336', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8708', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C0449', 'kimber.ge', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6336', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8709', 'SUPERVISORY_ORGANIZATION-3-894', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8709', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C0944', 'wenhai.lu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-894', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-871', 'SUPERVISORY_ORGANIZATION-3-867', null, '数字运营,蔚来制造园区', 'Digital Operations, NIO Manu Park', null, 'MP-DO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-871', null, '1', 'admin', '2022-05-26 17:20:35', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-871', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8710', 'SUPERVISORY_ORGANIZATION-3-1625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8710', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '05421', 'zhicheng.feng', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8711', 'SUPERVISORY_ORGANIZATION-3-1625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8711', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '05421', 'zhicheng.feng', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8712', 'SUPERVISORY_ORGANIZATION-3-1625', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8712', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '30812', 'hongshuai.zhao', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1625', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8713', 'SUPERVISORY_ORGANIZATION-3-2669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8713', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '04821', 'david.du1', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8714', 'SUPERVISORY_ORGANIZATION-3-2669', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8714', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C0454', 'charlie.cai', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2669', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8715', 'SUPERVISORY_ORGANIZATION-3-2370', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8715', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '09155', 'jany.meng', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8716', 'SUPERVISORY_ORGANIZATION-3-8729', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8716', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '38390', 'guangyu.cui', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8717', 'SUPERVISORY_ORGANIZATION-3-6533', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8717', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '04492', 'kevin.zhang1', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6533', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8718', 'SUPERVISORY_ORGANIZATION-3-4412', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8718', null, '1', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '23098', 'fredy.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8719', 'SUPERVISORY_ORGANIZATION-3-8307', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8719', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '30584', 'xinyue.liu2', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-872', 'SUPERVISORY_ORGANIZATION-3-867', null, '人力资源,蔚来制造园区', 'Human Resource, NIO Manu Park', null, 'MP-OC', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-872', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-872', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8720', 'PE-OAM', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8720', null, '1', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '06417', 'jun.yan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8721', 'SUPERVISORY_ORGANIZATION-3-6647', null, '非官宣部门 (Not Annoucned)', '非官宣部门 (Not Annoucned)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8721', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '05390', 'kelly.bao', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6647', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8722', 'SUPERVISORY_ORGANIZATION-3-6104', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8722', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '03770', 'chen.lin', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8727', 'SUPERVISORY_ORGANIZATION-3-8729', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8727', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '16460', 'bingqing.liu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8728', 'SUPERVISORY_ORGANIZATION-3-6711', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8728', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '05552', 'xiaogai.li', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8729', 'SUPERVISORY_ORGANIZATION-3-2448', null, 'Web应用研发部', 'Web Application Development Department', null, 'A20710', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8729', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '31778', 'xiaochen.gao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8729', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-873', 'SUPERVISORY_ORGANIZATION-3-867', null, '质量,蔚来制造园区', 'Quality,NIO Manu Park', null, 'MP-QD', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-873', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-873', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8730', 'SUPERVISORY_ORGANIZATION-3-2448', null, '产研软件研发部', 'Product Design & Development Software Development Department', null, 'A20712', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8730', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '31301', 'sheng.yan', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8730', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8731', 'SUPERVISORY_ORGANIZATION-3-578', null, '知识卓越中心组', 'Exterior CoE Sub-team', null, 'A102100205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8731', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '23078', 'fan.yang6', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8731', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8732', 'SUPERVISORY_ORGANIZATION-3-578', null, '创新功能件组', 'Innovation E-mechanical Sub-team', null, 'A102100206', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8732', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C1042', 'bin.pu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8732', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8733', 'SUPERVISORY_ORGANIZATION-3-578', null, '创新饰件组', 'Innovation Trim Sub-team', null, 'A102100207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8733', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C0976', 'joshua.wu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8733', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8734', 'SUPERVISORY_ORGANIZATION-3-2420', null, '座舱软件架构与中台部', 'Software Architecture and Middle Platform Department', null, 'A20319', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8734', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '37857', 'young.zhu', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8734', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8735', 'SUPERVISORY_ORGANIZATION-3-2420', null, '座舱交付二部', 'Digital Cockpit Delivery II Department', null, 'A20321', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8735', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, 'C0340', 'chris.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8735', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8736', 'SUPERVISORY_ORGANIZATION-3-2420', null, '座舱交付一部', 'Digital Cockpit Delivery I Department', null, 'A20320', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8736', null, '0', 'admin', '2022-05-26 17:22:56', null, null, null, null, null, null, '36885', 'xiaoyan.dang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8736', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8737', 'SO-SPG', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8737', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '18612', 'jing.yao', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SO-SPG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8738', 'SUPERVISORY_ORGANIZATION-3-2387', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8738', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '21946', 'cheryl.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8739', 'SUPERVISORY_ORGANIZATION-3-3861', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8739', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '12330', 'even.luo', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-874', 'SUPERVISORY_ORGANIZATION-3-2677', null, '汽车金融部', 'Auto Financing Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-874', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '09711', 'steven.min', '04634', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2677', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8740', 'SUPERVISORY_ORGANIZATION-3-2799', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8740', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '30111', 'wendy.li1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2799', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8741', 'PE-PRD-004', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8741', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '38565', 'yue.li3', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-PRD-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8742', 'SUPERVISORY_ORGANIZATION-3-8311', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8742', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '38926', 'youning.zhan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8311', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8743', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8743', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '35465', 'chengzhen.gu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8744', 'SUPERVISORY_ORGANIZATION-3-3698', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8744', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '16190', 'bin.wang5', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3698', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8745', 'SUPERVISORY_ORGANIZATION-3-7281', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8745', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '40107', 'yiming.zhao', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8746', 'SUPERVISORY_ORGANIZATION-3-8588', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8746', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '05438', 'tao.li1', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8588', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8747', 'SUPERVISORY_ORGANIZATION-3-4675', null, '空间设计', 'Space Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8747', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '42206', 'jingjie.cheng', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8748', 'SUPERVISORY_ORGANIZATION-3-4675', null, '网络战略', 'Network Strategy', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8748', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, 'C0401', 'howard.xia', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8748', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8749', 'SUPERVISORY_ORGANIZATION-3-4675', null, '用户关系 & 用户数字产品', 'User Relations & User Digital Product', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8749', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '27419', 'koeman.wang', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-875', 'ID-IDP', null, '产业规划部', 'Industrial Planning Department', null, 'ID-IDP-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-875', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0097', 'jessie.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-875', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8750', 'SUPERVISORY_ORGANIZATION-3-1242', null, '服务中心团队,回兴门店', 'Service Center Team, Huixing Store', null, 'C122010403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8750', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '38002', 'chi.che', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8751', '20191223_SUPERVISORY_ORG_1', null, '在线顾问团队,重庆公司', 'Online Consultant Team, Chongqing Company', null, 'C122010811', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8751', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '15386', 'heying.zhang', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8752', 'SUPERVISORY_ORGANIZATION-3-7750', null, 'AD订阅增长团队', 'AD Subscription Growth Team', null, 'A2160502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8752', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '40623', 'yajing.cai', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8753', 'SUPERVISORY_ORGANIZATION-3-5436', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8753', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '05414', 'max.cai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5436', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8754', 'SUPERVISORY_ORGANIZATION-3-1268', null, '服务中心团队,西安高新店', 'Service Center Team, Xi’an HIGH-TECH(Store)', null, 'C118010404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8754', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '40351', 'kai.li5', '09821;24015', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8755', 'SUPERVISORY_ORGANIZATION-3-8754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8755', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '40351', 'kai.li5', '09821;24015', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8756', 'SUPERVISORY_ORGANIZATION-3-8754', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8756', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '09839', 'dong.li', '09821;24015', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8754', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8757', 'SUPERVISORY_ORGANIZATION-3-6265', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8757', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '39716', 'zhe.lu', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6265', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8758', 'SD-IFS-006', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8758', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, 'C1382', 'fang.liang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-IFS-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8759', 'SUPERVISORY_ORGANIZATION-3-5863', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8759', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '41647', 'aber.hu', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-876', 'DS-EXD', null, '设计运营部', 'Design Operations Department', null, 'DS-SOP-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-876', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'EU0101', null, '04966;05407', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-876', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8760', 'SUPERVISORY_ORGANIZATION-3-5863', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8760', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '29964', 'ziming.jia', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8761', 'SUPERVISORY_ORGANIZATION-3-7887', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8761', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '37884', 'jun.li12', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7887', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8762', 'SUPERVISORY_ORGANIZATION-3-696', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8762', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '38594', 'nan.nan', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-696', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8763', 'SUPERVISORY_ORGANIZATION-3-5457', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8763', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '33723', 'howell.zeng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8764', 'SUPERVISORY_ORGANIZATION-3-6379', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8764', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '39997', 'ke.sun', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8765', 'SUPERVISORY_ORGANIZATION-3-6362', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8765', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, 'W000077', 'binbin.qiu.o', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8766', 'SUPERVISORY_ORGANIZATION-3-5676', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8766', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '26300', 'lei.yang8', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5676', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8767', 'PE-OAM', null, '区域能源虚拟部门', '区域能源虚拟部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8767', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE-OAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8768', 'PE_SUPERVISORY_ORGANIZATION_1', null, '数据运营团队', 'Data Operations Team', null, 'C1596103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8768', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '05345', 'damon.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8768', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8769', 'PE_SUPERVISORY_ORGANIZATION_1', null, '业务规划团队', 'Strategic & Business Planning Team', null, 'C1596102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8769', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '05345', 'damon.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-877', 'SUPERVISORY_ORGANIZATION-3-504', null, '人才招募部', 'Talent Acquisition Department', null, 'CO-TA-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-877', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '19689', 'kevin.jiang1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8770', 'SUPERVISORY_ORGANIZATION-3-8771', null, '精调工段1班组', 'Fine Adjustment Section 1 Team', null, 'B3010702010601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8770', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '35962', 'qiong.wang2', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8770', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8771', 'SUPERVISORY_ORGANIZATION-3-5584', null, '车身车间精调工段', 'Body Shop Fine Tuning Section', null, 'B30107020106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8771', null, '0', 'admin', '2022-05-26 17:22:57', null, null, null, null, null, null, '41075', 'lei.zhang24', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8771', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8772', 'SUPERVISORY_ORGANIZATION-3-8289', null, '整车工艺组', 'Vehicle Process Sub-Team', null, 'B301120204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8772', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, 'C0493', 'lucky.liu', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8772', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8773', 'SUPERVISORY_ORGANIZATION-3-8289', null, '车身工艺组', 'Body Process Sub-Team', null, 'B301120203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8773', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '23343', 'adam.wang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8773', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8774', 'SUPERVISORY_ORGANIZATION-3-1773', null, '用户顾问团队,哈尔滨国际汽车城店', 'User Fellow Team, Harbin Qichecheng', null, 'C140010106', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8774', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '09838', 'neal.cui', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8774', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8775', 'SUPERVISORY_ORGANIZATION-3-1773', null, '用户顾问团队,哈尔滨卓展店', 'User Fellow Team, Zhuozhan', null, 'C140010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8775', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '09838', 'neal.cui', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8775', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8776', 'SUPERVISORY_ORGANIZATION-3-1773', null, '用户顾问团队,哈尔滨麦凯乐店', 'User Fellow Team, Harbin MYKAL', null, 'C140010107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8776', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '09838', 'neal.cui', '29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8776', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8777', 'SUPERVISORY_ORGANIZATION-3-1843', null, '在线顾问团队,郑州公司', 'Online Consultant Team, Zhengzhou Company', null, 'C120010919', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8777', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '28503', 'leon.lv', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8778', 'CO-SHA-001', null, '蔚来顾问团队(用户运营),上海公司', 'Fellow Team (Operational), Shanghai Company', null, 'C111011201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8778', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '02450', 'olivia.li', '03280;13082', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8778', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8779', 'SUPERVISORY_ORGANIZATION-3-6363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8779', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '41770', 'jeffery.xu1', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-878', 'EP-EDS-T-003', null, 'EDS系统架构组', 'EDS System Architecture Sub-team', null, 'A103030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-878', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8780', 'SUPERVISORY_ORGANIZATION-3-6363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8780', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '39928', 'json.zhang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8781', 'SUPERVISORY_ORGANIZATION-3-1772', null, '蔚来顾问团队(用户运营),贵阳公司', 'Fellow Team(Operational), Guiyang Company', null, 'C139010112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8781', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '24856', 'bruce.yang1', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8781', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8787', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(南通)', 'Human Resource, Nantong', null, 'D1010853', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8787', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '03280', 'wen.shi', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-879', 'EP-EDS-T-001', null, 'EDU变速箱组', 'EDU Gearbox Sub-team', null, 'A103030102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-879', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0400', 'wilson.hong', null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-879', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8797', 'SUPERVISORY_ORGANIZATION-3-6431', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8797', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '34167', 'zhenqiang.liu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8798', 'SUPERVISORY_ORGANIZATION-3-7315', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8798', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '32412', 'hao.ren2', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7315', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8799', 'SUPERVISORY_ORGANIZATION-3-8309', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8799', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '11756', 'wenxing.zhu', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8309', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-880', null, null, 'Performance Program Operations', 'Performance Program Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-880', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Oxford-GB', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8800', 'SUPERVISORY_ORGANIZATION-3-7798', null, '在线顾问团队,常州公司', 'Online Consultant Team,ChangZhou Company', null, 'C166010114', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8800', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8800', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8801', 'SUPERVISORY_ORGANIZATION-3-7798', null, '产品专家团队,常州公司', 'Nio Product Expert Team,ChangZhou Company', null, 'C166010113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8801', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '20655', 'yilan.lu', '07209', 'Changzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8802', 'SUPERVISORY_ORGANIZATION-3-7788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8802', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '39354', 'guoping.yuan', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8803', 'SUPERVISORY_ORGANIZATION-3-6107', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8803', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '30377', 'william.tang1', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8804', 'SUPERVISORY_ORGANIZATION-3-6107', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8804', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '28925', 'zhengqiu.yuan', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8805', 'SUPERVISORY_ORGANIZATION-3-6107', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8805', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '37768', 'yuxi.zhang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8806', 'SUPERVISORY_ORGANIZATION-3-6107', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8806', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '32643', 'lio.zhang', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6107', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8807', 'SUPERVISORY_ORGANIZATION-3-6422', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8807', null, '0', 'admin', '2022-05-26 17:22:58', null, null, null, null, null, null, '35775', 'yiqiong.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8808', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8808', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '24445', 'yutao.du', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8809', 'SUPERVISORY_ORGANIZATION-3-3755', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8809', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '02250', 'michael.pu', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-881', '20191230_SUPERVISORY_ORG_17', null, '门店运营团队 (空间运营),苏州中心', 'Store Operations Team (Space Operations), Suzhou Center', null, 'C116010301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-881', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '03052', 'ping.chen', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8810', 'PE_SUPERVISORY_ORGANIZATION_8', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8810', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '10503', 'quan.qi', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8811', 'SUPERVISORY_ORGANIZATION-3-1830', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8811', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '24621', 'fan.ren', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191223_SUPERVISORY_ORG_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8812', 'SUPERVISORY_ORGANIZATION-3-2477', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8812', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '05705', 'evan.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8813', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8813', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '39411', 'lingfeng.li', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8814', 'SUPERVISORY_ORGANIZATION-3-5543', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8814', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '05616', 'shijie.yu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5543', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8815', 'SUPERVISORY_ORGANIZATION-3-3380', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8815', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '30728', 'clair.yuan', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3380', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8816', 'XPT_SUPERVISORY_ORGANIZATION_19', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8816', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '37582', 'bangkun.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_19', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8817', 'PE_SUPERVISORY_ORGANIZATION_75', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8817', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '06880', 'vivian.xie', '03476;04006;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_75', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8818', 'PE_SUPERVISORY_ORGANIZATION_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8818', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '06586', 'lei.cai', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8819', 'SUPERVISORY_ORGANIZATION-3-4836', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8819', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '42019', 'xianting.you', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-882', 'SUPERVISORY_ORGANIZATION-3-580', null, '物流-仓储团队,北京公司', 'Logistics - Warehouse Team, Beijing Company', null, 'C112010501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-882', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '05244', 'peng.liang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-882', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8820', 'SUPERVISORY_ORGANIZATION-3-8455', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8820', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '30170', 'hao.shen2', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8455', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8821', 'SUPERVISORY_ORGANIZATION-3-8455', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8821', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '04437', 'shixi.luo', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8455', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8827', 'SUPERVISORY_ORGANIZATION-3-6002', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8827', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '37627', 'elbert.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4412', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8828', 'SUPERVISORY_ORGANIZATION-3-4412', null, '基础架构团队', 'Planning and Control Infra Team', null, 'A2090604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8828', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '32699', 'finch.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8828', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8829', 'SUPERVISORY_ORGANIZATION-3-777', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8829', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '41113', null, '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-777', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-883', null, null, '电动力架构与控制团队', 'EP Architecture & Control Team', null, 'EP-EAC-005-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-883', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-883', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8830', 'SUPERVISORY_ORGANIZATION-3-3878', null, '非官宣部门(AS&AA&HW)', '非官宣部门(AS&AA&HW)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8830', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8831', 'SUPERVISORY_ORGANIZATION-3-504', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8831', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '25177', 'yu.wang12', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-504', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8832', 'SUPERVISORY_ORGANIZATION-3-7958', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8832', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '41845', 'yuanyuan.wang1', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8833', 'FN-ATX', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8833', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '28838', null, '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'FN-ATX', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8834', 'SUPERVISORY_ORGANIZATION-3-8149', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8834', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '39509', null, '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8149', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8835', 'SUPERVISORY_ORGANIZATION-3-8749', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8835', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '23773', 'jinliang.lei', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8749', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8836', 'SUPERVISORY_ORGANIZATION-3-4363', null, 'US Sub-Team', 'US Sub-Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8836', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '12318', 'chen.shi', '09077;12313;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8836', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8837', 'SUPERVISORY_ORGANIZATION-3-5763', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8837', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '34734', 'grace.wang', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8838', 'SUPERVISORY_ORGANIZATION-3-2564', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8838', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '36773', 'max.li1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8839', 'SUPERVISORY_ORGANIZATION-3-3267', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8839', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '33336', 'crystal.wang', '03365;16666;42677', 'Huzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3267', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-884', 'FN-CNP-005', null, '财务团队(用户发展)', 'Finance Team (UD)', null, 'D1030301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-884', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0392', 'stella.yao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-884', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8840', 'SUPERVISORY_ORGANIZATION-3-7209', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8840', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '39636', 'celia.chen1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7801', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8841', 'SUPERVISORY_ORGANIZATION-3-6716', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8841', null, '1', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '25488', 'yunfei.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6716', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8842', 'SUPERVISORY_ORGANIZATION-3-2466', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8842', null, '0', 'admin', '2022-05-26 17:22:59', null, null, null, null, null, null, '24624', 'yuxin.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2466', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8843', 'SUPERVISORY_ORGANIZATION-3-6530', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8843', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '21647', 'li.huang', '31411', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6530', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8847', 'SUPERVISORY_ORGANIZATION-3-4254', null, '蔚来顾问团队(用户运营),无锡公司', 'Fellow Team (Operational), Wuxi Company', null, 'C150010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8847', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, 'C1103', 'jacky.wang', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8847', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8848', 'SUPERVISORY_ORGANIZATION-3-7854', null, '软件产品规划与设计团队', '软件产品规划与设计团队', null, 'A2150707', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8848', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '39291', 'jacky.wong', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8848', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8849', 'SUPERVISORY_ORGANIZATION-3-7854', null, '其他规划团队', '其他规划团队', null, 'A2150705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8849', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '39291', 'jacky.wong', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8849', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-885', 'SUPERVISORY_ORGANIZATION-3-4661', null, '产品运营团队', 'Product Operation Team', null, 'C1060702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-885', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '03415', 'manxi.he', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-885', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8850', 'SUPERVISORY_ORGANIZATION-3-7854', null, '软件测试团队', '软件测试团队', null, 'A2150706', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8850', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '39292', 'liu.yuan', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8850', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8851', 'SUPERVISORY_ORGANIZATION-3-7854', null, 'BSP团队', 'BSP团队', null, 'A2150701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8851', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '36608', 'ken.lin', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8851', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8852', 'SUPERVISORY_ORGANIZATION-3-7854', null, '系统优化与开发团队', '系统优化与开发团队', null, 'A2150710', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8852', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '37529', 'xiaotie.wang', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8852', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8853', 'SUPERVISORY_ORGANIZATION-3-7854', null, '系统UI团队', '系统UI团队', null, 'A2150709', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8853', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '39291', 'jacky.wong', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8853', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8854', 'SUPERVISORY_ORGANIZATION-3-7854', null, '核心应用团队', '核心应用团队', null, 'A2150704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8854', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '39291', 'jacky.wong', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8855', 'SUPERVISORY_ORGANIZATION-3-7854', null, '核心通信团队', '核心通信团队', null, 'A2150703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8855', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '36608', 'ken.lin', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8855', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8856', 'SUPERVISORY_ORGANIZATION-3-7854', null, '分布式能力团队', '分布式能力团队', null, 'A2150702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8856', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '37529', 'xiaotie.wang', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8856', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8857', 'SUPERVISORY_ORGANIZATION-3-7854', null, '软件项目管理团队', '软件项目管理团队', null, 'A2150708', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8857', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '39293', 'leo.lv', '37315', 'Shenzhen-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8857', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8858', 'SUPERVISORY_ORGANIZATION-3-7855', null, '音频团队', '音频团队', null, 'A2150307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8858', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8858', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8859', 'SUPERVISORY_ORGANIZATION-3-7855', null, '结构团队', '结构团队', null, 'A2150303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8859', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-886', 'SUPERVISORY_ORGANIZATION-3-646', null, '用户体验设计部', 'User Experience Design Department', null, 'C10605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-886', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '04449', 'wenhan.xiao', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-886', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8860', 'SUPERVISORY_ORGANIZATION-3-7855', null, 'DFX团队', 'DFX团队', null, 'A2150301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8860', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8860', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8861', 'SUPERVISORY_ORGANIZATION-3-7855', null, '屏显/指纹团队', '屏显/指纹团队', null, 'A2150304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8861', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '34320', 'jeffrey.jiang', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8861', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8862', 'SUPERVISORY_ORGANIZATION-3-7855', null, '基带团队', '基带团队', null, 'A2150302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8862', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8862', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8863', 'SUPERVISORY_ORGANIZATION-3-7855', null, '天线射频团队', '天线射频团队', null, 'A2150305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8863', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '31546', 'scott.yin', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8863', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8864', 'SUPERVISORY_ORGANIZATION-3-7855', null, '系统架构团队', '系统架构团队', null, 'A2150306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8864', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '34320', 'jeffrey.jiang', '37315', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8865', 'SUPERVISORY_ORGANIZATION-3-3944', null, '方案交付部', 'Solution Delivery Department', null, 'A20914', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8865', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '16713', 'shaoqing.ren', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8865', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8866', 'SUPERVISORY_ORGANIZATION-3-7245', null, 'AD平台研发质量管理团队', 'AD Platform R&D Quality Management Team', null, 'A2160305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8866', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '38942', 'feng.shao', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8866', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8867', 'SUPERVISORY_ORGANIZATION-3-3975', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8867', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '36861', 'yunyong.liang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8868', 'VE-INE-003', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8868', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, 'C0540', 'yan.song', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-INE-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8869', 'SUPERVISORY_ORGANIZATION-3-940', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8869', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '18528', 'lin.liang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-887', 'SUPERVISORY_ORGANIZATION-3-2327', null, 'Interior Production Cars Team', 'Interior Production Cars Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-887', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '29034', null, '04966', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2327', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8870', 'SUPERVISORY_ORGANIZATION-3-4784', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8870', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '23194', 'eric.zhu2', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4784', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8871', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8871', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '34620', 'xianku.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8872', 'SUPERVISORY_ORGANIZATION-3-7224', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8872', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '28528', 'jiayu.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8873', 'SUPERVISORY_ORGANIZATION-3-8251', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8873', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '14089', 'anna.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8874', 'SUPERVISORY_ORGANIZATION-3-747', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8874', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '42670', 'junyu.liang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-747', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8875', 'SUPERVISORY_ORGANIZATION-3-1769', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8875', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '29661', 'yanxi.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1769', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8876', 'SUPERVISORY_ORGANIZATION-3-505', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8876', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '06582', 'yunfeng.lu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8877', 'SUPERVISORY_ORGANIZATION-3-7245', null, 'AD平台基础架构研发团队', 'AD Platform Infrastructure R&D Team', null, 'A2160304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8877', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '35090', 'neil.wang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8877', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8878', 'SUPERVISORY_ORGANIZATION-3-7245', null, 'AD平台后端研发团队', 'AD Platform Back-end R&D Team', null, 'A2160303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8878', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '35090', 'neil.wang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8878', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8879', 'SUPERVISORY_ORGANIZATION-3-7245', null, 'AD平台数据研发团队', 'AD Platform Data R&D Team', null, 'A2160302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8879', null, '0', 'admin', '2022-05-26 17:23:00', null, null, null, null, null, null, '35090', 'neil.wang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8879', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-888', null, null, '项目质量团队', 'Program Quality Team', null, 'QD-COQ-PQ-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-888', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-888', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8880', 'SUPERVISORY_ORGANIZATION-3-4708', null, '硬件DRE团队', 'HW DRE Team', null, 'A2100304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8880', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '02132', 'xiaoning.gong', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8880', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8881', 'SUPERVISORY_ORGANIZATION-3-4708', null, '传感器项目管理团队', 'Sensor PM Team', null, 'A2100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8881', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '07242', 'john.hu', '12966;34449;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8881', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8882', 'SUPERVISORY_ORGANIZATION-3-6365', null, '自动驾驶服务保障部', 'AD Service Guarantee Department', null, 'A21606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8882', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '32724', 'martin.li3', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8882', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8883', 'SUPERVISORY_ORGANIZATION-3-4972', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8883', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '41532', 'na.luo', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4972', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8884', 'SUPERVISORY_ORGANIZATION-3-6145', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8884', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '25488', 'yunfei.ma', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8885', 'SUPERVISORY_ORGANIZATION-3-6145', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8885', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '24158', 'jianhua.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8886', 'SUPERVISORY_ORGANIZATION-3-8865', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8886', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, 'C0041', 'chenxi.ding', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8865', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8887', 'SUPERVISORY_ORGANIZATION-3-2805', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8887', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '42212', 'mark.gao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8888', 'SUPERVISORY_ORGANIZATION-3-5910', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8888', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '33589', 'wei.li8', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8889', 'SUPERVISORY_ORGANIZATION-3-750', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8889', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '17717', 'di.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-889', 'DS-EXD', null, 'Exterior Production Cars Team', 'Exterior Production Cars Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-889', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'EU0101', null, '04966;05407', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DS-EXD', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8890', 'SUPERVISORY_ORGANIZATION-3-810', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8890', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '32150', 'rongrong.wei', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-810', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8891', 'SUPERVISORY_ORGANIZATION-3-2410', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8891', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '05480', 'weihua.ding', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-722', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8897', 'SUPERVISORY_ORGANIZATION-3-6715', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8897', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '35338', 'wenjuan.yang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6715', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8898', 'SUPERVISORY_ORGANIZATION-3-6145', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8898', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '32200', 'jin.yang3', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6145', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8899', 'SUPERVISORY_ORGANIZATION_20200518_74', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8899', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '12389', 'liang.chen3', '03476;04271;04685;09067;11261;16305;26976', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_74', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-890', null, null, '验证设计团队', 'Validation Design Team', null, 'VE-FI-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-890', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-890', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8900', 'SUPERVISORY_ORGANIZATION-3-807', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8900', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '09058', 'shiyi.hu', '03476;04271;04685;07209;11261;16305;26976', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-807', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8901', 'SUPERVISORY_ORGANIZATION-3-4451', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8901', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '11387', 'zhanbiao.niu', '03476;04271;04685;11261;12159;16305;26976', 'Yinchuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4451', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8902', 'SUPERVISORY_ORGANIZATION-3-8072', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8902', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '08832', 'jianzhong.lin', '03476;04271;04685;11261;16305;18288;26976', 'Foshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8072', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8903', 'SUPERVISORY_ORGANIZATION-3-1173', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8903', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '08444', 'changliang.han', '03476;04271;04685;05554;11261;16305;26976', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1173', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8904', 'SUPERVISORY_ORGANIZATION-3-4453', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8904', null, '0', 'admin', '2022-05-26 17:23:01', null, null, null, null, null, null, '11387', 'zhanbiao.niu', '03476;04271;04685;11261;12159;16305;26976', 'Xining-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4453', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8905', 'SUPERVISORY_ORGANIZATION-3-4457', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8905', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '11387', 'zhanbiao.niu', '03476;04271;04685;11261;16305;26976;44504', 'Lanzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4457', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8906', 'SUPERVISORY_ORGANIZATION-3-1138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8906', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '11807', 'wei.chen4', '03476;04006;04271;04685;11261;16305;26976', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8907', 'SUPERVISORY_ORGANIZATION-3-6674', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8907', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '34849', 'zhe.wang2', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8908', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8908', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '39714', 'xudong.dai', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8909', 'SUPERVISORY_ORGANIZATION-3-1014', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8909', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '09304', 'mafa.luo', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1014', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-891', null, null, '智能前端团', 'Intelligent Frontend Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-891', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, 'C1067', null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8910', 'SUPERVISORY_ORGANIZATION-3-8674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8910', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '100446', 'li.han', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8911', 'SUPERVISORY_ORGANIZATION-3-8674', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8911', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '18924', 'wei.wang19', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8674', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8912', 'SUPERVISORY_ORGANIZATION-3-7125', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8912', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '05264', 'kira.zhang', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3755', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8913', 'SUPERVISORY_ORGANIZATION-3-7009', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8913', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '41767', 'yuqianhui.cai', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8914', 'SUPERVISORY_ORGANIZATION-3-7859', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8914', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '38571', 'rick.miao', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7859', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8917', 'GL-LGL', null, '蔚来法律创新研究院', 'NIO Legal & Innovation Academy', null, 'D1021001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8917', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, 'EU0164', null, '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8918', 'GL-LGL', null, '全球公司治理及投融资部', 'Global Corporate Governance & Investment Department', null, 'D10207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8918', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '28931', 'karl.gao', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8919', 'GL-LGL', null, '全球法律合规团队', 'Global Legal Compliance Team', null, 'D1020901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8919', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, 'U0013', null, '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8919', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-892', null, null, '电源管理,北京', 'Power Management,Beijing', null, 'CO-BJ-PE-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-892', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-892', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8920', 'GL-LGL', null, '国际业务团队', 'Global Business Team', null, 'D1020801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8920', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '36116', 'daphne.wang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8920', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8921', 'SUPERVISORY_ORGANIZATION-3-2278', null, '开发与效能工具部', 'Development & Productivity Tools Department', null, 'A20216', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8921', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-8921', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8922', 'SUPERVISORY_ORGANIZATION-3-1673', null, '软件发布运营团队', 'SW Release Operation Team', null, 'A2020916', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8922', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, 'C0609', 'stefan.jing', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8922', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8923', 'SUPERVISORY_ORGANIZATION-3-9032', null, '非官宣 - 服务框架', '非官宣 - 服务框架', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8923', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '24948', 'peter.li1', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8924', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣 - 技术主管', '非官宣 - 技术主管', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8924', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '31324', 'hualiang.guan', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8925', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣 - 平台集成', '非官宣 - 平台集成', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8925', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '33051', 'alex.huang1', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8926', 'SUPERVISORY_ORGANIZATION-3-9032', null, '非官宣 - 产品化服务', '非官宣 - 产品化服务', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8926', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '27607', 'shuangbao.deng', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8927', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣 - 网络与诊断', '非官宣 - 网络与诊断', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8927', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '37787', 'tom.zhang', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8928', 'SUPERVISORY_ORGANIZATION-3-9032', null, '非官宣 - BSW合肥', '非官宣 - BSW合肥', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8928', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '32244', 'thomas.zhang', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8929', 'SUPERVISORY_ORGANIZATION-3-2548', null, '软件与算法安全测试团队', 'Safety Testing for Software and Algorithms Team', null, 'A2020511', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8929', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '40084', 'george.zhou', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8929', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-893', 'OC-HRM-002', null, '人才招募团队', 'Talent Acquisition Team', null, 'OC-TAM-001-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-893', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '19689', 'kevin.jiang1', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-893', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8930', 'SUPERVISORY_ORGANIZATION-3-2548', null, '安全验证与确认团队', 'Safety V & V Team', null, 'A2020510', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8930', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '05574', 'weiqian.zhang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8930', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8931', 'SUPERVISORY_ORGANIZATION-3-2548', null, '安全功能开发团队', 'Safety Feature Dev Team', null, 'A2020509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8931', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '03517', 'yanjun.liu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8932', 'SUPERVISORY_ORGANIZATION-3-2548', null, '功能安全管理团队', 'Functional Safety Management Team', null, 'A2020508', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8932', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '03517', 'yanjun.liu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8932', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8933', 'SUPERVISORY_ORGANIZATION-3-2548', null, '操作系统与硬件安全团队', 'OS & Hardware Security Team', null, 'A2020507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8933', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '30507', 'halley.li', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8933', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8934', 'SUPERVISORY_ORGANIZATION-3-2548', null, '软件安全与工具团队', 'Software Security & Tools Team', null, 'A2020506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8934', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '18349', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8934', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8935', 'SUPERVISORY_ORGANIZATION-3-2548', null, '威胁控制与蓝军团队', 'Threat Control & Red Team', null, 'A2020505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8935', null, '0', 'admin', '2022-05-26 17:23:02', null, null, null, null, null, null, '25786', 'long.lu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8935', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8936', 'SUPERVISORY_ORGANIZATION-3-8946', null, 'CT合肥验证组', 'CT Validation HF Sub-team', null, 'A202071002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8936', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '19716', 'xiangwei.min', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8936', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8937', 'SUPERVISORY_ORGANIZATION-3-8946', null, 'CT上海验证组', 'CT Validation SH Sub-team', null, 'A202071001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8937', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8938', 'SUPERVISORY_ORGANIZATION-3-8940', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8938', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '29491', 'robert.ma', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8939', 'SUPERVISORY_ORGANIZATION-3-8921', null, '测试数据中心团队', 'Test Data Center', null, 'A2021604', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8939', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8939', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-894', 'SUPERVISORY_ORGANIZATION-3-8705', null, '外饰合作伙伴开发团队', 'Exterior Team', null, 'B0020310', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-894', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0944', 'wenhai.lu', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-894', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8940', 'SUPERVISORY_ORGANIZATION-3-8921', null, '自动化测试团队', 'Test Automation Lead Team', null, 'A2021603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8940', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '34364', 'liwu.li', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8941', 'SUPERVISORY_ORGANIZATION-3-8921', null, 'SOA/App开发工具团队', 'SOA/App Development Tools Team', null, 'A2021602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8941', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8941', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8942', 'SUPERVISORY_ORGANIZATION-3-8921', null, '仿真团队', 'Simulation Team', null, 'A2021601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8942', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '29984', 'zhen.chen6', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8943', 'SD-CVS-W', null, '车载开发团队', 'In-Vehicle Development Team', null, 'A2020709', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8943', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8944', 'SD-CVS-W', null, 'CCS欧洲团队', 'CCS EU Team', null, 'A2020713', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8944', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8945', 'SD-CVS-W', null, '产品系统工程团队', 'Product and System Engineering Team', null, 'A2020712', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8945', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '36183', 'fey.yin', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8945', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8946', 'SD-CVS-W', null, '车载验证团队', 'In-Vehicle Validation Team', null, 'A2020710', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8946', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'C1240', 'hao.zhu', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8946', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8947', 'SUPERVISORY_ORGANIZATION-3-8943', null, 'CT合肥应用开发组', 'CT App Dev HF Sub-team', null, 'A202070903', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8947', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '18122', 'shuqing.yao', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8947', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8948', 'SUPERVISORY_ORGANIZATION-3-8943', null, 'CT上海应用开发组', 'CT App Dev SH Sub-team', null, 'A202070902', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8948', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '30624', 'ze.zhang1', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8948', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8949', 'SUPERVISORY_ORGANIZATION-3-8937', null, '非官宣部门', '非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8949', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '21704', 'pengchao.tan', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-895', 'SUPERVISORY_ORGANIZATION-3-1603', null, 'BMS系统团队', 'BMS System Team', null, 'A1040201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-895', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0470', 'guodong.xu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8950', 'SUPERVISORY_ORGANIZATION-3-8937', null, '非官宣部门', '非官宣部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8950', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '38191', 'justin.chen2', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8951', 'SUPERVISORY_ORGANIZATION-3-601', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8951', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '18656', 'lu.ke', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-601', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8952', 'SUPERVISORY_ORGANIZATION-3-7621', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8952', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '04357', 'wenchuan.xia', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8953', 'SUPERVISORY_ORGANIZATION-3-8952', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8953', null, '1', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '04357', 'wenchuan.xia', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7621', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8954', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8954', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '38591', 'yy.hu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8955', 'SUPERVISORY_ORGANIZATION-3-5197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8955', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '38598', 'mark.xing', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8956', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8956', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '38996', 'elon.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8957', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8957', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '07458', 'shihao.hou', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8958', 'SD-SAS', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8958', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '41771', 'yifeng.fu', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8959', 'SUPERVISORY_ORGANIZATION-3-2277', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8959', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '34764', 'shiyong.zhu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-896', 'EP-ESS', null, '电池监控部', 'Battery Monitoring Department', null, 'A10404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-896', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '36723', 'xiao.zhang6', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-896', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8960', 'SUPERVISORY_ORGANIZATION-3-5639', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8960', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '12343', 'kun.han', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5639', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8961', 'SUPERVISORY_ORGANIZATION-3-6078', null, '蔚来顾问团队(用户运营),绍兴公司', 'Fellow Team(Operational),Shaoxing Company', null, 'C167010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8961', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '03390', 'hongrui.jin', '34600', 'Shaoxing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8961', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8962', 'SUPERVISORY_ORGANIZATION-3-1516', null, '服务中心团队,台州路桥', 'Service Center Team, taizhouluqiao', null, 'C128010402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8962', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '06374', 'liangsong.zheng', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8962', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8963', 'SUPERVISORY_ORGANIZATION-3-904', null, '蔚来顾问团队(用户运营),西安公司', 'Fellow Team (Operational), Xi\'an Company', null, 'C118010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8963', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '07001', 'zhigao.hu', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8964', 'SUPERVISORY_ORGANIZATION-3-1125', null, '服务中心团队,中山港口店', 'Service Center Team,Zhongshangangkou', null, 'C114010406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8964', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '31632', 'eric.guo', '12009;13558', 'Zhongshan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8964', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8965', 'SUPERVISORY_ORGANIZATION-3-574', null, '蔚来顾问团队(用户运营),深圳公司', 'Fellow Team(Operational),Shenzhen Company', null, 'C113011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8965', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, 'C1321', 'eric.liu', '03680', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8965', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8966', 'DO-DGT', null, '供应链协同团队', 'Supply Chain Collaboration Team', null, 'A2070112', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8966', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '42088', 'fran.li', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8966', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8967', 'SUPERVISORY_ORGANIZATION-3-8925', null, '非官宣 - 平台集成', '非官宣 - 平台集成', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8967', null, '0', 'admin', '2022-05-26 17:23:03', null, null, null, null, null, null, '33051', 'alex.huang1', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8968', 'SUPERVISORY_ORGANIZATION-3-8921', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8968', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8921', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8969', 'SUPERVISORY_ORGANIZATION-3-4723', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8969', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '20418', 'louis.tan', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4723', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-897', 'SUPERVISORY_ORGANIZATION-3-895', null, 'BMS系统组', 'BMS System Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-897', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, 'C0470', 'guodong.xu', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8970', 'SUPERVISORY_ORGANIZATION-3-8924', null, '非官宣 - 技术主管', '非官宣 - 技术主管', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8970', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '31324', 'hualiang.guan', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8971', 'SUPERVISORY_ORGANIZATION-3-8927', null, '非官宣 - 网络与诊断', '非官宣 - 网络与诊断', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8971', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '37787', 'tom.zhang', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8972', 'SUPERVISORY_ORGANIZATION-3-8923', null, '非官宣 - 服务框架', '非官宣 - 服务框架', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8972', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '24948', 'peter.li1', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8973', 'SUPERVISORY_ORGANIZATION-3-8330', null, '订阅用户顾问团队,杭州', 'NIO Mobility User Fellow Team, Hangzhou', null, 'C103070401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8973', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '41662', 'jerry.cao', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8973', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8974', 'SUPERVISORY_ORGANIZATION-3-1029', null, '蔚来顾问团队(用户运营),温州公司', 'Fellow Team(Operational),Wenzhou Company', null, 'C128010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8974', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '14377', 'ruopeng.yao', '16072', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8975', 'SUPERVISORY_ORGANIZATION-3-566', null, '蔚来顾问团队(用户运营),成都公司', 'Fellow Team (Operational), Chengdu Company', null, 'C117010801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8975', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '21773', 'pei.du', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8976', 'SD-SAS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8976', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '41771', 'yifeng.fu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8977', 'SUPERVISORY_ORGANIZATION-3-2344', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8977', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '09540', 'peng.guo', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8978', 'SUPERVISORY_ORGANIZATION-3-8977', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8978', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '12133', 'changdong.zheng', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2344', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8979', 'SUPERVISORY_ORGANIZATION-3-5063', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8979', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '02355', 'chang.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5063', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-898', null, null, '储能系统团队', 'Energy Storage System Team', null, 'EP-ESS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-898', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-898', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8980', 'SUPERVISORY_ORGANIZATION-3-1227', null, '蔚来顾问团队(用户运营),金华公司', 'Fellow Team (Operational), Jinhua Company', null, 'C132010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8980', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '06445', 'tai.wang', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8981', 'SUPERVISORY_ORGANIZATION-3-6379', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8981', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '36739', 'ping.wei', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6379', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8982', 'SUPERVISORY_ORGANIZATION-3-4835', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8982', null, '1', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '43020', 'db.kim', '05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4835', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8983', 'SUPERVISORY_ORGANIZATION-3-2277', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8983', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '36132', 'may.zhang', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8984', 'SUPERVISORY_ORGANIZATION-3-8937', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8984', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '15007', 'jun.kuang', '06263;09595;12313;15602', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8985', 'SUPERVISORY_ORGANIZATION-3-4780', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8985', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '13610', 'alex.xu', '100075;100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4780', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8986', 'SUPERVISORY_ORGANIZATION-3-2277', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8986', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '22549', 'bruce.li3', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2277', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8987', 'SUPERVISORY_ORGANIZATION-3-7157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8987', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '42114', 'liang.chen7', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8988', 'SUPERVISORY_ORGANIZATION-3-6365', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8988', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '42886', 'jieru.wang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8989', 'SUPERVISORY_ORGANIZATION-3-1673', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8989', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '06012', 'dian.yu', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1673', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-899', null, null, '物流,蔚来制造园区', 'Logistics, NIO Manu Park', null, 'MP-LOG', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-899', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, null, null, null, null, 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-899', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8990', 'SUPERVISORY_ORGANIZATION-3-6008', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8990', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '26297', 'weifeng.zhang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6008', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8991', 'SUPERVISORY_ORGANIZATION-3-8992', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8991', null, '0', 'admin', '2022-05-26 17:23:04', null, null, null, null, null, null, '08848', 'weijie.chen', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4501', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8992', 'SUPERVISORY_ORGANIZATION-3-4501', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8992', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '12233', 'yongqi.liu', '17628;42223', 'Dalian-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4501', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8993', 'SUPERVISORY_ORGANIZATION-3-5705', null, '冲压生产2工段', 'Stamping Production Group 2', null, 'B30107030202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8993', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '41964', 'dabing.xiao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8993', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8994', 'SUPERVISORY_ORGANIZATION-3-8555', null, '铝线工段1班组', 'Aluminum Line Section Team 1', null, 'B3010702010201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8994', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '37304', 'minglei.zhou', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-8994', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8995', 'SUPERVISORY_ORGANIZATION-3-5712', null, '车身工艺量产工段', 'Body Shop Process Mass Production Section', null, 'B30107020201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8995', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '42058', 'yu.zhang20', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 5', '0', 'SUPERVISORY_ORGANIZATION-3-8995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8996', 'CO-GZH', null, '蔚来顾问团队(用户运营),广州公司', 'Fellow Team(Operational),Guangzhou Company', null, 'C114011201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8996', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, 'C0948', 'mark.chen', '13558', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-8996', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8997', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '区域道服虚拟部门', '区域道服虚拟部门', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8997', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '02901', 'chris.qi', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200518_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8998', 'SUPERVISORY_ORGANIZATION-3-7750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8998', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '39173', 'yunji.zhao', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-8999', 'SUPERVISORY_ORGANIZATION-3-7750', null, 'AD订阅体验团队', 'AD Subscription Experience Team', null, 'A2160503', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-8999', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '27691', 'grace.wu', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-8999', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-900', 'SO-WHM', null, '流程规划团队', 'Process Project Team', null, 'C1050203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-900', null, '0', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '03021', 'celia.wei', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-900', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9000', 'SUPERVISORY_ORGANIZATION-3-7788', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9000', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '43111', 'jinsong.xiang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7788', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9001', 'SUPERVISORY_ORGANIZATION-3-6254', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9001', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '37207', 'jie.bi', '03729', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6254', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9002', 'SUPERVISORY_ORGANIZATION-3-2599', null, '人工智能及情感体验部', 'Artificial Intelligence & Emotion Experience Department', null, 'A10507', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9002', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '41189', 'hunt.zhao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-9002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9003', 'SUPERVISORY_ORGANIZATION-3-6007', null, '自动驾驶全球支持及地图产品体验团队', 'AD Global Support & Autonomous Driving Map Product Experience Team', null, 'A1050603', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9003', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '33548', 'ziwei.song', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9003', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9004', 'SUPERVISORY_ORGANIZATION-3-6007', null, '高速驾驶体验及产品运营团队', 'High-Speed Driving Experience & Product Operation Team', null, 'A1050602', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9004', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '32103', 'patrick.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9005', 'SUPERVISORY_ORGANIZATION-3-6007', null, '低速驾驶体验及主动安全团队', 'Low-Speed Driving Experience & Active Safety Team', null, 'A1050601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9005', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '32165', 'dean.li1', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9005', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9006', 'SUPERVISORY_ORGANIZATION-3-3975', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9006', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '21504', 'w.li', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9007', 'SUPERVISORY_ORGANIZATION-3-3975', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9007', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '34780', 'gary.tang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9008', 'SUPERVISORY_ORGANIZATION-3-3975', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9008', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '41106', 'jonathan.rayner', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3975', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9009', 'SUPERVISORY_ORGANIZATION-3-9002', null, 'AI平台与基础能力团队', 'AI Platform & Foundation Team', null, 'A1050704', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9009', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '41189', 'hunt.zhao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-901', 'SUPERVISORY_ORGANIZATION-3-885', null, '用户数字产品部', 'User Digital Product Department', null, 'GL-UDP-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-901', null, '1', 'admin', '2022-05-26 17:20:36', null, null, null, null, null, null, '03415', 'manxi.he', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-901', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9010', 'SUPERVISORY_ORGANIZATION-3-9002', null, 'NOMI全球体验团队', 'NOMI Global Experience Team', null, 'A1050703', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9010', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '41189', 'hunt.zhao', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9011', 'SUPERVISORY_ORGANIZATION-3-9002', null, 'NOMI领域体验团队', 'NOMI Interaction Experience Team', null, 'A1050702', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9011', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '33677', 'rachel.xu', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9011', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9012', 'SUPERVISORY_ORGANIZATION-3-6741', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9012', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '39172', 'tianyi.yang', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6741', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9013', 'SUPERVISORY_ORGANIZATION-3-1590', null, 'UIE音乐团队', 'UIE Music Team', null, 'C1060308', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9013', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '30841', 'ethan.yang1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9013', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9014', 'SUPERVISORY_ORGANIZATION-3-967', null, '蔚来顾问团队(用户运营),宁波公司', 'Fellow Team (Operational), Ningbo Company', null, 'C124010701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9014', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '03071', 'jiajun.cao', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9014', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9015', 'SUPERVISORY_ORGANIZATION-3-6714', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9015', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '41672', 'yun.wu2', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6714', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9016', 'SUPERVISORY_ORGANIZATION-3-5523', null, '原材料资源规划团队', 'Raw Material Resources Planning Team', null, 'B3041001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9016', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '42073', 'shuaipeng.fang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9016', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9017', 'SUPERVISORY_ORGANIZATION-3-6363', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9017', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '38533', 'haitao.wang2', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6363', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9018', 'SUPERVISORY_ORGANIZATION-3-1226', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9018', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '12843', 'miaomiao.ding', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1226', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9019', 'PE_SUPERVISORY_ORGANIZATION_128', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9019', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '08173', 'ang.chen', '03476;04685;06450;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-902', 'PE-SPL', null, '知识产权团队-PE', 'IP Team-PE', null, 'C1040505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-902', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'C0430', 'terry.lai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-902', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9020', 'MO', null, 'F3工厂项目部', 'F3 Manufacturing Project Department', null, 'B30113', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9020', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-9020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9021', 'SUPERVISORY_ORGANIZATION-3-8197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9021', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '40746', 'wenjun.wang2', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9022', 'SUPERVISORY_ORGANIZATION-3-8197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9022', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '39281', 'david.zhang3', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9023', 'SUPERVISORY_ORGANIZATION-3-8197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9023', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '39281', 'david.zhang3', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9024', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9024', null, '1', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9025', 'SUPERVISORY_ORGANIZATION-3-6159', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9025', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '38026', null, '02823;03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6159', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9026', 'SO-WHM', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9026', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, 'C0901', 'jerome.zhao', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SO-WHM', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9027', 'SUPERVISORY_ORGANIZATION-3-701', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9027', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '28751', 'minjing.huang', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-701', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9028', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9028', null, '0', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '15371', 'kangsheng.tai', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9029', 'SUPERVISORY_ORGANIZATION-3-510', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9029', null, '1', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '15926', 'ruihe.dong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-510', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-903', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,重庆公司', 'Regional Operation, Chongqing Company', null, 'C12201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-903', null, '0', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '05000', 'feng.qin', '21716;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-903', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9030', 'SUPERVISORY_ORGANIZATION-3-2794', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9030', null, '1', 'admin', '2022-05-26 17:23:05', null, null, null, null, null, null, '29506', 'mingjing.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2794', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9031', 'SUPERVISORY_ORGANIZATION-3-8438', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9031', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '29463', 'chen.gong', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8438', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9032', 'SUPERVISORY_ORGANIZATION-3-3950', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9032', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '31324', 'hualiang.guan', '06263;09077;09595;12313;15602;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9033', 'SUPERVISORY_ORGANIZATION-3-1685', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9033', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '38040', 'jing.fu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1685', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9034', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(杭州)', 'Finance Team (Hangzhou)', null, 'D1030415', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9034', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '03018', 'penny.zhang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9034', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9035', 'SUPERVISORY_ORGANIZATION-3-1115', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9035', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '09631', 'tan.zeng', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1115', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-904', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,西安公司', 'Regional Operation, Xi\'an Company', null, 'C11801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-904', null, '0', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '09994', 'jeff.shi', '09821', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-904', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9041', 'SUPERVISORY_ORGANIZATION-3-895', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9041', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '32620', 'shuai.wang7', '06058', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-895', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9042', 'SUPERVISORY_ORGANIZATION-3-4721', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9042', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '21910', 'zhengchao.zhao', '03280;30466', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4721', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9043', 'SUPERVISORY_ORGANIZATION-3-7628', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9043', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '06591', 'hongle.wang', '03280;03476;04685;11261;15106;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7628', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9044', 'SUPERVISORY_ORGANIZATION-3-7119', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9044', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '38239', 'hao.tang1', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9045', 'SUPERVISORY_ORGANIZATION-3-4272', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9045', null, '1', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '03664', 'cris.song', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4272', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9046', 'OC-HRM-005-01', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9046', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '04010', 'ruohe.liu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'OC-HRM-005-01', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9047', 'SUPERVISORY_ORGANIZATION-3-8197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9047', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '40625', 'yibo.lu', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8197', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9048', 'SUPERVISORY_ORGANIZATION-3-6204', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9048', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '32682', 'robin.zhang1', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9049', 'SUPERVISORY_ORGANIZATION-3-3818', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9049', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '42915', 'ella.du', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-905', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,天津公司', 'Regional Operation, Tianjin Company', null, 'C12101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-905', null, '0', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '02704', 'yue.gu', '05554', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-905', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9050', 'SUPERVISORY_ORGANIZATION-3-3607', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9050', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '12606', 'peilin.liu', '12606', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3607', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9051', 'SUPERVISORY_ORGANIZATION-3-4411', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9051', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '32291', 'qing.li3', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4590', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9052', 'XPT_SUPERVISORY_ORGANIZATION_79', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9052', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '100555', 'tao.zhang1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_79', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9053', 'SUPERVISORY_ORGANIZATION-3-5520', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9053', null, '0', 'admin', '2022-05-26 17:23:06', null, null, null, null, null, null, '42159', 'luhui.zhao', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5520', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9054', 'SUPERVISORY_ORGANIZATION-3-6616', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9054', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '33189', 'quan.wang1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6616', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9055', 'SUPERVISORY_ORGANIZATION-3-7096', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9055', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '34902', 'eden.zhang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7096', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9056', 'SUPERVISORY_ORGANIZATION-3-8919', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9056', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '39860', 'lance.wu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8919', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9057', 'SUPERVISORY_ORGANIZATION-3-3742', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9057', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '28730', 'hammond.sun', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3742', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9058', 'SUPERVISORY_ORGANIZATION-3-6803', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9058', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '05206', 'xue.bie', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6743', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9059', 'PE_SUPERVISORY_ORGANIZATION_216', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9059', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '33495', 'chaonan.jiang', '03476;04685;11261;12606;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_216', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-906', 'SUPERVISORY_ORGANIZATION-3-548', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-906', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'U0085', null, '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-548', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9060', 'PE_SUPERVISORY_ORGANIZATION_215', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9060', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '33495', 'chaonan.jiang', '03476;04685;11261;12606;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_215', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9061', 'PE_SUPERVISORY_ORGANIZATION_169', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9061', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '12899', 'zhenhua.liu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_169', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9062', 'PE_SUPERVISORY_ORGANIZATION_74', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9062', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, 'C0970', 'sean.wang', '03476;04006;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_74', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9063', 'SUPERVISORY_ORGANIZATION-3-6197', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9063', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '43248', 'dong.su', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6429', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9064', 'SUPERVISORY_ORGANIZATION-3-601', null, '蔚来顾问团队(用户运营),杭州公司', 'Fellow Team(Operational),Hangzhou Company', null, 'C115010901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9064', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '02482', 'will.fan', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9064', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9065', 'SUPERVISORY_ORGANIZATION-3-2673', null, '用户顾问团队,杭州EFC欧美金融城', 'User Fellow Team, HZJDLHTJ', null, 'C115010222', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9065', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '30679', 'tao.li3', '03365;16666;42677', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9065', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9066', 'SUPERVISORY_ORGANIZATION-3-8587', null, '非官宣部门(Not Announced)', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9066', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '31022', 'lewis.zhao', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8587', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9067', 'SUPERVISORY_ORGANIZATION-3-8574', null, '运维1工段动力4班组', 'Power Facility Shift 4 Of Infrastructure Operation Management Maintenance Group A', null, 'B3010701060205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9067', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '100467', 'jijun.chen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-9067', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9068', 'SUPERVISORY_ORGANIZATION-3-8574', null, '运维1工段动力3班组', 'Power Facility Shift 3 Of Infrastructure Operation Management Maintenance Group A', null, 'B3010701060204', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9068', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '100467', 'jijun.chen', '03091;03321;06247;26295;30140;35775;37509', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 6', '0', 'SUPERVISORY_ORGANIZATION-3-9068', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9069', 'SUPERVISORY_ORGANIZATION-3-4001', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9069', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '13129', 'jiaying.liu', '03280;13082;16118;43483', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4001', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-907', 'SUPERVISORY_ORGANIZATION-3-1329', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-907', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '03031', null, '09077;12966;C0941;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1329', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9070', 'SUPERVISORY_ORGANIZATION-3-980', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9070', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '27802', 'xiaoyu.zhai', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9071', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9071', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '18977', 'shijia.zhang', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9072', 'SUPERVISORY_ORGANIZATION-3-1217', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9072', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '19525', 'weihai.chen', '04160;10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9073', 'SUPERVISORY_ORGANIZATION-3-3038', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9073', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '06742', 'henry.hu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3038', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9074', 'SUPERVISORY_ORGANIZATION-3-4937', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9074', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '08571', 'conan.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9075', null, null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9075', null, '1', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9076', 'SUPERVISORY_ORGANIZATION-3-9101', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9076', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '40158', null, '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9077', 'SUPERVISORY_ORGANIZATION-3-1396', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9077', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '42502', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'GM-ADMG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9078', 'SUPERVISORY_ORGANIZATION-3-8307', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9078', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '38930', 'wenjia.tang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8307', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9079', 'SUPERVISORY_ORGANIZATION-3-6146', null, '能源智能算法团队', 'Power Intelligent Algorithm Team', null, 'C1570404', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9079', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '29062', 'pengju.pan', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-908', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Autonomous Driving', 'Autonomous Driving', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-908', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9080', 'SUPERVISORY_ORGANIZATION-3-6146', null, '能源数据赋能开发团队', 'Power Data Empowerment Development Team', null, 'C1570409', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9080', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '28874', 'shiyuan.xiao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9081', 'SUPERVISORY_ORGANIZATION-3-6146', null, '能源资源管理开发团队', 'Power Resource Management Development Team', null, 'C1570408', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9081', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, 'C1050', 'mengna.zhao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9081', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9082', 'SUPERVISORY_ORGANIZATION-3-6146', null, 'Power Empowerment Development Team', 'Power Empowerment Development Team', null, 'C1570407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9082', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9083', 'SUPERVISORY_ORGANIZATION-3-6146', null, '能源用户触点开发团队', 'Power User Touchpoint Development Team', null, 'C1570406', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9083', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, 'C1298', 'qiang.fu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9083', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9084', 'SUPERVISORY_ORGANIZATION-3-6146', null, 'Power Engineering Productivity & Service Reliability Team', 'Power Engineering Productivity & Service Reliability Team', null, 'C1570405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9084', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9084', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9085', 'PE-PCD', null, '能源交互设计组', 'Power Interaction Design Sub-team', null, 'C157030901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9085', null, '0', 'admin', '2022-05-26 17:23:07', null, null, null, null, null, null, '07753', 'gengbiao.qian', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9085', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9086', 'PE-PCD', null, '能源数据应用组', 'Power Data Application Sub-team', null, 'C157030801', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9086', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '08910', 'eurus.zhang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9086', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9087', 'PE-PCD', null, '能源资源管理产品团队', 'Power Resource Management Products Team', null, 'C1570307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9087', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, 'C0579', 'brad.ma', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9088', 'PE-PCD', null, '能源组织赋能产品团队', 'Power Empowerment Products Team', null, 'C1570306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9088', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '03389', 'zheqing.lu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9088', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9089', 'PE-PCD', null, '能源用户触点产品团队', 'Power User Touchpoint Products Team', null, 'C1570305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9089', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, 'C0987', 'chongkui.jin', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9089', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-909', null, null, 'CAE', 'CAE', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-909', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-909', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9090', 'SUPERVISORY_ORGANIZATION-3-5520', null, '电池运营技研团队', 'Battery Operation IPC Team', null, 'B3040606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9090', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '25312', 'don.chen', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9090', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9091', 'SUPERVISORY_ORGANIZATION-3-5520', null, '连接技术团队', 'Connection Technology Team', null, 'B3040607', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9091', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '30020', 'peter.sun1', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9091', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9092', 'SUPERVISORY_ORGANIZATION-3-6138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9092', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '07687', 'tuoyu.yang', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9093', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9093', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '39740', 'ben.kang', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9094', 'SUPERVISORY_ORGANIZATION-3-5187', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9094', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '43494', 'zhiyuan.han', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5187', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9095', 'SUPERVISORY_ORGANIZATION-3-8429', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9095', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '41819', 'jing.cao7', '38389', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8435', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9096', 'VE-CHE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9096', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '30456', 'figo.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-CHE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9097', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,宜兴八佰伴', 'User Fellow Team, Yixin Babaiban Plaza', null, 'C150010208', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9097', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '14108', 'yifeng.zhang1', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9097', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9098', 'SUPERVISORY_ORGANIZATION-3-4253', null, '用户顾问团队,无锡荟聚中心', 'User Fellow Team, Wuxi Huijv Plaza', null, 'C150010207', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9098', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '09335', 'rui.ping', '34556', 'Wuxi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9099', 'SUPERVISORY_ORGANIZATION-3-2488', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9099', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '44013', 'beibei.zheng', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-910', null, null, 'General Management', 'General Management', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-910', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9100', 'SUPERVISORY_ORGANIZATION-3-6157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9100', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '11532', 'ning.zhang1', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9101', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9101', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '05384', null, '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9102', 'SUPERVISORY_ORGANIZATION-3-4123', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9102', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '34019', 'tina.shang', '12159;30643', 'Urumchi-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4123', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9103', 'SUPERVISORY_ORGANIZATION-3-9082', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9103', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '15926', 'ruihe.dong', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9104', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9104', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '39411', 'lingfeng.li', '36463', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9105', 'SUPERVISORY_ORGANIZATION-3-5663', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9105', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '29464', 'zehan.lin', '08124;12966;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5663', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9106', 'SUPERVISORY_ORGANIZATION-3-7806', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9106', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '40135', 'guozheng.dai', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9107', 'SUPERVISORY_ORGANIZATION-3-3577', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9107', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '39295', 'xueping.huang', '09067', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3577', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9108', 'SUPERVISORY_ORGANIZATION-3-4836', null, 'F2体系系统组', 'F2 Systems Sub-team', null, 'B301040905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9108', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '10985', 'yongrui.wang', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9108', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9109', 'SUPERVISORY_ORGANIZATION-3-3706', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9109', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '42805', 'maggie.zhu2', '07217;16666', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3706', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-911', null, null, 'Marketing', 'Marketing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-911', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-911', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9110', '20191212_SUPERVISORY_ORG_47', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9110', null, '0', 'admin', '2022-05-26 17:23:08', null, null, null, null, null, null, '43508', 'sunny.wang2', '12883;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', '20191212_SUPERVISORY_ORG_47', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9111', 'SUPERVISORY_ORGANIZATION-3-2864', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9111', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '05112', 'sheng.xing', '12784;17717;43774', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2864', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9112', 'SUPERVISORY_ORGANIZATION-3-506', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9112', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '44095', 'yue.qi1', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-506', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9113', 'SUPERVISORY_ORGANIZATION-3-9079', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9113', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '29506', 'mingjing.xu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9079', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9114', 'SUPERVISORY_ORGANIZATION-3-7750', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9114', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '39077', 'carole.zhang', '12967;42941;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9115', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9115', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '42856', 'zhigang.lv', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9116', 'SUPERVISORY_ORGANIZATION-3-6826', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9116', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '43229', 'gloria.gao2', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6826', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9117', 'SUPERVISORY_ORGANIZATION-3-6674', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9117', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '32556', 'yuxiang.yan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9118', 'SUPERVISORY_ORGANIZATION-3-641', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9118', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '43483', 'roundle.lin', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9119', 'OC', null, '欧洲HR共享服务中心', 'Europe HR Shared Service Center', null, 'D10115', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9119', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '02457', null, '16043', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-9119', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-912', null, null, 'Race Team', 'Race Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-912', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-912', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9120', 'OC', null, '欧洲人力资源部', 'Europe HR Department', null, 'D10116', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9120', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '02457', null, '16043', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-9120', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9121', 'OC', null, '设计HR业务伙伴部', 'Design HRBP Department', null, 'D10117', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9121', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '02457', null, '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-9121', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9122', 'SUPERVISORY_ORGANIZATION-3-2488', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9122', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, 'C1216', 'eric.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2488', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9123', 'SUPERVISORY_ORGANIZATION-3-2098', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9123', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '20343', 'bin.wang9', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9124', 'SUPERVISORY_ORGANIZATION-3-5786', null, '电池物流技术与工程组', 'Battery Logistics Technology & Engineering Sub-team', null, 'B304080104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9124', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '44035', 'julian.cao', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9124', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9125', 'SUPERVISORY_ORGANIZATION-3-630', null, '运营保障团队,上海公司', 'Delivery Operation Support Team, Shanghai Company', null, 'C111010504', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9125', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '11278', 'yajing.huang', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9125', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9126', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付体验师团队C,上海公司', 'Delivery Experiencer team C, Shanghai Company', null, 'C111010510', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9126', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '08964', 'stella.zhang', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9126', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9127', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付体验师团队B,上海公司', 'Delivery Experiencer team B, Shanghai Company', null, 'C111010509', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9127', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '19809', 'chengchen.yin', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9127', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9128', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付顾问团队A,上海公司', 'Delivery advisor team A, Shanghai Company', null, 'C111010505', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9128', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '08960', 'mark.hong', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9128', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9129', 'SUPERVISORY_ORGANIZATION-3-7268', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9129', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '43084', 'alice.chen', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-AIS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-913', null, null, 'Partnership Development', 'Partnership Development', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-913', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-913', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9130', 'SUPERVISORY_ORGANIZATION-3-6357', null, 'Digital System Program Department - US', 'Digital System Program Department - US', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9130', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '30314', 'vicky.luo', '06263;09595;12313;15602', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-6357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9139', 'SUPERVISORY_ORGANIZATION-3-630', null, '交付顾问团队B,上海公司', 'Delivery advisor team B, Shanghai Company', null, 'C111010506', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9139', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '05007', 'daisy.wu', '03280;32422', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9139', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-914', null, null, 'Supercar', 'Supercar', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-914', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-914', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9140', 'SUPERVISORY_ORGANIZATION-3-4586', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9140', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '23615', 'jianlong.gu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2477', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9141', 'SUPERVISORY_ORGANIZATION-3-1419', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9141', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '16900', 'walter.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1419', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9142', 'SUPERVISORY_ORGANIZATION-3-7157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9142', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '08311', 'jeff.zhou', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9143', 'SUPERVISORY_ORGANIZATION-3-7281', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9143', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '43765', 'rambo.li', '37343', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9144', 'SUPERVISORY_ORGANIZATION-3-2387', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9144', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '32283', 'clark.yu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9145', 'SUPERVISORY_ORGANIZATION-3-9082', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9145', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '19048', 'xuyang.shen', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9082', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9146', 'SUPERVISORY_ORGANIZATION-3-2098', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9146', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '19773', 'yong.huang2', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9147', 'SD-IFS-009', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9147', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, 'C1280', 'houlian.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-IFS-009', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9148', 'SUPERVISORY_ORGANIZATION-3-6805', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9148', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '37389', 'hang.ren1', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6805', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9149', 'SUPERVISORY_ORGANIZATION-3-5606', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9149', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '30357', 'xingbiao.geng', '04160', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5606', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-915', null, null, 'Race Design', 'Race Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-915', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-915', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9150', 'SUPERVISORY_ORGANIZATION-3-7734', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9150', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '20277', 'fengfan.yang', '13558;42494', 'Zhuhai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7734', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9151', 'SUPERVISORY_ORGANIZATION-3-7643', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9151', null, '0', 'admin', '2022-05-26 17:23:09', null, null, null, null, null, null, '35001', 'jason.wu', '03476;04685;11261;11784;16305;23271;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9152', 'PE_SUPERVISORY_ORGANIZATION_10', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9152', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '07007', 'lei.yi', '03476;04685;11261;16305;18576;20622;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'PE_SUPERVISORY_ORGANIZATION_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9153', 'SUPERVISORY_ORGANIZATION-3-9157', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9153', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '15459', 'haoyu.zhang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9154', 'SUPERVISORY_ORGANIZATION-3-5196', null, '社交媒体运营团队', 'Social Media Operations Team', null, 'C1490403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9154', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '33955', 'fiona.xu1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9154', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9155', 'SUPERVISORY_ORGANIZATION-3-2158', null, '财经证券市场团队', 'Finance and Securities Market Team', null, 'C1490205', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9155', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '39459', 'lei.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9155', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9156', 'SUPERVISORY_ORGANIZATION-3-4148', null, '互动视频团队', 'Interactive Video Team', null, 'C1490601', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9156', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '33955', 'fiona.xu1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9156', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9157', 'SUPERVISORY_ORGANIZATION-3-4148', null, '社媒传播部', 'Social Media Communications Department', null, 'C14905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9157', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '17637', 'lin.ma1', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-9157', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9158', 'SUPERVISORY_ORGANIZATION-3-1770', null, '蔚来顾问团队(用户运营),长春公司', 'Fellow Team(Operational),Changchun Company', null, 'C142010108', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9158', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '02924', 'qihang.liu', '29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9158', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9159', 'SUPERVISORY_ORGANIZATION-3-6291', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9159', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '03664', 'cris.song', '04949;09543;11784', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6291', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-916', 'SUPERVISORY_ORGANIZATION-3-782', null, 'ACE', 'ACE', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-916', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'London-GB', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-916', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9160', 'SUPERVISORY_ORGANIZATION-3-6246', null, '制造质量团队', 'MFG Quality Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9160', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '29374', 'nancy.chong', '03729;43722', 'Shanghai-CN', null, null, null, 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9160', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9161', 'SUPERVISORY_ORGANIZATION-3-1657', null, '用户顾问团队,海口远大店', 'User Fellow Team, Haikou Yuanda Store', null, 'C131010111', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9161', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '10340', 'shuxuan.qu', '24916', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9161', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9162', 'SUPERVISORY_ORGANIZATION-3-2448', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9162', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '43220', 'peter.cao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2448', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9163', 'SUPERVISORY_ORGANIZATION-3-2159', null, '用户顾问团队, 南京江北虹悦城', 'User Fellow Team, NJ Jiangbei Hongyue City', null, 'C119010213', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9163', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '16698', 'qiutao.wang', '03275', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9163', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9164', 'SUPERVISORY_ORGANIZATION-3-585', null, '蔚来顾问团队(用户运营),苏州公司', 'Fellow Team(Operational),Suzhou Company', null, 'C116011001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9164', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '02491', 'kun.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9164', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9165', 'SUPERVISORY_ORGANIZATION-3-4243', null, '用户顾问团队,东莞君尚店', 'User Fellow Team, Dongguan Junshang', null, 'C151010209', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9165', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '08218', 'meiling.liu', '04011', 'Dongguan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9165', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9166', 'SUPERVISORY_ORGANIZATION-3-4412', null, '功能集成团队', 'Function Integration Team', null, 'A2090605', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9166', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '37437', 'timo.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9166', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9167', 'SUPERVISORY_ORGANIZATION-3-4412', null, '驾驶策略团队', 'Driving Policy Team', null, 'A2090606', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9167', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '35627', 'ningbo.wang1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9167', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9168', 'SUPERVISORY_ORGANIZATION-3-1951', null, '横向主动安全组', 'Lateral Active Safety Development Sub-team', null, 'A209060103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9168', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '08752', 'shuangwu.lin', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9168', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9169', 'SUPERVISORY_ORGANIZATION-3-1951', null, '纵向主动安全组', 'Longitudinal Active Safety Development Sub-team', null, 'A209060104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9169', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '18539', 'taowen.hong', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9169', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-917', null, null, 'Electronics and Control Systems', 'Electronics and Control Systems', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-917', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-917', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9170', 'SUPERVISORY_ORGANIZATION-3-1280', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9170', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '30050', 'gary.du', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1280', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9171', 'DO-DGT-010', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9171', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '42047', 'geng.chen1', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-010', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9172', 'SUPERVISORY_ORGANIZATION-3-4910', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9172', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '21359', 'yu.li2', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4910', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9173', 'SUPERVISORY_ORGANIZATION-3-2098', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9173', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '22557', 'jisong.min', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2098', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9174', 'SUPERVISORY_ORGANIZATION-3-9080', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9174', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, 'C1331', 'sha.xia', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9080', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9175', 'SUPERVISORY_ORGANIZATION-3-4589', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9175', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '29372', 'zx.cheng', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9176', 'SUPERVISORY_ORGANIZATION-3-454', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9176', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '43519', 'juanjuan.zheng', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-454', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9177', 'SUPERVISORY_ORGANIZATION-3-955', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9177', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '37516', 'lynn.shen', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-955', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9178', 'SUPERVISORY_ORGANIZATION-3-8787', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9178', null, '0', 'admin', '2022-05-26 17:23:10', null, null, null, null, null, null, '15106', 'yichao.chen', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8787', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9179', 'SUPERVISORY_ORGANIZATION-3-4037', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9179', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '32276', 'xiancheng.huang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6104', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-918', null, null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, 'MP-MO', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-918', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-918', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9180', 'SUPERVISORY_ORGANIZATION-3-5409', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9180', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '28288', 'yufan.ge', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-641', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9181', 'SUPERVISORY_ORGANIZATION-3-7845', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9181', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '44080', 'lynn.ling', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7845', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9182', 'SUPERVISORY_ORGANIZATION-3-8180', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9182', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '32992', 'kyle.liao1', '05165;31445;37900', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8180', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9183', 'SUPERVISORY_ORGANIZATION-3-5209', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9183', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '24964', 'jian.li7', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9184', 'SUPERVISORY_ORGANIZATION-3-6750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9184', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '07024', null, '04966;17335;29030', 'Munich-DE', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6752', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9185', 'SUPERVISORY_ORGANIZATION-3-6753', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9185', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '08772', null, '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6751', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9186', 'SUPERVISORY_ORGANIZATION-3-6357', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9186', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, 'C1198', 'max.zhai', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9187', 'SUPERVISORY_ORGANIZATION-3-6357', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9187', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '02570', 'oliver.wang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6357', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9188', 'SUPERVISORY_ORGANIZATION-3-8285', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9188', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '40520', 'steven.yao', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-8285', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9189', 'SUPERVISORY_ORGANIZATION-3-2562', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9189', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '35195', 'rexwang.wang', '05407;15106', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2562', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-919', 'SUPERVISORY_ORGANIZATION-3-867', null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-919', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-919', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9190', 'SUPERVISORY_ORGANIZATION-3-7315', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9190', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '28258', 'tagore.wang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7315', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9191', 'SUPERVISORY_ORGANIZATION-3-9087', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9191', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, 'C1094', 'tony.du', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9192', 'SUPERVISORY_ORGANIZATION-3-9087', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9192', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '12848', 'mike.yao', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9087', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9193', 'SUPERVISORY_ORGANIZATION-3-5443', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9193', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '37630', 'gloria.ying', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5443', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-920', 'SUPERVISORY_ORGANIZATION-3-867', null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-920', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-920', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9200', 'SUPERVISORY_ORGANIZATION-3-1951', null, '功能开发组', 'Pilot Function Development Sub-team', null, 'A209060102', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9200', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '13682', 'daoyan.guo', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9200', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9201', 'SUPERVISORY_ORGANIZATION-3-8828', null, '离线架构组', 'Offline Infra Sub-team', null, 'A209060401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9201', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '32699', 'finch.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9201', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9202', 'SUPERVISORY_ORGANIZATION-3-8828', null, '在线架构组', 'Online Infra Sub-team', null, 'A209060402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9202', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '32699', 'finch.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9202', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9203', 'SUPERVISORY_ORGANIZATION-3-6726', null, '规控组', 'Control Sub-team', null, 'A209060301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9203', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '19954', 'yue.yin1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9203', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9204', 'SUPERVISORY_ORGANIZATION-3-6726', null, '运动规划组', 'Motion Planning Sub-team', null, 'A209060304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9204', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '26233', 'hao.li10', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9205', 'SUPERVISORY_ORGANIZATION-3-6726', null, '全局规划组', 'Behavior Planning Sub-team', null, 'A209060302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9205', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '26233', 'hao.li10', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9205', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9206', 'SUPERVISORY_ORGANIZATION-3-6726', null, '行为规划组', 'Behavior Planning Sub-team', null, 'A209060303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9206', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '29431', 'blake.fan', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9206', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9207', 'SUPERVISORY_ORGANIZATION-3-7266', null, '评价数据组', 'Data Pipeline Sub-team', null, 'A209060202', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9207', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '26233', 'hao.li10', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9207', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9208', 'SUPERVISORY_ORGANIZATION-3-7266', null, '评价算法组', 'Evaluation Algorithm Sub-team', null, 'A209060203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9208', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '28963', 'baokuan.zhang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9208', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9209', 'SUPERVISORY_ORGANIZATION-3-7266', null, '评价架构组', 'Evaluation System Sub-team', null, 'A209060201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9209', null, '0', 'admin', '2022-05-26 17:23:11', null, null, null, null, null, null, '26233', 'hao.li10', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9209', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-921', null, null, '公关关系,广州', 'Public Affairs, Shanghai', null, 'CO-SHA-PA', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-921', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-921', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9210', 'SUPERVISORY_ORGANIZATION-3-7818', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9210', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '38925', 'jeff.wu', '03729;24267', 'Shanghai-CN', null, null, null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7818', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9211', 'SUPERVISORY_ORGANIZATION-3-3996', null, '软件研发团队', 'Software Development Team', null, 'A2090410', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9211', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '17025', 'samuel.bai', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9212', 'SUPERVISORY_ORGANIZATION-3-6138', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9212', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '29791', 'xiangyang.zhi', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6138', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9213', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9213', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '20855', 'jia.huang1', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9214', 'SUPERVISORY_ORGANIZATION-3-7971', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9214', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '43085', 'jasonyuxf.yu', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9215', 'SUPERVISORY_ORGANIZATION-3-5177', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9215', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '27770', 'derek.zhou', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9216', 'SUPERVISORY_ORGANIZATION-3-5177', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9216', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '42718', 'bei.cao', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-5177', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9217', 'SUPERVISORY_ORGANIZATION-3-9020', null, '基建设施团队', 'Construction & Facility Team', null, 'B3011303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9217', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9217', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9218', 'SUPERVISORY_ORGANIZATION-3-9020', null, '总装车间团队', 'GA Shop Team', null, 'B3011307', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9218', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9218', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9219', 'SUPERVISORY_ORGANIZATION-3-9020', null, '涂装车间团队', 'Paint Shop Team', null, 'B3011305', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9219', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9219', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-922', 'ID-IDP', null, '公关事务,北京', 'Public Affairs, Beijing', null, 'CO-BJG-PA', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-922', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'C0097', 'jessie.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-922', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9220', 'SUPERVISORY_ORGANIZATION-3-9020', null, '车身车间团队', 'Body Shop Team', null, 'B3011301', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9220', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9220', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9221', 'SUPERVISORY_ORGANIZATION-3-9020', null, '冲压车间团队', 'Stamping Shop Team', null, 'B3011302', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9221', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9221', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9222', 'SUPERVISORY_ORGANIZATION-3-9020', null, '综合支持团队', 'Comprehensive Support Team', null, 'B3011306', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9222', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9222', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9223', 'SUPERVISORY_ORGANIZATION-3-9020', null, '精益实施团队', 'Lean Implement Team', null, 'B3011304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9223', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '25829', 'dengyuan.luo', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9223', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9224', null, null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9224', null, '1', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9225', 'SUPERVISORY_ORGANIZATION-3-9204', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9225', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '23098', 'fredy.yang', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9204', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9226', 'SUPERVISORY_ORGANIZATION-3-9207', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9226', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '37627', 'elbert.li', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9207', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9227', 'SUPERVISORY_ORGANIZATION-3-7224', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9227', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '28191', 'xt.xie', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4589', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9228', 'SUPERVISORY_ORGANIZATION-3-7211', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9228', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '37333', 'wuwei.ge', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7211', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9229', 'SUPERVISORY_ORGANIZATION-3-8100', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9229', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '42387', 'bing.wu1', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6428', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-923', null, null, '公关关系,广州', 'Public Affairs, Guangzhou', null, 'CO-GZH-PA', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-923', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-923', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9230', 'SUPERVISORY_ORGANIZATION-3-4825', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9230', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '24941', 'xiaowen.xiao', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4415', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9231', 'SUPERVISORY_ORGANIZATION-3-703', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9231', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '42229', 'james.yu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-703', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9232', 'SUPERVISORY_ORGANIZATION-3-9201', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9232', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '23235', 'yueqiao.liu', '22742', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-9201', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9233', 'SUPERVISORY_ORGANIZATION-3-1423', null, '非官宣部门 (Not Annouced)', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9233', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '43705', 'gang.ji', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1423', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9234', 'SUPERVISORY_ORGANIZATION-3-9236', null, '工业技术开发组', 'Industry Technical Development Sub-team', null, 'B301090501', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9234', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9234', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9235', 'SUPERVISORY_ORGANIZATION-3-9236', null, '机械产品开发组', 'Mechanical Product Development Sub-team', null, 'B301090502', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9235', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '36156', 'li.tian2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9235', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9236', 'SUPERVISORY_ORGANIZATION-3-6937', null, '设备开发团队', 'Equipment Development Team', null, 'B3010905', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9236', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9236', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9237', 'SUPERVISORY_ORGANIZATION-3-6937', null, '设备运营专家团队', 'Equipment Operation Team', null, 'B3010906', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9237', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '20005', 'xin.yu2', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-9237', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9238', 'SUPERVISORY_ORGANIZATION-3-1031', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9238', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '12761', 'xifa.zhang', '06450', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1031', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9239', 'SUPERVISORY_ORGANIZATION-3-9238', null, '服务中心团队,烟台莱山店', 'Service Center Team,Yantai Laishan', null, 'C129010123', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9239', null, '0', 'admin', '2022-05-26 17:23:12', null, null, null, null, null, null, '44578', 'yunlu.xia', '06450', 'Yantai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9239', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-924', 'ID-PBA', null, '公关事务,成都', 'Public Affairs, Chengdu', null, 'CO-CHD-PA', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-924', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'C0173', 'jenny.yu', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-924', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9240', 'SUPERVISORY_ORGANIZATION-3-2128', null, '用户顾问团队,皇姑万象汇', 'User Fellow Team, HuangguMIXC one', null, 'C137010109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9240', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '12073', 'nan.zhang1', '05554;17628', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9240', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9241', 'SUPERVISORY_ORGANIZATION-3-1238', null, '配附件团队,郑州公司', 'Parts Team, Zhengzhou Company', null, 'C120010405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9241', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '07406', 'tiecheng.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9241', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9242', 'SUPERVISORY_ORGANIZATION-3-8797', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9242', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '34603', 'alex.ma', '22742', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6431', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9243', 'VE-VPG', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9243', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '07409', 'leiming.lu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE-VPG', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9244', 'SUPERVISORY_ORGANIZATION-3-1286', null, 'F2入厂运作组', 'F2 Inhouse Logistics Sub-team', null, 'B301040203', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9244', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '10985', 'yongrui.wang', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9244', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9245', 'MO-LOG-002', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9245', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '38784', 'xiang.han', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'MO-LOG-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9246', 'SUPERVISORY_ORGANIZATION-3-1321', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9246', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '08618', 'yuchi.fan', '03091;03321;06247;26295;30140;35775', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-1321', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9247', 'SUPERVISORY_ORGANIZATION-3-8643', null, '外协管理组', 'Subcon Management Sub-team', null, 'A212070403', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9247', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '29015', 'felix.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9247', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9248', 'SUPERVISORY_ORGANIZATION-3-8643', null, '设备工程组', 'Equipment Engineering Sub-team', null, 'A212070402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9248', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '29015', 'felix.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9248', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9249', 'SUPERVISORY_ORGANIZATION-3-8643', null, '工艺工程组', 'Process Engineering Sub-team', null, 'A212070401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9249', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '29015', 'felix.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION-3-9249', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-925', null, null, 'Superior Infrastructure & Maintenance Team', 'Superior Infrastructure & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-925', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-925', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-9254', 'SD-SAS', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-9254', null, '0', 'admin', '2022-05-26 17:23:13', null, null, null, null, null, null, '02501', 'quansheng.duan', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SD-SAS', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-926', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-926', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-926', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-927', null, null, 'Infrastructure & Maintenance Team', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-927', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-927', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-928', 'PE-OAM-003', null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-928', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, 'C0674', 'carlos.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-928', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-929', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-929', null, '1', 'admin', '2022-05-26 17:20:37', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-929', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-930', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-930', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-930', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-931', 'SUPERVISORY_ORGANIZATION-3-2376', null, '工程项目管理组', 'Engineering Project Management Team', null, 'C1590103', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-931', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, 'C0607', 'hanrui.yang', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-931', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-932', null, null, 'Operation & Maintenance Team', 'Operation & Maintenance Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-932', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-932', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-933', 'FN-ATX', null, '会计及税务部', 'Accounting & Tax Department', null, 'FN-ATX-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-933', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '02638', 'haifen.lin', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-933', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-934', 'SUPERVISORY_ORGANIZATION-3-867', null, '制造运营,蔚来制造园区', 'Manufacturing Operation, NIO Manu Park', null, 'MP-MO-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-934', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-934', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-935', null, null, '企业规划部', 'Corporate Planning Team', null, 'CD-CPP-003', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-935', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-935', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-936', null, null, '采购,蔚来制造园区', 'Procurement, NIO Manu Park', null, 'MP-LOG-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-936', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-936', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-937', null, null, '电源管理,南京', 'Power Management,Nanjing', null, 'CO-NJ-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-937', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-937', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-938', null, null, '城市端电源管理,深圳', 'City Power Management,Shenzhen', null, 'Current Code CO-SZ-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-938', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-938', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-939', null, null, '电源管理,上海', 'Power Management,Shanghai', null, 'CO-SHA-PE', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-939', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-939', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-940', 'SUPERVISORY_ORGANIZATION-3-585', null, '用户发展,苏州公司', 'User Development, Suzhou Company', null, 'C1160101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-940', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '06862', 'yue.qi', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-940', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-941', null, null, '电源管理,广州', 'Power Management,Guangzhou', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-941', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-941', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-942', 'SUPERVISORY_ORGANIZATION-3-506', null, '人力资源团队(苏州)', 'Human Resource Team (Suzhou)', null, 'D1010809', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-942', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '07209', 'henry.zhong', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-942', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-943', 'SUPERVISORY_ORGANIZATION-3-585', null, '销售,苏州公司', 'Sales, Suzhou Company', null, 'C1160109', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-943', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '03086', 'jiyu.wang', '07209', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-943', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-944', null, null, '用户移动应用开发部', 'User App Development Department', null, 'SWC-UAD-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-944', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-944', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-945', 'GM-ADMG', null, 'E-Powertrain Department', 'E-Powertrain Department', null, 'EU-EP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-945', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '02464', null, null, 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-945', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-946', 'SUPERVISORY_ORGANIZATION-3-8705', null, '智能硬件合作伙伴开发团队', 'Smart Hardware Team', null, 'B0020317', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-946', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, 'C0893', 'chunhui.sun', '10298', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-946', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-947', 'MO-PHF', null, '涂装生产团队', 'Painting Production Team', null, 'B3010303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-947', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '33137', 'daniel.ren', '03321;06247', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'MO-PHF', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-948', 'SUPERVISORY_ORGANIZATION-3-4828', null, '区域运营支持团队', 'Operation Support Team', null, 'C1050901', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-948', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '06512', 'le.qi', '12784;17717', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-948', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-949', null, null, '项目管理,蔚来制造园区', 'Project Management,NIO Manu Park', null, 'MP-PM-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-949', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-949', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-950', null, null, '合作拓展团队', 'Partner Engagement Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-950', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-950', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-951', null, null, '电机软件控制与系统架构团队', 'Software Control & System Architecture Team', null, 'EP-EDS-T-003-05', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-951', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-952', 'SUPERVISORY_ORGANIZATION-3-3877', null, 'NIO Life', 'NIO Life', null, 'C107', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-952', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, 'C0084', 'jili.liu', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'SUPERVISORY_ORGANIZATION-3-952', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-953', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life 规划部', 'NIO Life Planning Department', null, 'C10701', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-953', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '19536', 'finn.xue', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-953', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-954', 'SUPERVISORY_ORGANIZATION-3-952', null, '设计团队-NLD', 'Design Team-NLD', null, 'B1070101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-954', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, '12332', 'chloe.zhang', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-954', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-955', 'OC-ADM', null, '综合服务管理团队', 'Integrated Service Management Team', null, 'D1100303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-955', null, '0', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, 'C0068', 'kristy.sun', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-955', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-956', null, null, '采购,蔚来制造园区', 'Procurement, NIO Manu Park', null, 'MP-LOG', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-956', null, '1', 'admin', '2022-05-26 17:20:38', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-956', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-957', 'SUPERVISORY_ORGANIZATION-3-4348', null, '传感器/感知软件开发团队', 'Data Collection Development Team', null, 'A2080101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-957', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '18611', 'brave.ma', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-957', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-958', 'SUPERVISORY_ORGANIZATION-3-2270', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-958', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2270', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-959', null, null, 'City Operation & Development Department', 'City Operation & Development Department', null, 'UO-SAN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-959', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'User_Experience', 'User Experience (Do Not Use) (inactive)', null, 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-959', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-960', 'SUPERVISORY_ORGANIZATION-3-631', null, '战略商务与网络发展部', 'Strategic Commercial and Network Development Department', null, 'C10303', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-960', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '13362', 'jim.wei', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-960', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-961', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-008', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-961', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-961', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-962', null, null, 'Vehicle Performance Group', 'Vehicle Performance Group', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-962', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Oxford-GB', null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-962', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-963', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(深圳)', 'Finance Team (Shenzhen)', null, 'D1030405', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-963', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '04434', 'jiajia.wang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-963', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-964', 'SUPERVISORY_ORGANIZATION-3-6146', null, '能源数字化产品开发团队', 'Power Digital Products Team', null, 'C1570402', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-964', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, 'C0774', 'yicheng.wu', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-964', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-965', 'GL', null, '财务', 'Finance', null, 'FN', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-965', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '14536', 'steven.feng', null, 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-966', null, null, '产业信息研究部', 'Research & Information Department', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-966', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-967', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,宁波公司', 'Regional Operation, Ningbo Company', null, 'C12401', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-967', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '03071', 'jiajun.cao', '31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-967', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-968', null, null, 'City Operation Management, Ningbo', 'City Operation Management, Ningbo', null, 'CO-BJ-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-968', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-968', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-969', 'SUPERVISORY_ORGANIZATION-3-4128', null, '区域运营,郑州公司', 'Regional Operation, Zhengzhou Company', null, 'C12001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-969', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '02955', 'sean.liu', '06343', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-969', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-970', 'FN-CNP-005', null, '财务团队(用户商务服务)', 'Finance Team (UCS)', null, 'D1030304', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-970', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, 'C0354', 'kathleen.wu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-970', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-971', null, null, '电池包工厂,蔚来制造园区', 'Battery Pack,NIO Manu Park', null, 'MP-BP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-971', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-971', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-972', 'SUPERVISORY_ORGANIZATION-3-547', null, '培训管理团队', 'Training Mgt Team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-972', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '15381', 'elwin.li', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-973', 'SUPERVISORY_ORGANIZATION-3-867', null, '电池包工厂,蔚来制造园区', 'Battery Pack,NIO Manu Park', null, 'MP-BP', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-973', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '04416', 'feng.shen1', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Plant', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-973', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-974', 'SUPERVISORY_ORGANIZATION-3-6378', null, '数字模型团队(内饰)', 'Digital Model Team (Interior)', null, 'A1011002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-974', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '04566', 'christian.delgado', '04966;17335;29030', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-974', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-975', null, null, 'Mechanical Engineering', 'Mechanical Engineering', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-975', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, 'Oxford-GB', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-976', null, null, 'Mechanical Design', 'Mechanical Design', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-976', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-976', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-977', 'MO-LOG', null, 'F1物料管理和计划团队', 'F1 Material Management and Planning Team', null, 'B3010407', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-977', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '04828', 'qiang.zhang1', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-977', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-978', null, null, '南京合作伙伴质量管理投产团队', 'Launch PQM Team , Nanjing', null, 'QD-PQM-NJ', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-978', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-978', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-979', null, null, 'Power Management,Chengdu', 'Power Management,Chengdu', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-979', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-980', 'SUPERVISORY_ORGANIZATION-3-566', null, '用户发展,成都公司', 'User Development, Chengdu Company', null, 'C1170101', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-980', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '06609', 'carrie.he', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-980', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-981', null, null, 'Delivery, Guangzhou', 'Delivery, Guangzhou', null, 'CO-GZH-CL-DVL', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-981', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 5', '1', 'SUPERVISORY_ORGANIZATION-3-981', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-982', 'SUPERVISORY_ORGANIZATION-3-2487', null, '智能制造组', 'Intelligent Manufacturing Sub-team', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-982', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '02920', 'lance.lian', '03091;03321;06247;26295;30140;35775', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2487', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-983', 'SUPERVISORY_ORGANIZATION-3-2413', null, '财务团队(南京)', 'Finance Team (Nanjing)', null, 'D1030410', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-983', null, '0', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, '03357', 'ivy.gao', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-983', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-984', null, null, '电源管理,武汉', 'Power Management,Wuhan', null, 'CO-WUH-PM', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-984', null, '1', 'admin', '2022-05-26 17:20:39', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-984', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-985', null, null, '运营管理业务伙伴部', 'Operation Management BP Department', null, 'OC-OMP-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-985', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-985', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-986', 'SUPERVISORY_ORGANIZATION-3-505', null, 'Product Development & Industrialization HRBP', 'Product Development & Industrialization HRBP', null, 'OC-TAM-007', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-986', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, 'C0011', 'leslie.ge', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-986', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-987', 'UD', null, '传播策略团队', 'Strategy & Media Team', null, 'UD-COM-007-002', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-987', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-987', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-988', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'CIO/Digital Operations', 'CIO/Digital Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-988', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '18247', 'jian.bai', '12966;34449;C0941', 'San Jose-US', null, null, null, null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-989', 'SUPERVISORY_ORGANIZATION-3-2020', null, 'Digital Operations', 'Digital Operations', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-989', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '18247', 'jian.bai', 'U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2020', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-990', null, null, '人力资源,北京', 'Human Resource, Beijing', null, 'CO-BJ-HR-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-990', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-990', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-991', 'SUPERVISORY_ORGANIZATION-3-793', null, '架构设计团队', 'Architecture Design Team', null, 'A2080201', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-991', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '04357', 'wenchuan.xia', '06058;C0066', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-991', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-992', null, null, '内饰与空调工程部', 'Interior & HVAC Engineering Department', null, 'VE-INE-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-992', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-992', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-993', 'VE', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-993', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-994', null, null, '基建与维护团队', 'Infrastructure & Maintenance Team', null, 'PE-OAM-003-009', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-994', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-3-994', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-995', 'SUPERVISORY_ORGANIZATION-3-566', null, '服务运营,成都公司', 'Service Operations, Chengdu Company', null, 'C1170104', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-995', null, '0', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '06463', 'jian.zhang3', '06138', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-3-995', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-996', null, null, '服务运营2,北京', 'Service Operations2, Beijing', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-996', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-997', 'SUPERVISORY_ORGANIZATION-3-952', null, 'NIO Life 运营部', 'NIO Life Operations Department', null, 'C10705', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-997', null, '0', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '17180', 'zhaoyang.dong', '05165;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION-3-997', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-998', 'SD-AIS', null, '前瞻智能系统部', 'Advanced Intelligent Systems Department', null, 'SD-AIS-006', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-998', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '26944', 'jie.gao4', '06263;09077;09595;12313;15602;42229;U0001', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-3-998', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-3-999', 'SUPERVISORY_ORGANIZATION-3-4813', null, 'Innovation and Scouting Team', 'Innovation and Scouting Team', null, 'GB-IS', null, '2', null, 'SUPERVISORY_ORGANIZATION-3-999', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, '35017', null, '03938', 'Munich-DE', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4813', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-352', 'SUPERVISORY_ORGANIZATION-3-1979', null, 'Energy Storage', 'Energy Storage', null, '0', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-352', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, 'C0400', 'wilson.hong', 'U0001', 'San Jose-US', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-1979', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-353', null, null, 'Alex Smith 1', 'Alex Smith 1', null, 'Energy Storage', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-353', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, 'U0001', 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-354', null, null, 'Global HR Analytics', 'Global HR Analytics', null, '4220', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-354', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-365', null, null, 'PQM,Door & Closure', 'PQM,Door & Closure', null, 'PU-PTA-004-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-365', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-365', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-366', null, null, 'PQM,Exterior', 'PQM,Exterior', null, 'PU-PTA-004-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-366', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-366', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-367', null, null, 'PQM,Body', 'PQM,Body', null, 'PU-PTA-004-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-367', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-367', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-368', null, null, 'PQM,Trim', 'PQM,Trim', null, 'PU-PTA-005-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-368', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-368', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-369', null, null, 'PQM,Seat,HVAC & SRS', 'PQM,Seat,HVAC & SRS', null, 'PU-PTA-005-02', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-369', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-369', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-370', null, null, 'Production Purchasing,Interior&HVAC', 'Production Purchasing,Interior&HVAC', null, 'PU-PDP-003-01', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-370', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-370', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-383', null, null, '产品传播团队', 'Product Communications Team', null, 'UD-COM-005', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-383', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-6-383', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-384', null, null, '展览展示团队', 'Exhibition Team', null, 'UE-EXH-001', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-384', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-6-384', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-386', null, null, '企业传播团队', 'Corporate Communications Team', null, 'GL-COM-002-03', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-386', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-386', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-387', null, null, '视觉团队', 'Visual Team', null, 'GL-COM-004', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-387', null, '1', 'admin', '2022-05-26 17:20:40', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION-6-387', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-401', 'VE-CHE', null, '底盘SMT管理团队', 'Chassis SMT Management Team', null, 'A1020402', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-401', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C1375', 'qunfei.yao', '05560;33517;42399;C0033;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION-6-401', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-410', 'SUPERVISORY_ORGANIZATION-3-2151', null, 'Software Platform Development', 'Software Platform Development', null, '4220', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-410', null, '0', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, '29948', null, '06263;09077;09595;12313;15602;U0001', 'San Jose-US', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION-6-410', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-411', 'SUPERVISORY_ORGANIZATION-3-2019', null, 'Supply Chain', 'Supply Chain', null, '4454', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-411', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'U0045', 'ganesh.iyer', '09077;U0001', 'San Jose-US', 'CL_ADS', 'Administration & Support', '管理与支持', null, 'Department', '1', 'SUPERVISORY_ORGANIZATION-3-2019', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-412', null, null, 'Vehicle Engineering', 'Vehicle Engineering', null, '4200', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-412', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION-6-413', null, null, 'UI/UX', 'UI/UX', null, '4420', null, '2', null, 'SUPERVISORY_ORGANIZATION-6-413', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'San Jose-US', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_1', 'SUPERVISORY_ORGANIZATION-3-4528', null, '道路服务中心', 'Roadside Service Center', null, 'C10901', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_1', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '02901', 'chris.qi', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'SUPERVISORY_ORGANIZATION_20200518_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_10', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,广州公司', 'Roadside Service, Guangzhou Company', null, 'C1090107', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_10', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '10557', 'juan.lei', '03476;04271;04685;11261;12009;13558;16305;26976', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_11', 'SUPERVISORY_ORGANIZATION_20200518_10', null, '运营团队,广州公司', 'Operation Team, Guangzhou Company', null, 'C109010701', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_11', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '10557', 'juan.lei', '03476;04271;04685;11261;12009;13558;16305;26976', 'Guangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_12', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,贵阳公司', 'Roadside Service, Guiyang Company', null, 'C1090108', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_12', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '09199', 'hao.ma', '03476;04271;04685;11261;12606;16305;26976', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_12', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_13', 'SUPERVISORY_ORGANIZATION_20200518_12', null, '运营团队,贵阳公司', 'Operation Team, Guiyang Company', null, 'C109010801', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_13', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '09199', 'hao.ma', '03476;04271;04685;11261;12606;16305;26976', 'Guiyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_13', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_14', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,哈尔滨公司', 'Roadside Service, Harbin Company', null, 'C1090109', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_14', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '11638', 'shengguang.sun', '03476;04271;04685;11261;16305;26976;29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_14', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_15', 'SUPERVISORY_ORGANIZATION_20200518_14', null, '运营团队,哈尔滨公司', 'Operation Team, Harbin Company', null, 'C109010901', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_15', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '11638', 'shengguang.sun', '03476;04271;04685;11261;16305;26976;29479', 'Harbin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_15', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_16', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,海口公司', 'Roadside Service, Haikou Company', null, 'C1090110', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_16', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '08011', 'junying.li', '03476;04271;04685;11261;16305;24916;26976', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_16', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_17', 'SUPERVISORY_ORGANIZATION_20200518_16', null, '运营团队,海口公司', 'Operation Team, Haikou Company', null, 'C109011001', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_17', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '08011', 'junying.li', '03476;04271;04685;11261;16305;24916;26976', 'Haikou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_17', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_18', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,杭州公司', 'Roadside Service, Hangzhou Company', null, 'C1090111', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_18', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '04135', 'jason.zhen', '03365;03476;04271;04685;11261;16305;16666;26976', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_18', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_19', 'SUPERVISORY_ORGANIZATION_20200518_18', null, '运营团队,杭州公司', 'Operation Team, Hangzhou Company', null, 'C109011101', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_19', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '06702', 'rulin.yin', '03365;03476;04271;04685;11261;16305;16666;26976', 'Hangzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_19', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_2', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '运营管理团队', 'Operation Management Team', null, 'C1090101', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_2', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '05989', 'lan.zhang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_20', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,合肥公司', 'Roadside Service, Hefei Company', null, 'C1090112', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_20', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '05154', 'kaituo.wen', '03476;04006;04271;04685;11261;16305;26976', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_20', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_21', 'SUPERVISORY_ORGANIZATION_20200518_20', null, '运营团队,合肥公司', 'Operation Team, Hefei Company', null, 'C109011201', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_21', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '05154', 'kaituo.wen', '03476;04006;04271;04685;11261;16305;26976', 'Hefei-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_21', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_22', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,呼和浩特公司', 'Roadside Service, Huhhot Company', null, 'C1090113', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_22', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '12820', 'shaobo.li', '03476;04271;04685;11261;12304;16305;26976', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_22', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_23', 'SUPERVISORY_ORGANIZATION_20200518_22', null, '运营团队,呼和浩特公司', 'Operation Team, Huhhot Company', null, 'C109011301', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_23', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '12820', 'shaobo.li', '03476;04271;04685;11261;12304;16305;26976', 'Huhhot-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_23', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_24', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,济南公司', 'Roadside Service, jinan Company', null, 'C1090114', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_24', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '12892', 'chen.liu1', '03476;04271;04685;10729;11261;16305;26976', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_24', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_25', 'SUPERVISORY_ORGANIZATION_20200518_24', null, '运营团队,济南公司', 'Operation Team, jinan Company', null, 'C109011401', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_25', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '12892', 'chen.liu1', '03476;04271;04685;10729;11261;16305;26976', 'Jinan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_25', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_26', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,金华公司', 'Roadside Service, Jinhua Company', null, 'C1090115', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_26', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '09988', 'bin.hu1', '03476;04271;04685;07217;11261;16305;16666;26976', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_26', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_27', 'SUPERVISORY_ORGANIZATION_20200518_26', null, '运营团队,金华公司', 'Operation Team, Jinhua Company', null, 'C109011501', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_27', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '09988', 'bin.hu1', '03476;04271;04685;07217;11261;16305;16666;26976', 'Jinhua-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_27', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_28', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,昆明公司', 'Roadside Service, Kunming Company', null, 'C1090116', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_28', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '32465', 'xingxiong.he', '03476;04271;04685;11261;16305;23578;26976;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_28', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_29', 'SUPERVISORY_ORGANIZATION_20200518_28', null, '运营团队,昆明公司', 'Operation Team, Kunming Company', null, 'C109011601', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_29', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '32465', 'xingxiong.he', '03476;04271;04685;11261;16305;23578;26976;44095', 'Kunming-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_29', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_3', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '调度团队', 'Dispatch Team', null, 'C1090102', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_3', null, '1', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '05989', 'lan.zhang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION_20200518_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_30', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,南昌公司', 'Roadside Service, Nanchang Company', null, 'C1090117', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_30', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '11923', 'zhou.hong', '03476;04271;04685;11261;12434;16305;26976', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_30', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_31', 'SUPERVISORY_ORGANIZATION_20200518_30', null, '运营团队,南昌公司', 'Operation Team, Nanchang Company', null, 'C109011701', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_31', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '11923', 'zhou.hong', '03476;04271;04685;11261;12434;16305;26976', 'Nanchang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_31', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_32', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,南京公司', 'Roadside Service, Nanjing Company', null, 'C1090118', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_32', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '04319', 'bijing.wang', '03275;03476;04271;04685;07338;09741;11261;16305;26976', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_32', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_33', 'SUPERVISORY_ORGANIZATION_20200518_32', null, '运营团队,南京公司', 'Operation Team, Nanjing Company', null, 'C109011801', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_33', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '04319', 'bijing.wang', '03275;03476;04271;04685;07338;09741;11261;16305;26976', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_34', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,南宁公司', 'Roadside Service, Nanning Company', null, 'C1090119', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_34', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '37957', 'sheng.shi', '03476;04271;04685;10827;11261;16305;26976;30064', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_35', 'SUPERVISORY_ORGANIZATION_20200518_34', null, '运营团队,南宁公司', 'Operation Team, Nanning Company', null, 'C109011901', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_35', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '37957', 'sheng.shi', '03476;04271;04685;10827;11261;16305;26976;30064', 'Nanjing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_35', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_36', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,宁波公司', 'Roadside Service, Ningbo Company', null, 'C1090120', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_36', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '03804', 'nian.zhao1', '03476;04271;04685;11261;16305;26976;31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_36', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_37', 'SUPERVISORY_ORGANIZATION_20200518_36', null, '运营团队,宁波公司', 'Operation Team, Ningbo Company', null, 'C109012001', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_37', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '03804', 'nian.zhao1', '03476;04271;04685;11261;16305;26976;31186', 'Ningbo-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_37', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_38', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,青岛公司', 'Roadside Service, Qingdao Company', null, 'C1090121', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_38', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '08941', 'changjun.jian', '03476;04271;04685;06450;11261;16305;26976', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_38', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_39', 'SUPERVISORY_ORGANIZATION_20200518_38', null, '运营团队,青岛公司', 'Operation Team, Qingdao Company', null, 'C109012101', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_39', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '08941', 'changjun.jian', '03476;04271;04685;06450;11261;16305;26976', 'Qingdao-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_39', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_4', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '平台发展团队', 'Platform Development team', null, 'C1090103', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_4', null, '0', 'admin', '2022-05-26 17:18:22', null, null, null, null, null, null, '12645', 'bin.jiang', '03476;04271;04685;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_40', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,深圳公司', 'Roadside Service, Shenzhen Company', null, 'C1090122', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_40', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '04586', 'jinming.li', '03476;03680;04271;04685;10827;11261;16305;26976', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_40', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_41', 'SUPERVISORY_ORGANIZATION_20200518_40', null, '运营团队,深圳公司', 'Operation Team, Shenzhen Company', null, 'C109012201', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_41', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '04586', 'jinming.li', '03476;03680;04271;04685;10827;11261;16305;26976', 'Shenzhen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_41', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_42', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,沈阳公司', 'Roadside Service, Shenyang Company', null, 'C1090123', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_42', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '12624', 'jindong.liu', '03476;04271;04685;11261;16305;17628;26976', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_42', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_43', 'SUPERVISORY_ORGANIZATION_20200518_42', null, '运营团队,沈阳公司', 'Operation Team, Shenyang Company', null, 'C109012301', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_43', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '12624', 'jindong.liu', '03476;04271;04685;11261;16305;17628;26976', 'Shenyang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_43', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_44', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,石家庄公司', 'Roadside Service, Shijiazhuang Company', null, 'C1090124', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_44', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '07871', 'haibo.zhang1', '03476;04271;04685;05779;11261;16305;26976', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_44', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_45', 'SUPERVISORY_ORGANIZATION_20200518_44', null, '运营团队,石家庄公司', 'Operation Team, Shijiazhuang Company', null, 'C109012401', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_45', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '07871', 'haibo.zhang1', '03476;04271;04685;05779;11261;16305;26976', 'Shijiazhuang-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_45', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_46', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,苏州公司', 'Roadside Service, Suzhou Company', null, 'C1090125', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_46', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '04480', 'honggang.liu', '03476;04271;04685;07209;11261;16305;26976', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_46', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_47', 'SUPERVISORY_ORGANIZATION_20200518_46', null, '运营团队,苏州公司', 'Operation Team, Suzhou Company', null, 'C109012501', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_47', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '04480', 'honggang.liu', '03476;04271;04685;07209;11261;16305;26976', 'Suzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_47', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_48', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,太原公司', 'Roadside Service, Taiyuan Company', null, 'C1090126', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_48', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '11454', 'jin.lv', '03476;04271;04685;11261;16305;26976;32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_48', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_49', 'SUPERVISORY_ORGANIZATION_20200518_48', null, '运营团队,太原公司', 'Operation Team, Taiyuan Company', null, 'C109012601', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_49', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '11454', 'jin.lv', '03476;04271;04685;11261;16305;26976;32158', 'Taiyuan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_49', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_5', 'SUPERVISORY_ORGANIZATION_20200518_1', null, '车务安全团队', 'Vehicle & Safety Team', null, 'C1090104', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_5', null, '1', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '11468', 'jun.zhou3', '03476;04685;11261;16305;26976;28399', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 3', '1', 'SUPERVISORY_ORGANIZATION_20200518_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_50', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,天津公司', 'Roadside Service, Tianjin Company', null, 'C1090127', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_50', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '10910', 'li.hu', '03476;04271;04685;05554;11261;16305;26976', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_50', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_51', 'SUPERVISORY_ORGANIZATION_20200518_50', null, '运营团队,天津公司', 'Operation Team, Tianjin Company', null, 'C109012701', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_51', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '10910', 'li.hu', '03476;04271;04685;05554;11261;16305;26976', 'Tianjin-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_51', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_52', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,温州公司', 'Roadside Service, Wenzhou Company', null, 'C1090128', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_52', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '12989', 'huajie.zheng', '03476;04271;04685;11261;16072;16305;26976', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_52', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_53', 'SUPERVISORY_ORGANIZATION_20200518_52', null, '运营团队,温州公司', 'Operation Team, Wenzhou Company', null, 'C109012801', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_53', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '12989', 'huajie.zheng', '03476;04271;04685;11261;16072;16305;26976', 'Wenzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_53', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_54', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,武汉公司', 'Roadside Service, Wuhan Company', null, 'C1090129', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_54', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '06891', 'liu.yang', '03476;04271;04685;11261;16305;20598;26976', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_54', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_55', 'SUPERVISORY_ORGANIZATION_20200518_54', null, '运营团队,武汉公司', 'Operation Team, Wuhan Company', null, 'C109012901', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_55', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '06891', 'liu.yang', '03476;04271;04685;11261;16305;20598;26976', 'Wuhan-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_55', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_56', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,西安公司', 'Roadside Service, Xi\'an Company', null, 'C1090130', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_56', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;09821;11261;16305;24015;26976', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_56', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_57', 'SUPERVISORY_ORGANIZATION_20200518_56', null, '运营团队,西安公司', 'Operation Team, Xi\'an Company', null, 'C109013001', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_57', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '07855', 'wanying.cao', '03476;04271;04685;09821;11261;16305;24015;26976', 'Xi\'an-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_57', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_58', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,徐州公司', 'Roadside Service, Xuzhou Company', null, 'C1090131', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_58', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '12166', 'dehua.zong', '03476;04271;04685;11261;12883;16305;26976;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_58', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_59', 'SUPERVISORY_ORGANIZATION_20200518_58', null, '运营团队,徐州公司', 'Operation Team, Xuzhou Company', null, 'C109013101', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_59', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '12166', 'dehua.zong', '03476;04271;04685;11261;12883;16305;26976;35449', 'Xuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_59', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_6', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,北京公司', 'Roadside Service, Beijing Company', null, 'C1090105', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_6', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '11506', 'haibo.liu', '03476;04271;04685;04949;11261;11784;16305;23271;26976', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_6', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_60', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,长春公司', 'Roadside Service, Changchun Company', null, 'C1090132', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_60', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '09252', 'fengjian.wei', '03476;04271;04685;11261;16305;26976;29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_60', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_61', 'SUPERVISORY_ORGANIZATION_20200518_60', null, '运营团队,长春公司', 'Operation Team, Changchun Company', null, 'C109013201', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_61', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '09252', 'fengjian.wei', '03476;04271;04685;11261;16305;26976;29479', 'Changchun-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_61', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_62', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,长沙公司', 'Roadside Service, Changsha Company', null, 'C1090133', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_62', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '07348', 'zhongyi.xie', '03476;04271;04685;06271;11261;16305;26976', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_62', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_63', 'SUPERVISORY_ORGANIZATION_20200518_62', null, '运营团队,长沙公司', 'Operation Team, Changsha Company', null, 'C109013301', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_63', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '07348', 'zhongyi.xie', '03476;04271;04685;06271;11261;16305;26976', 'Changsha-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_63', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_64', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,郑州公司', 'Roadside Service, Zhengzhou Company', null, 'C1090134', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_64', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '41381', 'yanghao.yang', '03476;04271;04685;06343;11261;16305;26976', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_64', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_65', 'SUPERVISORY_ORGANIZATION_20200518_64', null, '运营团队,郑州公司', 'Operation Team, Zhengzhou Company', null, 'C109013401', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_65', null, '0', 'admin', '2022-05-26 17:18:23', null, null, null, null, null, null, '41381', 'yanghao.yang', '03476;04271;04685;06343;11261;16305;26976', 'Zhengzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_65', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_66', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,重庆公司', 'Roadside Service, Chongqing Company', null, 'C1090135', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_66', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '07691', 'xin.chen1', '03476;04271;04685;11261;16305;21716;26976;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_66', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_67', 'SUPERVISORY_ORGANIZATION_20200518_66', null, '运营团队,重庆公司', 'Operation Team, Chongqing Company', null, 'C109013501', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_67', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '07691', 'xin.chen1', '03476;04271;04685;11261;16305;21716;26976;40364', 'Chongqing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_67', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_68', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,厦门公司', 'Roadside Service, Xiamen Company', null, 'C1090136', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_68', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '10202', 'zhiyong.yang', '03476;04271;04685;09067;11261;16305;26976', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_68', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_69', 'SUPERVISORY_ORGANIZATION_20200518_68', null, '运营团队,厦门公司', 'Operation Team, Xiamen Company', null, 'C109013601', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_69', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '10202', 'zhiyong.yang', '03476;04271;04685;09067;11261;16305;26976', 'Xiamen-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_69', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_7', 'SUPERVISORY_ORGANIZATION_20200518_6', null, '运营团队,北京公司', 'Operation Team, Beijing Company', null, 'C109010501', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_7', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '11506', 'haibo.liu', '03476;04271;04685;04949;11261;11784;16305;23271;26976', 'Beijing-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_70', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,上海公司', 'Roadside Service, Shanghai Company', null, 'C1090137', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_70', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;06574;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_70', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_71', 'SUPERVISORY_ORGANIZATION_20200518_70', null, '运营团队,上海公司', 'Operation Team, Shanghai Company', null, 'C109013701', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_71', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '05121', 'jun.zhou', '03280;03476;04271;04685;06574;11261;16305;26976', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_71', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_72', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,福州公司', 'Roadside Service, Fuzhou Company', null, 'C1090138', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_72', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '10202', 'zhiyong.yang', '03476;04271;04685;09067;11261;16305;26976', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_72', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_73', 'SUPERVISORY_ORGANIZATION_20200518_72', null, '运营团队,福州公司', 'Operation Team, Fuzhou Company', null, 'C109013801', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_73', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '10202', 'zhiyong.yang', '03476;04271;04685;09067;11261;16305;26976', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_73', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_74', 'SUPERVISORY_ORGANIZATION_20200518_72', null, '道服团队,福州公司', 'Roadside Service Team, Fuzhou Company', null, 'C109013802', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_74', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '10202', 'zhiyong.yang', '03476;04271;04685;09067;11261;16305;26976', 'Fuzhou-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_74', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_8', 'SUPERVISORY_ORGANIZATION-3-8997', null, '道路服务,成都公司', 'Roadside Service, Chengdu Company', null, 'C1090106', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_8', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '05517', 'tim.yao', '03476;04271;04685;06138;11261;16305;26976', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200518_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200518_9', 'SUPERVISORY_ORGANIZATION_20200518_8', null, '运营团队,成都公司', 'Operation Team, Chengdu Company', null, 'C109010601', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200518_9', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '08098', 'yilin.wang', '03476;04271;04685;06138;11261;16305;26976', 'Chengdu-CN', 'CL_USS', 'Users & Services', '用户与服务', 'City', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200518_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_1', 'SUPERVISORY_ORGANIZATION-3-3951', null, '金属车身团队', 'Body Metal Team', null, 'A1021801', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_1', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '02778', 'aaron.yu', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_10', 'SUPERVISORY_ORGANIZATION_20200911_9', null, '硬饰件组', 'Hard Trim Sub-team', null, 'A102180301', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_10', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, 'C1276', 'will.xing', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_11', 'SUPERVISORY_ORGANIZATION_20200911_9', null, '仪表板组', 'IP Sub-team', null, 'A102180302', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_11', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, 'C0248', 'yanqing.wen', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_12', 'SUPERVISORY_ORGANIZATION_20200911_9', null, '座椅组', 'Seating Sub-team', null, 'A102180303', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_12', null, '1', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '16961', 'hui.liu3', '05407;05560;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION_20200911_12', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_13', 'SUPERVISORY_ORGANIZATION-3-3951', null, '空调及约束系统团队', 'HVAC & Restraint Team', null, 'A1021804', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_13', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, 'C0176', 'maomao.zhu', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_13', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_14', 'SUPERVISORY_ORGANIZATION_20200911_13', null, '约束系统组', 'Restraint Sub-team', null, 'A102180401', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_14', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '18072', 'jian.liu', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_14', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_15', 'SUPERVISORY_ORGANIZATION_20200911_13', null, '空调系统组', 'HVAC Sub-team', null, 'A102180402', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_15', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '03302', 'jie.gao', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_15', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_16', 'SUPERVISORY_ORGANIZATION-3-3951', null, '底盘工程团队', 'Chassis Engineering Team', null, 'A1021805', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_16', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '32911', 'davis.dai', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_16', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_17', 'SUPERVISORY_ORGANIZATION_20200911_16', null, '转向及车轮组', 'Steering & Wheels Sub-team', null, 'A102180501', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_17', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '32911', 'davis.dai', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_17', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_18', 'SUPERVISORY_ORGANIZATION_20200911_16', null, '悬架系统组', 'Suspension System Sub-team', null, 'A102180502', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_18', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, 'C0647', 'billy.chen', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_18', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_19', 'SUPERVISORY_ORGANIZATION_20200911_16', null, 'EDS集成组', 'EDS Sub-team', null, 'A102180503', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_19', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, 'C1092', 'jeff.chen', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_19', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_2', 'SUPERVISORY_ORGANIZATION_20200911_1', null, '车身结构-上车体组', 'Body Structure - Upperbody Sub-team', null, 'A102180101', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_2', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '11369', 'yahui.ren', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_20', 'SUPERVISORY_ORGANIZATION_20200911_16', null, '基础制动组', 'Foundation Brake Sub-team', null, 'A102180504', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_20', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '10190', 'chris.ma', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_20', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_21', 'SUPERVISORY_ORGANIZATION_20200911_16', null, '底盘集成组', 'Chassis Integration Sub-team', null, 'A102180505', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_21', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '32911', 'davis.dai', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_21', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_22', 'SUPERVISORY_ORGANIZATION-3-3951', null, '电子电气工程团队', 'EE Engineering Team', null, 'A1021806', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_22', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '17122', 'daoyuan.hu', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_22', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_23', 'SUPERVISORY_ORGANIZATION_20200911_22', null, '车身电子组', 'EE Body Sub-team', null, 'A102180601', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_23', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '17980', 'zhiqiang.xia', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_23', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_24', 'SUPERVISORY_ORGANIZATION_20200911_22', null, '线束系统组', 'Harness System Sub-team', null, 'A102180602', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_24', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '28333', 'eli.wang1', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_24', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_25', 'SUPERVISORY_ORGANIZATION_20200911_22', null, '电子娱乐系统组', 'EE Infotainment Sub-team', null, 'A102180603', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_25', null, '0', 'admin', '2022-05-26 17:18:24', null, null, null, null, null, null, '17496', 'liang.tian2', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_25', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_26', 'SUPERVISORY_ORGANIZATION_20200911_22', null, '车灯组', 'EE Lighting Sub-team', null, 'A102180604', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_26', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '18812', 'gang.chen1', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_26', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_27', 'SUPERVISORY_ORGANIZATION-3-3951', null, '整车概念集成团队', 'Vehicle Concepts Team', null, 'A1021807', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_27', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0428', 'scott.shi', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_27', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_28', 'SUPERVISORY_ORGANIZATION_20200911_27', null, '上车体架构组', 'Top Hat Architecture Sub-team', null, 'A102180701', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_28', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0091', 'tony.wang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_28', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_29', 'SUPERVISORY_ORGANIZATION_20200911_27', null, '下车体架构组', 'Platform Architecture Sub-team', null, 'A102180702', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_29', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '03919', 'long.pan', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_29', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_3', 'SUPERVISORY_ORGANIZATION_20200911_1', null, '车身结构-下车体组', 'Body Structure - Underbody Sub-team', null, 'A102180102', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_3', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0781', 'wang.zheng', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_30', 'SUPERVISORY_ORGANIZATION-3-3951', null, '性能中心团队', 'Attributes Center Team', null, 'A1021808', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_30', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '20489', 'mingchuan.chu', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_30', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_31', 'SUPERVISORY_ORGANIZATION_20200911_30', null, 'CAE组', 'CAE Sub-team', null, 'A102180801', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_31', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '17426', 'xiuli.cui', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_31', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_32', 'SUPERVISORY_ORGANIZATION_20200911_30', null, 'NVH及密封组', 'NVH & Tightness Sub-team', null, 'A102180802', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_32', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '19080', 'yingchun.jiang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_32', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_33', 'SUPERVISORY_ORGANIZATION_20200911_30', null, '整车耐久组', 'Vehicle Durability Sub-team', null, 'A102180803', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_33', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0708', 'fei.cheng', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_34', 'SUPERVISORY_ORGANIZATION_20200911_30', null, '整车安全组', 'Vehicle Safety Sub-team', null, 'A102180804', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_34', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0157', 'ethan.wang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_35', 'SUPERVISORY_ORGANIZATION-3-3951', null, '性能集成团队', 'Performance Integration Team', null, 'A1021809', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_35', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0225', 'jim.luo', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_35', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_36', 'SUPERVISORY_ORGANIZATION-3-3369', null, '合肥车辆动力学团队', 'Vehicle Dynamics Team-Hefei', null, 'A1021406', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_36', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0096', 'steven.xu', '05560;29769;33517;42399', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_36', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_37', 'SUPERVISORY_ORGANIZATION-3-3369', null, '合肥驾驶性能团队', 'Driving Performance Team-Hefei', null, 'A1021407', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_37', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '17413', 'wei.dou', '05560;29769;33517;42399', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_37', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_38', 'SUPERVISORY_ORGANIZATION_20200911_35', null, '重量、热管理及空气动力学组', 'Mass,Thermal & Aero Sub-team', null, 'A102180903', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_38', null, '1', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0225', 'jim.luo', '05407;05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'SUPERVISORY_ORGANIZATION_20200911_38', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_4', 'SUPERVISORY_ORGANIZATION_20200911_1', null, '车身开闭件组', 'Closure Sub-team', null, 'A102180103', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_4', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '07407', 'james.zhang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_5', 'SUPERVISORY_ORGANIZATION-3-3951', null, '外饰团队', 'Exterior Team', null, 'A1021802', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_5', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, 'C0124', 'jesse.jiang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_6', 'SUPERVISORY_ORGANIZATION_20200911_5', null, '密封组', 'Sealing Sub-team', null, 'A102180201', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_6', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '03907', 'qian.xiao', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_6', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_7', 'SUPERVISORY_ORGANIZATION_20200911_5', null, '外饰组', 'Exterior Sub-team', null, 'A102180202', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_7', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '02571', 'taylor.cheng', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_8', 'SUPERVISORY_ORGANIZATION_20200911_5', null, '外饰功能组', 'Exterior Function Sub-team', null, 'A102180203', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_8', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '19746', 'mei.fang', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'SUPERVISORY_ORGANIZATION_20200911_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPERVISORY_ORGANIZATION_20200911_9', 'SUPERVISORY_ORGANIZATION-3-3951', null, '内饰团队', 'Trim Team', null, 'A1021803', null, '2', null, 'SUPERVISORY_ORGANIZATION_20200911_9', null, '0', 'admin', '2022-05-26 17:18:25', null, null, null, null, null, null, '16961', 'hui.liu3', '05560;29769;30309;33517;42399;C0144', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPERVISORY_ORGANIZATION_20200911_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121501', 'SUPER_ORG_2020121524', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121501', null, '0', 'admin', '2022-05-26 17:18:20', null, null, null, null, null, null, 'C1281', 'calvin.chen', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPER_ORG_2020121524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121502', 'SUPERVISORY_ORGANIZATION-3-3331', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121502', null, '1', 'admin', '2022-05-26 17:18:20', null, null, null, null, null, null, 'C1097', 'xuefeng.chen', '09077;09595;12313;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121503', 'DO-DGT-004', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121503', null, '0', 'admin', '2022-05-26 17:18:20', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121504', 'SUPERVISORY_ORGANIZATION_20200911_28', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121504', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0091', 'tony.wang', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_28', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121505', 'SUPERVISORY_ORGANIZATION-3-854', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121505', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '03897', 'sarah.lv', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-854', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121506', 'DO-DGT-011', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121506', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'DO-DGT-011', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121507', 'SUPERVISORY_ORGANIZATION-3-4624', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121507', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '25916', 'jack.jiang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4624', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121508', 'SUPERVISORY_ORGANIZATION-3-4035', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121508', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '02143', 'zeqin.fan', '09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-675', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121509', 'SUPERVISORY_ORGANIZATION-3-3331', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121509', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '05194', 'wang.huo', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121510', 'SUPERVISORY_ORGANIZATION-3-3951', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121510', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0225', 'jim.luo', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3951', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121511', 'SUPERVISORY_ORGANIZATION-3-2726', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121511', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '11607', 'chunli.li', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2726', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121512', 'SUPERVISORY_ORGANIZATION_20200911_19', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121512', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C1092', 'jeff.chen', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_19', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121513', 'SUPERVISORY_ORGANIZATION_20200911_18', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121513', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0709', 'max.han', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_18', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121514', 'SUPERVISORY_ORGANIZATION-3-7819', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121514', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0748', 'steve.hu', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7819', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121515', 'SUPERVISORY_ORGANIZATION_20200911_23', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121515', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '17980', 'zhiqiang.xia', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_23', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121516', 'SUPERVISORY_ORGANIZATION_20200911_29', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121516', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '03919', 'long.pan', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_29', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121517', 'SUPERVISORY_ORGANIZATION-3-2447', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121517', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '15007', 'jun.kuang', '06263;09595;12313;15602', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2447', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121518', 'SUPERVISORY_ORGANIZATION-3-2750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121518', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C1038', 'wenfeng.xie', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121519', 'SUPERVISORY_ORGANIZATION-3-3331', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121519', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '16962', 'xiaoping.wang', '06263;09077;09595;12313;15602;42229;U0001', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3331', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121520', 'SUPERVISORY_ORGANIZATION-3-2750', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121520', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0668', 'fuliang.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-2750', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121521', 'SUPERVISORY_ORGANIZATION_20200911_20', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121521', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '10190', 'chris.ma', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_20', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121522', 'SUPERVISORY_ORGANIZATION_20200911_25', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121522', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, '17496', 'liang.tian2', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_25', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121523', 'SUPERVISORY_ORGANIZATION_20200911_16', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'SUPER_ORG_2020121523', null, '1', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0428', 'scott.shi', '05407;05560;30309;33517;42399;C0144;C0941', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION_20200911_16', 'pp'); +INSERT INTO `sys_depart` VALUES ('SUPER_ORG_2020121524', 'DO-DGT', null, '数字化基础服务团队', 'Digital Basic Service Team', null, 'A2070110', null, '2', null, 'SUPER_ORG_2020121524', null, '0', 'admin', '2022-05-26 17:18:21', null, null, null, null, null, null, 'C0122', 'richard.zhong', '33035;37630;C1067', 'Hefei-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'SUPER_ORG_2020121524', 'pp'); +INSERT INTO `sys_depart` VALUES ('SWC-UAD', 'SUPERVISORY_ORGANIZATION-3-6709', null, '智能前端团队', '非官宣部门 (Not Annouced)', null, '0', null, '2', null, 'SWC-UAD', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, '02486', 'chunrong.liu', '33035;37630;C1067', 'Beijing-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6709', 'pp'); +INSERT INTO `sys_depart` VALUES ('SWC-UDS', null, null, '用户发展支持系统团队', 'User Development Systems Team', null, 'DD-SDI-002', null, '2', null, 'SWC-UDS', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, null, 'CL_PTIST', 'Product Technology and Industrialization-Software Technology (inactive)', null, 'Corp', 'Tier 3', '1', 'SWC-UDS', 'pp'); +INSERT INTO `sys_depart` VALUES ('UC', 'NIO CN&EU', null, '用户中心', 'User Center', null, 'UC', null, '2', null, 'UC', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '1', 'UC', 'pp'); +INSERT INTO `sys_depart` VALUES ('UC-UBD', 'NIO CN&EU', null, '用户中心商务拓展部', 'UC Business Development Department', null, 'UC-UBD', null, '2', null, 'UC-UBD', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UC-UBD', 'pp'); +INSERT INTO `sys_depart` VALUES ('UC-UDP', 'UC', null, 'UC发展规划部', 'UC Development & Planning Department', null, 'UC-UDP', null, '2', null, 'UC-UDP', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UC-UDP', 'pp'); +INSERT INTO `sys_depart` VALUES ('UC-UOM', 'UC', null, 'UC运营管理部', 'UC Operation Management Department', null, 'UC-UOM', null, '2', null, 'UC-UOM', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C0010', 'lihong.qin', null, 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UC-UOM', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD', 'SUPERVISORY_ORGANIZATION-3-3877', null, '用户发展', 'User Development', null, 'C101', null, '2', null, 'UD', null, '0', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'UD', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD-COM', 'UD', null, '品牌传播策略部', 'Brand Communication Strategy', null, 'UD-COM', null, '2', null, 'UD-COM', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UD-COM', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD-EFM', null, null, 'EP9&FE商业管理部(中国)', 'EP9&FE Business Management Department (China)', null, 'UD-EFM', null, '2', null, 'UD-EFM', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UD-EFM', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD-EVT', null, null, '市场活动部', 'Event Marketing Department', null, 'B10103', null, '2', null, 'UD-EVT', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, null, 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UD-EVT', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD-PRM', 'UD', null, '产品市场部', 'Product Marketing Department', null, 'UD-PRM', null, '2', null, 'UD-PRM', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C1376', 'wenxuan.wang', '24209;31445', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '1', 'UD-PRM', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD-SAM', 'SUPERVISORY_ORGANIZATION-3-631', null, '销售运营部', 'Sales Operation Department', null, 'C10302', null, '2', null, 'UD-SAM', null, '0', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, '04902', 'allen.hou', '04914;05407', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 2', '0', 'UD-SAM', 'pp'); +INSERT INTO `sys_depart` VALUES ('UD-URD', 'SUPERVISORY_ORGANIZATION-3-3877', null, '用户关系', 'User Relations', null, 'C155', null, '2', null, 'UD-URD', null, '0', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, 'C0739', 'calvin.shen', '05407;42928', 'Shanghai-CN', 'CL_USS', 'Users & Services', '用户与服务', 'Corp', 'Tier 1', '0', 'UD-URD', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE', null, null, '用户体验', 'User Experience', null, 'UE', null, '2', null, 'UE', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 1', '1', 'UE', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-EXH', null, null, '展览展示部', 'Exhibition Department', null, 'UE-EXH', null, '2', null, 'UE-EXH', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'UE-EXH', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-NCM', null, null, '蔚来中心管理部', 'NIO Center Management Department', null, 'UE-NCM', null, '2', null, 'UE-NCM', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'UE-NCM', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-NCM-001', null, null, '品牌联盟团队', 'Brand Alliance Team', null, '0', null, '2', null, 'UE-NCM-001', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'UE-NCM-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-NCM-002', null, null, '用户活动管理团队', 'User Event Management Team', null, '0', null, '2', null, 'UE-NCM-002', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'UE-NCM-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-NCM-003', null, null, '蔚来专家团队', 'NIO Expert Team', null, 'UE-NCM-003', null, '2', null, 'UE-NCM-003', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'UE-NCM-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-NWD', null, null, '网络拓展部', 'Network Development Department', null, 'UE-NWD', null, '2', null, 'UE-NWD', null, '1', 'admin', '2022-05-26 17:20:41', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'UE-NWD', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-NWD-001', null, null, '蔚来中心设计及建设', 'NIO Center Design and Construction Team', null, '0', null, '2', null, 'UE-NWD-001', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'UE-NWD-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('UE-UEG', null, null, '用户发展部', 'User Engagement Department', null, 'UE-UEG', null, '2', null, 'UE-UEG', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'UE-UEG', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE', 'SUPERVISORY_ORGANIZATION-3-3878', null, '整车工程', 'Vehicle Engineering', null, 'A102', null, '2', null, 'VE', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 1', '0', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-BDE', 'VE', null, '价值工程部', 'Design to Value Department', null, 'A10211', null, '2', null, 'VE-BDE', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'VE-BDE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-BDE-001', 'SUPERVISORY_ORGANIZATION-3-578', null, '外饰组', 'Exterior Sub-Team', null, 'A102100201', null, '2', null, 'VE-BDE-001', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, '02582', 'ke.shen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'VE-BDE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-BDE-002', 'SUPERVISORY_ORGANIZATION-3-3324', null, '金属车身团队', 'Body Metal Team', null, 'A1021001', null, '2', null, 'VE-BDE-002', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C1392', 'mark.cheng', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-BDE-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CAE', 'VE', null, '欧洲工程部', 'Engineering Europe Department', null, 'A10208', null, '2', null, 'VE-CAE', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'EU8998', null, '05560;29769;33517;42399', 'London-GB', 'CL_PDD', 'Product Design & Development', '产品设计与研发', null, 'Tier 2', '0', 'VE-CAE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE', 'VE', null, '底盘工程部', 'Chassis Engineering Department', null, 'A10204', null, '2', null, 'VE-CHE', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C1375', 'qunfei.yao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'VE-CHE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-001', 'SUPERVISORY_ORGANIZATION-3-3438', null, '底盘控制团队', 'Chassis Control Team', null, 'A1021704', null, '2', null, 'VE-CHE-001', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, '02827', 'bohong.xiao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'VE-CHE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-002', 'VE-CHE', null, '底盘集成团队', '底盘集成团队', null, '0', null, '2', null, 'VE-CHE-002', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0428', 'scott.shi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'VE-CHE-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-003', 'VE-CHE', null, '底盘结构团队', 'Chassis Structure Team', null, 'A1020409', null, '2', null, 'VE-CHE-003', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0378', 'jinpeng.diao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-CHE-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-004', 'VE-CHE', null, '基础制动团队', 'Foundation Brake Team', null, 'A1020406', null, '2', null, 'VE-CHE-004', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0416', 'devin.chen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-CHE-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-005', null, null, '悬置及传动团队', 'EDS Mounts & Driveshaft Team', null, 'VE-CHE-005', null, '2', null, 'VE-CHE-005', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 3', '1', 'VE-CHE-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-006', 'VE-CHE', null, '转向团队', 'Steering Team', null, 'A1020405', null, '2', null, 'VE-CHE-006', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0377', 'julian.zhu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-CHE-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-007', 'VE-CHE', null, '车轮车胎团队', 'Wheels & Tires Team', null, 'A1020408', null, '2', null, 'VE-CHE-007', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0469', 'zhiming.han', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-CHE-007', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-CHE-008-01', null, null, '试验验证团队', 'Chassis Validation Team', null, 'VE-CHE-008-01', null, '2', null, 'VE-CHE-008-01', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'VE-CHE-008-01', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-EEE', 'VE', null, '电子电器工程部', 'EE Engineering Department', null, 'A10205', null, '2', null, 'VE-EEE', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0243', 'rui.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'VE-EEE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-EEE-001', 'VE-EEE', null, '车灯团队', 'EE Lighting Team', null, 'A1020501', null, '2', null, 'VE-EEE-001', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0332', 'yongkun.yu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-EEE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-EEE-002', 'VE-EEE', null, '车身电子团队', 'EE Body Team', null, 'A1020504', null, '2', null, 'VE-EEE-002', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0474', 'ethan.tong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-EEE-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-EEE-003', 'VE-EEE', null, '电子电气分配系统团队', 'EE Distribution System Team', null, 'A1020503', null, '2', null, 'VE-EEE-003', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0296', 'leo.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-EEE-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-EEE-004', 'VE-EEE', null, '电子娱乐系统团队', 'EE Infotainment Team', null, 'A1020502', null, '2', null, 'VE-EEE-004', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0353', 'carrie.mu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-EEE-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-EEE-005', null, null, '电子集成与验证团队', 'EE Integration & Validation Team', null, '0', null, '2', null, 'VE-EEE-005', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'VE-EEE-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-INE', null, null, '内饰与空调工程部', 'Interior & HVAC Engineering Department', null, 'A10203', null, '2', null, 'VE-INE', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'Tier 2', '1', 'VE-INE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-INE-001', 'SUPERVISORY_ORGANIZATION-3-3324', null, '内饰及座椅团队', 'Trim & Seating Team', null, 'A1021003', null, '2', null, 'VE-INE-001', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0185', 'tao.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-INE-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-INE-002', 'VE-INE-003', null, '安全系统组', 'Safety System Sub-team', null, 'A102100401', null, '2', null, 'VE-INE-002', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, '02176', 'kevin.tong', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'VE-INE-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-INE-003', 'SUPERVISORY_ORGANIZATION-3-3324', null, '空调及安全团队', 'HVAC & Safety Team', null, 'A1021004', null, '2', null, 'VE-INE-003', null, '0', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0162', 'ryan.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-INE-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-INE-004', null, null, '饰件系统及表面材料团队', 'Trim System & Surface Material Team', null, '0', null, '2', null, 'VE-INE-004', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'VE-INE-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-INE-005', null, null, '座椅系统团队', 'Seating System Team', null, '0', null, '2', null, 'VE-INE-005', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'VE-INE-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-LWE', null, null, 'Vehicle Engineering Lightweight', 'Vehicle Engineering Lightweight', null, '0', null, '2', null, 'VE-LWE', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, null, null, null, 'Munich-DE', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-LWED', 'SUPERVISORY_ORGANIZATION-3-2036', null, '轻量化工程部', 'Light Weight Engineering Department', null, 'VE-LWED', null, '2', null, 'VE-LWED', null, '1', 'admin', '2022-05-26 17:20:42', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', 'U0001', 'Munich-DE', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, null, 'Tier 2', '1', 'VE-LWED', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VEN', null, null, 'Vehicle Engineering', 'Vehicle Engineering', null, '0', null, '2', null, 'VE-VEN', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', null, null, null, null, 'Department', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT', 'VE', null, '整车集成及前期整车工程部', 'Vehicle Integration & Advanced Vehicle Engineering Department', null, '0', null, '2', null, 'VE-VIT', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'N/A', '1', 'VE', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-001', 'SUPERVISORY_ORGANIZATION-3-3371', null, '前期工程及人机工程团队', 'Advanced Engineering & HVI Team', null, 'A1021602', null, '2', null, 'VE-VIT-001', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0085', 'oscar.chouza', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002', 'SUPERVISORY_ORGANIZATION-3-853', null, '性能优化中心团队', 'Attributes Excellence Center Team', null, '0', null, '2', null, 'VE-VIT-002', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0044', 'danilo.teobaldi', '05560;33517;42399;C0033;C0941', 'Shanghai-CN', 'CL_PTIVT', 'Product Technology and Industrialization-Vehicle Technology (inactive)', null, 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-853', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-01', null, null, '热管理团队', 'Thermal Team', null, 'VE-VIT-002-01', null, '2', null, 'VE-VIT-002-01', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, 'Tier 4', '1', 'VE-VIT-002-01', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-02', 'SUPERVISORY_ORGANIZATION-3-3369', null, '动态控制团队', 'Dynamic Controls Team', null, 'A1021404', null, '2', null, 'VE-VIT-002-02', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0352', 'feng.wang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'VE-VIT-002-02', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-03', 'SUPERVISORY_ORGANIZATION-3-3369', null, '整车性能管理团队', 'Vehicle Performance Management Team', null, 'A1021401', null, '2', null, 'VE-VIT-002-03', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0422', 'justin.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-002-03', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-04', 'SUPERVISORY_ORGANIZATION-3-632', null, '密封及水管理组', 'Sealing & Water Management Sub-team', null, 'A102150301', null, '2', null, 'VE-VIT-002-04', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '03179', 'yuri.silva', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'VE-VIT-002-04', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-05', 'SUPERVISORY_ORGANIZATION-3-3370', null, '整车耐久团队', 'Vehicle Durability Team', null, 'A1021504', null, '2', null, 'VE-VIT-002-05', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0644', 'yiguang.zhu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-002-05', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-06', 'SUPERVISORY_ORGANIZATION-3-3369', null, '能量管理团队', 'Energy Management Team', null, 'A1021403', null, '2', null, 'VE-VIT-002-06', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0912', 'maximilian.ganis', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-002-06', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-002-07', 'VE-VIT-002-03', null, '驾驶质量组', 'Drive Quality Sub-team', null, 'A102070902', null, '2', null, 'VE-VIT-002-07', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0422', 'justin.zhang', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'VE-VIT-002-07', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-003', 'VE-VIT-001', null, '人机交互组', 'HVI Sub-team', null, 'A102160202', null, '2', null, 'VE-VIT-003', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0168', 'hao.hu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'VE-VIT-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-004', 'SUPERVISORY_ORGANIZATION-3-3368', null, '法规认证团队', 'Regulation & Homologation Team', null, 'A1021302', null, '2', null, 'VE-VIT-004', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0290', 'jungang.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-005', 'SUPERVISORY_ORGANIZATION-3-3370', null, '整车安全团队', 'Vehicle Safety Team', null, 'A1021502', null, '2', null, 'VE-VIT-005', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0204', 'xinchao.zhao', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-006', 'SUPERVISORY_ORGANIZATION-3-3368', null, '整车验证团队', 'Vehicle Validation Team', null, 'A1021301', null, '2', null, 'VE-VIT-006', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '04056', 'ming.chen', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-006', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-007', 'SUPERVISORY_ORGANIZATION-3-3370', null, 'CAE 团队', 'CAE Team', null, 'A1021501', null, '2', null, 'VE-VIT-007', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0959', 'ray.ma', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-007', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VIT-008', 'SUPERVISORY_ORGANIZATION-3-3371', null, '整车架构及概念开发团队', 'Architecture & Concepts Team', null, 'A1021601', null, '2', null, 'VE-VIT-008', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '02151', 'shiwei.lu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VIT-008', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VPG', 'VE', null, '产品工程及质量集成部', 'Product Engineering & Quality Integration Department', null, 'A10206', null, '2', null, 'VE-VPG', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0388', 'sonia.li', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '0', 'VE-VPG', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VPG-001', null, null, '车身产品质量团队', 'Body Product Quality Team', null, '0', null, '2', null, 'VE-VPG-001', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'VE-VPG-001', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VPG-002', null, null, '产品工程及工程项目管理团队', 'Product Engineering & Quality Integration Team', null, 'A1020601', null, '2', null, 'VE-VPG-002', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'VE-VPG-002', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VPG-003', 'VE-VPG', null, '工程质量体系及电子工程质量团队', 'Digital Engineering & Advanced Quality Integration Team', null, 'A1020603', null, '2', null, 'VE-VPG-003', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0505', 'gavin.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VPG-003', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VPG-004', null, null, '项目性能组 II', 'Program Attributes Sub-team II', null, '0', null, '2', null, 'VE-VPG-004', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 4', '1', 'VE-VPG-004', 'pp'); +INSERT INTO `sys_depart` VALUES ('VE-VPG-005', 'VE-VPG', null, '感知及内饰空调工程质量团队', 'Perceived Quality & Interior & HVAC Engineering Quality Team', null, 'A1020604', null, '2', null, 'VE-VPG-005', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, 'C0510', 'kevin.liu', '05560;29769;33517;42399', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'VE-VPG-005', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_1', 'SUPERVISORY_ORGANIZATION-3-3490', null, '硬件平台开发组', 'Hardware Platform Development Sub-team', null, 'A212080604', null, '2', null, 'XPT_ORGANIZATION_20200426_1', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, 'C0518', 'yonghong.du', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORGANIZATION_20200426_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_2', 'SUPERVISORY_ORGANIZATION-3-3490', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORGANIZATION_20200426_2', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '101376', 'eric.xu1', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3490', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_3', 'SUPERVISORY_ORGANIZATION-3-3490', null, '硬件集成开发组', 'Hardware Integration Development Sub-team', null, 'A212080602', null, '2', null, 'XPT_ORGANIZATION_20200426_3', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '23408', 'jiahang.jin', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORGANIZATION_20200426_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_4', 'SUPERVISORY_ORGANIZATION-3-3490', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORGANIZATION_20200426_4', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '23408', 'jiahang.jin', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3490', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_5', 'SUPERVISORY_ORGANIZATION-3-3490', null, '硬件架构开发组', 'Hardware Architecture Development Sub-team', null, 'A212080603', null, '2', null, 'XPT_ORGANIZATION_20200426_5', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '23408', 'jiahang.jin', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORGANIZATION_20200426_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_6', 'SUPERVISORY_ORGANIZATION-3-3490', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORGANIZATION_20200426_6', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '23408', 'jiahang.jin', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3490', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_7', 'SUPERVISORY_ORGANIZATION-3-3462', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORGANIZATION_20200426_7', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100271', 'richy.bi', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3462', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORGANIZATION_20200426_8', 'SUPERVISORY_ORGANIZATION-3-3493', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORGANIZATION_20200426_8', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, 'C0693', 'wei.chen', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3493', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_1', 'SUPERVISORY_ORGANIZATION-3-3466', null, '系统功能开发组', 'System Function Development Sub-team', null, 'A212021402', null, '2', null, 'XPT_ORG_REFERENCE_20200424_1', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORG_REFERENCE_20200424_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_10', 'SUPERVISORY_ORGANIZATION-3-8678', null, '尺寸工程组', 'Dimension Engineering Sub-Team', null, 'A212021701', null, '2', null, 'XPT_ORG_REFERENCE_20200424_10', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '13696', 'allen.xu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORG_REFERENCE_20200424_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_11', 'SUPERVISORY_ORGANIZATION-3-3479', null, '材料工程组', 'Materials Engineering Sub-Team', null, 'A212021201', null, '2', null, 'XPT_ORG_REFERENCE_20200424_11', null, '0', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '02156', 'ling.zhang', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORG_REFERENCE_20200424_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_12', 'SUPERVISORY_ORGANIZATION-3-3479', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_12', null, '1', 'admin', '2022-05-26 17:20:43', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_13', 'SUPERVISORY_ORGANIZATION-3-3479', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_13', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_14', 'SUPERVISORY_ORGANIZATION-3-3479', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_14', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '101379', 'leo.li4', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3479', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_15', 'SUPERVISORY_ORGANIZATION-3-3467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_15', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100676', 'minghui.ma', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3467', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_16', 'SUPERVISORY_ORGANIZATION-3-3467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_16', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, 'C0760', 'andy.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3467', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_17', 'SUPERVISORY_ORGANIZATION-3-3467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_17', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3467', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_18', 'SUPERVISORY_ORGANIZATION-3-3467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_18', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3467', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_19', 'SUPERVISORY_ORGANIZATION-3-3467', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_19', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '13621', 'feng.ke', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3467', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_2', 'SUPERVISORY_ORGANIZATION-3-3466', null, '诊断与安全开发组', 'Diagnostic &Safety Development Sub-team', null, 'A212021403', null, '2', null, 'XPT_ORG_REFERENCE_20200424_2', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100581', 'leo.shao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '0', 'XPT_ORG_REFERENCE_20200424_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_3', 'SUPERVISORY_ORGANIZATION-3-3466', null, '系统性能开发组', 'System Performance Development Sub-Team', null, 'A212020102', null, '2', null, 'XPT_ORG_REFERENCE_20200424_3', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100581', 'leo.shao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_ORG_REFERENCE_20200424_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_4', 'SUPERVISORY_ORGANIZATION-3-3477', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_4', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100415', 'william.gao', '100073;C0033', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3477', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_5', 'SUPERVISORY_ORGANIZATION-3-3477', null, '产品设计验证组', 'Product Design Validation Sub-Team', null, 'A212020202', null, '2', null, 'XPT_ORG_REFERENCE_20200424_5', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '13615', 'will.zhan', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_ORG_REFERENCE_20200424_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_6', 'SUPERVISORY_ORGANIZATION-3-3478', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_ORG_REFERENCE_20200424_6', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100271', 'richy.bi', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-3478', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_7', 'SUPERVISORY_ORGANIZATION-3-3478', null, '机械集成开发组', 'Integration Development Sub-Team', null, 'A212020301', null, '2', null, 'XPT_ORG_REFERENCE_20200424_7', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100541', 'travers.ren', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_ORG_REFERENCE_20200424_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_8', 'SUPERVISORY_ORGANIZATION-3-3478', null, '电机开发组', 'Motor Active Parts Development Sub-Team', null, 'A212020304', null, '2', null, 'XPT_ORG_REFERENCE_20200424_8', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '27823', 'nathan.li', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_ORG_REFERENCE_20200424_8', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_ORG_REFERENCE_20200424_9', 'SUPERVISORY_ORGANIZATION-3-3472', null, 'XPE 机械设计团队', 'XPE Mechanical Design Team', null, 'A2120804', null, '2', null, 'XPT_ORG_REFERENCE_20200424_9', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '15212', 'chaohua.liu', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'XPT_ORG_REFERENCE_20200424_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_0', 'SUPERVISORY_ORGANIZATION-3-3878', null, '蔚来驱动科技', 'XPT', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_0', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, 'C0000', 'william.li', null, 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_1', 'XPT_SUPERVISORY_ORGANIZATION_0', null, '蔚来驱动科技', 'XPT', null, 'B303', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_1', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, 'U0032', 'alan.zeng', 'C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', null, 'Tier 1', '1', 'XPT_SUPERVISORY_ORGANIZATION_1', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_10', 'SUPERVISORY_ORGANIZATION-3-5523', null, '商务合作部', 'Commercial Collaboration Department', null, 'B30407', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_10', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'XPT_SUPERVISORY_ORGANIZATION_10', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_100', 'SUPERVISORY_ORGANIZATION-3-2448', null, '信息技术部', 'Information Technology Department', null, 'A20707', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_100', null, '1', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, 'C1048', 'shen.yang', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_100', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_101', 'SUPERVISORY_ORGANIZATION-3-6714', null, '应用软件开发团队', 'Application Software Development Team', null, 'A2070905', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_101', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100102', 'buzz.lu', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_101', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_102', 'DO-DGT', null, '生产制造应用系统团队', 'MFG Application Team', null, 'A2070111', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_102', null, '0', 'admin', '2022-05-26 17:20:44', null, null, null, null, null, null, '100103', 'alen.gao', '33035;37630;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_102', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_103', 'XPT_SUPERVISORY_ORGANIZATION_102', null, '生产制造应用系统- 制造和质量组', 'MFG Application- Manufacturing&Quality Sub-team', null, 'A207070201', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_103', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100103', 'alen.gao', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_103', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_104', 'XPT_SUPERVISORY_ORGANIZATION_102', null, '生产制造应用系统- 财务和供应链组', 'MFG Application- FIN & SCM Sub-team', null, 'A207070202', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_104', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100359', 'hong.ji', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_104', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_105', 'XPT_SUPERVISORY_ORGANIZATION_100', null, 'IT基础架构及信息安全团队', 'IT Infrastructure & Information Security Team', null, 'A2070703', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_105', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, 'C1048', 'shen.yang', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_105', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_106', 'XPT_SUPERVISORY_ORGANIZATION_105', null, '数据中心组', 'Data Center & Server Sub-team', null, 'A207070302', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_106', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '101081', 'lei.yang4', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_106', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_107', 'XPT_SUPERVISORY_ORGANIZATION_105', null, '网络和安全组', 'Network & Security Sub-team', null, 'A207070301', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_107', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100218', 'jay.pan', '05407;15602;C1067', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_107', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_108', null, null, 'IT项目管理部', 'PMO', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_108', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100388', 'wen.bai', null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_109', null, null, 'IT应用-工程部', 'Engineering Application', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_109', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100388', 'wen.bai', null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_11', 'XPT_SUPERVISORY_ORGANIZATION_10', null, '对外业务团队', 'External Business Team', null, 'B3040701', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_11', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_110', 'SUPERVISORY_ORGANIZATION-3-505', null, '人力运营部', 'People Operation Department', null, 'B30308', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_110', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '1', 'SUPERVISORY_ORGANIZATION-3-505', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_111', 'XPT_SUPERVISORY_ORGANIZATION_110', null, '薪资福利团队', 'Compensation & Benefits Team', null, 'B3030801', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_111', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_111', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_112', 'XPT_SUPERVISORY_ORGANIZATION_111', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_112', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100183', 'rita.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_111', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_113', 'SUPERVISORY_ORGANIZATION-3-7861', null, '招聘团队', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_113', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100024', 'sarah.luo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7861', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_114', 'XPT_SUPERVISORY_ORGANIZATION_113', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_114', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100071', 'felix.wan', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-7861', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_115', 'SUPERVISORY_ORGANIZATION-3-547', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_115', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '101051', 'iris.wang', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-547', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_116', 'SUPERVISORY_ORGANIZATION-3-6435', null, '人力运营组(南京)', 'People Operation (Nanjing) Sub-team', null, 'D101120101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_116', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100075', 'elva.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_116', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_117', 'XPT_SUPERVISORY_ORGANIZATION_110', null, '行政团队', 'Administration Team', null, 'B3030805', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_117', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_117', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_118', 'XPT_SUPERVISORY_ORGANIZATION_117', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_118', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, 'C0033', 'neil.guo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_117', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_119', 'XPT_SUPERVISORY_ORGANIZATION_118', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_119', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100060', 'apple.luo', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_117', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_12', 'XPT_SUPERVISORY_ORGANIZATION_11', null, 'PWT & 新产品组', 'PWT & NEW Products Sub-team', null, 'B303040101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_12', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_12', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_120', 'SUPERVISORY_ORGANIZATION-3-6435', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_120', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100075', 'elva.xu', '16043', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6435', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_13', 'XPT_SUPERVISORY_ORGANIZATION_11', null, 'PWT & 新产品组', 'PWT & NEW Products Sub-team', null, 'B304070102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_13', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100736', 'calvin.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_13', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_14', 'XPT_SUPERVISORY_ORGANIZATION_11', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_14', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_11', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_15', 'XPT_SUPERVISORY_ORGANIZATION_10', null, '商务拓展团队', 'Business Development Team', null, 'B3040702', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_15', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '100177', 'ken.guo', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_15', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_16', null, null, '项目管理部(外部客户)', 'PM (External)', null, 'D30303', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_16', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_16', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_17', 'FN', null, '财务控制与计划部(电驱系统&电驱电池工业化)', 'Controlling & Planning Department (ES&EI)', null, 'D10311', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_17', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '101339', 'kelly.lu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 2', '0', 'XPT_SUPERVISORY_ORGANIZATION_17', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_18', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '财务团队(电驱动系统)', 'Finance Team (EDS)', null, 'D1031101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_18', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '101350', 'fox.hu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_18', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_19', 'XPT_SUPERVISORY_ORGANIZATION_18', null, '财务控制组(南京)', 'Finance Controlling Sub-team (Nanjing)', null, 'D103110101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_19', null, '0', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '37582', 'bangkun.liu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_19', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_2', null, null, '研发', 'R&D', null, 'A305', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_2', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 1', '1', 'XPT_SUPERVISORY_ORGANIZATION_2', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_20', 'XPT_SUPERVISORY_ORGANIZATION_18', null, '工业成本和投资分析组', 'Industry Costing & Investment Analysis Sub-team', null, 'B303050102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_20', null, '1', 'admin', '2022-05-26 17:20:45', null, null, null, null, null, null, '101350', 'fox.hu', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_20', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_21', 'XPT_SUPERVISORY_ORGANIZATION_18', null, '成本控制组', 'Finance Controlling Sub- team (R&D)', null, 'D103110102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_21', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101383', 'cherry.yang', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_21', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_22', null, null, '计划与控制部', 'Planning & Controlling', null, 'D30201', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_22', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_22', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_23', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '会计税务与资金团队', 'Accounting Tax & Treasury Team', null, 'B3030502', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_23', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100945', 'jingjian.gong', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_23', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_24', 'XPT_SUPERVISORY_ORGANIZATION_23', null, '共享服务中心组', 'SSC Sub-team', null, 'B303050201', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_24', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100945', 'jingjian.gong', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_24', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_25', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '财务分析团队', 'Financial Planning & Analysis Team', null, 'D1031103', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_25', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100248', 'wayne.ding', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_25', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_26', 'XPT_SUPERVISORY_ORGANIZATION_25', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_26', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100248', 'wayne.ding', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_25', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_27', null, null, '税务团队', 'Tax', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_27', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_28', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '资金团队', 'Treasury Team', null, 'B3030503', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_28', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100945', 'jingjian.gong', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_28', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_29', 'XPT_SUPERVISORY_ORGANIZATION_23', null, '运营和现金管理组', 'Operation & Cash Management Sub-team', null, 'B303050204', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_29', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100945', 'jingjian.gong', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_29', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_3', null, null, '电驱动系统部', 'EDS', null, 'A30501', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_3', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_3', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_30', 'XPT_SUPERVISORY_ORGANIZATION_28', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_30', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100945', 'jingjian.gong', 'C0033', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_28', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_31', 'XPT_SUPERVISORY_ORGANIZATION_17', null, '公共关系和投资者关系团队', 'Government & Investor Relationship Team', null, 'B3030504', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_31', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101339', 'kelly.lu', '04634', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_31', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_32', 'SUPERVISORY_ORGANIZATION-3-1423', null, '法务团队', 'Legal Team', null, 'D1020201', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_32', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100050', 'qi.chen', '36463', 'Shanghai-CN', 'CL_ADS', 'Administration & Support', '管理与支持', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_32', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_33', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电驱系统供应链管理部', 'EDS Supply Chain Management Department', null, 'B30401', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_33', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'XPT_SUPERVISORY_ORGANIZATION_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_34', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '合作伙伴技术支持团队', 'PTA Team', null, 'B3030701', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_34', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_35', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '合作伙伴质量支持 - 电驱动机械组', 'PTA-EDS&Mechanical Parts Sub-team', null, 'B303070101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_35', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_35', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_36', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '合作伙伴技术支持 - 储能组', 'PTA-Electrical Parts Sub-team', null, 'B303070102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_36', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_36', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_37', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_37', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_33', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_38', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '合作伙伴技术开发组', 'PDE Sub-team', null, 'B303070103', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_38', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_38', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_39', 'XPT_SUPERVISORY_ORGANIZATION_34', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_39', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_34', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_4', null, null, '项目技术管理团队', 'Technical Project Management', null, 'A3050101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_4', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_4', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_40', null, null, '专家', 'Expert', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_40', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_41', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '电驱采购团队', 'EDS SD Team', null, 'B3040101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_41', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '101385', 'john.wang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_41', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_42', 'SUPERVISORY_ORGANIZATION-3-5522', null, '采购 – 电池团队', 'Purchasing – Battery Team', null, 'B3040202', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_42', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100122', 'sophia.han', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_42', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_43', 'SUPERVISORY_ORGANIZATION-3-5518', null, '电驱动采购组', 'EDS Purchasing Sub-team', null, 'B304010302', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_43', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '38221', 'feng.li4', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_43', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_44', 'XPT_SUPERVISORY_ORGANIZATION_43', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_44', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '38221', 'feng.li4', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_43', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_45', 'XPT_SUPERVISORY_ORGANIZATION_43', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_45', null, '0', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100485', 'chris.yang', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_43', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_46', 'XPT_SUPERVISORY_ORGANIZATION_42', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_46', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100122', 'sophia.han', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_42', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_47', 'XPT_SUPERVISORY_ORGANIZATION_41', null, '项目采购组', 'Purchasing Project Management Sub-team', null, 'B304010101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_47', null, '1', 'admin', '2022-05-26 17:20:46', null, null, null, null, null, null, '100234', 'jess.xu', '100183;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_47', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_48', 'XPT_SUPERVISORY_ORGANIZATION_41', null, '间接采购组', 'Indirect Purchasing Sub-team', null, 'B304010102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_48', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100171', 'sijia.liu', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_48', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_49', 'XPT_SUPERVISORY_ORGANIZATION_48', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_49', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100171', 'sijia.liu', '100183;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_48', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_5', null, null, '电驱动系统集成团队', 'EDS Integration', null, 'A3050102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_5', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_5', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_50', null, null, '项目管理部(内部&投产)', 'PM (Internal & Launch)', null, 'A30603', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_50', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '101385', 'john.wang', null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_50', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_51', null, null, '投产项目管理- 储能团队', 'Launch PM - ESS', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_51', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_52', null, null, '内部项目管理团队', 'Internal PM', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_52', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_53', 'XPT_SUPERVISORY_ORGANIZATION_33', null, '电驱系统物流团队', 'EDS Logistics Team', null, 'B3040102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_53', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100628', 'min.yue', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_53', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_54', 'XPT_SUPERVISORY_ORGANIZATION_53', null, '物流规划组', 'Logistics Planning Sub-team', null, 'B304010201', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_54', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100628', 'min.yue', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_54', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_55', 'SUPERVISORY_ORGANIZATION-3-4414', null, '生产计划团队', '非官宣部门(Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_55', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100962', 'deying.li', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4414', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_56', 'XPT_SUPERVISORY_ORGANIZATION_53', null, '入厂物流团队', 'Inbound Logistics', null, 'B303070303', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_56', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100628', 'min.yue', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_56', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_57', 'SUPERVISORY_ORGANIZATION-3-4414', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_57', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100275', 'junhu.xie', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-4414', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_58', 'XPT_SUPERVISORY_ORGANIZATION_53', null, '出厂物流团队', 'Outbound Logistics', null, 'B303070304', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_58', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100628', 'min.yue', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_58', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_59', 'SUPERVISORY_ORGANIZATION-3-5523', null, '电驱系统制造运营部', 'EDS Manufacturing & Operations Department', null, 'B30405', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_59', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '18124', 'johnson.hsieh', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 2', '0', 'XPT_SUPERVISORY_ORGANIZATION_59', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_6', null, null, '软件及标定团队', 'Software & Calibration', null, 'A3050103', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_6', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_6', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_60', 'SUPERVISORY_ORGANIZATION-3-4193', null, '电驱动制造质量团队', 'EDS Manufacturing Quality Team', null, 'B3040301', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_60', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '29460', 'dean.he', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_60', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_61', 'SUPERVISORY_ORGANIZATION-3-4398', null, '前期质量组', 'Advanced Quality Sub-team', null, 'B304030301', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_61', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '101355', 'duo.zhang', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_61', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_62', 'SUPERVISORY_ORGANIZATION-3-4193', null, '电驱动用户质量团队', 'EDS User Quality Team', null, 'B3040305', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_62', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '101075', 'albert.guo', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_62', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_63', 'SUPERVISORY_ORGANIZATION-3-4193', null, '体系业务管理团队', 'Quality System&Operation Team', null, 'B3040302', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_63', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100136', 'ellen.li', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_63', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_64', 'XPT_SUPERVISORY_ORGANIZATION_60', null, '储能客户质量组', 'ESS Customer Quality Sub-team', null, 'B303100103', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_64', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '29460', 'dean.he', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_64', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_65', 'XPT_SUPERVISORY_ORGANIZATION_60', null, '制造质量组', 'Manufacturing Quality Sub-team', null, 'B304030101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_65', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '29460', 'dean.he', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_65', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_66', 'XPT_SUPERVISORY_ORGANIZATION_65', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_66', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '29460', 'dean.he', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_65', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_67', null, null, '制造质量团队 2', 'Manufacturing Quality 2', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_67', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_68', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '设施运营团队', 'Facility Team', null, 'B3040501', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_68', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '17515', 'chunjie.xu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_68', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_69', 'XPT_SUPERVISORY_ORGANIZATION_68', null, '基建设施组', 'Utility & Civil Sub-Team', null, 'B304050101', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_69', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100079', 'jie.wang', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_69', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_7', null, null, '电机控制器硬件团队', 'PEU Hardware', null, 'A3050104', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_7', null, '1', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_7', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_70', 'XPT_SUPERVISORY_ORGANIZATION_68', null, '设施项目组', 'Facility Project Sub-Team', null, 'B304050103', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_70', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100492', 'liangtao.shi', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_70', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_71', 'XPT_SUPERVISORY_ORGANIZATION_68', null, '动力设施组', 'Power Facility Sub-team', null, 'B304050102', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_71', null, '0', 'admin', '2022-05-26 17:20:47', null, null, null, null, null, null, '100547', 'leo.shi', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_71', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_72', 'XPT_SUPERVISORY_ORGANIZATION_71', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_72', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100097', 'yu.wang', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_71', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_73', 'XPT_SUPERVISORY_ORGANIZATION_71', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_73', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100882', 'guangcheng.xu', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_71', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_74', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '电驱动系统前期工艺工程团队', 'EDS Intelligent Manufacturing Planing & Engineering Team', null, 'B3040502', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_74', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '26156', 'weiping.lu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_74', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_75', null, null, 'NVH团队', 'NVH', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_75', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_76', 'SUPERVISORY_ORGANIZATION-3-6195', null, '电驱动工艺开发工程组', 'EDS Process Developing Engineering Sub-Team', null, 'B304050201', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_76', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '34715', 'dunhua.yang', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_76', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_77', 'SUPERVISORY_ORGANIZATION-3-6195', null, '电驱动前期工艺工程C样组', 'EDS Advanced ME C Sample Sub-Team', null, 'B304050202', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_77', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '26156', 'weiping.lu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_77', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_78', 'SUPERVISORY_ORGANIZATION-3-6195', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_78', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100561', 'mingkui.li', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'SUPERVISORY_ORGANIZATION-3-6195', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_79', 'SUPERVISORY_ORGANIZATION-3-5520', null, '南京工厂运营团队', 'Nanjing Plant Operation Team', null, 'B3040601', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_79', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100563', 'huaning.xia', '100183', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_79', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_8', null, null, '电机控制器硬件团队 1', 'PEU Hardware 1', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_8', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_80', null, null, 'ESS Product Engineering', 'ESS Product Engineering', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_80', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_81', null, null, '设备维护团队', 'Maintenance', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_81', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_82', null, null, '储能产品团队', 'ESS Product', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_82', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_83', null, null, '精益制造管理部', 'WCM', null, 'A30705', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_83', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_83', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_84', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '环境、健康和安全团队', 'EHS Team', null, 'B3040503', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_84', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100057', 'yongsheng.xu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_84', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_85', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '电驱动系统工厂团队', 'EDS Plant Team', null, 'B3040504', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_85', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '101141', 'yiyuan.yang', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '0', 'XPT_SUPERVISORY_ORGANIZATION_85', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_86', 'XPT_SUPERVISORY_ORGANIZATION_85', null, '电驱动生产工艺 & 工业工程组', 'EDS ME & IE Sub-Team', null, 'B304050401', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_86', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '36415', 'longbiao.zhu1', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_86', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_87', 'SUPERVISORY_ORGANIZATION-3-6297', null, 'F2电驱动生产管理组', 'EDS F2 Production Sub-team', null, 'B304050601', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_87', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100166', 'xu.yan', '100075;C0033', 'Hefei-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_87', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_88', 'XPT_SUPERVISORY_ORGANIZATION_85', null, '电驱动生产管理组', 'EDS Production Sub-Team', null, 'B304050403', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_88', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '101347', 'liufeng.feng', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_88', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_89', 'XPT_SUPERVISORY_ORGANIZATION_85', null, '电驱动设备维护组', 'EDS Maintenance Sub-Team', null, 'B304050404', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_89', null, '0', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '05446', 'brandon.yu', '100075;C0033', 'Nanjing-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '0', 'XPT_SUPERVISORY_ORGANIZATION_89', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_9', 'SUPERVISORY_ORGANIZATION-3-3462', null, '系统研发团队', 'System Development', null, 'A3050105', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_9', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '100581', 'leo.shao', '100073;18092', 'Shanghai-CN', 'CL_PDD', 'Product Design & Development', '产品设计与研发', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_9', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_90', 'XPT_SUPERVISORY_ORGANIZATION_59', null, '储能系统工厂团队', 'ESS Plant Team', null, 'B3030608', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_90', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '18124', 'johnson.hsieh', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_90', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_91', 'XPT_SUPERVISORY_ORGANIZATION_90', null, '制造技术组', 'Manufacture Tech Sub-team', null, 'B303060801', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_91', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '18124', 'johnson.hsieh', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_91', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_92', 'XPT_SUPERVISORY_ORGANIZATION_91', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_92', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '18124', 'johnson.hsieh', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_91', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_93', 'XPT_SUPERVISORY_ORGANIZATION_91', null, '非官宣部门 (Not Announced)', '非官宣部门 (Not Announced)', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_93', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '18124', 'johnson.hsieh', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'N/A', '1', 'XPT_SUPERVISORY_ORGANIZATION_91', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_94', 'XPT_SUPERVISORY_ORGANIZATION_90', null, '生产组', 'Production Sub-team', null, 'B303060802', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_94', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, '18124', 'johnson.hsieh', '100075;C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', 'Corp', 'Tier 4', '1', 'XPT_SUPERVISORY_ORGANIZATION_94', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_95', null, null, '物料团队', 'Material', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_95', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 3', '1', 'XPT_SUPERVISORY_ORGANIZATION_95', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_96', null, null, 'EDS试制车间', 'Sample Shop', null, 'A30709', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_96', null, '1', 'admin', '2022-05-26 17:20:48', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_96', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_97', null, null, 'EDS试制车间 1', 'Sample Shop 1', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_97', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, null, null, null, 'Shanghai-CN', null, null, null, null, 'N/A', '1', 'GL', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_98', null, null, '新项目筹备部', 'New Project', null, '0', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_98', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, null, null, '100075', 'Shanghai-CN', null, null, null, null, 'Tier 2', '1', 'XPT_SUPERVISORY_ORGANIZATION_98', 'pp'); +INSERT INTO `sys_depart` VALUES ('XPT_SUPERVISORY_ORGANIZATION_99', 'XPT_SUPERVISORY_ORGANIZATION_1', null, '企业资源', 'Corporate Resources', null, 'D301', null, '2', null, 'XPT_SUPERVISORY_ORGANIZATION_99', null, '1', 'admin', '2022-05-26 17:20:49', null, null, null, null, null, null, 'U0032', 'alan.zeng', 'C0033', 'Shanghai-CN', 'CL_IND', 'Industrialization', '工业化', null, 'Tier 1', '1', 'XPT_SUPERVISORY_ORGANIZATION_99', 'pp'); + +-- ---------------------------- +-- Table structure for sys_depart_permission +-- ---------------------------- +DROP TABLE IF EXISTS `sys_depart_permission`; +CREATE TABLE `sys_depart_permission` ( + `id` varchar(32) NOT NULL, + `depart_id` varchar(32) DEFAULT NULL COMMENT '部门id', + `permission_id` varchar(32) DEFAULT NULL COMMENT '权限id', + `data_rule_ids` varchar(1000) DEFAULT NULL COMMENT '数据规则id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='部门权限表'; + +-- ---------------------------- +-- Records of sys_depart_permission +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_depart_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_depart_role`; +CREATE TABLE `sys_depart_role` ( + `id` varchar(32) NOT NULL, + `depart_id` varchar(32) DEFAULT NULL COMMENT '部门id', + `role_name` varchar(200) DEFAULT NULL COMMENT '部门角色名称', + `role_code` varchar(100) DEFAULT NULL COMMENT '部门角色编码', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='部门角色表'; + +-- ---------------------------- +-- Records of sys_depart_role +-- ---------------------------- +INSERT INTO `sys_depart_role` VALUES ('67', '524', null, null, null, null, '2022-03-04 10:22:55', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('670', '827', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('671', '828', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('672', '829', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('673', '830', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('674', '831', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('675', '832', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('676', '833', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('677', '834', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('678', '835', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('679', '836', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('68', '525', null, null, null, null, '2022-03-04 10:22:55', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('680', '837', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('681', '838', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('682', '839', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('683', '840', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('684', '841', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('685', '842', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('686', '843', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('687', '844', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('688', '845', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('689', '846', null, null, null, null, '2022-03-04 10:23:25', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('69', '526', null, null, null, null, '2022-03-04 10:22:55', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('690', '847', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('691', '848', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('692', '849', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('693', '850', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('694', '851', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('695', '852', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('696', '853', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('697', '854', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('698', '855', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('699', '856', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('7', '464', null, null, null, null, '2022-03-04 10:22:51', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('70', '527', null, null, null, null, '2022-03-04 10:22:55', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('700', '857', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('701', '858', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('702', '859', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('703', '860', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('704', '861', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('705', '862', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('706', '863', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('707', '864', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('708', '865', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('709', '866', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('71', '528', null, null, null, null, '2022-03-04 10:22:55', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('710', '867', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('711', '868', null, null, null, null, '2022-03-04 10:23:26', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('712', '869', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('713', '870', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('714', '871', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('715', '872', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('716', '873', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('717', '874', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('718', '875', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('719', '876', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('72', '529', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('720', '877', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('721', '878', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('722', '879', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('723', '880', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('724', '881', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('725', '882', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('726', '883', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('727', '884', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('728', '885', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('729', '886', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('73', '530', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('730', '887', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('731', '888', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('732', '889', null, null, null, null, '2022-03-04 10:23:27', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('733', '890', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('734', '891', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('735', '892', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('736', '893', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('737', '894', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('738', '895', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('739', '896', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('74', '531', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('740', '897', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('741', '898', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('742', '899', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('743', '900', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('744', '901', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('745', '902', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('746', '903', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('747', '904', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('748', '905', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('749', '906', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('75', '532', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('750', '907', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('751', '908', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('752', '909', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('753', '910', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('754', '911', null, null, null, null, '2022-03-04 10:23:28', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('755', '912', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('756', '913', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('757', '914', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('758', '915', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('759', '916', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('76', '533', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('760', '917', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('761', '918', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('762', '919', null, null, null, null, '2022-03-04 10:23:29', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('763', '761', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('764', '762', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('765', '763', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('766', '764', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('767', '765', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('768', '766', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('769', '767', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('77', '534', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('770', '768', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('771', '769', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('772', '770', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('773', '771', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('774', '772', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('775', '773', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('776', '774', null, null, null, null, '2022-03-04 10:23:29', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('777', '775', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('778', '776', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('779', '777', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('78', '535', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('780', '778', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('781', '779', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('782', '780', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('783', '781', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('784', '782', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('785', '783', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('786', '784', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('787', '785', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('788', '786', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('789', '787', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('79', '536', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('790', '788', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('791', '789', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('792', '790', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('793', '791', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('794', '792', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('795', '793', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('796', '794', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('797', '795', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('798', '796', null, null, null, null, '2022-03-04 10:23:30', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('799', '797', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('8', '465', null, null, null, null, '2022-03-04 10:22:51', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('80', '537', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('800', '798', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('801', '799', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('802', '800', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('803', '801', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('804', '802', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('805', '803', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('806', '804', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('807', '805', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('808', '806', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('809', '807', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('81', '538', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('810', '808', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('811', '809', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('812', '810', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('813', '811', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('814', '812', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('815', '813', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('816', '814', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('817', '815', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('818', '816', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('819', '817', null, null, null, null, '2022-03-04 10:23:31', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('82', '539', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('820', '818', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('821', '819', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('822', '820', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('823', '821', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('824', '822', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('825', '823', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('826', '824', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('827', '825', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('828', '826', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('829', '827', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('83', '540', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('830', '828', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('831', '829', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('832', '830', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('833', '831', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('834', '832', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('835', '833', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('836', '834', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('837', '835', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('838', '836', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('839', '837', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('84', '541', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('840', '838', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('841', '839', null, null, null, null, '2022-03-04 10:23:32', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('842', '840', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('843', '841', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('844', '842', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('845', '843', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('846', '844', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('847', '845', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('848', '846', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('849', '847', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('85', '542', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('850', '848', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('851', '849', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('852', '850', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('853', '851', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('854', '852', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('855', '853', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('856', '854', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('857', '855', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('858', '856', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('859', '857', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('86', '543', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('860', '858', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('861', '859', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('862', '860', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('863', '861', null, null, null, null, '2022-03-04 10:23:33', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('864', '862', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('865', '863', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('866', '864', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('867', '865', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('868', '866', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('869', '867', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('87', '544', null, null, null, null, '2022-03-04 10:22:56', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('870', '868', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('871', '869', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('872', '870', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('873', '871', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('874', '872', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('875', '873', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('876', '874', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('877', '875', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('878', '876', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('879', '877', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('88', '545', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('880', '878', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('881', '879', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('882', '880', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('883', '881', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('884', '882', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('885', '883', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('886', '884', null, null, null, null, '2022-03-04 10:23:34', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('887', '885', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('888', '886', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('889', '887', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('89', '546', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('890', '888', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('891', '889', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('892', '890', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('893', '891', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('894', '892', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('895', '893', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('896', '894', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('897', '895', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('898', '896', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('899', '897', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('9', '466', null, null, null, null, '2022-03-04 10:22:51', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('90', '547', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('900', '898', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('901', '899', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('902', '900', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('903', '901', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('904', '902', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('905', '903', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('906', '904', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('907', '905', null, null, null, null, '2022-03-04 10:23:35', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('908', '906', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('909', '907', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('91', '548', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('910', '908', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('911', '909', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('912', '910', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('913', '911', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('914', '912', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('915', '913', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('916', '914', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('917', '915', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('918', '916', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('919', '917', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('92', '549', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('920', '918', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('921', '919', null, null, null, null, '2022-03-04 10:23:36', null, null, '6'); +INSERT INTO `sys_depart_role` VALUES ('93', '550', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('94', '551', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('95', '552', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('96', '553', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('97', '554', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('98', '555', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('983', '920', null, null, null, null, '2022-03-04 10:23:36', null, null, '11'); +INSERT INTO `sys_depart_role` VALUES ('984', '922', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('985', '923', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('986', '925', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('987', '926', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('988', '927', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('989', '928', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('99', '556', null, null, null, null, '2022-03-04 10:22:57', null, null, '5'); +INSERT INTO `sys_depart_role` VALUES ('990', '929', null, null, null, null, '2022-03-04 10:23:36', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('991', '930', null, null, null, null, '2022-03-04 10:23:37', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('992', '931', null, null, null, null, '2022-03-04 10:23:37', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('993', '933', null, null, null, null, '2022-03-04 10:23:37', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('994', '934', null, null, null, null, '2022-03-04 10:23:37', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('995', '944', null, null, null, null, '2022-03-04 10:23:37', null, null, '12'); +INSERT INTO `sys_depart_role` VALUES ('996', '968', null, null, null, null, '2022-03-04 10:23:37', null, null, '13'); +INSERT INTO `sys_depart_role` VALUES ('997', '1208', null, null, null, null, '2022-03-04 10:23:37', null, null, '13'); +INSERT INTO `sys_depart_role` VALUES ('998', '1241', null, null, null, null, '2022-03-04 10:23:37', null, null, '13'); +INSERT INTO `sys_depart_role` VALUES ('999', '1103', null, null, null, null, '2022-03-04 10:23:37', null, null, '13'); + +-- ---------------------------- +-- Table structure for sys_depart_role_permission +-- ---------------------------- +DROP TABLE IF EXISTS `sys_depart_role_permission`; +CREATE TABLE `sys_depart_role_permission` ( + `id` varchar(32) NOT NULL, + `depart_id` varchar(32) DEFAULT NULL COMMENT '部门id', + `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', + `permission_id` varchar(32) DEFAULT NULL COMMENT '权限id', + `data_rule_ids` varchar(1000) DEFAULT NULL COMMENT '数据权限ids', + `operate_date` datetime DEFAULT NULL COMMENT '操作时间', + `operate_ip` varchar(20) DEFAULT NULL COMMENT '操作ip', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_group_role_per_id` (`role_id`,`permission_id`) USING BTREE, + KEY `index_group_role_id` (`role_id`) USING BTREE, + KEY `index_group_per_id` (`permission_id`) USING BTREE, + KEY `idx_sdrp_role_per_id` (`role_id`,`permission_id`) USING BTREE, + KEY `idx_sdrp_role_id` (`role_id`) USING BTREE, + KEY `idx_sdrp_per_id` (`permission_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='部门角色权限表'; + +-- ---------------------------- +-- Records of sys_depart_role_permission +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_depart_role_user +-- ---------------------------- +DROP TABLE IF EXISTS `sys_depart_role_user`; +CREATE TABLE `sys_depart_role_user` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', + `drole_id` varchar(32) DEFAULT NULL COMMENT '角色id', + `create_time` datetime DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='部门角色用户表'; + +-- ---------------------------- +-- Records of sys_depart_role_user +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_dict +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict`; +CREATE TABLE `sys_dict` ( + `id` varchar(32) NOT NULL COMMENT 'id', + `dict_name` varchar(100) NOT NULL COMMENT '字典名称', + `dict_code` varchar(100) DEFAULT NULL COMMENT '字典编码', + `description` varchar(300) DEFAULT NULL COMMENT '描述', + `del_flag` int(1) DEFAULT NULL COMMENT '删除状态', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `type` int(10) DEFAULT NULL COMMENT '字典类型0为string,1为number', + `dict_en_name` varchar(255) DEFAULT NULL COMMENT '字典英文名称', + `is_tag_dict` int(3) DEFAULT NULL COMMENT '是否为标签内容-数据字典(1是 0否)', + `is_read_only` int(3) DEFAULT NULL COMMENT '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', + `attribute_type` varchar(30) DEFAULT NULL COMMENT '标签类型 1下拉选择 2树形结构', + `order_num` int(11) DEFAULT NULL COMMENT '排序', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `indextable_dict_code` (`dict_code`) USING BTREE, + UNIQUE KEY `uk_sd_dict_code` (`dict_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_dict +-- ---------------------------- +INSERT INTO `sys_dict` VALUES ('0b5d19e1fce4b2e6647e6b4a17760c14', '通告类型', 'msg_category', '消息类型1:通知公告2:系统消息', '0', 'admin', '2019-04-22 18:01:35', 'admin', '2022-02-16 10:43:37', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1174511106530525185', '机构类型', 'org_category', '机构类型 1公司,2部门 3岗位', '0', 'admin', '2019-09-19 10:30:43', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1209733563293962241', '数据库类型', 'database_type', '', '0', 'admin', '2019-12-25 15:12:12', 'admin', '2022-02-16 10:45:09', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1232913193820581889', 'Online表单业务分类', 'ol_form_biz_type', '', '0', 'admin', '2020-02-27 14:19:46', 'admin', '2020-02-27 14:20:23', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1250687930947620866', '定时任务状态', 'quartz_status', '', '0', 'admin', '2020-04-16 15:30:14', '', null, null, '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1280401766745718786', '租户状态', 'tenant_status', '租户状态', '0', 'admin', '2020-07-07 15:22:25', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('14818fb3e59545ab82d47e24f1128ab5', '车型平台', 'vehicle_platform', '项目库-车型平台', '0', 'admin', '2022-04-13 09:11:15', null, null, null, 'vehicle_platform', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493096744092102657', '所属模块', 'module', '所属模块 1文档库', '0', 'admin', '2022-02-14 13:36:19', 'admin', '2022-03-04 09:31:42', '0', 'isModule', '0', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493098515761917954', '属性类型', 'field_show_type', '', '0', 'admin', '2022-02-14 13:43:21', 'admin', '2022-03-10 22:19:26', '0', 'field show type', '0', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493146941712789505', '适用车型', 'car_type', '', '0', 'admin', '2022-02-14 16:55:47', 'admin', '2022-06-06 16:34:15', '0', 'carType', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493459747053846529', '国内采标情况', 'radio', '规划局规划局规划', '0', 'admin', '2022-02-15 13:38:45', 'admin', '2022-02-16 10:42:45', null, 'hhhhh', '1', '1', null, '1'); +INSERT INTO `sys_dict` VALUES ('1493782108399820801', '适用地区', 'region', '', '0', 'admin', '2022-02-16 10:59:42', 'admin', '2022-06-06 16:34:33', null, 'region', '1', '1', '1', '2'); +INSERT INTO `sys_dict` VALUES ('1493782496880451585', '类别', 'type', '文档库-类别', '0', 'admin', '2022-02-16 11:01:15', null, null, null, 'type', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493782653286047745', '标准体系', 'standard_system', '', '0', 'admin', '2022-02-16 11:01:52', null, null, null, 'standardSystem', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493782751218851841', '状态', 'state', '文档库-状态', '0', 'admin', '2022-02-16 11:02:16', null, null, null, 'state', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493782890096451586', '能源种类', 'energy_type', '', '0', 'admin', '2022-02-16 11:02:49', 'admin', '2022-03-01 10:02:53', null, 'energyType', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1493783036523798529', '适用范围', 'apply_scope', '', '0', 'admin', '2022-02-16 11:03:24', 'admin', '2022-03-01 10:03:14', null, 'applyScope', '1', '1', '1', '1'); +INSERT INTO `sys_dict` VALUES ('1494570247913512962', '标签类型', 'attribute_type', '', '0', 'admin', '2022-02-18 15:11:30', null, null, null, 'attribute_type', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1496390921674084353', '技术领域', 'technology_territory', null, '0', 'admin', '2022-02-23 15:46:12', 'admin', '2022-03-25 01:57:50', null, null, '1', '1', '2', '0'); +INSERT INTO `sys_dict` VALUES ('1496391236582428673', '信息类别', 'information_category', null, '0', 'admin', '2022-02-23 15:47:27', 'admin', '2022-03-01 09:39:58', null, null, '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1496785004400144386', '转换结果', 'result_content', '', '0', 'admin', '2022-02-24 17:52:09', null, null, null, 'convert result', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1499579824007393282', '员工类型', 'worker_type', '1-正式工,2-临时工', '0', 'admin', '2022-03-04 10:57:45', null, null, null, 'worker type', '1', '1', null, '0'); +INSERT INTO `sys_dict` VALUES ('1507311644861042690', '同步情况', 'sync_state', null, '0', 'admin', '2022-03-25 19:01:15', null, null, null, 'sync state', '1', '1', null, '0'); +INSERT INTO `sys_dict` VALUES ('1509194649352077314', '拆分结果', 'split_result', null, '0', 'admin', '2022-03-30 23:43:39', null, null, null, 'split result', '1', '1', null, '0'); +INSERT INTO `sys_dict` VALUES ('1512350917976915970', '虚拟清单状态', 'dummy_inventory_state', '虚拟清单-状态', '0', 'admin', '2022-04-08 16:45:32', 'admin', '2022-04-13 18:02:55', null, 'dummy inventory state', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1513417672023441409', '责任领域', 'duty_territory', '项目库-责任领域', '0', 'admin', '2022-04-11 15:24:26', null, null, null, 'duty territory', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1514182179729547266', '认证类型', 'attestation_type', '虚拟清单-认证类型', '0', 'admin', '2022-04-13 18:02:18', 'admin', '2022-04-13 18:02:43', null, 'Certification Type', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1514182488166080513', '认证级别', 'attestation_rank', '虚拟清单-认证级别', '0', 'admin', '2022-04-13 18:03:32', 'admin', '2022-04-14 09:45:30', null, 'attestation rank', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1514419802704261122', '实施类别', 'implement_type', '虚拟清单-实施类别', '0', 'admin', '2022-04-14 09:46:32', null, null, null, 'Usage', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1514528244223778818', '发起人', 'fa1_qi3_ren2', '虚拟清单--发起人', '0', 'admin', '2022-04-14 16:57:27', null, null, null, null, '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1514528763092738049', '责任人', 'ze2_ren4_ren2', '虚拟清单-责任人', '0', 'admin', '2022-04-14 16:59:30', 'admin', '2022-04-14 18:48:37', null, null, '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1516975581445550082', '参数模板状态', 'params_template_state', null, '0', 'admin', '2022-04-21 11:02:17', null, null, null, 'params_template_state', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1517408494100217858', '参数批次', 'params_batch', null, '0', 'admin', '2022-04-22 15:42:31', null, null, null, 'params_batch', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1517409905311547394', '认证类别', 'cert_category', null, '0', 'admin', '2022-04-22 15:48:08', null, null, null, 'cert_category', '1', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('1524311122804346881', '任务清单-认证进度', 'certification_progress', '任务清单-认证进度', '0', 'admin', '2022-05-11 16:51:07', null, null, null, null, '1', '0', '1', '0'); +INSERT INTO `sys_dict` VALUES ('1529994069084823553', '交付物类型', 'deliverable_template', '交付物类型', '0', 'admin', '2022-05-27 09:13:07', null, null, null, null, '1', '0', '2', '1'); +INSERT INTO `sys_dict` VALUES ('1a1f7a6ef92f4a6e95ead0a33a3bf39f', '数字平台', 'digital_platform', '项目库-数字平台', '0', 'admin', '2022-04-13 09:11:15', null, null, null, 'digital_platform', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('236e8a4baff0db8c62c00dd95632834f', '同步工作流引擎', 'activiti_sync', '同步工作流引擎', '0', 'admin', '2019-05-15 15:27:33', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('2e02df51611a4b9632828ab7e5338f00', '权限策略', 'perms_type', '权限策略', '0', 'admin', '2019-04-26 18:26:55', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('2f0320997ade5dd147c90130f7218c3e', '推送类别', 'msg_type', '', '0', 'admin', '2019-03-17 21:21:32', 'admin', '2019-03-26 19:57:45', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('3486f32803bb953e7155dab3513dc68b', '删除状态', 'del_flag', null, '0', 'admin', '2019-01-18 21:46:26', 'admin', '2019-03-30 11:17:11', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('3d9a351be3436fbefb1307d4cfb49bf2', '性别', 'sex', null, '0', null, '2019-01-04 14:56:32', 'admin', '2019-03-30 11:28:27', '1', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('4274efc2292239b6f000b153f50823ff', '全局权限策略', 'global_perms_type', '全局权限策略', '0', 'admin', '2019-05-10 17:54:05', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('4c753b5293304e7a445fd2741b46529d', '字典状态', 'dict_item_status', null, '0', 'admin', '2020-06-18 23:18:42', 'admin', '2019-03-30 19:33:52', '1', '', '0', '1', null, '0'); +INSERT INTO `sys_dict` VALUES ('4d7fec1a7799a436d26d02325eff295e', '优先级', 'priority', '优先级', '0', 'admin', '2019-03-16 17:03:34', 'admin', '2019-04-16 17:39:23', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('4e4602b3e3686f0911384e188dc7efb4', '条件规则', 'rule_conditions', '', '0', 'admin', '2019-04-01 10:15:03', 'admin', '2019-04-01 10:30:47', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('4f69be5f507accea8d5df5f11346181a', '发送消息类型', 'msgType', null, '0', 'admin', '2019-04-11 14:27:09', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('68168534ff5065a152bfab275c2136f8', '有效无效状态', 'valid_status', '有效无效状态', '0', 'admin', '2020-09-26 19:21:14', 'admin', '2019-04-26 19:21:23', '0', '', '1', '1', null, '0'); +INSERT INTO `sys_dict` VALUES ('72cce0989df68887546746d8f09811aa', 'Online表单类型', 'cgform_table_type', '', '0', 'admin', '2019-01-27 10:13:02', 'admin', '2019-03-30 11:37:36', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('78bda155fe380b1b3f175f1e88c284c6', '流程状态', 'bpm_status', '流程状态', '0', 'admin', '2019-05-09 16:31:52', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('78bda155fe380b3b3f17551e88c284c6', '项目状态', 'project_status', '项目库-项目状态', '0', 'admin', '2022-04-12 14:40:58', 'admin', '2022-04-12 14:41:11', null, 'project_status', '1', '1', '1', '0'); +INSERT INTO `sys_dict` VALUES ('83bfb33147013cc81640d5fd9eda030c', '日志类型', 'log_type', null, '0', 'admin', '2019-03-18 23:22:19', null, null, '1', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('845da5006c97754728bf48b6a10f79cc', '状态', 'status', null, '0', 'admin', '2019-03-18 21:45:25', 'admin', '2019-03-18 21:58:25', '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('880a895c98afeca9d9ac39f29e67c13e', '操作类型', 'operate_type', '操作类型', '0', 'admin', '2019-07-22 10:54:29', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('8dfe32e2d29ea9430a988b3b558bf233', '发布状态', 'send_status', '发布状态', '0', 'admin', '2019-04-16 17:40:42', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('a7adbcd86c37f7dbc9b66945c82ef9e6', '1是0否', 'yn', '', '0', 'admin', '2019-05-22 19:29:29', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('a9d9942bd0eccb6e89de92d130ec4c4a', '消息发送状态', 'msgSendStatus', null, '0', 'admin', '2019-04-12 18:18:17', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('ac2f7c0c5c5775fcea7e2387bcb22f01', '菜单类型', 'menu_type', null, '0', 'admin', '2020-12-18 23:24:32', 'admin', '2019-04-01 15:27:06', '1', '', '0', '1', null, '0'); +INSERT INTO `sys_dict` VALUES ('c36169beb12de8a71c8683ee7c28a503', '部门状态', 'depart_status', null, '0', 'admin', '2019-03-18 21:59:51', null, null, '0', '', '0', null, null, '0'); +INSERT INTO `sys_dict` VALUES ('fc6cd58fde2e8481db10d3a1e68ce70c', '用户状态', 'user_status', null, '0', 'admin', '2019-03-18 21:57:25', 'admin', '2019-03-18 23:11:58', '1', '', '0', null, null, '0'); + +-- ---------------------------- +-- Table structure for sys_dict_item +-- ---------------------------- +DROP TABLE IF EXISTS `sys_dict_item`; +CREATE TABLE `sys_dict_item` ( + `id` varchar(32) NOT NULL COMMENT 'id', + `dict_id` varchar(32) DEFAULT NULL COMMENT '字典id', + `item_text` varchar(100) DEFAULT NULL COMMENT '字典项文本', + `item_value` varchar(100) DEFAULT NULL COMMENT '字典项值', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `sort_order` int(10) DEFAULT NULL COMMENT '排序', + `status` int(11) DEFAULT NULL COMMENT '状态(1启用 0不启用)', + `create_by` varchar(32) DEFAULT NULL COMMENT 'createBy', + `create_time` datetime DEFAULT NULL COMMENT 'createTime', + `update_by` varchar(32) DEFAULT NULL COMMENT 'updateBy', + `update_time` datetime DEFAULT NULL COMMENT 'updateTime', + `is_tag_dict` int(3) DEFAULT NULL COMMENT '是否为标签内容-数据字典(1是 0否)', + `is_read_only` int(3) DEFAULT NULL COMMENT '是否是只读(2字段固定,内部可配1固定字段 0非固定字段)', + `attribute_type` varchar(30) DEFAULT NULL COMMENT '表单控件类型', + `del_flag` varchar(32) DEFAULT NULL COMMENT '逻辑删除标识', + `en_name` varchar(100) DEFAULT NULL COMMENT '字典英文名称', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_table_dict_id` (`dict_id`) USING BTREE, + KEY `index_table_sort_order` (`sort_order`) USING BTREE, + KEY `index_table_dict_status` (`status`) USING BTREE, + KEY `idx_sdi_role_dict_id` (`dict_id`) USING BTREE, + KEY `idx_sdi_role_sort_order` (`sort_order`) USING BTREE, + KEY `idx_sdi_status` (`status`) USING BTREE, + KEY `idx_sdi_dict_val` (`dict_id`,`item_value`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_dict_item +-- ---------------------------- +INSERT INTO `sys_dict_item` VALUES ('0072d115e07c875d76c9b022e2179128', '4d7fec1a7799a436d26d02325eff295e', '低', 'L', '低', '3', '1', 'admin', '2019-04-16 17:04:59', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('05a2e732ce7b00aa52141ecc3e330b4e', '3486f32803bb953e7155dab3513dc68b', '已删除', '1', null, null, '1', 'admin', '2025-10-18 21:46:56', 'admin', '2019-03-28 22:23:20', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('0c9532916f5cd722017b46bc4d953e41', '2f0320997ade5dd147c90130f7218c3e', '指定用户', 'USER', null, null, '1', 'admin', '2019-03-17 21:22:19', 'admin', '2019-03-17 21:22:28', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('0ca4beba9efc4f9dd54af0911a946d5c', '72cce0989df68887546746d8f09811aa', '附表', '3', null, '3', '1', 'admin', '2019-03-27 10:13:43', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1030a2652608f5eac3b49d70458b8532', '2e02df51611a4b9632828ab7e5338f00', '禁用', '2', '禁用', '2', '1', 'admin', '2021-03-26 18:27:28', 'admin', '2019-04-26 18:39:11', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1174509082208395266', '1174511106530525185', '岗位', '3', '岗位', '9', '1', 'admin', '2019-09-19 10:31:16', 'admin', '2022-03-04 11:03:09', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1174511197735665665', '1174511106530525185', '公司', '1', '公司', '9', '1', 'admin', '2019-09-19 10:31:05', 'admin', '2022-03-04 11:03:13', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1174511244036587521', '1174511106530525185', '部门', '2', '部门', '9', '1', 'admin', '2019-09-19 10:31:16', 'admin', '2022-03-04 11:03:18', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1199607547704647681', '4f69be5f507accea8d5df5f11346181a', '系统', '4', '', '1', '1', 'admin', '2019-11-27 16:35:02', 'admin', '2019-11-27 19:37:46', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1209733775114702850', '1209733563293962241', 'MySQL5.5', '1', '', '1', '1', 'admin', '2019-12-25 15:13:02', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1209733839933476865', '1209733563293962241', 'Oracle', '2', '', '3', '1', 'admin', '2019-12-25 15:13:18', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1209733903020003330', '1209733563293962241', 'SQLServer', '3', '', '4', '1', 'admin', '2019-12-25 15:13:33', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1232913424813486081', '1232913193820581889', '官方示例', 'demo', '', '1', '1', 'admin', '2020-02-27 14:20:42', 'admin', '2020-02-27 14:21:37', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1232913493717512194', '1232913193820581889', '流程表单', 'bpm', '', '2', '1', 'admin', '2020-02-27 14:20:58', 'admin', '2020-02-27 14:22:20', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1232913605382467585', '1232913193820581889', '测试表单', 'temp', '', '4', '1', 'admin', '2020-02-27 14:21:25', 'admin', '2020-02-27 14:22:16', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1232914232372195330', '1232913193820581889', '导入表单', 'bdfl_include', '', '5', '1', 'admin', '2020-02-27 14:23:54', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1234371726545010689', '4e4602b3e3686f0911384e188dc7efb4', '左模糊', 'LEFT_LIKE', '左模糊', '7', '1', 'admin', '2020-03-02 14:55:27', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1234371809495760898', '4e4602b3e3686f0911384e188dc7efb4', '右模糊', 'RIGHT_LIKE', '右模糊', '7', '1', 'admin', '2020-03-02 14:55:47', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1250688147579228161', '1250687930947620866', '正常', '0', '', '1', '1', 'admin', '2020-04-16 15:31:05', '', null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1250688201064992770', '1250687930947620866', '停止', '-1', '', '1', '1', 'admin', '2020-04-16 15:31:18', '', null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1280401815068295170', '1280401766745718786', '正常', '1', '', '1', '1', 'admin', '2020-07-07 15:22:36', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1280401847607705602', '1280401766745718786', '冻结', '0', '', '1', '1', 'admin', '2020-07-07 15:22:44', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1334440962954936321', '1209733563293962241', 'MYSQL5.7', '4', null, '1', '1', 'admin', '2020-12-03 18:16:02', 'admin', '2020-12-03 18:16:02', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1493098733366603777', '1493098515761917954', '输入框(字符串)', '1', '', '1', '1', 'admin', '2022-02-14 13:44:13', 'ning.chen', '2022-05-26 09:22:58', '1', null, null, '0', 'Tnput Box (string)'); +INSERT INTO `sys_dict_item` VALUES ('1493098784470003714', '1493098515761917954', '输入框(数字)', '2', '', '2', '1', 'admin', '2022-02-14 13:44:25', null, null, '1', null, null, '0', 'input box (number) '); +INSERT INTO `sys_dict_item` VALUES ('1493099058492272642', '1493098515761917954', '单日期选择', '5', '', '5', '1', 'admin', '2022-02-14 13:45:31', null, null, '1', null, null, '0', 'single date selection '); +INSERT INTO `sys_dict_item` VALUES ('1493099120593137666', '1493098515761917954', '多日期选择', '6', '', '6', '1', 'admin', '2022-02-14 13:45:45', null, null, '1', null, null, '0', 'multi-date selection '); +INSERT INTO `sys_dict_item` VALUES ('1493099192726777858', '1493098515761917954', '文件', '7', '', '7', '1', 'admin', '2022-02-14 13:46:03', null, null, '1', null, null, '0', 'document'); +INSERT INTO `sys_dict_item` VALUES ('1493099234904698882', '1493098515761917954', '文本框', '8', '', '8', '1', 'admin', '2022-02-14 13:46:13', null, null, '1', null, null, '0', 'textbox '); +INSERT INTO `sys_dict_item` VALUES ('1493099531156779009', '1493098515761917954', '标准选择', '10', '', '10', '1', 'admin', '2022-02-14 13:47:23', null, null, '1', null, null, '0', 'standard selection'); +INSERT INTO `sys_dict_item` VALUES ('1493147408278777857', '1493146941712789505', 'ALL', '1', 'ALL', '1', '1', 'admin', '2022-02-14 16:57:38', 'admin', '2022-03-10 18:29:07', null, null, null, '0', 'ALL'); +INSERT INTO `sys_dict_item` VALUES ('1493147535823368194', '1493146941712789505', 'M1', '2', 'M1', '2', '1', 'admin', '2022-02-14 16:58:09', 'admin', '2022-03-30 11:06:51', null, null, null, '0', 'M1'); +INSERT INTO `sys_dict_item` VALUES ('1493785233202438146', '1493782496880451585', '法律', '1', '法律', '1', '1', 'admin', '2022-02-16 11:12:07', 'admin', '2022-03-10 18:26:06', null, null, null, '0', 'Law'); +INSERT INTO `sys_dict_item` VALUES ('1493785265335001090', '1493782496880451585', '政策', '2', '政策', '2', '1', 'admin', '2022-02-16 11:12:15', 'admin', '2022-03-10 18:26:23', null, null, null, '0', 'Policy'); +INSERT INTO `sys_dict_item` VALUES ('1493785338458497025', '1493782653286047745', 'GB', '1', 'GB', '1', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'GB'); +INSERT INTO `sys_dict_item` VALUES ('1493785415478501377', '1493782890096451586', 'ALL', '1', 'ALL', '1', '1', 'admin', '2022-02-16 11:12:51', 'admin', '2022-03-10 18:42:02', null, null, null, '0', 'ALL'); +INSERT INTO `sys_dict_item` VALUES ('1493785481027084289', '1493782890096451586', '纯电动', '2', '纯电动', '2', '1', 'admin', '2022-02-16 11:13:07', 'admin', '2022-03-10 18:41:49', null, null, null, '0', 'BEV'); +INSERT INTO `sys_dict_item` VALUES ('1493785821873004546', '1493783036523798529', '整车', 'zc', 'Vehicle', '1', '1', 'admin', '2022-02-16 11:14:28', 'admin', '2022-04-02 18:15:41', null, null, null, '0', 'Vehicle'); +INSERT INTO `sys_dict_item` VALUES ('1493785858376032258', '1493783036523798529', '零部件', 'lbj', 'Part', '2', '1', 'admin', '2022-02-16 11:14:36', 'admin', '2022-04-02 18:15:52', null, null, null, '0', 'Part'); +INSERT INTO `sys_dict_item` VALUES ('1493788440985165825', '1493782751218851841', '现行', '1', '现行', '1', '1', 'admin', '2022-02-16 11:24:52', null, null, null, null, null, '0', 'Active'); +INSERT INTO `sys_dict_item` VALUES ('1493788468055203841', '1493782751218851841', '废止', '2', '废止', '1', '1', 'admin', '2022-02-16 11:24:59', null, null, null, null, null, '0', 'Repealed'); +INSERT INTO `sys_dict_item` VALUES ('1494235333305323522', '1494235262425780226', '输入框(字符串)', 'qqqq', '(1树形结构 0下拉选项)', '1', '1', 'admin', '2022-02-17 17:00:40', null, null, '1', null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1494235989252526082', '1494235262425780226', '测试', '888', '', '1', '1', 'admin', '2022-02-17 17:03:16', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1494570645348982786', '1494570247913512962', '树形结构', '2', '', '2', '1', 'admin', '2022-02-18 15:13:04', 'admin', '2022-02-18 15:13:18', null, null, null, '0', 'tree structure'); +INSERT INTO `sys_dict_item` VALUES ('1494570781923909633', '1494570247913512962', '下拉选择', '1', '', '1', '1', 'admin', '2022-02-18 15:13:37', null, null, null, null, null, '0', 'drop-down option'); +INSERT INTO `sys_dict_item` VALUES ('1496688457412591617', '1493782751218851841', '即将实施', '3', '即将实施', '3', '1', 'admin', '2022-02-24 11:28:30', 'admin', '2022-03-10 18:23:00', null, null, null, '0', 'Upcoming'); +INSERT INTO `sys_dict_item` VALUES ('1496688506402062337', '1493782751218851841', '草稿', '4', '草稿', '4', '1', 'admin', '2022-02-24 11:28:42', null, null, null, null, null, '0', 'Draft'); +INSERT INTO `sys_dict_item` VALUES ('1496785163561398273', '1496785004400144386', '转换中', '转换中', '', '1', '1', 'admin', '2022-02-24 17:52:47', 'admin', '2022-03-03 10:20:46', null, null, null, '0', 'converting'); +INSERT INTO `sys_dict_item` VALUES ('1496785251536924674', '1496785004400144386', '转换成功', '转换成功', '', '2', '1', 'admin', '2022-02-24 17:53:08', null, null, null, null, null, '0', 'convert success'); +INSERT INTO `sys_dict_item` VALUES ('1496785330251427841', '1496785004400144386', '转换失败', '转换失败', '', '3', '1', 'admin', '2022-02-24 17:53:26', null, null, null, null, null, '0', 'convert fail'); +INSERT INTO `sys_dict_item` VALUES ('1498191033453182978', '1493098515761917954', '输入框(链接)', '11', '', '10', '1', 'admin', '2022-02-28 14:59:12', null, null, '1', null, null, '0', 'input box (link)'); +INSERT INTO `sys_dict_item` VALUES ('1499310320945061889', '1513417672023441409', 'Homo', '1', 'Homo', '1', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Homo'); +INSERT INTO `sys_dict_item` VALUES ('1499310432987504642', '1513417672023441409', 'ELV', '2', 'ELV', '2', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'ELV'); +INSERT INTO `sys_dict_item` VALUES ('1499310525526433793', '1513417672023441409', 'Body', '3', 'Body', '3', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Body'); +INSERT INTO `sys_dict_item` VALUES ('1499323041683509249', '1513417672023441409', 'Exterior - BDC', '4', 'Exterior - BDC', '4', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Exterior - BDC'); +INSERT INTO `sys_dict_item` VALUES ('1499347656818892802', '1513417672023441409', 'Exterior - EXT', '5', 'Exterior - EXT', '5', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Exterior - EXT'); +INSERT INTO `sys_dict_item` VALUES ('1499348334878466049', '1513417672023441409', 'Exterior - BMC', '6', 'Exterior - BMC', '6', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Exterior - BMC'); +INSERT INTO `sys_dict_item` VALUES ('1499348645818998786', '1513417672023441409', 'Interior - Restraint', '7', 'Interior - Restraint', '7', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Interior - Restraint'); +INSERT INTO `sys_dict_item` VALUES ('1499348980260216833', '1513417672023441409', 'Interior - Trim', '8', 'Interior - Trim', '8', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Interior - Trim'); +INSERT INTO `sys_dict_item` VALUES ('1499349325464018945', '1513417672023441409', 'Interior - Seat', '9', 'Interior - Seat', '9', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Interior - Seat'); +INSERT INTO `sys_dict_item` VALUES ('1499352221484130306', '1513417672023441409', 'Interior - HVAC', '10', 'Interior - HVAC', '10', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Interior - HVAC'); +INSERT INTO `sys_dict_item` VALUES ('1499353029571321857', '1513417672023441409', 'Vehicle Concepts', '11', 'Vehicle Concepts', '11', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Vehicle Concepts'); +INSERT INTO `sys_dict_item` VALUES ('1499353250279792642', '1513417672023441409', 'VC - HMI', '12', 'VC - HMI', '12', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'VC - HMI'); +INSERT INTO `sys_dict_item` VALUES ('1499353370555654145', '1513417672023441409', 'VAS', '13', 'VAS', '13', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'VAS'); +INSERT INTO `sys_dict_item` VALUES ('1499354303599525890', '1513417672023441409', 'Chassis', '14', 'Chassis', '14', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Chassis'); +INSERT INTO `sys_dict_item` VALUES ('1499354897148067841', '1513417672023441409', 'Chassis - Steering', '15', 'Chassis - Steering', '15', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Chassis - Steering'); +INSERT INTO `sys_dict_item` VALUES ('1499358101004906498', '1513417672023441409', 'Chassis - Braking', '16', 'Chassis - Braking', '16', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Chassis - Braking'); +INSERT INTO `sys_dict_item` VALUES ('1499579924762963970', '1499579824007393282', '正式工', '1', '', '1', '1', 'admin', '2022-03-04 10:58:10', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499579959437275137', '1499579824007393282', '临时工', '2', '', '1', '1', 'admin', '2022-03-04 10:58:18', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499580716597227521', '1174511106530525185', '默认', 'DEFAULT', '', '1', '1', 'admin', '2022-03-04 11:01:18', 'admin', '2022-03-04 11:02:24', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499580832649424898', '1174511106530525185', '大区', 'REGION', '', '2', '1', 'admin', '2022-03-04 11:01:46', 'admin', '2022-03-04 11:02:29', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499580883991900161', '1174511106530525185', '国家', 'COUNTRY', '', '3', '1', 'admin', '2022-03-04 11:01:58', 'admin', '2022-03-04 11:02:39', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499580948194111490', '1174511106530525185', '城市', 'CITY', '', '4', '1', 'admin', '2022-03-04 11:02:14', 'admin', '2022-03-04 11:02:44', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499581150774800386', '1174511106530525185', '业务', 'BUSINESS', '', '5', '1', 'admin', '2022-03-04 11:03:02', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1499649246870540290', '1493098515761917954', '树形结构', '0', '', '1', '1', 'admin', '2022-03-04 15:33:37', 'ning.chen', '2022-05-26 09:23:09', '1', null, null, '0', 'Tree Structure'); +INSERT INTO `sys_dict_item` VALUES ('1499649643987243010', '1493098515761917954', '单选下拉框', '3', '', '3', '1', 'admin', '2022-03-04 15:35:12', null, null, '1', null, null, '0', 'single date selection '); +INSERT INTO `sys_dict_item` VALUES ('1499649954617397249', '1493098515761917954', '多选下拉框', '4', '', '4', '1', 'admin', '2022-03-04 15:36:26', null, null, '1', null, null, '0', 'multiple choice drop-down box'); +INSERT INTO `sys_dict_item` VALUES ('1499650224227258370', '1493098515761917954', '人员选择', '9', '', '9', '1', 'admin', '2022-03-04 15:37:30', 'admin', '2022-04-15 18:07:15', null, null, null, '0', 'personnel selection '); +INSERT INTO `sys_dict_item` VALUES ('1500650121430355970', '1513417672023441409', 'Chassis - Wheels & Tools', '17', 'Chassis - Wheels & Tools', '17', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Chassis - Wheels & Tools'); +INSERT INTO `sys_dict_item` VALUES ('1500650240003330049', '1513417672023441409', 'Chassis - Suspension', '18', 'Chassis - Suspension', '18', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Chassis - Suspension'); +INSERT INTO `sys_dict_item` VALUES ('1500659340875468802', '1513417672023441409', 'Performance', '19', 'Performance', '19', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Performance'); +INSERT INTO `sys_dict_item` VALUES ('1500659833550999554', '1513417672023441409', 'Performance - Drive Performance', '20', 'Performance - Drive Performance', '20', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Performance - Drive Performance'); +INSERT INTO `sys_dict_item` VALUES ('1500661649894346753', '1513417672023441409', 'Performance - Vehicle Dynamic', '21', 'Performance - Vehicle Dynamic', '21', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Performance - Vehicle Dynamic'); +INSERT INTO `sys_dict_item` VALUES ('1500662975541874689', '1513417672023441409', 'Performance - Mass', '22', 'Performance - Mass', '22', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Performance - Mass'); +INSERT INTO `sys_dict_item` VALUES ('1500664310781775873', '1513417672023441409', 'Performance - Thermal', '23', 'Performance - Thermal', '23', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Performance - Thermal'); +INSERT INTO `sys_dict_item` VALUES ('1500664606840918018', '1513417672023441409', 'Performance - Drive Quality', '24', 'Performance - Drive Quality', '24', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Performance - Drive Quality'); +INSERT INTO `sys_dict_item` VALUES ('1500667743811211266', '1513417672023441409', 'Attribute - Passive Safety', '25', 'Attribute - Passive Safety', '25', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Attribute - Passive Safety'); +INSERT INTO `sys_dict_item` VALUES ('1500669003687858178', '1513417672023441409', 'Attribute - NVH', '26', 'Attribute - NVH', '26', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Attribute - NVH'); +INSERT INTO `sys_dict_item` VALUES ('1500754484325588994', '1513417672023441409', 'Attribute - Durability', '27', 'Attribute - Durability', '27', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Attribute - Durability'); +INSERT INTO `sys_dict_item` VALUES ('1500771838370619393', '1513417672023441409', 'Attribute - Sealing', '28', 'Attribute - Sealing', '28', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Attribute - Sealing'); +INSERT INTO `sys_dict_item` VALUES ('1500838822529773569', '1513417672023441409', 'E/E Body', '29', 'E/E Body', '29', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'E/E Body'); +INSERT INTO `sys_dict_item` VALUES ('1501130852074790913', '1513417672023441409', 'E/E Distribution', '30', 'E/E Distribution', '30', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'E/E Distribution'); +INSERT INTO `sys_dict_item` VALUES ('1501368312280412161', '1493146941712789505', 'M2', '3', 'M2', '3', '1', 'admin', '2022-03-09 09:24:34', 'admin', '2022-03-10 18:28:56', null, null, null, '0', 'M2'); +INSERT INTO `sys_dict_item` VALUES ('1501400473964388353', '1513417672023441409', 'E/E Infotainment', '31', 'E/E Infotainment', '31', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'E/E Infotainment'); +INSERT INTO `sys_dict_item` VALUES ('1501437634935853058', '1513417672023441409', 'E/E Lighting', '32', 'E/E Lighting', '32', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'E/E Lighting'); +INSERT INTO `sys_dict_item` VALUES ('1501437936523087873', '1513417672023441409', 'EDS', '33', 'EDS', '33', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'EDS'); +INSERT INTO `sys_dict_item` VALUES ('1501440300743200770', '1513417672023441409', 'BS', '34', 'BS', '34', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'BS'); +INSERT INTO `sys_dict_item` VALUES ('1501823531598540802', '1513417672023441409', 'ADAS', '35', 'ADAS', '35', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'ADAS'); +INSERT INTO `sys_dict_item` VALUES ('1501866879738785794', '1493782496880451585', '标准法规', '3', '标准法规', '3', '1', 'admin', '2022-03-10 18:25:42', null, null, null, null, null, '0', 'Standard&Regulation'); +INSERT INTO `sys_dict_item` VALUES ('1501867864003522561', '1493146941712789505', 'M3', '4', 'M3', '4', '1', 'admin', '2022-03-10 18:29:37', null, null, null, null, null, '0', 'M3'); +INSERT INTO `sys_dict_item` VALUES ('1501867916784644097', '1493146941712789505', 'N1', '5', 'N1', '5', '1', 'admin', '2022-03-10 18:29:49', null, null, null, null, null, '0', 'N1'); +INSERT INTO `sys_dict_item` VALUES ('1501868026985787394', '1493146941712789505', 'N2', '6', 'N2', '6', '1', 'admin', '2022-03-10 18:30:16', null, null, null, null, null, '0', 'N2'); +INSERT INTO `sys_dict_item` VALUES ('1501868098913906689', '1493146941712789505', 'N3', '7', 'N3', '7', '1', 'admin', '2022-03-10 18:30:33', 'admin', '2022-03-30 17:34:29', null, null, null, '0', 'N3'); +INSERT INTO `sys_dict_item` VALUES ('1501868147232288770', '1493146941712789505', 'L1', '8', 'L1', '8', '1', 'admin', '2022-03-10 18:30:44', null, null, null, null, null, '0', 'L1'); +INSERT INTO `sys_dict_item` VALUES ('1501868218388656129', '1493146941712789505', 'L2', '9', 'L2', '9', '1', 'admin', '2022-03-10 18:31:01', null, null, null, null, null, '0', 'L2'); +INSERT INTO `sys_dict_item` VALUES ('1501868259006296065', '1493146941712789505', 'L3', '10', 'L3', '10', '1', 'admin', '2022-03-10 18:31:11', null, null, null, null, null, '0', 'L3'); +INSERT INTO `sys_dict_item` VALUES ('1501869853617762306', '1493782653286047745', 'GB/T', '2', 'GB/T', '2', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'GB/T'); +INSERT INTO `sys_dict_item` VALUES ('1501869902644981761', '1493782653286047745', 'GB/Z', '3', 'GB/Z', '3', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'GB/Z'); +INSERT INTO `sys_dict_item` VALUES ('1501869957632307202', '1493782653286047745', 'DB', '4', 'DB', '4', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'DB'); +INSERT INTO `sys_dict_item` VALUES ('1501870049911189506', '1493782653286047745', 'TB', '5', 'TB', '5', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'TB'); +INSERT INTO `sys_dict_item` VALUES ('1501870582021566465', '1493782890096451586', '插电式混合动力', '3', '插电式混合动力', '3', '1', 'admin', '2022-03-10 18:40:25', 'admin', '2022-03-10 18:41:00', null, null, null, '0', 'PHEV'); +INSERT INTO `sys_dict_item` VALUES ('1501870668084490241', '1493782890096451586', '非插电式混合动车', '4', '非插电式混合动车', '4', '1', 'admin', '2022-03-10 18:40:45', 'admin', '2022-03-10 18:41:17', null, null, null, '0', 'MHEV'); +INSERT INTO `sys_dict_item` VALUES ('1501883988254457858', '1513417672023441409', 'DD - ICV SIM Card', '36', 'DD - ICV SIM Card', '36', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DD - ICV SIM Card'); +INSERT INTO `sys_dict_item` VALUES ('1501885863586492418', '1513417672023441409', 'DD - eCoC', '37', 'DD - eCoC', '37', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DD - eCoC'); +INSERT INTO `sys_dict_item` VALUES ('1507311752583352322', '1507311644861042690', '未同步', '未同步', '', '1', '1', 'admin', '2022-03-25 19:01:41', 'admin', '2022-03-25 19:01:49', null, null, null, '0', 'sync no'); +INSERT INTO `sys_dict_item` VALUES ('1507311835571851265', '1507311644861042690', '已同步', '已同步', '', '1', '1', 'admin', '2022-03-25 19:02:01', 'admin', '2022-03-25 19:02:09', null, null, null, '0', 'sync yes'); +INSERT INTO `sys_dict_item` VALUES ('1509105815083024386', '1493146941712789505', 'L4', '11', 'L4', '11', '1', 'admin', '2022-03-30 17:50:39', null, null, null, null, null, '0', 'L4'); +INSERT INTO `sys_dict_item` VALUES ('1509106376947793921', '1493146941712789505', 'L5', '12', 'L5', '12', '1', 'admin', '2022-03-30 17:52:53', null, null, null, null, null, '0', 'L5'); +INSERT INTO `sys_dict_item` VALUES ('1509195026134794241', '1509194649352077314', '成功', '成功', '', '1', '1', 'admin', '2022-03-30 23:45:08', null, null, null, null, null, '0', 'split success'); +INSERT INTO `sys_dict_item` VALUES ('1509195067159281666', '1509194649352077314', '失败', '失败', '', '1', '1', 'admin', '2022-03-30 23:45:18', null, null, null, null, null, '0', 'split fail'); +INSERT INTO `sys_dict_item` VALUES ('1509367462422925313', '1493146941712789505', 'L6', '13', 'L6', '13', '1', 'admin', '2022-03-31 11:10:20', null, null, null, null, null, '0', 'L6'); +INSERT INTO `sys_dict_item` VALUES ('1509835062953537538', '1496391236582428673', '基本信息', '1161554064667067392', '', '1', '1', 'admin', '2022-04-01 18:08:25', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1510218803185733633', '1496391149215076354', '软件功能', '6c315955258b4f039a5d7e77e33f5072', '软件功能', null, '1', 'admin', '2022-04-02 19:33:16', null, null, null, null, null, '0', 'rjgn'); +INSERT INTO `sys_dict_item` VALUES ('1510218852556886017', '1496391149215076354', '硬件功能', '41c6ca9eb25c46f08062f4b7916065e5', '硬件功能', null, '1', 'admin', '2022-04-02 19:33:28', null, null, null, null, null, '0', 'yjgn'); +INSERT INTO `sys_dict_item` VALUES ('1510218917451157505', '1496391149215076354', '测试功能', '05d5d3206487466f947495997817f407', '测试功能', null, '1', 'admin', '2022-04-02 19:33:43', null, null, null, null, null, '0', 'csgn'); +INSERT INTO `sys_dict_item` VALUES ('1512351079960936449', '1512350917976915970', '已发布', '1', '已发布', '1', '1', 'admin', '2022-04-08 16:46:10', 'admin', '2022-04-15 15:34:39', null, null, null, '0', 'Issue'); +INSERT INTO `sys_dict_item` VALUES ('1512351125913731073', '1512350917976915970', '草稿', '2', '草稿', '1', '1', 'admin', '2022-04-08 16:46:21', 'admin', '2022-04-15 15:35:02', null, null, null, '0', 'Draft'); +INSERT INTO `sys_dict_item` VALUES ('1513769417081630721', '78bda155fe380b3b3f17551e88c284c6', '在研', 'b99df0cf14984eaa9b9e80623be3f480', '', '1', '1', 'admin', '2022-04-12 14:42:08', null, null, null, null, null, '0', 'Under study'); +INSERT INTO `sys_dict_item` VALUES ('1513769467044179970', '78bda155fe380b3b3f17551e88c284c6', '在产', '61d5e89518064bc4adb72445e841b9b6', '', '1', '1', 'admin', '2022-04-12 14:42:20', null, null, null, null, null, '0', 'In production'); +INSERT INTO `sys_dict_item` VALUES ('1513769504964882434', '78bda155fe380b3b3f17551e88c284c6', '停产', '4786d0f0d230454e99a9fce15579eabf', '', '1', '1', 'admin', '2022-04-12 14:42:29', null, null, null, null, null, '0', 'Stop production'); +INSERT INTO `sys_dict_item` VALUES ('1514185059886800897', '1514182813220446210', 'CCC-cn', '1', 'CCC', '1', '1', 'admin', '2022-04-13 18:13:45', 'ning.chen', '2022-04-22 13:44:11', null, null, null, '0', 'CCC-en'); +INSERT INTO `sys_dict_item` VALUES ('1514185185409736706', '1514182813220446210', 'Emark-cn', '2', 'Emark', '1', '1', 'admin', '2022-04-13 18:14:15', 'ning.chen', '2022-04-22 13:44:02', null, null, null, '0', 'Emark-en'); +INSERT INTO `sys_dict_item` VALUES ('1514185240585805825', '1514182488166080513', 'WVTA', '1', 'WVTA', '1', '1', 'admin', '2022-04-13 18:14:28', 'ning.chen', '2022-04-22 13:44:36', null, null, null, '0', 'WVTA'); +INSERT INTO `sys_dict_item` VALUES ('1514185277181108225', '1514182488166080513', 'Com.Cert-VTA', '2', 'Com.Cert-VTA', '2', '1', 'admin', '2022-04-13 18:14:37', 'ning.chen', '2022-04-22 13:44:43', null, null, null, '0', 'Com.Cert-VTA'); +INSERT INTO `sys_dict_item` VALUES ('1514185437390938113', '1514182179729547266', 'CCC', '1', 'CCC', '1', '1', 'admin', '2022-04-13 18:15:15', 'ning.chen', '2022-04-22 13:44:53', null, null, null, '0', 'CCC'); +INSERT INTO `sys_dict_item` VALUES ('1514185490679570434', '1514182179729547266', 'TRIAS', '42', 'TRIAS', '42', '1', 'admin', '2022-04-13 18:15:28', 'ning.chen', '2022-04-22 13:44:58', null, null, null, '0', 'TRIAS'); +INSERT INTO `sys_dict_item` VALUES ('1514186163995385857', '1513417672023441409', 'Fuctional Safety', '54', 'Fuctional Safety', '54', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Fuctional Safety'); +INSERT INTO `sys_dict_item` VALUES ('1514186206542405634', '1513417672023441409', 'SO', '55', 'SO', '55', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'SO'); +INSERT INTO `sys_dict_item` VALUES ('1514420267072434178', '1514419802704261122', '强制', '1', '强制', '1', '1', 'admin', '2022-04-14 09:48:23', 'ning.chen', '2022-04-22 13:41:26', null, null, null, '0', 'Mandatory'); +INSERT INTO `sys_dict_item` VALUES ('1514420298202558465', '1514419802704261122', '安装则强制', '2', '安装则强制', '2', '1', 'admin', '2022-04-14 09:48:30', 'ning.chen', '2022-04-22 13:41:34', null, null, null, '0', 'Mandatory(iffitted)'); +INSERT INTO `sys_dict_item` VALUES ('1514528928260235266', '1514528244223778818', '法规工程师', '1', '法规工程师', null, '1', 'admin', '2022-04-14 17:00:10', null, null, null, null, null, '0', 'Regulatory Engineer'); +INSERT INTO `sys_dict_item` VALUES ('1514529056933093378', '1514528244223778818', '认证工程师', '2', '认证工程师', null, '1', 'admin', '2022-04-14 17:00:40', null, null, null, null, null, '0', 'Certification Engineer'); +INSERT INTO `sys_dict_item` VALUES ('1514529351155130370', '1514528763092738049', '工程接口人', '3', '工程接口人', null, '1', 'admin', '2022-04-14 17:01:51', 'admin', '2022-04-14 18:51:24', null, null, null, '0', 'Engineering interface person'); +INSERT INTO `sys_dict_item` VALUES ('1514529460685185026', '1514528763092738049', '法规工程师', '1', '法规工程师', null, '1', 'admin', '2022-04-14 17:02:17', null, null, null, null, null, '0', 'Regulatory Engineer'); +INSERT INTO `sys_dict_item` VALUES ('1514529558697680898', '1514528763092738049', '认证工程师', '2', '认证工程师', null, '1', 'admin', '2022-04-14 17:02:40', null, null, null, null, null, '0', 'Certification Engineer'); +INSERT INTO `sys_dict_item` VALUES ('1516981559750619137', '1516975581445550082', '启用', '1', '', '1', '1', 'admin', '2022-04-21 11:26:03', 'admin', '2022-04-21 11:26:11', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1516981635189370882', '1516975581445550082', '禁用', '2', '', '1', '1', 'admin', '2022-04-21 11:26:21', 'admin', '2022-04-21 11:26:25', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1517408790884974594', '1517408494100217858', 'pre-test', '1', '', '1', '1', 'admin', '2022-04-22 15:43:42', 'admin', '2022-04-22 15:43:53', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1517408942165131265', '1517408494100217858', 'type approval', '2', '', '1', '1', 'admin', '2022-04-22 15:44:19', 'admin', '2022-04-22 15:45:04', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1517409036125929473', '1517408494100217858', 'official report', '3', '', '1', '1', 'admin', '2022-04-22 15:44:41', 'admin', '2022-04-22 15:44:59', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('1517410144030359554', '1517409905311547394', '公告申报类别', 'GGSB', '', '1', '1', 'admin', '2022-04-22 15:49:05', 'admin', '2022-04-22 15:50:10', null, null, null, '0', 'Declaration category'); +INSERT INTO `sys_dict_item` VALUES ('1517410200083038209', '1517409905311547394', 'CCC申报类别', 'CCCSB', '', '2', '1', 'admin', '2022-04-22 15:49:18', 'admin', '2022-04-22 15:50:14', null, null, null, '0', 'CCC declaration category'); +INSERT INTO `sys_dict_item` VALUES ('1517410242789441537', '1517409905311547394', '信息公开申报类别', 'XXGK', '', '3', '1', 'admin', '2022-04-22 15:49:29', 'admin', '2022-04-22 15:50:20', null, null, null, '0', 'Information disclosure declaration category'); +INSERT INTO `sys_dict_item` VALUES ('1517410280903081986', '1517409905311547394', '北环申报类别', 'BHSB', '', '4', '1', 'admin', '2022-04-22 15:49:38', 'admin', '2022-04-22 15:50:24', null, null, null, '0', 'North ring declaration category'); +INSERT INTO `sys_dict_item` VALUES ('1517441951236947970', '1513417672023441409', 'DC', '38', 'DC', '38', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DC'); +INSERT INTO `sys_dict_item` VALUES ('1517441951287279617', '1513417672023441409', 'DC - Speedometer/Reversing Detection', '39', 'DC - Speedometer/Reversing Detection', '39', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DC - Speedometer/Reversing Detection'); +INSERT INTO `sys_dict_item` VALUES ('1519863013618769922', '1513417672023441409', 'DC - Symbol/IC', '40', 'DC - Symbol/IC', '40', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DC - Symbol/IC'); +INSERT INTO `sys_dict_item` VALUES ('1519877297438613505', '1513417672023441409', 'DC - CDC, ICS (sw) ', '41', 'DC - CDC, ICS (sw) ', '41', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DC - CDC, ICS (sw) '); +INSERT INTO `sys_dict_item` VALUES ('1519877297447002113', '1513417672023441409', 'DC - DAB', '42', 'DC - DAB', '42', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DC - DAB'); +INSERT INTO `sys_dict_item` VALUES ('1519936925488783362', '14818fb3e59545ab82d47e24f1128ab5', 'NT1', '436a564d0448442f9e537fe7b267d3c8', 'NT1', null, '1', 'admin', '2022-04-29 15:09:37', null, null, null, null, null, '0', 'NT1'); +INSERT INTO `sys_dict_item` VALUES ('1519936955616468993', '14818fb3e59545ab82d47e24f1128ab5', 'NT2', '62854485a7ea4c90877d94c6a7dbf4f6', 'NT2', null, '1', 'admin', '2022-04-29 15:09:44', null, null, null, null, null, '0', 'NT2'); +INSERT INTO `sys_dict_item` VALUES ('1519936984569749506', '14818fb3e59545ab82d47e24f1128ab5', 'NT3', '8436be318b614d10b3b309c90a5a3331', 'NT3', null, '1', 'admin', '2022-04-29 15:09:51', null, null, null, null, null, '0', 'NT3'); +INSERT INTO `sys_dict_item` VALUES ('1519937119588589569', '1a1f7a6ef92f4a6e95ead0a33a3bf39f', 'NP1', '89cb2804bb654b99a0705ee09acd5306', 'NP1', null, '1', 'admin', '2022-04-29 15:10:23', null, null, null, null, null, '0', 'NP1'); +INSERT INTO `sys_dict_item` VALUES ('1519937147698814977', '1a1f7a6ef92f4a6e95ead0a33a3bf39f', 'NP2', 'c49f7cc7233d451d953fd1dcf08e023b', 'NP2', null, '1', 'admin', '2022-04-29 15:10:30', null, null, null, null, null, '0', 'NP2'); +INSERT INTO `sys_dict_item` VALUES ('1519937176081670146', '1a1f7a6ef92f4a6e95ead0a33a3bf39f', 'NP3', '65eb06bd095946e39ed25e269e6b75f3', 'NP3', null, '1', 'admin', '2022-04-29 15:10:37', null, null, null, null, null, '0', 'NP3'); +INSERT INTO `sys_dict_item` VALUES ('1519951320444989441', '1513417672023441409', 'DA', '43', 'DA', '43', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DA'); +INSERT INTO `sys_dict_item` VALUES ('1519951320453378049', '1513417672023441409', 'DA - DSSAD', '44', 'DA - DSSAD', '44', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DA - DSSAD'); +INSERT INTO `sys_dict_item` VALUES ('1519951320461766658', '1513417672023441409', 'DA - IMMO', '45', 'DA - IMMO', '45', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DA - IMMO'); +INSERT INTO `sys_dict_item` VALUES ('1519953368313917442', '1513417672023441409', 'DA - Alcohol lock', '46', 'DA - Alcohol lock', '46', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DA - Alcohol lock'); +INSERT INTO `sys_dict_item` VALUES ('1519953368313917443', '1513417672023441409', 'DA - OBD', '47', 'DA - OBD', '47', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DA - OBD'); +INSERT INTO `sys_dict_item` VALUES ('1519953368322306050', '1513417672023441409', 'DPD - eCall', '48', 'DPD - eCall', '48', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DPD - eCall'); +INSERT INTO `sys_dict_item` VALUES ('1523571983504240641', '1513417672023441409', 'DPD - EVM', '49', 'DPD - EVM', '49', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DPD - EVM'); +INSERT INTO `sys_dict_item` VALUES ('1524311354002771970', '1524311122804346881', '实验通过', 'Test passed', '实验通过', null, '1', 'admin', '2022-05-11 16:52:02', null, null, null, null, null, '0', 'Test passed'); +INSERT INTO `sys_dict_item` VALUES ('1524311478934310914', '1524311122804346881', '实验失败', 'Test failed', '实验失败', null, '1', 'admin', '2022-05-11 16:52:32', null, null, null, null, null, '0', 'Test failed'); +INSERT INTO `sys_dict_item` VALUES ('1524311601424764929', '1524311122804346881', '待开始', 'Not start', '待开始', null, '1', 'admin', '2022-05-11 16:53:01', null, null, null, null, null, '0', 'Not start'); +INSERT INTO `sys_dict_item` VALUES ('1524311703367323649', '1524311122804346881', '进行中', 'In progress', '进行中', null, '1', 'admin', '2022-05-11 16:53:25', null, null, null, null, null, '0', 'In progress'); +INSERT INTO `sys_dict_item` VALUES ('1524311785378549761', '1524311122804346881', '不涉及', 'NA', '不涉及', null, '1', 'admin', '2022-05-11 16:53:45', null, null, null, null, null, '0', 'NA'); +INSERT INTO `sys_dict_item` VALUES ('1526410840813604865', '1513417672023441409', 'DEI - EMC', '50', 'DEI - EMC', '50', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'DEI - EMC'); +INSERT INTO `sys_dict_item` VALUES ('1526846408559173634', '1513417672023441409', 'CVS - OTA', '51', 'CVS - OTA', '51', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'CVS - OTA'); +INSERT INTO `sys_dict_item` VALUES ('1529645459642023937', '1517409905311547394', '免税申报类别', 'MSSB', '', '5', '1', 'admin', '2022-04-22 15:49:05', 'admin', '2022-04-22 15:50:10', null, null, null, '0', 'Tax exemption category'); +INSERT INTO `sys_dict_item` VALUES ('1530002197088075778', '1513417672023441409', 'Cyber Security', '52', 'Cyber Security', '52', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Cyber Security'); +INSERT INTO `sys_dict_item` VALUES ('1530102991372165121', '1513417672023441409', 'Data Security', '53', 'Data Security', '53', '1', 'admin', '2022-04-13 18:18:08', 'admin', '2022-04-20 09:34:58', '1', '1', null, '0', 'Data Security'); +INSERT INTO `sys_dict_item` VALUES ('1531893962971901953', '1517409905311547394', '推荐目录申报类别', 'TJMLSB', null, '6', '1', 'admin', '2022-04-22 15:49:18', 'admin', '2022-04-22 15:50:14', null, null, null, '0', 'Recommended catalogue declaration category'); +INSERT INTO `sys_dict_item` VALUES ('1531898875365912577', '1517409905311547394', 'EU申报参数', 'EUSB', null, '7', '1', 'admin', '2022-04-22 15:49:29', 'admin', '2022-04-22 15:50:20', null, null, null, '0', 'EU declaration parameters'); +INSERT INTO `sys_dict_item` VALUES ('1531898876028612609', '1517409905311547394', 'EU单项参数', 'EUDX', null, '8', '1', 'admin', '2022-04-22 15:49:38', 'admin', '2022-04-22 15:50:24', null, null, null, '0', 'EU single parameter'); +INSERT INTO `sys_dict_item` VALUES ('1531947153340088322', '1514528763092738049', 'R&HStudio', '0', 'R&HStudio', '4', '1', 'admin', '2022-06-01 18:33:58', null, null, null, null, null, '0', 'R&HStudio'); +INSERT INTO `sys_dict_item` VALUES ('1531947414716530690', '1514528244223778818', 'R&HStudio', '0', 'R&HStudio', '3', '1', 'admin', '2022-06-01 18:35:01', null, null, null, null, null, '0', 'R&HStudio'); +INSERT INTO `sys_dict_item` VALUES ('1533727646049906689', '1493782108399820801', '欧盟', 'EU', '欧盟', '1', '1', 'admin', '2022-06-06 16:29:01', null, null, null, null, null, '0', 'EU'); +INSERT INTO `sys_dict_item` VALUES ('1533727697132335105', '1493782108399820801', '中国', 'China', '中国', '2', '1', 'admin', '2022-06-06 16:29:13', null, null, null, null, null, '0', 'China'); +INSERT INTO `sys_dict_item` VALUES ('1533727740589518850', '1493782108399820801', '中国香港', 'HongKongChina', '中国香港', '3', '1', 'admin', '2022-06-06 16:29:23', null, null, null, null, null, '0', 'HongKongChina'); +INSERT INTO `sys_dict_item` VALUES ('1533727790354935809', '1493782108399820801', '韩国', 'SouthKorea', '韩国', '4', '1', 'admin', '2022-06-06 16:29:35', null, null, null, null, null, '0', 'SouthKorea'); +INSERT INTO `sys_dict_item` VALUES ('1533727860366258178', '1493782108399820801', '日本', 'Japan', '日本', '5', '1', 'admin', '2022-06-06 16:29:52', null, null, null, null, null, '0', 'Japan'); +INSERT INTO `sys_dict_item` VALUES ('1533727936912306177', '1493782108399820801', '新加坡', 'Singapore', '新加坡', '6', '1', 'admin', '2022-06-06 16:30:10', null, null, null, null, null, '0', 'Singapore'); +INSERT INTO `sys_dict_item` VALUES ('1533728049990742017', '1493782108399820801', '马来西亚', 'Malaysia', '马来西亚', '7', '1', 'admin', '2022-06-06 16:30:37', null, null, null, null, null, '0', 'Malaysia'); +INSERT INTO `sys_dict_item` VALUES ('1533728092378378242', '1493782108399820801', '海湾地区', 'GCC', '海湾地区', '8', '1', 'admin', '2022-06-06 16:30:47', null, null, null, null, null, '0', 'GCC'); +INSERT INTO `sys_dict_item` VALUES ('1533736448593768449', '1493782653286047745', 'QC/T', '6', 'QC/T', '6', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'QC/T'); +INSERT INTO `sys_dict_item` VALUES ('1533736472597770241', '1493782653286047745', 'SAE', '7', 'SAE', '7', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'SAE'); +INSERT INTO `sys_dict_item` VALUES ('1533736490373230594', '1493782653286047745', 'ASTM', '8', 'ASTM', '8', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'ASTM'); +INSERT INTO `sys_dict_item` VALUES ('1533736506714238977', '1493782653286047745', 'CFR', '9', 'CFR', '9', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'CFR'); +INSERT INTO `sys_dict_item` VALUES ('1533736528570757121', '1493782653286047745', 'EU Regulation', '10', 'EU Regulation', '10', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'EU Regulation'); +INSERT INTO `sys_dict_item` VALUES ('1533736548095242242', '1493782653286047745', 'EU Directive', '11', 'EU Directive', '11', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'EU Directive'); +INSERT INTO `sys_dict_item` VALUES ('1533736573147820033', '1493782653286047745', 'BS', '12', 'BS', '12', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'BS'); +INSERT INTO `sys_dict_item` VALUES ('1533736596468150274', '1493782653286047745', 'DIN', '13', 'DIN', '13', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'DIN'); +INSERT INTO `sys_dict_item` VALUES ('1533736615564816386', '1493782653286047745', 'GTR', '14', 'GTR', '14', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'GTR'); +INSERT INTO `sys_dict_item` VALUES ('1533736643935088642', '1493782653286047745', 'IEC', '15', 'IEC', '15', '1', 'admin', '2022-06-06 17:03:59', null, null, null, null, null, '0', 'IEC'); +INSERT INTO `sys_dict_item` VALUES ('1533737159712845825', '1493782653286047745', 'ISO', '16', 'ISO', '16', '1', 'admin', '2022-06-06 17:06:49', null, null, null, null, null, '0', 'ISO'); +INSERT INTO `sys_dict_item` VALUES ('1533737177446363138', '1493782653286047745', 'ITU', '17', 'ITU', '17', '1', 'admin', '2022-06-06 17:06:53', null, null, null, null, null, '0', 'ITU'); +INSERT INTO `sys_dict_item` VALUES ('1533737196450754562', '1493782653286047745', 'VDA', '18', 'VDA', '18', '1', 'admin', '2022-06-06 17:06:58', null, null, null, null, null, '0', 'VDA'); +INSERT INTO `sys_dict_item` VALUES ('1533737217992699906', '1493782653286047745', 'VDI', '19', 'VDI', '19', '1', 'admin', '2022-06-06 17:07:03', null, null, null, null, null, '0', 'VDI'); +INSERT INTO `sys_dict_item` VALUES ('1533737389564899330', '1493782653286047745', 'UN', '20', 'UN', '20', '1', 'admin', '2022-06-06 17:07:44', null, null, null, null, null, '0', 'UN'); +INSERT INTO `sys_dict_item` VALUES ('1533737420195901442', '1493782653286047745', 'GSO', '21', 'GSO', '21', '1', 'admin', '2022-06-06 17:07:51', null, null, null, null, null, '0', 'GSO'); +INSERT INTO `sys_dict_item` VALUES ('1533737442710925313', '1493782653286047745', 'MILT Safety Regulations', '22', 'MILT Safety Regulations', '22', '1', 'admin', '2022-06-06 17:07:56', null, null, null, null, null, '0', 'MILT Safety Regulations'); +INSERT INTO `sys_dict_item` VALUES ('1533737872237015041', '1493782653286047745', 'Technical Guideline', '23', 'Technical Guideline', '23', '1', 'admin', '2022-06-06 17:09:39', null, null, null, null, null, '0', 'Technical Guideline'); +INSERT INTO `sys_dict_item` VALUES ('1533737911453757442', '1493782653286047745', 'KMVSS', '24', 'KMVSS', '24', '1', 'admin', '2022-06-06 17:09:48', null, null, null, null, null, '0', 'KMVSS'); +INSERT INTO `sys_dict_item` VALUES ('1533737934472097793', '1493782653286047745', 'MOE Not.', '25', 'MOE Not.', '25', '1', 'admin', '2022-06-06 17:09:54', null, null, null, null, null, '0', 'MOE Not.'); +INSERT INTO `sys_dict_item` VALUES ('1533737957821788161', '1493782653286047745', 'MOTIE Not.', '26', 'MOTIE Not.', '26', '1', 'admin', '2022-06-06 17:09:59', null, null, null, null, null, '0', 'MOTIE Not.'); +INSERT INTO `sys_dict_item` VALUES ('1533737981863538689', '1493782653286047745', 'Land Transport Rule', '27', 'Land Transport Rule', '27', '1', 'admin', '2022-06-06 17:10:05', null, null, null, null, null, '0', 'Land Transport Rule'); +INSERT INTO `sys_dict_item` VALUES ('1533738021583597570', '1493782653286047745', 'ADR', '28', 'ADR', '28', '1', 'admin', '2022-06-06 17:10:14', null, null, null, null, null, '0', 'ADR'); +INSERT INTO `sys_dict_item` VALUES ('1533738085865500673', '1493782653286047745', 'Other', '29', 'Other', '29', '1', 'admin', '2022-06-06 17:10:30', null, null, null, null, null, '0', 'Other'); +INSERT INTO `sys_dict_item` VALUES ('1533738904593641473', '1493783036523798529', '企业要求', 'eq', 'Enterprise Requirement', '3', '1', 'admin', '2022-06-06 17:13:45', null, null, null, null, null, '0', 'Enterprise Requirement'); +INSERT INTO `sys_dict_item` VALUES ('1533740043624001537', '1493782751218851841', '被替代', '5', '被替代', '5', '1', 'admin', '2022-06-06 17:18:17', null, null, null, null, null, '0', 'Superseded'); +INSERT INTO `sys_dict_item` VALUES ('1533740392179052546', '1493782108399820801', '阿联酋', 'UAE', '阿联酋', '9', '1', 'admin', '2022-06-06 17:19:40', null, null, null, null, null, '0', 'UAE'); +INSERT INTO `sys_dict_item` VALUES ('1533740414803128321', '1493782108399820801', '美国', 'US', '美国', '10', '1', 'admin', '2022-06-06 17:19:45', null, null, null, null, null, '0', 'US'); +INSERT INTO `sys_dict_item` VALUES ('1533740439121702914', '1493782108399820801', '澳大利亚', 'Australia', '澳大利亚', '11', '1', 'admin', '2022-06-06 17:19:51', null, null, null, null, null, '0', 'Australia'); +INSERT INTO `sys_dict_item` VALUES ('1533740470327324673', '1493782108399820801', '新西兰', 'NewZealand', '新西兰', '12', '1', 'admin', '2022-06-06 17:19:58', null, null, null, null, null, '0', 'NewZealand'); +INSERT INTO `sys_dict_item` VALUES ('1533740486584446977', '1493782108399820801', '英国', 'UK', '英国', '13', '1', 'admin', '2022-06-06 17:20:02', null, null, null, null, null, '0', 'UK'); +INSERT INTO `sys_dict_item` VALUES ('1533741709819654145', '1493146941712789505', 'L7', '14', 'L7', '14', '1', 'admin', '2022-06-06 17:24:54', null, null, null, null, null, '0', 'L7'); +INSERT INTO `sys_dict_item` VALUES ('1533741728719187969', '1493146941712789505', 'O1', '15', 'O1', '15', '1', 'admin', '2022-06-06 17:24:58', null, null, null, null, null, '0', 'O1'); +INSERT INTO `sys_dict_item` VALUES ('1533741745148276737', '1493146941712789505', 'O2', '16', 'O2', '16', '1', 'admin', '2022-06-06 17:25:02', null, null, null, null, null, '0', 'O2'); +INSERT INTO `sys_dict_item` VALUES ('1533741793273720834', '1493146941712789505', 'O3', '17', 'O3', '17', '1', 'admin', '2022-06-06 17:25:14', null, null, null, null, null, '0', 'O3'); +INSERT INTO `sys_dict_item` VALUES ('1533741811502166017', '1493146941712789505', 'O4', '18', 'O4', '18', '1', 'admin', '2022-06-06 17:25:18', null, null, null, null, null, '0', 'O4'); +INSERT INTO `sys_dict_item` VALUES ('1533743000302137346', '1493782890096451586', '燃料电池', '5', '燃料电池', '5', '1', 'admin', '2022-06-06 17:30:01', null, null, null, null, null, '0', 'FCEV'); +INSERT INTO `sys_dict_item` VALUES ('1533743015691038721', '1493782890096451586', '汽油', '6', '汽油', '6', '1', 'admin', '2022-06-06 17:30:05', null, null, null, null, null, '0', 'Gasoline'); +INSERT INTO `sys_dict_item` VALUES ('1533743032174653442', '1493782890096451586', '柴油', '7', '柴油', '7', '1', 'admin', '2022-06-06 17:30:09', null, null, null, null, null, '0', 'Diesel'); +INSERT INTO `sys_dict_item` VALUES ('1533743920813453313', '1514419802704261122', '推荐性', '3', '推荐性', '3', '1', 'admin', '2022-06-06 17:33:41', null, null, null, null, null, '0', 'Voluntary'); +INSERT INTO `sys_dict_item` VALUES ('1533744554103025665', '1514182179729547266', 'MIIT', '2', 'MIIT', '2', '1', 'admin', '2022-06-06 17:36:12', null, null, null, null, null, '0', 'MIIT'); +INSERT INTO `sys_dict_item` VALUES ('1533744574441205762', '1514182179729547266', 'KC', '14', 'KC', '14', '1', 'admin', '2022-06-06 17:36:17', null, null, null, null, null, '0', 'KC'); +INSERT INTO `sys_dict_item` VALUES ('1533744591482662913', '1514182179729547266', 'KEA', '15', 'KEA', '15', '1', 'admin', '2022-06-06 17:36:21', null, null, null, null, null, '0', 'KEA'); +INSERT INTO `sys_dict_item` VALUES ('1533744608289239041', '1514182179729547266', 'KMVSS', '16', 'KMVSS', '16', '1', 'admin', '2022-06-06 17:36:25', null, null, null, null, null, '0', 'KMVSS'); +INSERT INTO `sys_dict_item` VALUES ('1533744622784753665', '1514182179729547266', 'MOE', '17', 'MOE', '17', '1', 'admin', '2022-06-06 17:36:28', null, null, null, null, null, '0', 'MOE'); +INSERT INTO `sys_dict_item` VALUES ('1533744641017393154', '1514182179729547266', 'NIER', '18', 'NIER', '18', '1', 'admin', '2022-06-06 17:36:33', null, null, null, null, null, '0', 'NIER'); +INSERT INTO `sys_dict_item` VALUES ('1533744655336747009', '1514182179729547266', 'RRA', '19', 'RRA', '19', '1', 'admin', '2022-06-06 17:36:36', null, null, null, null, null, '0', 'RRA'); +INSERT INTO `sys_dict_item` VALUES ('1533744675217747969', '1514182179729547266', 'VAC', '20', 'VAC', '20', '1', 'admin', '2022-06-06 17:36:41', null, null, null, null, null, '0', 'VAC'); +INSERT INTO `sys_dict_item` VALUES ('1533744691055439873', '1514182179729547266', 'LNO', '21', 'LNO', '21', '1', 'admin', '2022-06-06 17:36:45', null, null, null, null, null, '0', 'LNO'); +INSERT INTO `sys_dict_item` VALUES ('1533744719782227970', '1514182179729547266', 'IMDA', '22', 'IMDA', '22', '1', 'admin', '2022-06-06 17:36:51', null, null, null, null, null, '0', 'IMDA'); +INSERT INTO `sys_dict_item` VALUES ('1533744735334707201', '1514182179729547266', 'VTA', '23', 'VTA', '23', '1', 'admin', '2022-06-06 17:36:55', null, null, null, null, null, '0', 'VTA'); +INSERT INTO `sys_dict_item` VALUES ('1533744759791693826', '1514182179729547266', 'OFCA', '24', 'OFCA', '24', '1', 'admin', '2022-06-06 17:37:01', null, null, null, null, null, '0', 'OFCA'); +INSERT INTO `sys_dict_item` VALUES ('1533744776719904770', '1514182179729547266', 'ADR', '25', 'ADR', '25', '1', 'admin', '2022-06-06 17:37:05', null, null, null, null, null, '0', 'ADR'); +INSERT INTO `sys_dict_item` VALUES ('1533744797318131713', '1514182179729547266', 'RCM', '26', 'RCM', '26', '1', 'admin', '2022-06-06 17:37:10', null, null, null, null, null, '0', 'RCM'); +INSERT INTO `sys_dict_item` VALUES ('1533744826606956545', '1514182179729547266', 'RECS', '27', 'RECS', '27', '1', 'admin', '2022-06-06 17:37:17', null, null, null, null, null, '0', 'RECS'); +INSERT INTO `sys_dict_item` VALUES ('1533744845212889090', '1514182179729547266', 'DOT', '28', 'DOT', '28', '1', 'admin', '2022-06-06 17:37:21', null, null, null, null, null, '0', 'DOT'); +INSERT INTO `sys_dict_item` VALUES ('1533744863940456450', '1514182179729547266', 'IEC', '29', 'IEC', '29', '1', 'admin', '2022-06-06 17:37:26', null, null, null, null, null, '0', 'IEC'); +INSERT INTO `sys_dict_item` VALUES ('1533744887483084801', '1514182179729547266', 'LTR', '30', 'LTR', '30', '1', 'admin', '2022-06-06 17:37:31', null, null, null, null, null, '0', 'LTR'); +INSERT INTO `sys_dict_item` VALUES ('1533744910232989698', '1514182179729547266', 'RSM', '31', 'RSM', '31', '1', 'admin', '2022-06-06 17:37:37', null, null, null, null, null, '0', 'RSM'); +INSERT INTO `sys_dict_item` VALUES ('1533744933033226241', '1514182179729547266', 'NHTSA Test Report', '32', 'NHTSA Test Report', '32', '1', 'admin', '2022-06-06 17:37:42', null, null, null, null, null, '0', 'NHTSA Test Report'); +INSERT INTO `sys_dict_item` VALUES ('1533745008446812161', '1514182179729547266', 'US NCAP Test Report', '33', 'US NCAP Test Report', '33', '1', 'admin', '2022-06-06 17:38:00', null, null, null, null, null, '0', 'US NCAP Test Report'); +INSERT INTO `sys_dict_item` VALUES ('1533745027795136513', '1514182179729547266', 'IIHS Test Report', '34', 'IIHS Test Report', '34', '1', 'admin', '2022-06-06 17:38:05', null, null, null, null, null, '0', 'IIHS Test Report'); +INSERT INTO `sys_dict_item` VALUES ('1533745053913067522', '1514182179729547266', 'EPA Test Report', '35', 'EPA Test Report', '35', '1', 'admin', '2022-06-06 17:38:11', null, null, null, null, null, '0', 'EPA Test Report'); +INSERT INTO `sys_dict_item` VALUES ('1533745074251247617', '1514182179729547266', 'CARB Test Report', '36', 'CARB Test Report', '36', '1', 'admin', '2022-06-06 17:38:16', null, null, null, null, null, '0', 'CARB Test Report'); +INSERT INTO `sys_dict_item` VALUES ('1533745826428366850', '1514182179729547266', 'FDA Test Report', '37', 'FDA Test Report', '37', '1', 'admin', '2022-06-06 17:41:15', null, null, null, null, null, '0', 'FDA Test Report'); +INSERT INTO `sys_dict_item` VALUES ('1533745908737388545', '1514182179729547266', 'FCC cetification or SDoC', '38', 'FCC cetification or SDoC', '38', '1', 'admin', '2022-06-06 17:41:35', null, null, null, null, null, '0', 'FCC cetification or SDoC'); +INSERT INTO `sys_dict_item` VALUES ('1533746071845482497', '1514182179729547266', 'Form', '39', 'Form', '39', '1', 'admin', '2022-06-06 17:42:14', null, null, null, null, null, '0', 'Form'); +INSERT INTO `sys_dict_item` VALUES ('1533746103067881474', '1514182179729547266', 'JATE', '40', 'JATE', '40', '1', 'admin', '2022-06-06 17:42:21', null, null, null, null, null, '0', 'JATE'); +INSERT INTO `sys_dict_item` VALUES ('1533746393380827138', '1514182179729547266', 'MIC', '41', 'MIC', '41', '1', 'admin', '2022-06-06 17:43:30', null, null, null, null, null, '0', 'MIC'); +INSERT INTO `sys_dict_item` VALUES ('1533747628804681729', '1514182179729547266', 'SH Local', '3', 'SH Local', '3', '1', 'admin', '2022-06-06 17:48:25', null, null, null, null, null, '0', 'SH Local'); +INSERT INTO `sys_dict_item` VALUES ('1533747647830044674', '1514182179729547266', 'SRRC', '4', 'SRRC', '4', '1', 'admin', '2022-06-06 17:48:30', null, null, null, null, null, '0', 'SRRC'); +INSERT INTO `sys_dict_item` VALUES ('1533747670772887553', '1514182179729547266', 'NAL', '5', 'NAL', '5', '1', 'admin', '2022-06-06 17:48:35', null, null, null, null, null, '0', 'NAL'); +INSERT INTO `sys_dict_item` VALUES ('1533747696316198913', '1514182179729547266', 'NA', '6', 'NA', '6', '1', 'admin', '2022-06-06 17:48:41', null, null, null, null, null, '0', 'NA'); +INSERT INTO `sys_dict_item` VALUES ('1533747712313274370', '1514182179729547266', 'WVTA', '7', 'WVTA', '7', '1', 'admin', '2022-06-06 17:48:45', null, null, null, null, null, '0', 'WVTA'); +INSERT INTO `sys_dict_item` VALUES ('1533747737911111681', '1514182179729547266', 'Emark', '8', 'Emark', '8', '1', 'admin', '2022-06-06 17:48:51', null, null, null, null, null, '0', 'Emark'); +INSERT INTO `sys_dict_item` VALUES ('1533747758488367105', '1514182179729547266', 'CE mark', '9', 'CE mark', '9', '1', 'admin', '2022-06-06 17:48:56', null, null, null, null, null, '0', 'CE mark'); +INSERT INTO `sys_dict_item` VALUES ('1533747775613710338', '1514182179729547266', 'GSO', '10', 'GSO', '10', '1', 'admin', '2022-06-06 17:49:00', null, null, null, null, null, '0', 'GSO'); +INSERT INTO `sys_dict_item` VALUES ('1533747793460473857', '1514182179729547266', 'UAE', '11', 'UAE', '11', '1', 'admin', '2022-06-06 17:49:04', null, null, null, null, null, '0', 'UAE'); +INSERT INTO `sys_dict_item` VALUES ('1533747826956185601', '1514182179729547266', 'TRA', '12', 'TRA', '12', '1', 'admin', '2022-06-06 17:49:12', null, null, null, null, null, '0', 'TRA'); +INSERT INTO `sys_dict_item` VALUES ('1533747839887224834', '1514182179729547266', 'ELV', '13', 'ELV', '13', '1', 'admin', '2022-06-06 17:49:15', null, null, null, null, null, '0', 'ELV'); +INSERT INTO `sys_dict_item` VALUES ('1533748200085663745', '1514182488166080513', 'Com.Cert-Market', '3', 'Com.Cert-Market', '3', '1', 'admin', '2022-06-06 17:50:41', null, null, null, null, null, '0', 'Com.Cert-Market'); +INSERT INTO `sys_dict_item` VALUES ('1533748223842201601', '1514182488166080513', 'Regu-Market', '4', 'Regu-Market', '4', '1', 'admin', '2022-06-06 17:50:47', null, null, null, null, null, '0', 'Regu-Market'); +INSERT INTO `sys_dict_item` VALUES ('1533748246323671041', '1514182488166080513', 'NA', '5', 'NA', '5', '1', 'admin', '2022-06-06 17:50:52', null, null, null, null, null, '0', 'NA'); +INSERT INTO `sys_dict_item` VALUES ('222705e11ef0264d4214affff1fb4ff9', '4f69be5f507accea8d5df5f11346181a', '短信', '1', '', '1', '1', 'admin', '2023-02-28 10:50:36', 'admin', '2019-04-28 10:58:11', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('23a5bb76004ed0e39414e928c4cde155', '4e4602b3e3686f0911384e188dc7efb4', '不等于', '!=', '不等于', '3', '1', 'admin', '2019-04-01 16:46:15', 'admin', '2019-04-01 17:48:40', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('25847e9cb661a7c711f9998452dc09e6', '4e4602b3e3686f0911384e188dc7efb4', '小于等于', '<=', '小于等于', '6', '1', 'admin', '2019-04-01 16:44:34', 'admin', '2019-04-01 17:49:10', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('2d51376643f220afdeb6d216a8ac2c01', '68168534ff5065a152bfab275c2136f8', '有效', '1', '有效', '2', '1', 'admin', '2019-04-26 19:22:01', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('308c8aadf0c37ecdde188b97ca9833f5', '8dfe32e2d29ea9430a988b3b558bf233', '已发布', '1', '已发布', '2', '1', 'admin', '2019-04-16 17:41:24', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('333e6b2196e01ef9a5f76d74e86a6e33', '8dfe32e2d29ea9430a988b3b558bf233', '未发布', '0', '未发布', '1', '1', 'admin', '2019-04-16 17:41:12', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('33bc9d9f753cf7dc40e70461e50fdc54', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送失败', '2', null, '3', '1', 'admin', '2019-04-12 18:20:02', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('3fbc03d6c994ae06d083751248037c0e', '78bda155fe380b1b3f175f1e88c284c6', '已完成', '3', '已完成', '3', '1', 'admin', '2019-05-09 16:33:25', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('41d7aaa40c9b61756ffb1f28da5ead8e', '0b5d19e1fce4b2e6647e6b4a17760c14', '通知公告', '1', null, '1', '1', 'admin', '2019-04-22 18:01:57', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('41fa1e9571505d643aea87aeb83d4d76', '4e4602b3e3686f0911384e188dc7efb4', '等于', '=', '等于', '4', '1', 'admin', '2019-04-01 16:45:24', 'admin', '2019-04-01 17:49:00', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('43d2295b8610adce9510ff196a49c6e9', '845da5006c97754728bf48b6a10f79cc', '正常', '1', null, null, '1', 'admin', '2019-03-18 21:45:51', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('4f05fb5376f4c61502c5105f52e4dd2b', '83bfb33147013cc81640d5fd9eda030c', '操作日志', '2', null, null, '1', 'admin', '2019-03-18 23:22:49', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('51222413e5906cdaf160bb5c86fb827c', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '是', '1', '', '1', '1', 'admin', '2019-05-22 19:29:45', null, null, null, null, null, '0', 'yes'); +INSERT INTO `sys_dict_item` VALUES ('538fca35afe004972c5f3947c039e766', '2e02df51611a4b9632828ab7e5338f00', '显示', '1', '显示', '1', '1', 'admin', '2025-03-26 18:27:13', 'admin', '2019-04-26 18:39:07', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('5584c21993bde231bbde2b966f2633ac', '4e4602b3e3686f0911384e188dc7efb4', '自定义SQL表达式', 'USE_SQL_RULES', '自定义SQL表达式', '9', '1', 'admin', '2019-04-01 10:45:24', 'admin', '2019-04-01 17:49:27', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('58b73b344305c99b9d8db0fc056bbc0a', '72cce0989df68887546746d8f09811aa', '主表', '2', null, '2', '1', 'admin', '2019-03-27 10:13:36', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('5b65a88f076b32e8e69d19bbaadb52d5', '2f0320997ade5dd147c90130f7218c3e', '全体用户', 'ALL', null, null, '1', 'admin', '2020-10-17 21:22:43', 'admin', '2019-03-28 22:17:09', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('5d833f69296f691843ccdd0c91212b6b', '880a895c98afeca9d9ac39f29e67c13e', '修改', '3', '', '3', '1', 'admin', '2019-07-22 10:55:07', 'admin', '2019-07-22 10:55:41', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('5d84a8634c8fdfe96275385075b105c9', '3d9a351be3436fbefb1307d4cfb49bf2', '女', '2', null, '2', '1', null, '2019-01-04 14:56:56', null, '2019-01-04 17:38:12', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('66c952ae2c3701a993e7db58f3baf55e', '4e4602b3e3686f0911384e188dc7efb4', '大于', '>', '大于', '1', '1', 'admin', '2019-04-01 10:45:46', 'admin', '2019-04-01 17:48:29', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('69cacf64e244100289ddd4aa9fa3b915', 'a9d9942bd0eccb6e89de92d130ec4c4a', '未发送', '0', null, '1', '1', 'admin', '2019-04-12 18:19:23', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('6a7a9e1403a7943aba69e54ebeff9762', '4f69be5f507accea8d5df5f11346181a', '邮件', '2', '', '2', '1', 'admin', '2031-02-28 10:50:44', 'admin', '2019-04-28 10:59:03', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('6c682d78ddf1715baf79a1d52d2aa8c2', '72cce0989df68887546746d8f09811aa', '单表', '1', null, '1', '1', 'admin', '2019-03-27 10:13:29', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('6d404fd2d82311fbc87722cd302a28bc', '4e4602b3e3686f0911384e188dc7efb4', '模糊', 'LIKE', '模糊', '7', '1', 'admin', '2019-04-01 16:46:02', 'admin', '2019-04-01 17:49:20', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('6d4e26e78e1a09699182e08516c49fc4', '4d7fec1a7799a436d26d02325eff295e', '高', 'H', '高', '1', '1', 'admin', '2019-04-16 17:04:24', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('75b260d7db45a39fc7f21badeabdb0ed', 'c36169beb12de8a71c8683ee7c28a503', '不启用', '0', null, null, '1', 'admin', '2019-03-18 23:29:41', 'admin', '2019-03-18 23:29:54', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('7688469db4a3eba61e6e35578dc7c2e5', 'c36169beb12de8a71c8683ee7c28a503', '启用', '1', null, null, '1', 'admin', '2019-03-18 23:29:28', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('78ea6cadac457967a4b1c4eb7aaa418c', 'fc6cd58fde2e8481db10d3a1e68ce70c', '正常', '1', null, null, '1', 'admin', '2019-03-18 23:30:28', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('7ccf7b80c70ee002eceb3116854b75cb', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '按钮权限', '2', null, null, '1', 'admin', '2019-03-18 23:25:40', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('81fb2bb0e838dc68b43f96cc309f8257', 'fc6cd58fde2e8481db10d3a1e68ce70c', '冻结', '2', null, null, '1', 'admin', '2019-03-18 23:30:37', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('83250269359855501ec4e9c0b7e21596', '4274efc2292239b6f000b153f50823ff', '可见/可访问(授权后可见/可访问)', '1', '', '1', '1', 'admin', '2019-05-10 17:54:51', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('84778d7e928bc843ad4756db1322301f', '4e4602b3e3686f0911384e188dc7efb4', '大于等于', '>=', '大于等于', '5', '1', 'admin', '2019-04-01 10:46:02', 'admin', '2019-04-01 17:49:05', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('84dfc178dd61b95a72900fcdd624c471', '78bda155fe380b1b3f175f1e88c284c6', '处理中', '2', '处理中', '2', '1', 'admin', '2019-05-09 16:33:01', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('86f19c7e0a73a0bae451021ac05b99dd', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '子菜单', '1', null, null, '1', 'admin', '2019-03-18 23:25:27', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('8bccb963e1cd9e8d42482c54cc609ca2', '4f69be5f507accea8d5df5f11346181a', '微信', '3', null, '3', '1', 'admin', '2021-05-11 14:29:12', 'admin', '2019-04-11 14:29:31', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('8c618902365ca681ebbbe1e28f11a548', '4c753b5293304e7a445fd2741b46529d', '启用', '1', '', '0', '1', 'admin', '2020-07-18 23:19:27', 'admin', '2019-05-17 14:51:18', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('8cdf08045056671efd10677b8456c999', '4274efc2292239b6f000b153f50823ff', '可编辑(未授权时禁用)', '2', '', '2', '1', 'admin', '2019-05-10 17:55:38', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('8ff48e657a7c5090d4f2a59b37d1b878', '4d7fec1a7799a436d26d02325eff295e', '中', 'M', '中', '2', '1', 'admin', '2019-04-16 17:04:40', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('948923658baa330319e59b2213cda97c', '880a895c98afeca9d9ac39f29e67c13e', '添加', '2', '', '2', '1', 'admin', '2019-07-22 10:54:59', 'admin', '2019-07-22 10:55:36', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', '4c753b5293304e7a445fd2741b46529d', '不启用', '0', null, '1', '1', 'admin', '2019-03-18 23:19:53', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('a1e7d1ca507cff4a480c8caba7c1339e', '880a895c98afeca9d9ac39f29e67c13e', '导出', '6', '', '6', '1', 'admin', '2019-07-22 12:06:50', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('a2be752dd4ec980afaec1efd1fb589af', '8dfe32e2d29ea9430a988b3b558bf233', '已撤销', '2', '已撤销', '3', '1', 'admin', '2019-04-16 17:41:39', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('aa0d8a8042a18715a17f0a888d360aa4', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '一级菜单', '0', null, null, '1', 'admin', '2019-03-18 23:24:52', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('adcf2a1fe93bb99a84833043f475fe0b', '4e4602b3e3686f0911384e188dc7efb4', '包含', 'IN', '包含', '8', '1', 'admin', '2019-04-01 16:45:47', 'admin', '2019-04-01 17:49:24', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('b029a41a851465332ee4ee69dcf0a4c2', '0b5d19e1fce4b2e6647e6b4a17760c14', '系统消息', '2', null, '1', '1', 'admin', '2019-02-22 18:02:08', 'admin', '2019-04-22 18:02:13', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('b2a8b4bb2c8e66c2c4b1bb086337f393', '3486f32803bb953e7155dab3513dc68b', '正常', '0', null, null, '1', 'admin', '2022-10-18 21:46:48', 'admin', '2019-03-28 22:22:20', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('b5f3bd5f66bb9a83fecd89228c0d93d1', '68168534ff5065a152bfab275c2136f8', '无效', '0', '无效', '1', '1', 'admin', '2019-04-26 19:21:49', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('b9fbe2a3602d4a27b45c100ac5328484', '78bda155fe380b1b3f175f1e88c284c6', '待提交', '1', '待提交', '1', '1', 'admin', '2019-05-09 16:32:35', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('ba27737829c6e0e582e334832703d75e', '236e8a4baff0db8c62c00dd95632834f', '同步', '1', '同步', '1', '1', 'admin', '2019-05-15 15:28:15', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('bcec04526b04307e24a005d6dcd27fd6', '880a895c98afeca9d9ac39f29e67c13e', '导入', '5', '', '5', '1', 'admin', '2019-07-22 12:06:41', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('c53da022b9912e0aed691bbec3c78473', '880a895c98afeca9d9ac39f29e67c13e', '查询', '1', '', '1', '1', 'admin', '2019-07-22 10:54:51', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('c5700a71ad08994d18ad1dacc37a71a9', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '否', '0', '', '1', '1', 'admin', '2019-05-22 19:29:55', null, null, null, null, null, '0', 'no'); +INSERT INTO `sys_dict_item` VALUES ('df168368dcef46cade2aadd80100d8aa', '3d9a351be3436fbefb1307d4cfb49bf2', '男', '1', null, '1', '1', null, '2027-08-04 14:56:49', 'admin', '2019-03-23 22:44:44', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('e6329e3a66a003819e2eb830b0ca2ea0', '4e4602b3e3686f0911384e188dc7efb4', '小于', '<', '小于', '2', '1', 'admin', '2019-04-01 16:44:15', 'admin', '2019-04-01 17:48:34', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('e94eb7af89f1dbfa0d823580a7a6e66a', '236e8a4baff0db8c62c00dd95632834f', '不同步', '0', '不同步', '2', '1', 'admin', '2019-05-15 15:28:28', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('f16c5706f3ae05c57a53850c64ce7c45', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送成功', '1', null, '2', '1', 'admin', '2019-04-12 18:19:43', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('f2a7920421f3335afdf6ad2b342f6b5d', '845da5006c97754728bf48b6a10f79cc', '冻结', '2', null, null, '1', 'admin', '2019-03-18 21:46:02', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('f37f90c496ec9841c4c326b065e00bb2', '83bfb33147013cc81640d5fd9eda030c', '登录日志', '1', null, null, '1', 'admin', '2019-03-18 23:22:37', null, null, null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('f80a8f6838215753b05e1a5ba3346d22', '880a895c98afeca9d9ac39f29e67c13e', '删除', '4', '', '4', '1', 'admin', '2019-07-22 10:55:14', 'admin', '2019-07-22 10:55:30', null, null, null, '0', null); +INSERT INTO `sys_dict_item` VALUES ('fe50b23ae5e68434def76f67cef35d2d', '78bda155fe380b1b3f175f1e88c284c6', '已作废', '4', '已作废', '4', '1', 'admin', '2021-09-09 16:33:43', 'admin', '2019-05-09 16:34:40', null, null, null, '0', null); + +-- ---------------------------- +-- Table structure for sys_fill_rule +-- ---------------------------- +DROP TABLE IF EXISTS `sys_fill_rule`; +CREATE TABLE `sys_fill_rule` ( + `id` varchar(32) CHARACTER SET utf8 NOT NULL COMMENT '主键ID', + `rule_name` varchar(100) DEFAULT NULL COMMENT '规则名称', + `rule_code` varchar(100) DEFAULT NULL COMMENT '规则Code', + `rule_class` varchar(100) DEFAULT NULL COMMENT '规则实现类', + `rule_params` varchar(200) DEFAULT NULL COMMENT '规则参数', + `update_by` varchar(32) CHARACTER SET utf8 DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `create_by` varchar(32) CHARACTER SET utf8 DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uni_sys_fill_rule_code` (`rule_code`) USING BTREE, + UNIQUE KEY `uk_sfr_rule_code` (`rule_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_fill_rule +-- ---------------------------- +INSERT INTO `sys_fill_rule` VALUES ('1202551334738382850', '机构编码生成', 'org_num_role', 'com.jero.modules.system.rule.OrgCodeRule', '{\"parentId\":\"c6d7cb4deeac411cb3384b1b31278596\"}', 'admin', '2019-12-09 10:37:06', 'admin', '2019-12-05 19:32:35'); +INSERT INTO `sys_fill_rule` VALUES ('1202787623203065858', '分类字典编码生成', 'category_code_rule', 'com.jero.modules.system.rule.CategoryCodeRule', '{\"pid\":\"\"}', 'admin', '2019-12-09 10:36:54', 'admin', '2019-12-06 11:11:31'); + +-- ---------------------------- +-- Table structure for sys_gateway_route +-- ---------------------------- +DROP TABLE IF EXISTS `sys_gateway_route`; +CREATE TABLE `sys_gateway_route` ( + `id` varchar(36) NOT NULL, + `router_id` varchar(50) DEFAULT NULL COMMENT '路由ID', + `name` varchar(32) DEFAULT NULL COMMENT '服务名', + `uri` varchar(32) DEFAULT NULL COMMENT '服务地址', + `predicates` text COMMENT '断言', + `filters` text COMMENT '过滤器', + `retryable` int(3) DEFAULT NULL COMMENT '是否重试:0-否 1-是', + `strip_prefix` int(3) DEFAULT NULL COMMENT '是否忽略前缀0-否 1-是', + `persistable` int(3) DEFAULT NULL COMMENT '是否为保留数据:0-否 1-是', + `show_api` int(3) DEFAULT NULL COMMENT '是否在接口文档中展示:0-否 1-是', + `status` int(3) DEFAULT NULL COMMENT '状态:0-无效 1-有效', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_gateway_route +-- ---------------------------- +INSERT INTO `sys_gateway_route` VALUES ('1331051599401857026', 'jero-demo-websocket', 'jero-demo-websocket', 'lb:ws://jero-demo', '[{\"args\":[\"/vxeSocket/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-24 09:46:46', null, null, null); +INSERT INTO `sys_gateway_route` VALUES ('jero-cloud-websocket', 'jero-system-websocket', 'jero-system-websocket', 'lb:ws://jero-system', '[{\"args\":[\"/websocket/**\",\"/eoaSocket/**\",\"/newsWebsocket/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-16 19:41:51', null, null, null); +INSERT INTO `sys_gateway_route` VALUES ('jero-demo', 'jero-demo', 'jero-demo', 'lb://jero-demo', '[{\"args\":[\"/mock/**\",\"/test/**\",\"/bigscreen/template1/**\",\"/bigscreen/template2/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-16 19:41:51', null, null, null); +INSERT INTO `sys_gateway_route` VALUES ('jero-system', 'jero-system', 'jero-system', 'lb://jero-system', '[{\"args\":[\"/sys/**\",\"/eoa/**\",\"/joa/**\",\"/online/**\",\"/bigscreen/**\",\"/jmreport/**\",\"/desform/**\",\"/process/**\",\"/act/**\",\"/plug-in/***/\",\"/druid/**\",\"/generic/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-16 19:41:51', null, null, null); + +-- ---------------------------- +-- Table structure for sys_log +-- ---------------------------- +DROP TABLE IF EXISTS `sys_log`; +CREATE TABLE `sys_log` ( + `id` varchar(32) NOT NULL, + `log_type` int(2) DEFAULT NULL COMMENT '日志类型(1登录日志,2操作日志)', + `log_content` varchar(1000) DEFAULT NULL COMMENT '日志内容', + `operate_type` int(2) DEFAULT NULL COMMENT '操作类型', + `userid` varchar(32) DEFAULT NULL COMMENT '操作用户账号', + `username` varchar(100) DEFAULT NULL COMMENT '操作用户名称', + `ip` varchar(100) DEFAULT NULL COMMENT 'IP', + `method` varchar(500) DEFAULT NULL COMMENT '请求java方法', + `request_url` varchar(255) DEFAULT NULL COMMENT '请求路径', + `request_param` longtext COMMENT '请求参数', + `request_type` varchar(10) DEFAULT NULL COMMENT '请求类型', + `cost_time` bigint(20) DEFAULT NULL COMMENT '耗时', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_table_userid` (`userid`) USING BTREE, + KEY `index_logt_ype` (`log_type`) USING BTREE, + KEY `index_operate_type` (`operate_type`) USING BTREE, + KEY `index_log_type` (`log_type`) USING BTREE, + KEY `idx_sl_userid` (`userid`) USING BTREE, + KEY `idx_sl_log_type` (`log_type`) USING BTREE, + KEY `idx_sl_operate_type` (`operate_type`) USING BTREE, + KEY `idx_sl_create_time` (`create_time`) USING BTREE +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='系统日志表'; + +-- ---------------------------- +-- Records of sys_log +-- ---------------------------- +INSERT INTO `sys_log` VALUES ('1535471875424251905', '2', '文档库信息表-列表表头', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getHeader()', null, ' flag: 1 cut: cn', null, '30', null, '2022-06-11 11:59:57', null, null); +INSERT INTO `sys_log` VALUES ('1535471875608801281', '2', '文档库信息表-查询条件', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryCondition()', null, ' flag: 1 cut: cn', null, '105', null, '2022-06-11 11:59:57', null, null); +INSERT INTO `sys_log` VALUES ('1535471876531548161', '2', '分页查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryPageInfo()', null, '[{\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":\"1\",\"pageSize\":\"10\",\"cut\":\"cn\"}]', null, '296', null, '2022-06-11 11:59:58', null, null); +INSERT INTO `sys_log` VALUES ('1535471881560518658', '2', '文档库信息表-新增表单', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getAddForm()', null, ' flag: 1 cut: cn type: add', null, '79', null, '2022-06-11 11:59:59', null, null); +INSERT INTO `sys_log` VALUES ('1535472066525130754', '2', '查询条件中英文切换', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.split.controller.SarFileSplitInfoController.queryCondition()', null, ' flag: 3 cut: cn', null, '54', null, '2022-06-11 12:00:43', null, null); +INSERT INTO `sys_log` VALUES ('1535472066588045314', '2', '表头中英文切换', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.split.controller.SarFileSplitInfoController.getHeader()', null, ' flag: 3 cut: cn', null, '65', null, '2022-06-11 12:00:43', null, null); +INSERT INTO `sys_log` VALUES ('1535472066772594690', '2', '文档拆分表-分页列表查询Y', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.split.controller.SarFileSplitInfoController.queryPageList()', null, ' sarFileSplitInfoEOPage: SarFileSplitInfoEOPage(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, serialNumber=null, title=null, fileType=null, fileName=null, splitResult=null, fileId=null, pageNo=1, pageSize=10, orderBy=1, orderByField=, cut=cn)', null, '96', null, '2022-06-11 12:00:43', null, null); +INSERT INTO `sys_log` VALUES ('1535472637646729217', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '22', null, '2022-06-11 12:02:59', null, null); +INSERT INTO `sys_log` VALUES ('1535472639739686914', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '535', null, '2022-06-11 12:03:00', null, null); +INSERT INTO `sys_log` VALUES ('1535473217865773057', '2', '文档库信息表-列表表头', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getHeader()', null, ' flag: 1 cut: cn', null, '44', null, '2022-06-11 12:05:18', null, null); +INSERT INTO `sys_log` VALUES ('1535473217916104705', '2', '文档库信息表-查询条件', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryCondition()', null, ' flag: 1 cut: cn', null, '69', null, '2022-06-11 12:05:18', null, null); +INSERT INTO `sys_log` VALUES ('1535473218482335745', '2', '分页查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryPageInfo()', null, '[{\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":\"1\",\"pageSize\":\"10\",\"cut\":\"cn\"}]', null, '202', null, '2022-06-11 12:05:18', null, null); +INSERT INTO `sys_log` VALUES ('1535473250069639169', '2', '文档库信息表-新增表单', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getAddForm()', null, ' flag: 1 cut: cn type: add', null, '65', null, '2022-06-11 12:05:25', null, null); +INSERT INTO `sys_log` VALUES ('1535473438456803329', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '13', null, '2022-06-11 12:06:10', null, null); +INSERT INTO `sys_log` VALUES ('1535473440612675585', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '535', null, '2022-06-11 12:06:11', null, null); +INSERT INTO `sys_log` VALUES ('1535473446673444866', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '730', null, '2022-06-11 12:06:12', null, null); +INSERT INTO `sys_log` VALUES ('1535473452469972993', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"文本\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '126', null, '2022-06-11 12:06:13', null, null); +INSERT INTO `sys_log` VALUES ('1535473530169454593', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"isModel\":1,\"cut\":\"cn\"}]', null, '1308', null, '2022-06-11 12:06:32', null, null); +INSERT INTO `sys_log` VALUES ('1535473570661265410', '2', '标签管理-通过id查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryById()', null, ' id: 5490b32a3d34864acd1dc64c3020da2c', null, '29', null, '2022-06-11 12:06:42', null, null); +INSERT INTO `sys_log` VALUES ('1535473571877613569', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '12', null, '2022-06-11 12:06:42', null, null); +INSERT INTO `sys_log` VALUES ('1535473601158049793', '2', '标签管理-通过id查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryById()', null, ' id: ef351e4de7abfe64dd5e04889d269f4a', null, '12', null, '2022-06-11 12:06:49', null, null); +INSERT INTO `sys_log` VALUES ('1535473602349232130', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '17', null, '2022-06-11 12:06:49', null, null); +INSERT INTO `sys_log` VALUES ('1535473614344941570', '2', '标签管理-通过id查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryById()', null, ' id: 5d40532dc73f9b13682111775bc90116', null, '11', null, '2022-06-11 12:06:52', null, null); +INSERT INTO `sys_log` VALUES ('1535473615729061890', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '15', null, '2022-06-11 12:06:52', null, null); +INSERT INTO `sys_log` VALUES ('1535473677234335746', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dbFieldTxt\":\"\",\"isModel\":0,\"cut\":\"cn\"}]', null, '432', null, '2022-06-11 12:07:07', null, null); +INSERT INTO `sys_log` VALUES ('1535473688592510977', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"dbFieldTxt\":\"\",\"isModel\":0,\"cut\":\"cn\"}]', null, '162', null, '2022-06-11 12:07:10', null, null); +INSERT INTO `sys_log` VALUES ('1535474347966459905', '2', 'OCR识别转换记录表-查询条件中英文切换', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.ocr.controller.OcrRecordEOController.queryCondition()', null, ' flag: 2 cut: cn', null, '36', null, '2022-06-11 12:09:47', null, null); +INSERT INTO `sys_log` VALUES ('1535474347979042817', '2', 'OCR识别转换记录表-表头中英文切换', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.ocr.controller.OcrRecordEOController.getHeader()', null, ' flag: 2 cut: cn', null, '42', null, '2022-06-11 12:09:47', null, null); +INSERT INTO `sys_log` VALUES ('1535474348146814977', '2', 'OCR识别转换记录表-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.ocr.controller.OcrRecordEOController.queryPageList()', null, '[{\"cut\":\"cn\",\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":1,\"pageSize\":10}]', null, '69', null, '2022-06-11 12:09:47', null, null); +INSERT INTO `sys_log` VALUES ('1535480259393318914', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '32', null, '2022-06-11 12:33:16', null, null); +INSERT INTO `sys_log` VALUES ('1535480262186725378', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '666', null, '2022-06-11 12:33:17', null, null); +INSERT INTO `sys_log` VALUES ('1535480274840940546', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dbFieldTxt\":\"\",\"isModel\":0,\"cut\":\"cn\"}]', null, '405', null, '2022-06-11 12:33:20', null, null); +INSERT INTO `sys_log` VALUES ('1535480286454968321', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '756', null, '2022-06-11 12:33:23', null, null); +INSERT INTO `sys_log` VALUES ('1535480447935672322', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '885', null, '2022-06-11 12:34:01', null, null); +INSERT INTO `sys_log` VALUES ('1535480457041506305', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":3,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '179', null, '2022-06-11 12:34:03', null, null); +INSERT INTO `sys_log` VALUES ('1535480472359104514', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '32', null, '2022-06-11 12:34:07', null, null); +INSERT INTO `sys_log` VALUES ('1535480712894050306', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '739', null, '2022-06-11 12:35:04', null, null); +INSERT INTO `sys_log` VALUES ('1535480727611863041', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '749', null, '2022-06-11 12:35:08', null, null); +INSERT INTO `sys_log` VALUES ('1535480734696042497', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '29', null, '2022-06-11 12:35:10', null, null); +INSERT INTO `sys_log` VALUES ('1535480883786772482', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '24', null, '2022-06-11 12:35:45', null, null); +INSERT INTO `sys_log` VALUES ('1535480896189329410', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '44', null, '2022-06-11 12:35:48', null, null); +INSERT INTO `sys_log` VALUES ('1535480912580669442', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":3,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '24', null, '2022-06-11 12:35:52', null, null); +INSERT INTO `sys_log` VALUES ('1535481130445402114', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":16,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '23', null, '2022-06-11 12:36:44', null, null); +INSERT INTO `sys_log` VALUES ('1535481141010853889', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '21', null, '2022-06-11 12:36:47', null, null); +INSERT INTO `sys_log` VALUES ('1535481495135940610', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"适用范围\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '97', null, '2022-06-11 12:38:11', null, null); +INSERT INTO `sys_log` VALUES ('1535481537653600257', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"状态\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '234', null, '2022-06-11 12:38:21', null, null); +INSERT INTO `sys_log` VALUES ('1535481570671161345', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"适用地区\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '104', null, '2022-06-11 12:38:29', null, null); +INSERT INTO `sys_log` VALUES ('1535481621321576450', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"类别\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '219', null, '2022-06-11 12:38:41', null, null); +INSERT INTO `sys_log` VALUES ('1535481652233596930', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"标准体系\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '90', null, '2022-06-11 12:38:48', null, null); +INSERT INTO `sys_log` VALUES ('1535481713894060033', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"适用车型\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '98', null, '2022-06-11 12:39:03', null, null); +INSERT INTO `sys_log` VALUES ('1535482051195793410', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"能源种类\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '102', null, '2022-06-11 12:40:24', null, null); +INSERT INTO `sys_log` VALUES ('1535482104912244737', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"实施类别\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '95', null, '2022-06-11 12:40:36', null, null); +INSERT INTO `sys_log` VALUES ('1535482141767593985', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"认证类型\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '120', null, '2022-06-11 12:40:45', null, null); +INSERT INTO `sys_log` VALUES ('1535482181584121858', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"认证级别\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '99', null, '2022-06-11 12:40:55', null, null); +INSERT INTO `sys_log` VALUES ('1535482247594078210', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"交付物\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '94', null, '2022-06-11 12:41:10', null, null); +INSERT INTO `sys_log` VALUES ('1535482252698546177', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '37', null, '2022-06-11 12:41:12', null, null); +INSERT INTO `sys_log` VALUES ('1535482313142661122', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '40', null, '2022-06-11 12:41:26', null, null); +INSERT INTO `sys_log` VALUES ('1535482328695140353', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '27', null, '2022-06-11 12:41:30', null, null); +INSERT INTO `sys_log` VALUES ('1535482332256104450', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '42', null, '2022-06-11 12:41:31', null, null); +INSERT INTO `sys_log` VALUES ('1535482339675828225', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '26', null, '2022-06-11 12:41:32', null, null); +INSERT INTO `sys_log` VALUES ('1535482347284295681', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '24', null, '2022-06-11 12:41:34', null, null); +INSERT INTO `sys_log` VALUES ('1535482352363597825', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '28', null, '2022-06-11 12:41:35', null, null); +INSERT INTO `sys_log` VALUES ('1535482360794148866', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '26', null, '2022-06-11 12:41:37', null, null); +INSERT INTO `sys_log` VALUES ('1535482363923099650', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '36', null, '2022-06-11 12:41:38', null, null); +INSERT INTO `sys_log` VALUES ('1535482366221578242', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '26', null, '2022-06-11 12:41:39', null, null); +INSERT INTO `sys_log` VALUES ('1535482373075070977', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":30,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '37', null, '2022-06-11 12:41:40', null, null); +INSERT INTO `sys_log` VALUES ('1535482384018010113', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '37', null, '2022-06-11 12:41:43', null, null); +INSERT INTO `sys_log` VALUES ('1535482671424303105', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '26', null, '2022-06-11 12:42:51', null, null); +INSERT INTO `sys_log` VALUES ('1535482708413870082', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '32', null, '2022-06-11 12:43:00', null, null); +INSERT INTO `sys_log` VALUES ('1535482718425673730', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '27', null, '2022-06-11 12:43:03', null, null); +INSERT INTO `sys_log` VALUES ('1535482807621742594', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":20,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '36', null, '2022-06-11 12:43:24', null, null); +INSERT INTO `sys_log` VALUES ('1535482895135895553', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"责任领域\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '93', null, '2022-06-11 12:43:45', null, null); +INSERT INTO `sys_log` VALUES ('1535483040304951298', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"dictName\":\"技术领域\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '95', null, '2022-06-11 12:44:19', null, null); +INSERT INTO `sys_log` VALUES ('1535483045283590145', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '32', null, '2022-06-11 12:44:21', null, null); +INSERT INTO `sys_log` VALUES ('1535483055500914690', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '26', null, '2022-06-11 12:44:23', null, null); +INSERT INTO `sys_log` VALUES ('1535483059653275650', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":16,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '28', null, '2022-06-11 12:44:24', null, null); +INSERT INTO `sys_log` VALUES ('1535483119988338690', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":16,\"pageSize\":40,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '11', null, '2022-06-11 12:44:38', null, null); +INSERT INTO `sys_log` VALUES ('1535483130591539202', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '40', null, '2022-06-11 12:44:41', null, null); +INSERT INTO `sys_log` VALUES ('1535483290201583618', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"name\":\"Consumer Information/Protection (General)\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '20', null, '2022-06-11 12:45:19', null, null); +INSERT INTO `sys_log` VALUES ('1535483424712912898', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":40,\"name\":\"Consumer Information/Protection (General)\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '40', null, '2022-06-11 12:45:51', null, null); +INSERT INTO `sys_log` VALUES ('1535484243025846273', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '236', null, '2022-06-11 12:49:06', null, null); +INSERT INTO `sys_log` VALUES ('1535484334549753857', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '43', null, '2022-06-11 12:49:28', null, null); +INSERT INTO `sys_log` VALUES ('1535484355554828290', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":4,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '31', null, '2022-06-11 12:49:33', null, null); +INSERT INTO `sys_log` VALUES ('1535484371656761345', '2', '文档库信息表-列表表头', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getHeader()', null, ' flag: 1 cut: cn', null, '38', null, '2022-06-11 12:49:37', null, null); +INSERT INTO `sys_log` VALUES ('1535484372101357569', '2', '文档库信息表-查询条件', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryCondition()', null, ' flag: 1 cut: cn', null, '169', null, '2022-06-11 12:49:37', null, null); +INSERT INTO `sys_log` VALUES ('1535484373208653825', '2', '分页查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryPageInfo()', null, '[{\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":\"1\",\"pageSize\":\"10\",\"cut\":\"cn\"}]', null, '404', null, '2022-06-11 12:49:37', null, null); +INSERT INTO `sys_log` VALUES ('1535484379105845250', '2', '文档库信息表-新增表单', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getAddForm()', null, ' flag: 1 cut: cn type: add', null, '78', null, '2022-06-11 12:49:39', null, null); +INSERT INTO `sys_log` VALUES ('1535484696044232706', '2', '文档库信息表-新增表单', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getAddForm()', null, ' flag: 1 cut: cn type: add', null, '77', null, '2022-06-11 12:50:54', null, null); +INSERT INTO `sys_log` VALUES ('1535484759579549697', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '15', null, '2022-06-11 12:51:09', null, null); +INSERT INTO `sys_log` VALUES ('1535484762431676418', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '690', null, '2022-06-11 12:51:10', null, null); +INSERT INTO `sys_log` VALUES ('1535484774762930177', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '862', null, '2022-06-11 12:51:13', null, null); +INSERT INTO `sys_log` VALUES ('1535484790655148034', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '38', null, '2022-06-11 12:51:17', null, null); +INSERT INTO `sys_log` VALUES ('1535484805339406337', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":4,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '25', null, '2022-06-11 12:51:20', null, null); +INSERT INTO `sys_log` VALUES ('1535484812859793410', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '24', null, '2022-06-11 12:51:22', null, null); +INSERT INTO `sys_log` VALUES ('1535485069588946945', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '27', null, '2022-06-11 12:52:23', null, null); +INSERT INTO `sys_log` VALUES ('1535485080288616450', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '35', null, '2022-06-11 12:52:26', null, null); +INSERT INTO `sys_log` VALUES ('1535488625788313602', '1', '用户名: 开发管理员,退出成功!', null, 'admin', '开发管理员', '127.0.0.1', null, null, null, null, null, null, '2022-06-11 13:06:31', null, null); +INSERT INTO `sys_log` VALUES ('1535488677046902785', '1', '用户名: admin,登录成功!', null, 'admin', '开发管理员', '127.0.0.1', null, null, null, null, null, null, '2022-06-11 13:06:43', null, null); +INSERT INTO `sys_log` VALUES ('1535488687272615938', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '19', null, '2022-06-11 13:06:46', null, null); +INSERT INTO `sys_log` VALUES ('1535488691353673729', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '840', null, '2022-06-11 13:06:47', null, null); +INSERT INTO `sys_log` VALUES ('1535488707296223234', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '1081', null, '2022-06-11 13:06:50', null, null); +INSERT INTO `sys_log` VALUES ('1535488720806076418', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":3,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '190', null, '2022-06-11 13:06:54', null, null); +INSERT INTO `sys_log` VALUES ('1535488733275742210', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '729', null, '2022-06-11 13:06:57', null, null); +INSERT INTO `sys_log` VALUES ('1535488876192456706', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '1066', null, '2022-06-11 13:07:31', null, null); +INSERT INTO `sys_log` VALUES ('1535488901605744641', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '27', null, '2022-06-11 13:07:37', null, null); +INSERT INTO `sys_log` VALUES ('1535489393983479810', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"name\":\"%\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '22', null, '2022-06-11 13:09:34', null, null); +INSERT INTO `sys_log` VALUES ('1535489396902715393', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '24', null, '2022-06-11 13:09:35', null, null); +INSERT INTO `sys_log` VALUES ('1535490107845586946', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '182', null, '2022-06-11 13:12:24', null, null); +INSERT INTO `sys_log` VALUES ('1535490129358172161', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '40', null, '2022-06-11 13:12:30', null, null); +INSERT INTO `sys_log` VALUES ('1535490135087591426', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":3,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '29', null, '2022-06-11 13:12:31', null, null); +INSERT INTO `sys_log` VALUES ('1535490368769044481', '2', '标签内容-查询字典配置的父级名称', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPid()', null, ' sysCategory: SysCategory [code=null, name=null]', null, '56', null, '2022-06-11 13:13:27', null, null); +INSERT INTO `sys_log` VALUES ('1535491888788951042', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '146', null, '2022-06-11 13:19:29', null, null); +INSERT INTO `sys_log` VALUES ('1535491951040811009', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '45', null, '2022-06-11 13:19:44', null, null); +INSERT INTO `sys_log` VALUES ('1535492589841690626', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '147', null, '2022-06-11 13:22:16', null, null); +INSERT INTO `sys_log` VALUES ('1535492819870015490', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '252', null, '2022-06-11 13:23:11', null, null); +INSERT INTO `sys_log` VALUES ('1535492951936065537', '2', '标签内容-查询字典配置的父级名称', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPid()', null, ' sysCategory: SysCategory [code=null, name=null]', null, '49', null, '2022-06-11 13:23:42', null, null); +INSERT INTO `sys_log` VALUES ('1535492997444263938', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '84', null, '2022-06-11 13:23:53', null, null); +INSERT INTO `sys_log` VALUES ('1535493016486404098', '2', '标签内容-查询字典配置的父级名称', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPid()', null, ' sysCategory: SysCategory [code=null, name=null]', null, '22', null, '2022-06-11 13:23:58', null, null); +INSERT INTO `sys_log` VALUES ('1535493043728408578', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '72', null, '2022-06-11 13:24:04', null, null); +INSERT INTO `sys_log` VALUES ('1535493097713295361', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '73', null, '2022-06-11 13:24:17', null, null); +INSERT INTO `sys_log` VALUES ('1535493102108925953', '2', '标签内容-查询字典配置的父级名称', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPid()', null, ' sysCategory: SysCategory [code=null, name=null]', null, '21', null, '2022-06-11 13:24:18', null, null); +INSERT INTO `sys_log` VALUES ('1535493127274749953', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '90', null, '2022-06-11 13:24:24', null, null); +INSERT INTO `sys_log` VALUES ('1535493139308208130', '2', '标签内容-查询字典配置的父级名称', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPid()', null, ' sysCategory: SysCategory [code=null, name=null]', null, '20', null, '2022-06-11 13:24:27', null, null); +INSERT INTO `sys_log` VALUES ('1535493167842058242', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '68', null, '2022-06-11 13:24:34', null, null); +INSERT INTO `sys_log` VALUES ('1535493218899320834', '2', '文档库信息表-列表表头', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getHeader()', null, ' flag: 1 cut: cn', null, '65', null, '2022-06-11 13:24:46', null, null); +INSERT INTO `sys_log` VALUES ('1535493219104841729', '2', '文档库信息表-查询条件', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryCondition()', null, ' flag: 1 cut: cn', null, '115', null, '2022-06-11 13:24:46', null, null); +INSERT INTO `sys_log` VALUES ('1535493220438630401', '2', '分页查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryPageInfo()', null, '[{\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":\"1\",\"pageSize\":\"10\",\"cut\":\"cn\"}]', null, '420', null, '2022-06-11 13:24:46', null, null); +INSERT INTO `sys_log` VALUES ('1535493227665416194', '2', '文档库信息表-新增表单', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getAddForm()', null, ' flag: 1 cut: cn type: add', null, '91', null, '2022-06-11 13:24:48', null, null); +INSERT INTO `sys_log` VALUES ('1535494135677706241', '2', '文档库信息表-列表表头', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getHeader()', null, ' flag: 1 cut: cn', null, '38', null, '2022-06-11 13:28:25', null, null); +INSERT INTO `sys_log` VALUES ('1535494135765786625', '2', '文档库信息表-查询条件', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryCondition()', null, ' flag: 1 cut: cn', null, '63', null, '2022-06-11 13:28:25', null, null); +INSERT INTO `sys_log` VALUES ('1535494136491401217', '2', '分页查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryPageInfo()', null, '[{\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":\"1\",\"pageSize\":\"10\",\"cut\":\"cn\"}]', null, '236', null, '2022-06-11 13:28:25', null, null); +INSERT INTO `sys_log` VALUES ('1535494187699658753', '2', '文档库信息表-列表表头', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.getHeader()', null, ' flag: 1 cut: cn', null, '25', null, '2022-06-11 13:28:37', null, null); +INSERT INTO `sys_log` VALUES ('1535494187821293569', '2', '文档库信息表-查询条件', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryCondition()', null, ' flag: 1 cut: cn', null, '60', null, '2022-06-11 13:28:37', null, null); +INSERT INTO `sys_log` VALUES ('1535494188593045506', '2', '分页查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.document.controller.BussDocumentLibraryEOController.queryPageInfo()', null, '[{\"orderBy\":\"1\",\"orderByField\":\"\",\"pageNo\":\"1\",\"pageSize\":\"10\",\"cut\":\"cn\"}]', null, '235', null, '2022-06-11 13:28:37', null, null); +INSERT INTO `sys_log` VALUES ('1535494199171080193', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '18', null, '2022-06-11 13:28:40', null, null); +INSERT INTO `sys_log` VALUES ('1535494201675079681', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '607', null, '2022-06-11 13:28:40', null, null); +INSERT INTO `sys_log` VALUES ('1535494229701419009', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '862', null, '2022-06-11 13:28:47', null, null); +INSERT INTO `sys_log` VALUES ('1535494240522723330', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '75', null, '2022-06-11 13:28:50', null, null); +INSERT INTO `sys_log` VALUES ('1535494333682409474', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '72', null, '2022-06-11 13:29:12', null, null); +INSERT INTO `sys_log` VALUES ('1535494342226206722', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"name\":\"ccc\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '18', null, '2022-06-11 13:29:14', null, null); +INSERT INTO `sys_log` VALUES ('1535494346982547457', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '62', null, '2022-06-11 13:29:15', null, null); +INSERT INTO `sys_log` VALUES ('1535494361679388673', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"name\":\"wer\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '20', null, '2022-06-11 13:29:19', null, null); +INSERT INTO `sys_log` VALUES ('1535494364741230594', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '66', null, '2022-06-11 13:29:19', null, null); +INSERT INTO `sys_log` VALUES ('1535494391056293889', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"name\":\"tion\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '19', null, '2022-06-11 13:29:26', null, null); +INSERT INTO `sys_log` VALUES ('1535494419577561090', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '61', null, '2022-06-11 13:29:32', null, null); +INSERT INTO `sys_log` VALUES ('1535494446203002882', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"name\":\"Connection\",\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '12', null, '2022-06-11 13:29:39', null, null); +INSERT INTO `sys_log` VALUES ('1535494459184373761', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1496390921674084353\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '71', null, '2022-06-11 13:29:42', null, null); +INSERT INTO `sys_log` VALUES ('1535494502415065089', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":3,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '168', null, '2022-06-11 13:29:52', null, null); +INSERT INTO `sys_log` VALUES ('1535494507234320385', '2', '标签内容-树形结构列表', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysCategoryController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"sysDictId\":\"1529994069084823553\",\"isTagDict\":1,\"cut\":\"cn\"}]', null, '17', null, '2022-06-11 13:29:53', null, null); +INSERT INTO `sys_log` VALUES ('1535494537575915522', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '720', null, '2022-06-11 13:30:01', null, null); +INSERT INTO `sys_log` VALUES ('1535494553304555521', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":2,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '771', null, '2022-06-11 13:30:04', null, null); +INSERT INTO `sys_log` VALUES ('1535494560669753346', '2', '标签内容-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.system.controller.SysDictController.queryPageList()', null, '[{\"pageNo\":3,\"pageSize\":10,\"isTagDict\":1,\"cut\":\"cn\"}]', null, '172', null, '2022-06-11 13:30:06', null, null); +INSERT INTO `sys_log` VALUES ('1535494772721180673', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '27', null, '2022-06-11 13:30:57', null, null); +INSERT INTO `sys_log` VALUES ('1535494775061602306', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '586', null, '2022-06-11 13:30:57', null, null); +INSERT INTO `sys_log` VALUES ('1535494876974800897', '2', '区域管理表-查询展示区域', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformAreaController.queryShowArea()', null, ' cut: cn onlCgformArea: OnlCgformArea(id=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, showArea=null, enName=null, isModel=null, isModelName=null, isModelEnName=null, sort=null, cut=cn)', null, '10', null, '2022-06-11 13:31:21', null, null); +INSERT INTO `sys_log` VALUES ('1535494879382331394', '2', '标签管理-分页列表查询', '1', 'admin', '开发管理员', '127.0.0.1', 'com.jero.modules.tag.controller.OnlCgformTagController.queryPageList()', null, '[{\"pageNo\":1,\"pageSize\":10,\"isModel\":1,\"cut\":\"cn\"}]', null, '576', null, '2022-06-11 13:31:22', null, null); + +-- ---------------------------- +-- Table structure for sys_permission +-- ---------------------------- +DROP TABLE IF EXISTS `sys_permission`; +CREATE TABLE `sys_permission` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `parent_id` varchar(32) DEFAULT NULL COMMENT '父id', + `name` varchar(100) DEFAULT NULL COMMENT '菜单标题', + `url` varchar(255) DEFAULT NULL COMMENT '路径', + `component` varchar(255) DEFAULT NULL COMMENT '组件', + `component_name` varchar(100) DEFAULT NULL COMMENT '组件名字', + `redirect` varchar(255) DEFAULT NULL COMMENT '一级菜单跳转地址', + `menu_type` int(11) DEFAULT NULL COMMENT '菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)', + `perms` varchar(255) DEFAULT NULL COMMENT '菜单权限编码', + `perms_type` varchar(10) DEFAULT '0' COMMENT '权限策略1显示2禁用', + `sort_no` double(8,2) DEFAULT NULL COMMENT '菜单排序', + `always_show` tinyint(1) DEFAULT NULL COMMENT '聚合子路由: 1是0否', + `icon` varchar(100) DEFAULT NULL COMMENT '菜单图标', + `is_route` tinyint(1) DEFAULT '1' COMMENT '是否路由菜单: 0:不是 1:是(默认值1)', + `is_leaf` tinyint(1) DEFAULT NULL COMMENT '是否叶子节点: 1:是 0:不是', + `keep_alive` tinyint(1) DEFAULT NULL COMMENT '是否缓存该页面: 1:是 0:不是', + `hidden` int(11) DEFAULT '0' COMMENT '是否隐藏路由: 0否,1是', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `del_flag` int(11) DEFAULT '0' COMMENT '删除状态 0正常 1已删除', + `rule_flag` int(11) DEFAULT '0' COMMENT '是否添加数据权限1是0否', + `status` varchar(2) DEFAULT NULL COMMENT '按钮权限状态(0无效1有效)', + `internal_or_external` tinyint(1) DEFAULT NULL COMMENT '外链菜单打开方式 0/内部打开 1/外部打开', + `menu_en` varchar(255) DEFAULT NULL COMMENT '菜单英文', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_prem_pid` (`parent_id`) USING BTREE, + KEY `index_prem_is_route` (`is_route`) USING BTREE, + KEY `index_prem_is_leaf` (`is_leaf`) USING BTREE, + KEY `index_prem_sort_no` (`sort_no`) USING BTREE, + KEY `index_prem_del_flag` (`del_flag`) USING BTREE, + KEY `index_menu_type` (`menu_type`) USING BTREE, + KEY `index_menu_hidden` (`hidden`) USING BTREE, + KEY `index_menu_status` (`status`) USING BTREE, + KEY `idx_sp_parent_id` (`parent_id`) USING BTREE, + KEY `idx_sp_is_route` (`is_route`) USING BTREE, + KEY `idx_sp_is_leaf` (`is_leaf`) USING BTREE, + KEY `idx_sp_sort_no` (`sort_no`) USING BTREE, + KEY `idx_sp_del_flag` (`del_flag`) USING BTREE, + KEY `idx_sp_menu_type` (`menu_type`) USING BTREE, + KEY `idx_sp_hidden` (`hidden`) USING BTREE, + KEY `idx_sp_status` (`status`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='菜单权限表'; + +-- ---------------------------- +-- Records of sys_permission +-- ---------------------------- +INSERT INTO `sys_permission` VALUES ('0ac2ad938963b6c6d1af25477d5b8b51', '8d4683aacaa997ab86b966b464360338', '代码生成按钮', null, null, null, null, '2', 'online:goGenerateCode', '1', '1.00', '0', null, '1', '1', null, '0', null, 'admin', '2019-06-11 14:20:09', null, null, '0', '0', '1', null, null); +INSERT INTO `sys_permission` VALUES ('109c78a583d4693ce2f16551b7786786', 'e41b69c57a941a3bbcce45032fe57605', 'Online报表配置', '/online/cgreport', 'modules/online/cgreport/OnlCgreportHeadList', null, null, '1', null, null, '2.00', '0', null, '1', '1', null, '0', null, 'admin', '2019-03-08 10:51:07', 'admin', '2019-03-30 19:04:28', '0', '0', null, null, null); +INSERT INTO `sys_permission` VALUES ('1192318987661234177', 'e41b69c57a941a3bbcce45032fe57605', '系统编码规则', '/isystem/fillRule', 'system/SysFillRuleList', null, null, '1', null, '1', '3.00', '0', null, '1', '1', '0', '0', null, 'admin', '2019-11-07 13:52:53', 'admin', '2020-07-10 16:55:03', '0', '0', '1', '0', null); +INSERT INTO `sys_permission` VALUES ('1209731624921534465', 'e41b69c57a941a3bbcce45032fe57605', '多数据源管理', '/isystem/dataSource', 'system/SysDataSourceList', null, null, '1', null, '1', '6.00', '0', null, '1', '1', '0', '0', null, 'admin', '2019-12-25 15:04:30', 'admin', '2020-02-23 22:43:37', '0', '0', '1', '0', null); +INSERT INTO `sys_permission` VALUES ('1224641973866467330', 'e41b69c57a941a3bbcce45032fe57605', '系统校验规则', '/isystem/checkRule', 'system/SysCheckRuleList', null, null, '1', null, '1', '5.00', '0', null, '1', '1', '0', '0', null, 'admin', '2019-11-07 13:52:53', 'admin', '2020-07-10 16:55:12', '0', '0', '1', '0', null); +INSERT INTO `sys_permission` VALUES ('1260928341675982849', '3f915b2769fc80648e92d04e84ca059d', '用户查看', null, null, null, null, '2', 'sys:user:detail', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2020-05-14 21:41:58', 'admin', '2022-06-08 15:52:08', '0', '0', '1', '0', 'Detail'); +INSERT INTO `sys_permission` VALUES ('1371831353354936322', '', '日志中心', '/log', 'layouts/RouteView', null, null, '0', null, '1', '10.00', '0', 'copy', '1', '0', '0', '0', null, 'admin', '2021-03-16 22:30:57', 'ning.chen', '2022-05-25 12:04:32', '0', '0', '1', '0', 'Log Center'); +INSERT INTO `sys_permission` VALUES ('1383952003393466369', '190c2b43bec6a5f7a4194a85db67d96a', '角色添加', null, null, null, null, '2', 'sys:role:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2021-04-19 09:14:05', 'admin', '2022-06-08 16:20:48', '0', '0', '1', '0', 'Add'); +INSERT INTO `sys_permission` VALUES ('1383952499906785282', '190c2b43bec6a5f7a4194a85db67d96a', '角色编辑', null, null, null, null, '2', 'sys:role:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2021-04-19 09:16:03', 'admin', '2022-06-08 16:20:57', '0', '0', '1', '0', 'Edit'); +INSERT INTO `sys_permission` VALUES ('1383952680177971201', '190c2b43bec6a5f7a4194a85db67d96a', '角色删除', null, null, null, null, '2', 'sys:role:del', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2021-04-19 09:16:46', 'admin', '2022-06-08 16:21:12', '0', '0', '1', '0', 'Delete'); +INSERT INTO `sys_permission` VALUES ('1383952988471898113', '45c966826eeff4c99b8f8ebfe74511fc', '部门基本信息', null, null, null, null, '2', '', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2021-04-19 09:18:00', 'admin', '2022-06-08 15:34:31', '0', '0', '1', '0', 'detail'); +INSERT INTO `sys_permission` VALUES ('1383953084483710977', '45c966826eeff4c99b8f8ebfe74511fc', '部门用户信息', null, null, null, null, '2', '', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2021-04-19 09:18:23', 'admin', '2022-06-08 16:30:07', '0', '0', '1', '0', 'user info'); +INSERT INTO `sys_permission` VALUES ('1383956904978755586', '190c2b43bec6a5f7a4194a85db67d96a', '角色授权', null, null, null, null, '2', 'sys:role:auth', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2021-04-19 09:33:33', 'admin', '2022-06-08 16:21:30', '0', '0', '1', '0', 'Authorize'); +INSERT INTO `sys_permission` VALUES ('1484415532234330114', '', '文档管理', '/docManage', 'layouts/RouteView', null, null, '0', null, '1', '2.00', '0', 'appstore', '1', '0', '0', '0', null, 'admin', '2022-01-21 14:40:17', 'ning.chen', '2022-05-25 11:57:18', '0', '0', '1', '0', ' Document Management'); +INSERT INTO `sys_permission` VALUES ('1484429786958155777', '1484415532234330114', '文档库', '/docManage/library', 'documentManage/library/index', null, null, '1', 'document:queryPageInfo', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-01-21 15:36:55', 'ning.chen', '2022-05-25 11:57:57', '0', '0', '1', '0', 'Document Library'); +INSERT INTO `sys_permission` VALUES ('1485454419484393473', '', '文档工具', '/docTools', 'layouts/RouteView', null, null, '0', null, '1', '3.00', '0', 'pic-center', '1', '0', '0', '0', null, 'admin', '2022-01-24 11:28:27', 'ning.chen', '2022-05-25 12:01:43', '0', '0', '1', '0', 'Documentation Tool'); +INSERT INTO `sys_permission` VALUES ('1485455865676218370', '1484415532234330114', '搜索中心', '/docTools/searchCenter', 'documentTools/searchCenter/index', null, null, '1', 'document:search', '1', '2.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-01-24 11:34:11', 'ning.chen', '2022-06-10 16:17:33', '0', '0', '1', '0', 'Search Center'); +INSERT INTO `sys_permission` VALUES ('1485788804943355906', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '标签管理', '/docManage/tags', 'documentManage/tags/index', null, null, '1', 'tag:page', '1', '3.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-01-25 09:37:10', 'ning.chen', '2022-06-10 16:09:19', '0', '0', '1', '0', 'Label Management'); +INSERT INTO `sys_permission` VALUES ('1494127238653054977', '1485454419484393473', '文档OCR识别', '/docManage/ocr', 'documentManage/ocr/index', null, null, '1', 'ocr:ocrRecord:page', '1', '4.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-02-17 09:51:08', 'ning.chen', '2022-06-10 16:08:29', '0', '0', '1', '0', 'Ocr Recognition'); +INSERT INTO `sys_permission` VALUES ('1494196703906443265', '1501033748679823362', '我的收藏', '/docManage/collection', 'documentManage/collection/index', null, null, '1', null, '1', '8.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-02-17 14:27:10', 'shanshan.su', '2022-05-26 10:05:49', '0', '0', '1', '0', 'My Collection'); +INSERT INTO `sys_permission` VALUES ('1495622958686085122', '1501033748679823362', '我的订阅', '/docManage/subscribtion', 'documentManage/subscribtion/index', null, null, '1', null, '1', '9.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-02-21 12:54:35', 'ning.chen', '2022-05-25 11:56:46', '0', '0', '1', '0', 'My Subscription'); +INSERT INTO `sys_permission` VALUES ('1495642177179951106', '1485454419484393473', '文档拆分', '/docManage/splite', 'documentManage/splitting/index', null, null, '1', 'split:sarFileSplitInfo:page', '1', '6.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-02-21 14:10:57', 'ning.chen', '2022-06-10 16:08:42', '0', '0', '1', '0', 'Document Split'); +INSERT INTO `sys_permission` VALUES ('1497112478703050754', '1485454419484393473', '拆分文档详情', '/docManage/splitting/splitDetail', 'documentManage/splitting/modules/SplitDetail', null, null, '1', null, '1', '7.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-02-25 15:33:25', 'ning.chen', '2022-06-10 16:09:33', '0', '0', '1', '0', 'Split Detail'); +INSERT INTO `sys_permission` VALUES ('1499212795042652161', '5c8042bd6c601270b2bbd9b20bccc68b', '消息详情', '/system/MessageDetails', 'system/MessageDetails', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-03-03 10:39:19', 'ning.chen', '2022-05-25 12:04:13', '0', '0', '1', '0', 'Message For Details'); +INSERT INTO `sys_permission` VALUES ('1499300176659853313', '1484415532234330114', '文档详情', '/docManage/library/detail', 'documentManage/library/docDetail/index', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', '1', null, 'admin', '2022-03-03 16:26:32', 'admin', '2022-06-08 18:09:44', '0', '0', '1', '0', 'Message Details'); +INSERT INTO `sys_permission` VALUES ('1500681954729517057', '1501033748679823362', '流程配置', '/ProcessProcedure', 'processCenter/procedure/index', null, null, '1', null, '1', '2.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-07 11:57:14', 'ning.chen', '2022-06-10 16:24:37', '0', '0', '1', '0', 'Process Configuration'); +INSERT INTO `sys_permission` VALUES ('1500709129079873538', '1501033748679823362', '流程配置', '/ProcessMapping', 'processCenter/ProcessMapping', null, null, '1', null, '1', '3.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-03-07 13:45:13', 'ning.chen', '2022-06-10 16:24:45', '0', '0', '1', '0', 'Process Configuration'); +INSERT INTO `sys_permission` VALUES ('1501033748679823362', '', '个人中心', '/route', 'layouts/RouteView', null, null, '0', null, '1', '8.00', '0', 'team', '1', '0', '0', '0', null, 'admin', '2022-03-08 11:15:08', 'ning.chen', '2022-06-10 16:23:39', '0', '0', '1', '0', 'Personal Center'); +INSERT INTO `sys_permission` VALUES ('1501034059775545345', '1501033748679823362', '我的流程', '/ProcessCenter', 'processCenter/processList/index', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-08 11:16:22', 'shanshan.su', '2022-05-26 10:05:59', '0', '0', '1', '0', 'My Process'); +INSERT INTO `sys_permission` VALUES ('1501383933856395266', '1484429786958155777', '数据导出', null, null, null, null, '2', 'document:exportExcel', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:26:39', 'admin', '2022-03-09 10:52:20', '0', '0', '1', '0', 'Data export'); +INSERT INTO `sys_permission` VALUES ('1501384039204728834', '1484429786958155777', '带文件导出', null, null, null, null, '2', 'document:exportZip', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:27:04', 'admin', '2022-03-09 10:52:56', '0', '0', '1', '0', 'Export with file'); +INSERT INTO `sys_permission` VALUES ('1501384187389489153', '1484429786958155777', '推送', null, null, null, null, '2', 'document:pullMessage', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:27:39', 'admin', '2022-03-09 10:53:19', '0', '0', '1', '0', 'Push'); +INSERT INTO `sys_permission` VALUES ('1501384413550555137', '1484429786958155777', '模板下载', null, null, null, null, '2', 'document:exportTemplate', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:28:33', 'admin', '2022-03-09 10:53:39', '0', '0', '1', '0', 'Template download'); +INSERT INTO `sys_permission` VALUES ('1501384731298443266', '1484429786958155777', '导入', null, null, null, null, '2', 'document:importZip', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:29:49', 'ning.chen', '2022-05-25 11:58:12', '0', '0', '1', '0', 'Import'); +INSERT INTO `sys_permission` VALUES ('1501384847442915329', '1484429786958155777', '新增', null, null, null, null, '2', 'document:getInfoById', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:30:17', 'ning.chen', '2022-05-25 11:58:21', '0', '0', '1', '0', 'Add'); +INSERT INTO `sys_permission` VALUES ('1501385007946346498', '1484429786958155777', '收藏', null, null, null, null, '2', 'document:addCollect', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:30:55', 'admin', '2022-03-09 10:55:39', '0', '0', '1', '0', 'Collection'); +INSERT INTO `sys_permission` VALUES ('1501385083473178625', '1484429786958155777', '订阅', null, null, null, null, '2', 'document:addSubscribe', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:31:13', 'ning.chen', '2022-05-25 11:58:29', '0', '0', '1', '0', 'Subscribe'); +INSERT INTO `sys_permission` VALUES ('1501385143208456194', '1484429786958155777', '编辑', null, null, null, null, '2', 'document:updateInfo', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:31:27', 'ning.chen', '2022-05-25 11:58:37', '0', '0', '1', '0', 'Edit'); +INSERT INTO `sys_permission` VALUES ('1501385265237536769', '1484429786958155777', '删除', null, null, null, null, '2', 'document:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 10:31:56', 'ning.chen', '2022-05-25 11:58:45', '0', '0', '1', '0', 'Delete'); +INSERT INTO `sys_permission` VALUES ('1501396493112721409', '1485788804943355906', '标签项-新增', null, null, null, null, '2', 'tag:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:16:33', 'ning.chen', '2022-05-25 11:59:34', '0', '0', '1', '0', 'Add'); +INSERT INTO `sys_permission` VALUES ('1501397049130631169', '1485788804943355906', '标签项-编辑', null, null, null, null, '2', 'tag:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:18:46', 'ning.chen', '2022-05-25 11:59:41', '0', '0', '1', '0', 'Edit'); +INSERT INTO `sys_permission` VALUES ('1501397658365870081', '1485788804943355906', '标签项-删除', null, null, null, null, '2', 'tag:logicDelete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:21:11', 'ning.chen', '2022-05-25 11:59:52', '0', '0', '1', '0', 'LogicDelete'); +INSERT INTO `sys_permission` VALUES ('1501401466639544322', '1494127238653054977', '上传/导入', null, null, null, null, '2', 'ocr:ocrRestful:addOcrRecord', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:36:19', 'admin', '2022-04-11 17:52:48', '0', '0', '1', '0', 'upload'); +INSERT INTO `sys_permission` VALUES ('1501401852679090178', '1494127238653054977', '调取已入库文件', null, null, null, null, '2', 'document:ocrPageInfo', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:37:51', 'admin', '2022-03-09 11:39:35', '0', '0', '1', '0', 'Retrieve received files'); +INSERT INTO `sys_permission` VALUES ('1501402540133904386', '1494127238653054977', '批量删除', null, null, null, null, '2', 'ocr:ocrRecord:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:40:35', null, null, '0', '0', '1', '0', 'Batch delete'); +INSERT INTO `sys_permission` VALUES ('1501402685138550786', '1485788804943355906', '标签内容-新增', null, null, null, null, '2', 'dict:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:41:10', 'ning.chen', '2022-05-25 12:00:00', '0', '0', '1', '0', 'Add'); +INSERT INTO `sys_permission` VALUES ('1501402784929431553', '1485788804943355906', '标签内容-编辑', null, null, null, null, '2', 'dict:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:41:33', 'ning.chen', '2022-05-25 12:00:07', '0', '0', '1', '0', 'Edit'); +INSERT INTO `sys_permission` VALUES ('1501402905029132289', '1485788804943355906', '标签内容-删除', null, null, null, null, '2', 'dict:logicDelete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:42:02', 'xipeng.zhuang', '2022-03-24 18:47:43', '0', '0', '1', '0', 'logicDelete'); +INSERT INTO `sys_permission` VALUES ('1501402918883749890', '1494127238653054977', '同步至文档库', null, null, null, null, '2', 'ocr:ocrRecord:syncToDocument', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:42:05', null, null, '0', '0', '1', '0', 'Sync to document library'); +INSERT INTO `sys_permission` VALUES ('1501403382975098881', '1494127238653054977', '下载', null, null, null, null, '2', 'ocr:ocrRestful:downFile', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:43:56', null, null, '0', '0', '1', '0', 'download'); +INSERT INTO `sys_permission` VALUES ('1501403530908200961', '1494127238653054977', '删除', null, null, null, null, '2', 'ocr:ocrRecord:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:44:31', null, null, '0', '0', '1', '0', 'delete'); +INSERT INTO `sys_permission` VALUES ('1501403580395962369', '1485788804943355906', '标签内容-字典配置-树形结构', null, null, null, null, '2', 'sys:category:queryPageList', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 11:45:40', 'admin', '2022-03-22 12:04:44', '0', '0', '1', '0', 'category'); +INSERT INTO `sys_permission` VALUES ('1501403818842144770', '1485788804943355906', '展示区域-新增', null, null, null, null, '2', 'area:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 17:20:24', null, null, '0', '0', '1', '0', 'add'); +INSERT INTO `sys_permission` VALUES ('1501488058996969474', '1485788804943355906', '展示区域-删除', null, null, null, null, '2', 'area:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 17:20:54', null, null, '0', '0', '1', '0', 'delete'); +INSERT INTO `sys_permission` VALUES ('1501488185627201538', '1485788804943355906', '展示区域-编辑', null, null, null, null, '2', 'area:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-09 17:21:23', null, null, '0', '0', '1', '0', 'edit'); +INSERT INTO `sys_permission` VALUES ('1505791088497278977', '1485788804943355906', '标签项-批量删除', null, null, null, null, '2', 'tag:logicDeleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-21 14:19:06', 'xipeng.zhuang', '2022-03-24 18:47:53', '0', '0', '1', '0', 'logicDeleteBatch'); +INSERT INTO `sys_permission` VALUES ('1505791535660417026', '1485788804943355906', '标签内容-批量删除', null, null, null, null, '2', 'dict:logicDeleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-21 14:20:53', 'xipeng.zhuang', '2022-03-24 18:48:25', '0', '0', '1', '0', 'logicDeleteBatch'); +INSERT INTO `sys_permission` VALUES ('1505792550107365378', '1485788804943355906', '标签内容-字典配置-树形结构-删除', null, null, null, null, '2', 'sys:category:logicDelete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-21 14:24:55', 'xipeng.zhuang', '2022-03-24 18:48:38', '0', '0', '1', '0', 'logicDelete'); +INSERT INTO `sys_permission` VALUES ('1505793880439930881', '1485788804943355906', '标签内容-字典配置-树形-批量删除', null, 'sys:category:', null, null, '2', 'sys:category:logicDeleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-21 14:30:12', 'xipeng.zhuang', '2022-03-24 18:49:33', '0', '0', '1', '0', 'logicDeleteBatch'); +INSERT INTO `sys_permission` VALUES ('1505794939501690881', '1485788804943355906', '标签内容-字典配置-下拉-批量删除', null, null, null, null, '2', 'dictItem:logicDeleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-21 14:34:25', 'xipeng.zhuang', '2022-03-24 18:49:24', '0', '0', '1', '0', 'logicDeleteBatch'); +INSERT INTO `sys_permission` VALUES ('1505795186063851522', '1485788804943355906', '标签内容-字典配置-下拉-删除', null, 'logicDelete', null, null, '2', 'dictItem:logicDelete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-21 14:35:23', 'xipeng.zhuang', '2022-03-24 18:49:15', '0', '0', '1', '0', 'logicDelete'); +INSERT INTO `sys_permission` VALUES ('1506304609965088769', '1495622958686085122', '订阅管理添加', null, null, null, null, '2', 'domain:insert', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-03-23 00:19:39', null, null, '0', '0', '1', '0', 'add'); +INSERT INTO `sys_permission` VALUES ('1506954637255622657', '1485788804943355906', '标签内容-字典配置-树形-编辑', null, null, null, null, '2', 'bqnrzdpzsxbj', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'xipeng.zhuang', '2022-03-24 19:22:38', null, null, '0', '0', '1', '0', 'bqnrzdpzsxbj'); +INSERT INTO `sys_permission` VALUES ('1506954890448977922', '1485788804943355906', '标签内容-字典配置-下拉-编辑', null, null, null, null, '2', 'bqnrzdpzxlbj', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'xipeng.zhuang', '2022-03-24 19:23:38', null, null, '0', '0', '1', '0', 'bqnrzdpzxlbj'); +INSERT INTO `sys_permission` VALUES ('1510134789607071746', '1484415532234330114', '虚拟清单', '/virtualList', 'documentTools/virtualList/index', null, null, '1', 'dummyInventoryBase:page', '1', '3.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-04-02 13:59:25', 'ning.chen', '2022-06-10 16:17:55', '0', '0', '1', '0', 'Virtual List'); +INSERT INTO `sys_permission` VALUES ('1510146025665142785', '1534440088623157249', '维护虚拟清单', '/virtualListDetails', 'documentTools/virtualList/components/virtualListDetails', null, null, '1', 'dummyInventoryInfo:list', '1', '1.00', '0', null, '1', '0', '0', '1', null, 'admin', '2022-04-02 14:44:04', 'admin', '2022-06-08 16:39:50', '0', '0', '1', '0', 'Virtual list details'); +INSERT INTO `sys_permission` VALUES ('1513341385934151681', '1495642177179951106', '拆分已入库文本-拆分', null, null, null, null, '2', 'split:sarFileSplitInfo:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:21:17', 'admin', '2022-04-11 17:43:20', '0', '0', '1', '0', 'split document'); +INSERT INTO `sys_permission` VALUES ('1513341778504228865', '1495642177179951106', '导入拆分结果-保存', null, null, null, null, '2', 'split:sarFileSplitItems:importSplitResult', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:22:51', 'admin', '2022-04-11 17:43:41', '0', '0', '1', '0', 'import split'); +INSERT INTO `sys_permission` VALUES ('1513342249172246530', '1495642177179951106', '批量删除', null, null, null, null, '2', 'split:sarFileSplitInfo:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:24:43', null, null, '0', '0', '1', '0', 'batch delete'); +INSERT INTO `sys_permission` VALUES ('1513342466491719681', '1495642177179951106', '回传至文档库', null, null, null, null, '2', 'split:sarFileSplitInfo:bind', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:25:35', null, null, '0', '0', '1', '0', 'bind to document'); +INSERT INTO `sys_permission` VALUES ('1513342733169762306', '1495642177179951106', '删除', null, null, null, null, '2', 'split:sarFileSplitInfo:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:26:39', null, null, '0', '0', '1', '0', 'delete'); +INSERT INTO `sys_permission` VALUES ('1513344865423892481', '1495642177179951106', '文档拆分详情-节点新增', null, null, null, null, '2', 'split:sarFileSplitMenu:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:35:07', null, null, '0', '0', '1', '0', 'add menu'); +INSERT INTO `sys_permission` VALUES ('1513344988644155394', '1495642177179951106', '文档拆分详情-节点编辑', null, null, null, null, '2', 'split:sarFileSplitMenu:update', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:35:37', null, null, '0', '0', '1', '0', 'update menu'); +INSERT INTO `sys_permission` VALUES ('1513345119279947778', '1495642177179951106', '文档拆分详情-节点删除', null, null, null, null, '2', 'split:sarFileSplitMenu:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:36:08', null, null, '0', '0', '1', '0', 'delete menu'); +INSERT INTO `sys_permission` VALUES ('1513345308187205633', '1495642177179951106', '文档拆分详情-复制', null, null, null, null, '2', 'split:sarFileSplitItems:copy', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:36:53', null, null, '0', '0', '1', '0', 'copy'); +INSERT INTO `sys_permission` VALUES ('1513345437837336578', '1495642177179951106', '文档拆分详情-添加', null, null, null, null, '2', 'split:sarFileSplitItems:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:37:24', null, null, '0', '0', '1', '0', 'add'); +INSERT INTO `sys_permission` VALUES ('1513345658076045314', '1495642177179951106', '文档拆分详情-导入', null, null, null, null, '2', 'split:sarFileSplitItems:import', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:38:16', null, null, '0', '0', '1', '0', 'import'); +INSERT INTO `sys_permission` VALUES ('1513345783427014657', '1495642177179951106', '文档拆分详情-导出', null, null, null, null, '2', 'split:sarFileSplitItems:export', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:38:46', null, null, '0', '0', '1', '0', 'export'); +INSERT INTO `sys_permission` VALUES ('1513345992777310209', '1495642177179951106', '文档拆分详情-模板下载', null, null, null, null, '2', 'split:sarFileSplitItems:template', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:39:36', null, null, '0', '0', '1', '0', 'download template'); +INSERT INTO `sys_permission` VALUES ('1513346207487926273', '1495642177179951106', '文档拆分详情-合并条款', null, null, null, null, '2', 'split:sarFileSplitItems:merge', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:40:27', null, null, '0', '0', '1', '0', 'merge'); +INSERT INTO `sys_permission` VALUES ('1513346345090457601', '1495642177179951106', '文档拆分详情-批量设置', null, null, null, null, '2', 'split:sarFileSplitItems:set', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:41:00', null, null, '0', '0', '1', '0', 'batch set'); +INSERT INTO `sys_permission` VALUES ('1513346643263528962', '1495642177179951106', '文档拆分详情-删除/批量删除', null, null, null, null, '2', 'split:sarFileSplitItems:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:42:11', null, null, '0', '0', '1', '0', 'delete'); +INSERT INTO `sys_permission` VALUES ('1513346940937478146', '1495642177179951106', '文档拆分详情-编辑', null, null, null, null, '2', 'split:sarFileSplitItems:update', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 10:43:22', null, null, '0', '0', '1', '0', 'update'); +INSERT INTO `sys_permission` VALUES ('1513461272564699138', '1495642177179951106', '拆分已入库文本', null, null, null, null, '2', 'split:sarFileSplitInfo:splitFile', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 18:17:41', 'admin', '2022-04-15 15:00:42', '0', '0', '1', '0', 'split ducument'); +INSERT INTO `sys_permission` VALUES ('1513461388923080705', '1495642177179951106', '导入拆分结果', null, null, null, null, '2', 'split:sarFileSplitInfo:splitResult', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-11 18:18:09', 'admin', '2022-04-15 15:01:08', '0', '0', '1', '0', 'import split result'); +INSERT INTO `sys_permission` VALUES ('1514540582645334018', '', '项目管理', '/projectManagement', 'layouts/RouteView', null, null, '0', 'projectLibraryBase:page', '1', '5.00', '0', 'area-chart', '1', '0', '0', '0', null, 'admin', '2022-04-14 17:46:28', 'admin', '2022-06-07 15:32:42', '0', '0', '1', '0', 'Project Management'); +INSERT INTO `sys_permission` VALUES ('1514540765961584641', '1514540582645334018', '项目库', '/projectLibrary', 'projectManagement/projectLibrary/index', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-04-14 17:47:12', 'ning.chen', '2022-05-25 12:02:16', '0', '0', '1', '0', 'Project Library'); +INSERT INTO `sys_permission` VALUES ('1514541055125291010', '1514540582645334018', '项目详情页', '/ProjectDetails', 'projectManagement/ProjectDetails/index', null, null, '1', 'projectLibraryBase:queryById', '1', '1.00', '0', null, '1', '0', '0', '1', null, 'admin', '2022-04-14 17:48:21', 'admin', '2022-06-08 18:31:14', '0', '0', '1', '0', 'Project Details'); +INSERT INTO `sys_permission` VALUES ('1514859620957515777', '1495642177179951106', '查看', null, null, null, null, '2', 'split:sarFileSplitItems:page', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-15 14:54:13', null, null, '0', '0', '1', '0', 'detail'); +INSERT INTO `sys_permission` VALUES ('1515886684514938881', '1485788804943355906', '标签内容-分页列表', null, null, null, null, '2', 'dict:tagDictPage', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-04-18 10:55:24', null, null, '0', '0', '1', '0', 'tagDictPage'); +INSERT INTO `sys_permission` VALUES ('1516955477131231234', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '流程配置', '/ProcessMapping', 'processCenter/ProcessMapping', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'ning.chen', '2022-04-21 09:42:24', 'ning.chen', '2022-05-25 12:05:09', '0', '0', '1', '0', 'Process Configuration'); +INSERT INTO `sys_permission` VALUES ('1516964175944798210', '', '认证管理', '/certification', 'layouts/RouteView', null, null, '0', null, '1', '6.00', '0', 'file-done', '1', '0', '0', '0', null, 'admin', '2022-04-21 10:16:58', 'ning.chen', '2022-05-25 12:03:05', '0', '0', '1', '0', ' Certification Management'); +INSERT INTO `sys_permission` VALUES ('1516966747216728066', '1516964175944798210', '参数模板', '/ParameterTemplate', 'parameter/ParameterTemplate/index', null, null, '1', 'params:template:page', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-04-21 10:27:11', 'ning.chen', '2022-05-25 12:03:20', '0', '0', '1', '0', 'Parameter Template Management'); +INSERT INTO `sys_permission` VALUES ('1517324861364297729', '1514540582645334018', '握手流程', '/handshakeProcess', 'processCenter/processForm/handshakeProcess/index', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-04-22 10:10:12', 'ning.chen', '2022-05-25 12:02:27', '0', '0', '1', '0', 'Handshake Process'); +INSERT INTO `sys_permission` VALUES ('1518785280976261121', '1516964175944798210', '参数项列表', '/ParameterTemplateList', 'parameter/parameterlist/index', null, null, '1', 'params:paramsInfo:page', '1', '1.00', '0', null, '1', '0', '0', '1', null, 'admin', '2022-04-26 10:53:23', 'ning.chen', '2022-05-25 12:03:38', '0', '0', '1', '0', 'Parameter Item List Page'); +INSERT INTO `sys_permission` VALUES ('1519556698748858369', '1501033748679823362', '流程详情', '/processDetails', 'processCenter/processForm/processDetails/index', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'ning.chen', '2022-04-28 13:58:44', 'shanshan.su', '2022-05-26 10:05:37', '0', '0', '1', '0', 'Process Details'); +INSERT INTO `sys_permission` VALUES ('1522123405745057793', '1514540582645334018', '历史版本', '/historicalVersion', 'projectManagement/historicalVersion/index', null, null, '1', null, '1', '3.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-05-05 15:57:54', 'ning.chen', '2022-05-25 12:02:49', '0', '0', '1', '0', 'Historical Version'); +INSERT INTO `sys_permission` VALUES ('1522472120712232961', '1514540582645334018', '任务清单流程', '/taskListProcess', 'processCenter/processForm/taskListProcess/index', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-05-06 15:03:34', 'ning.chen', '2022-05-25 12:02:37', '0', '0', '1', '0', 'TaskList Process'); +INSERT INTO `sys_permission` VALUES ('1523499014923718658', '1514540582645334018', '项目详情', '/ParameterItemCollection', 'projectManagement/ParameterItemCollection/index', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'admin', '2022-05-09 11:04:05', 'ning.chen', '2022-05-11 15:11:42', '0', '0', '1', '0', 'Project Details'); +INSERT INTO `sys_permission` VALUES ('1524284662459752449', '1514540582645334018', '未符合项跟踪', '/projectNonConformance', 'projectManagement/projectNonConformance/index', null, null, '1', 'ncrTrack:queryPage', '1', '4.00', '0', null, '1', '0', '0', '0', null, 'ning.chen', '2022-05-11 15:05:58', 'ning.chen', '2022-06-10 16:35:51', '0', '0', '1', '0', 'Project Non Conformance'); +INSERT INTO `sys_permission` VALUES ('1524961850322649089', '1516966747216728066', '添加', null, null, null, null, '2', 'params:template:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 11:56:52', null, null, '0', '0', '1', '0', 'add'); +INSERT INTO `sys_permission` VALUES ('1524961940214972418', '1516966747216728066', '编辑', null, null, null, null, '2', 'params:template:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 11:57:14', null, null, '0', '0', '1', '0', 'edit'); +INSERT INTO `sys_permission` VALUES ('1524962037472493569', '1516966747216728066', '复制', null, null, null, null, '2', 'params:template:copy', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 11:57:37', null, null, '0', '0', '1', '0', 'copy'); +INSERT INTO `sys_permission` VALUES ('1524962126559510529', '1516966747216728066', '删除', null, null, null, null, '2', 'params:template:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 11:57:58', null, null, '0', '0', '1', '0', 'delete'); +INSERT INTO `sys_permission` VALUES ('1524962251436523521', '1516966747216728066', '批量删除', null, null, null, null, '2', 'params:template:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 11:58:28', null, null, '0', '0', '1', '0', 'delete batch'); +INSERT INTO `sys_permission` VALUES ('1524987709590929410', '1518785280976261121', '添加', null, null, null, null, '2', 'params:paramsInfo:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:39:38', null, null, '0', '0', '1', '0', 'add'); +INSERT INTO `sys_permission` VALUES ('1524987918865727489', '1518785280976261121', '编辑', null, null, null, null, '2', 'params:paramsInfo:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:40:27', null, null, '0', '0', '1', '0', 'edit'); +INSERT INTO `sys_permission` VALUES ('1524988119647059970', '1518785280976261121', '删除', null, null, null, null, '2', 'params:paramsInfo:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:41:15', null, null, '0', '0', '1', '0', 'delete'); +INSERT INTO `sys_permission` VALUES ('1524988227923017729', '1518785280976261121', '批量删除', null, null, null, null, '2', 'params:paramsInfo:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:41:41', null, null, '0', '0', '1', '0', 'delete batch'); +INSERT INTO `sys_permission` VALUES ('1524988378251067393', '1518785280976261121', '模板下载', null, null, null, null, '2', 'params:paramsInfo:template', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:42:17', null, null, '0', '0', '1', '0', 'download template'); +INSERT INTO `sys_permission` VALUES ('1524988641842102273', '1518785280976261121', '导入', null, null, null, null, '2', 'params:paramsInfo:import', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:43:20', null, null, '0', '0', '1', '0', 'import'); +INSERT INTO `sys_permission` VALUES ('1524988723517784065', '1518785280976261121', '导出', null, null, null, null, '2', 'params:paramsInfo:export', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:43:39', null, null, '0', '0', '1', '0', 'export'); +INSERT INTO `sys_permission` VALUES ('1524988802026766337', '1518785280976261121', '发布', null, null, null, null, '2', 'params:paramsInfo:publish', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-13 13:43:58', null, null, '0', '0', '1', '0', 'publish'); +INSERT INTO `sys_permission` VALUES ('1526043324891078658', '1514540582645334018', '项目状态看板', '/projectStatusBoard', 'projectManagement/projectStatusBoard/index', null, null, '1', 'ProjectStatusBoard:info', '1', '3.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-16 11:34:16', 'admin', '2022-06-08 16:20:26', '0', '0', '1', '0', 'Project Status Board'); +INSERT INTO `sys_permission` VALUES ('1529034017100070914', '5c8042bd6c601270b2bbd9b20bccc68b', '文档动态', '/customContentList', 'dashboard/customContentList', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'ning.chen', '2022-05-24 17:38:12', 'ning.chen', '2022-05-25 10:12:43', '0', '0', '1', '0', 'Document Dynamics'); +INSERT INTO `sys_permission` VALUES ('1529272125947461634', '3f915b2769fc80648e92d04e84ca059d', '角色配置', null, null, null, null, '2', 'sys:user:role', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-05-25 09:24:22', 'admin', '2022-06-08 15:52:30', '0', '0', '1', '0', 'Role Config'); +INSERT INTO `sys_permission` VALUES ('1529716111832870914', '1514540582645334018', '法规/认证任务计划', '/TaskPlanList', 'projectManagement/projectStatusBoard/components/TaskPlanList', null, null, '1', null, '1', '8.00', '0', null, '1', '1', '0', '1', null, 'ning.chen', '2022-05-26 14:48:36', null, null, '0', '0', '1', '0', 'Regulatory / Certification Task Plan'); +INSERT INTO `sys_permission` VALUES ('1529716572640079873', '1514540582645334018', '项目状态进度', '/projectStatusAndProgress', 'projectManagement/projectStatusBoard/components/projectStatusAndProgress', null, null, '1', null, '1', '1.00', '0', null, '1', '1', '0', '1', null, 'ning.chen', '2022-05-26 14:50:26', null, null, '0', '0', '1', '0', 'Project Status And Progress'); +INSERT INTO `sys_permission` VALUES ('1534075149656100865', '1514540765961584641', '项目库基础表-添加', null, null, null, null, '2', 'projectLibraryBase:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:29:52', 'admin', '2022-06-07 15:34:33', '0', '0', '1', '0', 'ProjectLibraryBaseAdd'); +INSERT INTO `sys_permission` VALUES ('1534075542880489473', '1514541055125291010', '项目库基础表-编辑', null, null, null, null, '2', 'projectLibraryBase:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:31:26', 'admin', '2022-06-07 15:36:15', '0', '0', '1', '0', 'ProjectLibraryBaseEdit'); +INSERT INTO `sys_permission` VALUES ('1534076290418708482', '1514540765961584641', '项目库基础表-批量删除', null, null, null, null, '2', 'projectLibraryBase:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:34:24', 'admin', '2022-06-07 15:34:53', '0', '0', '1', '0', 'ProjectLibraryBaseDeleteBatch'); +INSERT INTO `sys_permission` VALUES ('1534076575891427330', '1514540765961584641', '项目库基础表-删除', null, null, null, null, '2', 'projectLibraryBase:delete', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:35:32', null, null, '0', '0', '1', '0', 'ProjectLibraryBaseDelete'); +INSERT INTO `sys_permission` VALUES ('1534078157894815746', '1514541055125291010', '项目库详情页-相关人员名单-查看', null, null, null, null, '2', 'projectRelatedPersonnel:page', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:41:49', 'admin', '2022-06-07 15:43:23', '0', '0', '1', '0', 'ProjectRelatedPersonnelPage'); +INSERT INTO `sys_permission` VALUES ('1534078456915136513', '1514541055125291010', '项目库详情页-相关人员名单-编辑', null, null, null, null, '2', 'projectRelatedPersonnel:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:43:01', 'admin', '2022-06-07 15:43:30', '0', '0', '1', '0', 'ProjectRelatedPersonnelEdit'); +INSERT INTO `sys_permission` VALUES ('1534078872151232513', '1514541055125291010', '项目库详情页-相关人员名单-导入', null, null, null, null, '2', 'projectRelatedPersonnel:importExcel', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:44:40', null, null, '0', '0', '1', '0', 'ProjectRelatedPersonnelImportExcel'); +INSERT INTO `sys_permission` VALUES ('1534079065168908289', '1514541055125291010', '项目库详情页-相关人员名单-导出', null, null, null, null, '2', 'projectRelatedPersonnel:exportXls', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:45:26', null, null, '0', '0', '1', '0', 'ProjectRelatedPersonnelExportXls'); +INSERT INTO `sys_permission` VALUES ('1534079280642887681', '1514541055125291010', '项目库详情页-相关人员名单-模板下载', null, null, null, null, '2', 'projectRelatedPersonnel:exportTemplate', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:46:17', null, null, '0', '0', '1', '0', 'ProjectRelatedPersonnelExportTemplate'); +INSERT INTO `sys_permission` VALUES ('1534079708818411522', '1514541055125291010', '项目库详情页-法规认证任务计划设定', null, null, null, null, '2', 'projectTaskPlanning:queryByProjectId', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-07 15:47:59', null, null, '0', '0', '1', '0', 'ProjectTaskPlanningQueryByProjectId'); +INSERT INTO `sys_permission` VALUES ('1534430798801833985', '1510134789607071746', '新增', null, null, null, null, '2', 'dummyInventoryBase:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:03:05', null, null, '0', '0', '1', '0', 'Newly Added'); +INSERT INTO `sys_permission` VALUES ('1534435789667078145', '1510134789607071746', '编辑', null, null, null, null, '2', 'dummyInventoryBase:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:22:55', null, null, '0', '0', '1', '0', 'Edit'); +INSERT INTO `sys_permission` VALUES ('1534436284737556482', '1510134789607071746', '发布', null, null, null, null, '2', 'dummyInventoryBase:issue', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:24:53', null, null, '0', '0', '1', '0', 'Release'); +INSERT INTO `sys_permission` VALUES ('1534436716952195074', '1510134789607071746', '撤回', null, null, null, null, '2', '', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:26:36', null, null, '0', '0', '1', '0', 'Withdraw'); +INSERT INTO `sys_permission` VALUES ('1534437429690273794', '1510134789607071746', '订阅', null, null, null, null, '2', 'dummyInventoryBase:read', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:29:26', null, null, '0', '0', '1', '0', 'Subscribe'); +INSERT INTO `sys_permission` VALUES ('1534439186436755457', '1510134789607071746', '取消订阅', null, null, null, null, '2', 'dummyInventoryBase:cancelRead', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:36:25', null, null, '0', '0', '1', '0', 'Cancel Subscribe'); +INSERT INTO `sys_permission` VALUES ('1534439600427143169', '1510134789607071746', '删除', '', null, null, null, '2', 'dummyInventoryBase:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:38:04', null, null, '0', '0', '1', '0', 'Delete'); +INSERT INTO `sys_permission` VALUES ('1534439731490754562', '1510134789607071746', '批量删除', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:38:35', null, null, '0', '0', '1', '0', 'Batch delete'); +INSERT INTO `sys_permission` VALUES ('1534440088623157249', '1510134789607071746', '维护清单', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-08 15:40:00', null, null, '0', '0', '1', '0', 'Maintenance list'); +INSERT INTO `sys_permission` VALUES ('1534442560695603202', '1510146025665142785', '导入', null, null, null, null, '2', 'dummyInventoryInfo:importData', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:49:50', null, null, '0', '0', '1', '0', 'Import'); +INSERT INTO `sys_permission` VALUES ('1534442769710354433', '1510146025665142785', '模板下载', null, null, null, null, '2', 'dummyInventoryInfo:exportTemplate', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:50:40', null, null, '0', '0', '1', '0', 'Template download'); +INSERT INTO `sys_permission` VALUES ('1534442961335521281', '1510146025665142785', '导出', null, null, null, null, '2', 'dummyInventoryInfo:exportData', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:51:25', null, null, '0', '0', '1', '0', 'Export'); +INSERT INTO `sys_permission` VALUES ('1534443106559102977', '1510146025665142785', '复制', null, null, null, null, '2', 'dummyInventoryInfo:copyInfoByIds', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:52:00', null, null, '0', '0', '1', '0', 'Copy'); +INSERT INTO `sys_permission` VALUES ('1534443299295760386', '1510146025665142785', '批量设置', null, null, null, null, '2', 'dummyInventoryInfo:setBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:52:46', null, null, '0', '0', '1', '0', 'Batch Setting'); +INSERT INTO `sys_permission` VALUES ('1534443493991157761', '1510146025665142785', '添加', null, null, null, null, '2', 'dummyInventoryInfo:add', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:53:32', null, null, '0', '0', '1', '0', 'Add'); +INSERT INTO `sys_permission` VALUES ('1534443683212988418', '1510146025665142785', '编辑', null, null, null, null, '2', 'dummyInventoryInfo:edit', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:54:17', null, null, '0', '0', '1', '0', 'Edit'); +INSERT INTO `sys_permission` VALUES ('1534443954584457217', '1510146025665142785', '删除', null, null, null, null, '2', 'dummyInventoryInfo:deleteBatch', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:55:22', null, null, '0', '0', '1', '0', 'Delete'); +INSERT INTO `sys_permission` VALUES ('1534444056497655809', '1510146025665142785', '批量删除', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:55:46', null, null, '0', '0', '1', '0', 'Batch delete'); +INSERT INTO `sys_permission` VALUES ('1534444508803010562', '1510146025665142785', '更新log', null, null, null, null, '2', 'dummyLog:page', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 15:57:34', null, null, '0', '0', '1', '0', 'Update Log'); +INSERT INTO `sys_permission` VALUES ('1534448835978387458', '1524284662459752449', '导出', null, null, null, null, '2', 'ncrTrack:exportData', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 16:14:46', null, null, '0', '0', '1', '0', 'Export'); +INSERT INTO `sys_permission` VALUES ('1534463613765476353', '1514541055125291010', '法规清单', null, null, null, null, '2', 'projectLawsInventory:list', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-08 17:13:29', 'admin', '2022-06-08 17:14:51', '0', '0', '1', '0', 'List of regulations'); +INSERT INTO `sys_permission` VALUES ('1534464333063446530', '1534463613765476353', '评论', null, null, null, null, '2', 'projectComment:list', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:16:21', null, null, '0', '0', '1', '0', 'Comment'); +INSERT INTO `sys_permission` VALUES ('1534464706616549378', '1534463613765476353', '历史版本', null, null, null, null, '2', 'projectHistoryVersions:list', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:17:50', null, null, '0', '0', '1', '0', 'Historical Version'); +INSERT INTO `sys_permission` VALUES ('1534465097676677122', '1534463613765476353', '更新log', null, null, null, null, '2', 'projectLawsInventoryLog:page', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:19:23', null, null, '0', '0', '1', '0', 'Update Log'); +INSERT INTO `sys_permission` VALUES ('1534465537864687618', '1534463613765476353', '导出', null, null, null, null, '2', 'projectLawsInventory:exportData', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:21:08', null, null, '0', '0', '1', '0', 'Export'); +INSERT INTO `sys_permission` VALUES ('1534466337923981313', '1514541055125291010', '未符合项', null, null, null, null, '2', 'ncrTrack:queryPageInfo', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-08 17:24:19', null, null, '0', '0', '1', '0', 'Non conformance'); +INSERT INTO `sys_permission` VALUES ('1534466608385286146', '1534466337923981313', '导出', null, null, null, null, '2', 'ncrTrack:exportDataInfo', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:25:23', null, null, '0', '0', '1', '0', 'Export'); +INSERT INTO `sys_permission` VALUES ('1534469401837875202', '1484429786958155777', '批量删除', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:36:29', null, null, '0', '0', '1', '0', 'Batch delete'); +INSERT INTO `sys_permission` VALUES ('1534474276550258689', '1499300176659853313', '更新log', null, null, null, null, '2', 'bussLog:page', '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:55:51', null, null, '0', '0', '1', '0', 'Update Log'); +INSERT INTO `sys_permission` VALUES ('1534474426840559617', '1499300176659853313', '文档拆分', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 17:56:27', null, null, '0', '0', '1', '0', 'Document Splitting'); +INSERT INTO `sys_permission` VALUES ('1534478573333692417', '1499300176659853313', '文档翻译', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 18:12:56', null, null, '0', '0', '1', '0', 'Document Translation'); +INSERT INTO `sys_permission` VALUES ('1534478688798687234', '1499300176659853313', '文档对比', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 18:13:23', null, null, '0', '0', '1', '0', 'Document Comparison'); +INSERT INTO `sys_permission` VALUES ('1534478785515143170', '1499300176659853313', '知识问答库', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 18:13:46', null, null, '0', '0', '1', '0', 'Knowledge Q & a Database'); +INSERT INTO `sys_permission` VALUES ('1534479027773947906', '1499300176659853313', '标准分解单', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 18:14:44', null, null, '0', '0', '1', '0', 'Standard breakdown sheet'); +INSERT INTO `sys_permission` VALUES ('1534479326345478146', '1499300176659853313', '下载', null, null, null, null, '2', null, '1', '1.00', '0', null, '1', '1', '0', '0', null, 'admin', '2022-06-08 18:15:55', null, null, '0', '0', '1', '0', 'Down load'); +INSERT INTO `sys_permission` VALUES ('190c2b43bec6a5f7a4194a85db67d96a', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '角色管理', '/isystem/roleUserList', 'system/RoleUserList', null, null, '1', 'sys:role:list', '1', '1.20', '0', null, '1', '0', '0', '0', null, 'admin', '2019-04-17 15:13:56', 'shanshan.su', '2022-05-26 10:04:20', '0', '0', '1', '0', 'Role Manage'); +INSERT INTO `sys_permission` VALUES ('3f915b2769fc80648e92d04e84ca059d', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '用户管理', '/isystem/user', 'system/UserList', null, null, '1', 'sys:user:list', '1', '1.10', '0', null, '1', '0', '0', '0', null, null, '2018-12-25 20:34:38', 'shanshan.su', '2022-05-26 10:04:08', '0', '0', '1', '0', 'User Manage'); +INSERT INTO `sys_permission` VALUES ('45c966826eeff4c99b8f8ebfe74511fc', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '部门管理', '/isystem/depart', 'system/DepartList', null, null, '1', 'sys:depart:list', '1', '1.40', '0', null, '1', '0', '0', '0', null, 'admin', '2019-01-29 18:47:40', 'shanshan.su', '2022-05-26 10:04:32', '0', '0', '1', '0', 'Department Manage'); +INSERT INTO `sys_permission` VALUES ('53a9230444d33de28aa11cc108fb1dba', '5c8042bd6c601270b2bbd9b20bccc68b', '我的消息', '/isps/userAnnouncement', 'system/UserAnnouncementList', null, null, '1', null, null, '4.00', '0', null, '1', '1', '0', '0', null, 'admin', '2019-04-19 10:16:00', 'ning.chen', '2022-05-25 12:04:22', '0', '0', null, '0', 'My Message'); +INSERT INTO `sys_permission` VALUES ('54dd5457a3190740005c1bfec55b1c34', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '菜单管理', '/isystem/permission', 'system/PermissionList', null, null, '1', null, null, '7.00', '0', null, '1', '1', '0', '0', null, null, '2018-12-25 20:34:38', 'shanshan.su', '2022-05-26 10:04:56', '0', '0', null, '0', 'Menu Manage'); +INSERT INTO `sys_permission` VALUES ('58857ff846e61794c69208e9d3a85466', '1371831353354936322', '操作日志', '/isystem/log', 'system/LogList', null, null, '1', null, null, '1.00', '0', '', '1', '1', '0', '0', null, null, '2018-12-26 10:11:18', 'ning.chen', '2022-05-25 12:04:44', '0', '0', null, '0', 'Operation Log'); +INSERT INTO `sys_permission` VALUES ('5c8042bd6c601270b2bbd9b20bccc68b', '', '消息中心', '/message', 'layouts/RouteView', null, null, '0', null, null, '7.00', '0', 'message', '1', '0', '0', '0', null, 'admin', '2019-04-09 11:05:04', 'ning.chen', '2022-06-10 16:26:03', '0', '0', null, '0', 'Message Center'); +INSERT INTO `sys_permission` VALUES ('841057b8a1bef8f6b4b20f9a618a7fa6', '1371831353354936322', '数据日志', '/sys/dataLog-list', 'system/DataLogList', null, null, '1', null, null, '2.00', '0', null, '1', '1', '0', '0', null, 'admin', '2019-03-11 19:26:49', 'ning.chen', '2022-05-25 12:04:51', '0', '0', null, '0', 'Data Log'); +INSERT INTO `sys_permission` VALUES ('8d4683aacaa997ab86b966b464360338', 'e41b69c57a941a3bbcce45032fe57605', 'Online表单开发', '/online/cgform', 'modules/online/cgform/OnlCgformHeadList', null, null, '1', null, null, '1.00', '0', null, '1', '0', null, '0', null, 'admin', '2019-03-12 15:48:14', 'admin', '2019-06-11 14:19:17', '0', '0', null, null, null); +INSERT INTO `sys_permission` VALUES ('9502685863ab87f0ad1134142788a385', '', '首页', '/dashboard/analysis', 'dashboard/Analysis', null, null, '0', null, null, '0.00', '0', 'home', '1', '1', '0', '0', null, null, '2018-12-25 20:34:38', 'ning.chen', '2022-05-25 11:56:58', '0', '0', null, '0', ' Home Page'); +INSERT INTO `sys_permission` VALUES ('b1cb0a3fedf7ed0e4653cb5a229837ee', 'e41b69c57a941a3bbcce45032fe57605', '定时任务', '/isystem/QuartzJobList', 'system/QuartzJobList', null, null, '1', null, null, '10.00', '0', null, '1', '1', '0', '0', null, null, '2019-01-03 09:38:52', 'admin', '2021-03-16 22:42:39', '0', '0', null, '0', null); +INSERT INTO `sys_permission` VALUES ('d7d6e2e4e2934f2c9385a623fd98c6f3', '', '系统管理', '/isystem', 'layouts/RouteView', null, null, '0', null, null, '15.00', '0', 'setting', '1', '0', '0', '0', null, null, '2018-12-25 20:34:38', 'ning.chen', '2022-05-25 12:05:00', '0', '0', null, '0', 'System Management'); +INSERT INTO `sys_permission` VALUES ('e41b69c57a941a3bbcce45032fe57605', '', '开发工具', '/online', 'layouts/RouteView', null, null, '0', null, null, '18.00', '0', 'cloud', '1', '0', '0', '0', null, 'admin', '2019-03-08 10:43:10', 'shanshan.su', '2022-05-26 10:05:23', '0', '0', null, '0', 'Development Tool'); +INSERT INTO `sys_permission` VALUES ('f1cb187abf927c88b89470d08615f5ac', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '数据字典', '/isystem/dict', 'system/DictList', null, null, '1', 'sys:dict:list', '1', '5.00', '0', null, '1', '1', '0', '0', null, null, '2018-12-28 13:54:43', 'shanshan.su', '2022-05-26 10:04:45', '0', '0', '1', '0', 'Data Dictionary'); + +-- ---------------------------- +-- Table structure for sys_permission_data_rule +-- ---------------------------- +DROP TABLE IF EXISTS `sys_permission_data_rule`; +CREATE TABLE `sys_permission_data_rule` ( + `id` varchar(32) NOT NULL COMMENT 'ID', + `permission_id` varchar(32) DEFAULT NULL COMMENT '菜单ID', + `rule_name` varchar(50) DEFAULT NULL COMMENT '规则名称', + `rule_column` varchar(50) DEFAULT NULL COMMENT '字段', + `rule_conditions` varchar(50) DEFAULT NULL COMMENT '条件', + `rule_value` varchar(300) DEFAULT NULL COMMENT '规则值', + `status` varchar(3) DEFAULT NULL COMMENT '权限有效状态1有0否', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_by` varchar(32) DEFAULT NULL, + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_fucntionid` (`permission_id`) USING BTREE, + KEY `idx_spdr_permission_id` (`permission_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_permission_data_rule +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_quartz_job +-- ---------------------------- +DROP TABLE IF EXISTS `sys_quartz_job`; +CREATE TABLE `sys_quartz_job` ( + `id` varchar(32) NOT NULL, + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `del_flag` int(1) DEFAULT NULL COMMENT '删除状态', + `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', + `update_time` datetime DEFAULT NULL COMMENT '修改时间', + `job_class_name` varchar(255) DEFAULT NULL COMMENT '任务类名', + `cron_expression` varchar(255) DEFAULT NULL COMMENT 'cron表达式', + `parameter` varchar(255) DEFAULT NULL COMMENT '参数', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `status` int(1) DEFAULT NULL COMMENT '状态 0正常 -1停止', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_job_class_name` (`job_class_name`) USING BTREE +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_quartz_job +-- ---------------------------- +INSERT INTO `sys_quartz_job` VALUES ('df26ecacf0f75d219d746750fe84bbee', null, null, '0', 'admin', '2021-03-16 16:47:23', 'com.jero.modules.quartz.job.SampleParamJob', '0/1 * * * * ?', 'scott', 'Demo-带参测试,后台将每隔1秒执行输出日志', '-1'); +INSERT INTO `sys_quartz_job` VALUES ('a253cdfc811d69fa0efc70d052bc8128', 'admin', '2019-03-30 12:44:48', '0', 'admin', '2021-03-16 16:47:05', 'com.jero.modules.quartz.job.SampleJob', '0/1 * * * * ?', null, 'Demo', '-1'); +INSERT INTO `sys_quartz_job` VALUES ('1516340543971368962', 'admin', '2022-04-19 16:58:53', '0', 'admin', '2022-04-19 17:14:28', 'com.jero.modules.project.job.InventoryAffirmJob', '0 30 9 * * ? *', null, '清单确认-到达截止时间,给法规、认证工程师发送消息', '0'); +INSERT INTO `sys_quartz_job` VALUES ('1524197480843628546', 'ning.chen', '2022-05-11 09:19:32', '0', 'ning.chen', '2022-05-11 10:05:16', 'com.jero.modules.project.job.designComplianceJob', '0 35 9 * * ? *', null, '设计符合性流程 -到达截止时间,给法规、认证工程师发送消息', '0'); +INSERT INTO `sys_quartz_job` VALUES ('1524927183258079233', 'ning.chen', '2022-05-13 09:39:07', '0', 'ning.chen', '2022-05-13 09:39:32', 'com.jero.modules.project.job.PrehomoJob', '0 30 9 * * ? *', null, 'prehomo流程 -到达截止时间,给法规、认证工程师发送消息', '0'); +INSERT INTO `sys_quartz_job` VALUES ('1524927442973577217', 'ning.chen', '2022-05-13 09:40:09', '0', null, null, 'com.jero.modules.project.job.VerifyComplianceJob', '0 30 9 * * ? *', null, '验证符合性流程 -到达截止时间,给法规、认证工程师发送消息', '0'); +INSERT INTO `sys_quartz_job` VALUES ('1528385260964827137', 'admin', '2022-05-22 22:40:17', '0', 'admin', '2022-05-23 11:30:33', 'com.jero.modules.space.job.SpaceJobHandler', '3/5 * 0 * * ? *', null, '从Space系统同步保存项目名相关数据', '0'); + +-- ---------------------------- +-- Table structure for sys_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role`; +CREATE TABLE `sys_role` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `role_name` varchar(200) DEFAULT NULL COMMENT '角色名称', + `role_code` varchar(100) NOT NULL COMMENT '角色编码', + `description` varchar(255) DEFAULT NULL COMMENT '描述', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `parent_code` varchar(100) DEFAULT NULL COMMENT '父级岗位code', + `role_order` int(11) DEFAULT NULL COMMENT '排序', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_sys_role_role_code` (`role_code`) USING BTREE, + KEY `idx_sr_role_code` (`role_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色表'; + +-- ---------------------------- +-- Records of sys_role +-- ---------------------------- +INSERT INTO `sys_role` VALUES ('1534019729326239745', '认证工程师', 'homo', null, 'admin', '2022-06-07 11:05:44', null, null, null, null); +INSERT INTO `sys_role` VALUES ('1534019911296118786', 'R&H Studio', 'R&H Studio', null, 'admin', '2022-06-07 11:50:22', null, null, null, null); +INSERT INTO `sys_role` VALUES ('1534020084667674626', '工程接口人', 'sdt', null, 'admin', '2022-06-07 11:51:04', null, null, null, null); +INSERT INTO `sys_role` VALUES ('1534020318437208065', '工程师', 'engineer', null, 'admin', '2022-06-07 11:52:01', null, null, null, null); +INSERT INTO `sys_role` VALUES ('1534020391015444481', 'R&H Manager', 'R&H Manager', null, 'admin', '2022-06-07 11:52:17', null, null, null, null); +INSERT INTO `sys_role` VALUES ('1534021004067500034', '法规工程师', 'studio', null, 'admin', '2022-06-07 11:04:43', null, null, null, null); +INSERT INTO `sys_role` VALUES ('f6817f48af4fb3af11b9e8bf182f618b', '系统管理员', 'admin', '开发人员使用的最高管理员', null, '2022-06-07 11:03:39', 'admin', '2021-03-16 13:55:05', null, null); + +-- ---------------------------- +-- Table structure for sys_role_permission +-- ---------------------------- +DROP TABLE IF EXISTS `sys_role_permission`; +CREATE TABLE `sys_role_permission` ( + `id` varchar(32) NOT NULL, + `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', + `permission_id` varchar(32) DEFAULT NULL COMMENT '权限id', + `data_rule_ids` varchar(1000) DEFAULT NULL COMMENT '数据权限ids', + `operate_date` datetime DEFAULT NULL COMMENT '操作时间', + `operate_ip` varchar(20) DEFAULT NULL COMMENT '操作ip', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_group_role_per_id` (`role_id`,`permission_id`) USING BTREE, + KEY `index_group_role_id` (`role_id`) USING BTREE, + KEY `index_group_per_id` (`permission_id`) USING BTREE, + KEY `idx_srp_role_per_id` (`role_id`,`permission_id`) USING BTREE, + KEY `idx_srp_role_id` (`role_id`) USING BTREE, + KEY `idx_srp_permission_id` (`permission_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='角色权限表'; + +-- ---------------------------- +-- Records of sys_role_permission +-- ---------------------------- +INSERT INTO `sys_role_permission` VALUES ('0c6b8facbb1cc874964c87a8cf01e4b1', 'f6817f48af4fb3af11b9e8bf182f618b', '841057b8a1bef8f6b4b20f9a618a7fa6', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('0e1469997af2d3b97fff56a59ee29eeb', 'f6817f48af4fb3af11b9e8bf182f618b', 'e41b69c57a941a3bbcce45032fe57605', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1197431682208206850', 'f6817f48af4fb3af11b9e8bf182f618b', '1192318987661234177', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1197795315916271617', 'f6817f48af4fb3af11b9e8bf182f618b', '109c78a583d4693ce2f16551b7786786', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1209423580355481602', 'f6817f48af4fb3af11b9e8bf182f618b', '190c2b43bec6a5f7a4194a85db67d96a', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1231590078632955905', 'f6817f48af4fb3af11b9e8bf182f618b', '1224641973866467330', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1231590078658121729', 'f6817f48af4fb3af11b9e8bf182f618b', '1209731624921534465', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1269526122208522241', 'f6817f48af4fb3af11b9e8bf182f618b', '1267412134208319489', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('126ea9faebeec2b914d6d9bef957afb6', 'f6817f48af4fb3af11b9e8bf182f618b', 'f1cb187abf927c88b89470d08615f5ac', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('1371832624661061633', 'f6817f48af4fb3af11b9e8bf182f618b', '1371831353354936322', null, '2021-03-16 22:36:00', '0:0:0:0:0:0:0:1'); +INSERT INTO `sys_role_permission` VALUES ('1454277327426465793', 'f6817f48af4fb3af11b9e8bf182f618b', '1383952003393466369', null, '2021-10-30 10:41:49', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1454277327426465794', 'f6817f48af4fb3af11b9e8bf182f618b', '1383952499906785282', null, '2021-10-30 10:41:49', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1454277327434854402', 'f6817f48af4fb3af11b9e8bf182f618b', '1383952680177971201', null, '2021-10-30 10:41:49', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1454277327434854403', 'f6817f48af4fb3af11b9e8bf182f618b', '1383956904978755586', null, '2021-10-30 10:41:49', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1454277327434854405', 'f6817f48af4fb3af11b9e8bf182f618b', '1383952988471898113', null, '2021-10-30 10:41:49', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1454277327434854406', 'f6817f48af4fb3af11b9e8bf182f618b', '1383953084483710977', null, '2021-10-30 10:41:49', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1485789205147066369', 'f6817f48af4fb3af11b9e8bf182f618b', '1484415532234330114', null, '2022-01-25 09:38:46', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1485797044938776579', 'f6817f48af4fb3af11b9e8bf182f618b', '1485454419484393473', null, '2022-01-25 10:09:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1485890960014868482', 'f6817f48af4fb3af11b9e8bf182f618b', '1485788804943355906', null, '2022-01-25 16:23:06', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1491969458743730177', 'f6817f48af4fb3af11b9e8bf182f618b', '1260928341675982849', null, '2022-02-11 10:56:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1494196747023888385', 'f6817f48af4fb3af11b9e8bf182f618b', '1494196703906443265', null, '2022-02-17 14:27:20', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1495623053468966913', 'f6817f48af4fb3af11b9e8bf182f618b', '1495622958686085122', null, '2022-02-21 12:54:58', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1497112541609222146', 'f6817f48af4fb3af11b9e8bf182f618b', '1497112478703050754', null, '2022-02-25 15:33:40', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1499214948587069442', 'f6817f48af4fb3af11b9e8bf182f618b', '1499212795042652161', null, '2022-03-03 10:47:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1499300300102414337', 'f6817f48af4fb3af11b9e8bf182f618b', '1499300176659853313', null, '2022-03-03 16:27:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501036523102867458', 'f6817f48af4fb3af11b9e8bf182f618b', '1501034059775545345', null, '2022-03-08 11:26:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501036523119644673', 'f6817f48af4fb3af11b9e8bf182f618b', '1501035890853482497', null, '2022-03-08 11:26:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501036523119644674', 'f6817f48af4fb3af11b9e8bf182f618b', '1501033748679823362', null, '2022-03-08 11:26:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501400116391583746', 'f6817f48af4fb3af11b9e8bf182f618b', '1501383933856395266', null, '2022-03-09 11:30:57', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501400116391583747', 'f6817f48af4fb3af11b9e8bf182f618b', '1501384039204728834', null, '2022-03-09 11:30:57', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501400116399972354', 'f6817f48af4fb3af11b9e8bf182f618b', '1501384413550555137', null, '2022-03-09 11:30:57', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501400116399972355', 'f6817f48af4fb3af11b9e8bf182f618b', '1501384731298443266', null, '2022-03-09 11:30:57', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501400116408360964', 'f6817f48af4fb3af11b9e8bf182f618b', '1501385265237536769', null, '2022-03-09 11:30:57', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501439458923728898', 'f6817f48af4fb3af11b9e8bf182f618b', '1501401852679090178', null, '2022-03-09 14:07:17', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501439458923728900', 'f6817f48af4fb3af11b9e8bf182f618b', '1501402918883749890', null, '2022-03-09 14:07:17', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501439458932117505', 'f6817f48af4fb3af11b9e8bf182f618b', '1501403382975098881', null, '2022-03-09 14:07:17', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501446907866460162', 'f6817f48af4fb3af11b9e8bf182f618b', '1501385007946346498', null, '2022-03-09 14:36:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501458939697246210', 'f6817f48af4fb3af11b9e8bf182f618b', '1501384187389489153', null, '2022-03-09 15:24:42', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1501458939705634818', 'f6817f48af4fb3af11b9e8bf182f618b', '1501385143208456194', null, '2022-03-09 15:24:42', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564482', 'f6817f48af4fb3af11b9e8bf182f618b', '1501396493112721409', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564483', 'f6817f48af4fb3af11b9e8bf182f618b', '1501397049130631169', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564484', 'f6817f48af4fb3af11b9e8bf182f618b', '1501397658365870081', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564486', 'f6817f48af4fb3af11b9e8bf182f618b', '1501402784929431553', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564487', 'f6817f48af4fb3af11b9e8bf182f618b', '1501402905029132289', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564488', 'f6817f48af4fb3af11b9e8bf182f618b', '1501403580395962369', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564489', 'f6817f48af4fb3af11b9e8bf182f618b', '1501403818842144770', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564490', 'f6817f48af4fb3af11b9e8bf182f618b', '1501488058996969474', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564491', 'f6817f48af4fb3af11b9e8bf182f618b', '1501488185627201538', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1502189173356564492', 'f6817f48af4fb3af11b9e8bf182f618b', '1501488306649649153', null, '2022-03-11 15:46:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074755', '6', '1484415532234330114', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074756', '6', '1484429786958155777', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074757', '6', '1501383933856395266', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074758', '6', '1501384039204728834', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074759', '6', '1501384187389489153', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074760', '6', '1501384413550555137', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074761', '6', '1501384731298443266', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616304074762', '6', '1501384847442915329', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616320851969', '6', '1501385007946346498', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616320851970', '6', '1501385083473178625', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616320851971', '6', '1501385143208456194', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616320851972', '6', '1501385265237536769', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506186616325046273', '6', '1499300176659853313', null, '2022-03-22 16:30:48', '180.212.209.8'); +INSERT INTO `sys_role_permission` VALUES ('1506897179732606978', '17', '9502685863ab87f0ad1134142788a385', null, '2022-03-24 15:34:19', '117.9.134.141'); +INSERT INTO `sys_role_permission` VALUES ('1506897179736801282', '17', '1484415532234330114', null, '2022-03-24 15:34:19', '117.9.134.141'); +INSERT INTO `sys_role_permission` VALUES ('1506897574127206401', '17', '1500681954729517057', null, '2022-03-24 15:35:53', '117.9.134.141'); +INSERT INTO `sys_role_permission` VALUES ('1506897574131400706', '17', '1484429786958155777', null, '2022-03-24 15:35:53', '117.9.134.141'); +INSERT INTO `sys_role_permission` VALUES ('1506897656390090754', '17', '1485788804943355906', null, '2022-03-24 15:36:13', '117.9.134.141'); +INSERT INTO `sys_role_permission` VALUES ('1506921764134207489', 'f6817f48af4fb3af11b9e8bf182f618b', '1505791088497278977', null, '2022-03-24 17:12:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506921764150984706', 'f6817f48af4fb3af11b9e8bf182f618b', '1505791535660417026', null, '2022-03-24 17:12:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506921764150984707', 'f6817f48af4fb3af11b9e8bf182f618b', '1505792550107365378', null, '2022-03-24 17:12:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506921764150984708', 'f6817f48af4fb3af11b9e8bf182f618b', '1505793880439930881', null, '2022-03-24 17:12:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506921764197122049', 'f6817f48af4fb3af11b9e8bf182f618b', '1505795186063851522', null, '2022-03-24 17:12:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506946446744600577', '17', '1494127238653054977', null, '2022-03-24 18:50:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506957977159340034', 'f6817f48af4fb3af11b9e8bf182f618b', '1501401466639544322', null, '2022-03-24 19:35:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506957977159340035', 'f6817f48af4fb3af11b9e8bf182f618b', '1505794939501690881', null, '2022-03-24 19:35:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506957977159340036', 'f6817f48af4fb3af11b9e8bf182f618b', '1506954637255622657', null, '2022-03-24 19:35:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1506957977159340037', 'f6817f48af4fb3af11b9e8bf182f618b', '1506954890448977922', null, '2022-03-24 19:35:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1507020989907623938', '17', '1260928341675982849', null, '2022-03-24 23:46:18', '117.9.134.141'); +INSERT INTO `sys_role_permission` VALUES ('1507170218542141442', '6', '1485788804943355906', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218550530050', '6', '1501396493112721409', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218554724354', '6', '1501397049130631169', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218558918657', '6', '1501397658365870081', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218558918658', '6', '1501402685138550786', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218563112962', '6', '1501402784929431553', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218563112963', '6', '1501402905029132289', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218567307266', '6', '1501403580395962369', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218567307267', '6', '1501403818842144770', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218567307268', '6', '1501488058996969474', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218571501570', '6', '1501488185627201538', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218571501571', '6', '1505791088497278977', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218571501572', '6', '1505791535660417026', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218571501573', '6', '1505792550107365378', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218575695873', '6', '1505793880439930881', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218575695874', '6', '1505794939501690881', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218579890177', '6', '1505795186063851522', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218579890178', '6', '1506954637255622657', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218584084482', '6', '1506954890448977922', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218584084483', '6', '1494127238653054977', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218584084484', '6', '1501401466639544322', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218588278786', '6', '1501401852679090178', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218588278787', '6', '1501402540133904386', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218588278788', '6', '1501402918883749890', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218588278790', '6', '1501403382975098881', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218592473089', '6', '1501403530908200961', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218592473090', '6', '1495642177179951106', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218592473092', '6', '1497112478703050754', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218596667393', '6', '1500654437283545090', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218596667394', '6', '1500677686679715841', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218596667395', '6', '1485454419484393473', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218596667396', '6', '1485455865676218370', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218600861698', '6', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218600861699', '6', '1499212795042652161', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218600861700', '6', '53a9230444d33de28aa11cc108fb1dba', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218600861701', '6', '1501033748679823362', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218605056001', '6', '1501034059775545345', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218605056002', '6', '1494196703906443265', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218605056003', '6', '1495622958686085122', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507170218605056004', '6', '1506304609965088769', null, '2022-03-25 09:39:17', '36.143.44.121'); +INSERT INTO `sys_role_permission` VALUES ('1507175486046900225', '28', '1484415532234330114', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486051094529', '28', '1484429786958155777', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288834', '28', '1501383933856395266', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288835', '28', '1501384039204728834', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288836', '28', '1501384187389489153', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288837', '28', '1501384413550555137', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288838', '28', '1501384731298443266', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288839', '28', '1501384847442915329', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486055288840', '28', '1501385007946346498', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483138', '28', '1501385083473178625', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483139', '28', '1501385143208456194', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483140', '28', '1501385265237536769', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483141', '28', '1499300176659853313', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483142', '28', '1485788804943355906', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483143', '28', '1501396493112721409', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486059483144', '28', '1501397049130631169', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677441', '28', '1501397658365870081', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677442', '28', '1501402784929431553', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677443', '28', '1501402685138550786', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677444', '28', '1501402905029132289', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677445', '28', '1501403580395962369', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677446', '28', '1501403818842144770', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677447', '28', '1501488058996969474', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486063677448', '28', '1501488185627201538', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871746', '28', '1505791088497278977', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871747', '28', '1505791535660417026', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871748', '28', '1505792550107365378', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871749', '28', '1505793880439930881', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871750', '28', '1505794939501690881', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871751', '28', '1505795186063851522', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871752', '28', '1506954637255622657', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486067871753', '28', '1506954890448977922', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066049', '28', '1494127238653054977', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066050', '28', '1501401466639544322', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066051', '28', '1501401852679090178', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066052', '28', '1501402540133904386', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066053', '28', '1501402918883749890', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066055', '28', '1501403382975098881', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486072066056', '28', '1501403530908200961', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260354', '28', '1485454419484393473', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260355', '28', '1485455865676218370', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260356', '28', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260357', '28', '1499212795042652161', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260358', '28', '53a9230444d33de28aa11cc108fb1dba', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260359', '28', '1371831353354936322', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486076260360', '28', '58857ff846e61794c69208e9d3a85466', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486080454657', '28', '841057b8a1bef8f6b4b20f9a618a7fa6', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486080454658', '28', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486080454659', '28', '3f915b2769fc80648e92d04e84ca059d', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486080454660', '28', '1260928341675982849', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486080454662', '28', '190c2b43bec6a5f7a4194a85db67d96a', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486080454663', '28', '1383952003393466369', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486084648962', '28', '1383952499906785282', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486084648963', '28', '1383952680177971201', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486084648964', '28', '45c966826eeff4c99b8f8ebfe74511fc', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486084648966', '28', '1383956904978755586', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486084648967', '28', '1383952988471898113', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486084648968', '28', '1383953084483710977', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486088843267', '28', 'f1cb187abf927c88b89470d08615f5ac', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486088843268', '28', '1501033748679823362', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486088843269', '28', '1501034059775545345', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486088843270', '28', '1494196703906443265', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486088843271', '28', '1495622958686085122', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507175486088843272', '28', '1506304609965088769', null, '2022-03-25 10:00:12', '180.212.210.237'); +INSERT INTO `sys_role_permission` VALUES ('1507246493436776449', '17', '1501384847442915329', null, '2022-03-25 14:42:22', '180.212.209.167'); +INSERT INTO `sys_role_permission` VALUES ('1507246493440970753', '17', '1501385143208456194', null, '2022-03-25 14:42:22', '180.212.209.167'); +INSERT INTO `sys_role_permission` VALUES ('1507246493440970754', '17', '1501385265237536769', null, '2022-03-25 14:42:22', '180.212.209.167'); +INSERT INTO `sys_role_permission` VALUES ('1509145615341191169', 'f6817f48af4fb3af11b9e8bf182f618b', '1506304609965088769', null, '2022-03-30 20:28:48', '180.212.211.92'); +INSERT INTO `sys_role_permission` VALUES ('1513700518108606466', 'f6817f48af4fb3af11b9e8bf182f618b', '1513341385934151681', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518116995073', 'f6817f48af4fb3af11b9e8bf182f618b', '1513341778504228865', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518116995074', 'f6817f48af4fb3af11b9e8bf182f618b', '1513342249172246530', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518116995075', 'f6817f48af4fb3af11b9e8bf182f618b', '1513342466491719681', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518125383682', 'f6817f48af4fb3af11b9e8bf182f618b', '1513342733169762306', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518125383683', 'f6817f48af4fb3af11b9e8bf182f618b', '1513344865423892481', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518125383684', 'f6817f48af4fb3af11b9e8bf182f618b', '1513344988644155394', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518133772290', 'f6817f48af4fb3af11b9e8bf182f618b', '1513345119279947778', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518133772291', 'f6817f48af4fb3af11b9e8bf182f618b', '1513345308187205633', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518133772292', 'f6817f48af4fb3af11b9e8bf182f618b', '1513345437837336578', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518133772293', 'f6817f48af4fb3af11b9e8bf182f618b', '1513345658076045314', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518133772294', 'f6817f48af4fb3af11b9e8bf182f618b', '1513345783427014657', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518133772295', 'f6817f48af4fb3af11b9e8bf182f618b', '1513345992777310209', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518142160898', 'f6817f48af4fb3af11b9e8bf182f618b', '1513346207487926273', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518142160899', 'f6817f48af4fb3af11b9e8bf182f618b', '1513346345090457601', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518150549506', 'f6817f48af4fb3af11b9e8bf182f618b', '1513346643263528962', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518150549507', 'f6817f48af4fb3af11b9e8bf182f618b', '1513346940937478146', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518158938113', 'f6817f48af4fb3af11b9e8bf182f618b', '1513461272564699138', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513700518158938114', 'f6817f48af4fb3af11b9e8bf182f618b', '1513461388923080705', null, '2022-04-12 10:08:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513767488448475137', 'f6817f48af4fb3af11b9e8bf182f618b', '1510134789607071746', null, '2022-04-12 14:34:28', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1513767488465252353', 'f6817f48af4fb3af11b9e8bf182f618b', '1510146025665142785', null, '2022-04-12 14:34:28', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514427655473172482', 'f6817f48af4fb3af11b9e8bf182f618b', '1501384847442915329', null, '2022-04-14 10:17:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514428303908282370', 'f6817f48af4fb3af11b9e8bf182f618b', '1501385083473178625', null, '2022-04-14 10:20:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514541103452061698', 'f6817f48af4fb3af11b9e8bf182f618b', '1514540582645334018', null, '2022-04-14 17:48:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514541103460450305', 'f6817f48af4fb3af11b9e8bf182f618b', '1514540765961584641', null, '2022-04-14 17:48:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514541103460450306', 'f6817f48af4fb3af11b9e8bf182f618b', '1514541055125291010', null, '2022-04-14 17:48:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514848796071202818', 'f6817f48af4fb3af11b9e8bf182f618b', '1501402540133904386', null, '2022-04-15 14:11:12', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514848796184449026', 'f6817f48af4fb3af11b9e8bf182f618b', '1501403530908200961', null, '2022-04-15 14:11:12', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514855069042962434', 'f6817f48af4fb3af11b9e8bf182f618b', '1495642177179951106', null, '2022-04-15 14:36:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514882236627931137', 'f6817f48af4fb3af11b9e8bf182f618b', '1501383933856395266', null, '2022-04-15 16:24:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514902755188211714', 'f6817f48af4fb3af11b9e8bf182f618b', '1484429786958155777', null, '2022-04-15 17:45:37', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514918598118789121', 'f6817f48af4fb3af11b9e8bf182f618b', '1514859620957515777', null, '2022-04-15 18:48:34', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1514944708743659521', 'f6817f48af4fb3af11b9e8bf182f618b', '1494127238653054977', null, '2022-04-15 20:32:20', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515886772771483650', 'f6817f48af4fb3af11b9e8bf182f618b', '1515886684514938881', null, '2022-04-18 10:55:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427087831042', '13', '1500673555266658305', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427092025346', '13', '9502685863ab87f0ad1134142788a385', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427100413953', '13', '1500681122072092674', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427100413954', '13', '1500681954729517057', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427100413955', '13', '1500709129079873538', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427100413956', '13', '1484415532234330114', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427100413957', '13', '1484429786958155777', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427100413958', '13', '1501383933856395266', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427108802561', '13', '1501384039204728834', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427108802562', '13', '1501384187389489153', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427108802563', '13', '1514540765961584641', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427108802564', '13', '1514541055125291010', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1515966427108802565', '13', '1514540582645334018', null, '2022-04-18 16:12:16', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516003550708064257', '5', '1514541055125291010', null, '2022-04-18 18:39:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516003550712258562', '5', '1514540765961584641', null, '2022-04-18 18:39:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516003550712258563', '5', '1514540582645334018', null, '2022-04-18 18:39:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593724395521', '3', '9502685863ab87f0ad1134142788a385', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593732784129', '3', '1260928341675982849', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593732784131', '3', '1383952003393466369', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593732784132', '3', '1383952499906785282', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593741172737', '3', '1383952680177971201', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593741172738', '3', '1383952988471898113', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593741172739', '3', '1383953084483710977', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593741172741', '3', '1383956904978755586', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593741172745', '3', '1484429786958155777', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593741172746', '3', '1485455865676218370', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593749561345', '3', '1499212795042652161', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593749561346', '3', '1499300176659853313', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593749561347', '3', '1501034059775545345', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593749561348', '3', '1501383933856395266', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593749561349', '3', '1501384039204728834', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593749561350', '3', '1501384187389489153', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949954', '3', '1501384413550555137', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949955', '3', '1501384731298443266', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949956', '3', '1501384847442915329', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949957', '3', '1501385007946346498', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949958', '3', '1501385083473178625', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949959', '3', '1501385143208456194', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949960', '3', '1501385265237536769', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949961', '3', '1501396493112721409', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949962', '3', '1501397049130631169', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949963', '3', '1501397658365870081', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949964', '3', '1501401466639544322', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593757949965', '3', '1501401852679090178', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338561', '3', '1501402540133904386', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338562', '3', '1501402685138550786', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338563', '3', '1501402784929431553', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338564', '3', '1501402905029132289', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338565', '3', '1501402918883749890', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338567', '3', '1501403382975098881', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338568', '3', '1501403530908200961', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338569', '3', '1501403580395962369', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338570', '3', '1501403818842144770', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593766338571', '3', '1501488058996969474', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727169', '3', '1501488185627201538', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727170', '3', '1505791088497278977', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727171', '3', '1505791535660417026', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727172', '3', '1505792550107365378', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727173', '3', '1505793880439930881', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727174', '3', '1505794939501690881', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727175', '3', '1505795186063851522', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727176', '3', '1506304609965088769', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727177', '3', '1506954637255622657', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727178', '3', '1506954890448977922', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593774727179', '3', '1510134789607071746', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115778', '3', '1510146025665142785', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115779', '3', '1513341385934151681', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115780', '3', '1513341778504228865', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115781', '3', '1513342249172246530', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115782', '3', '1513342466491719681', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115783', '3', '1513342733169762306', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115784', '3', '1513344865423892481', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115785', '3', '1513344988644155394', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115786', '3', '1513345119279947778', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115787', '3', '1513345308187205633', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115788', '3', '1513345437837336578', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115789', '3', '1513345658076045314', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115790', '3', '1513345783427014657', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115791', '3', '1513345992777310209', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115792', '3', '1513346207487926273', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593783115793', '3', '1513346345090457601', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504385', '3', '1513346643263528962', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504386', '3', '1513346940937478146', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504387', '3', '1513461272564699138', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504388', '3', '1513461388923080705', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504389', '3', '1514540765961584641', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504390', '3', '1514541055125291010', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504391', '3', '1514859620957515777', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504392', '3', '1515886684514938881', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504393', '3', '0ac2ad938963b6c6d1af25477d5b8b51', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504394', '3', '58857ff846e61794c69208e9d3a85466', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504395', '3', '8d4683aacaa997ab86b966b464360338', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504396', '3', '3f915b2769fc80648e92d04e84ca059d', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504397', '3', '190c2b43bec6a5f7a4194a85db67d96a', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504398', '3', '45c966826eeff4c99b8f8ebfe74511fc', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504399', '3', '1484415532234330114', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504400', '3', '109c78a583d4693ce2f16551b7786786', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504401', '3', '841057b8a1bef8f6b4b20f9a618a7fa6', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593791504402', '3', '1192318987661234177', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799892994', '3', '1485454419484393473', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799892995', '3', '1485788804943355906', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799892996', '3', '1494127238653054977', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799892997', '3', '53a9230444d33de28aa11cc108fb1dba', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799892998', '3', '1224641973866467330', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893000', '3', '1514540582645334018', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893001', '3', 'f1cb187abf927c88b89470d08615f5ac', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893002', '3', '1209731624921534465', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893003', '3', '1495642177179951106', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893004', '3', '1497112478703050754', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893005', '3', '54dd5457a3190740005c1bfec55b1c34', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893006', '3', '1494196703906443265', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893007', '3', '1501033748679823362', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893008', '3', '1495622958686085122', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893009', '3', '1501035890853482497', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893010', '3', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893011', '3', '1371831353354936322', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593799893012', '3', '1500654437283545090', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593808281602', '3', 'b1cb0a3fedf7ed0e4653cb5a229837ee', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593808281603', '3', '1500677686679715841', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593808281604', '3', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516352593808281605', '3', 'e41b69c57a941a3bbcce45032fe57605', null, '2022-04-19 17:46:45', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714932445186', '5', '9502685863ab87f0ad1134142788a385', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714940833794', '5', '1260928341675982849', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714940833796', '5', '1383952003393466369', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714940833797', '5', '1383952499906785282', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714949222402', '5', '1383952680177971201', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714949222403', '5', '1383952988471898113', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714949222404', '5', '1383953084483710977', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714949222406', '5', '1383956904978755586', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999618', '5', '1484429786958155777', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999619', '5', '1485455865676218370', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999620', '5', '1499212795042652161', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999621', '5', '1499300176659853313', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999622', '5', '1500673555266658305', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999623', '5', '1500681122072092674', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999624', '5', '1501034059775545345', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999625', '5', '1501383933856395266', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999626', '5', '1501384039204728834', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999627', '5', '1501384187389489153', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714965999628', '5', '1501384413550555137', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388225', '5', '1501384731298443266', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388226', '5', '1501384847442915329', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388227', '5', '1501385007946346498', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388228', '5', '1501385083473178625', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388229', '5', '1501385143208456194', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388230', '5', '1501385265237536769', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714974388231', '5', '1501396493112721409', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582529', '5', '1501397049130631169', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582530', '5', '1501397658365870081', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582531', '5', '1501401466639544322', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582532', '5', '1501401852679090178', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582533', '5', '1501402540133904386', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582534', '5', '1501402685138550786', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582535', '5', '1501402784929431553', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582536', '5', '1501402905029132289', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582537', '5', '1501402918883749890', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582539', '5', '1501403382975098881', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582540', '5', '1501403530908200961', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582541', '5', '1501403580395962369', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714978582542', '5', '1501403818842144770', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971138', '5', '1501488058996969474', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971139', '5', '1501488185627201538', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971140', '5', '1505791088497278977', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971141', '5', '1505791535660417026', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971142', '5', '1505792550107365378', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971143', '5', '1505793880439930881', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971144', '5', '1505794939501690881', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971145', '5', '1505795186063851522', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971146', '5', '1506304609965088769', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971147', '5', '1506954637255622657', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971148', '5', '1506954890448977922', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971149', '5', '1510134789607071746', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971150', '5', '1510146025665142785', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971151', '5', '1513341385934151681', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714986971152', '5', '1513341778504228865', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359746', '5', '1513342249172246530', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359747', '5', '1513342466491719681', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359748', '5', '1513342733169762306', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359749', '5', '1513344865423892481', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359750', '5', '1513344988644155394', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359751', '5', '1513345119279947778', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359752', '5', '1513345308187205633', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359753', '5', '1513345437837336578', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359754', '5', '1513345658076045314', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355714995359755', '5', '1513345783427014657', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715003748353', '5', '1513345992777310209', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715003748354', '5', '1513346207487926273', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715003748355', '5', '1513346345090457601', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715003748356', '5', '1513346643263528962', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942658', '5', '1513346940937478146', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942659', '5', '1513461272564699138', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942660', '5', '1513461388923080705', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942661', '5', '1514859620957515777', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942662', '5', '1515886684514938881', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942663', '5', '0ac2ad938963b6c6d1af25477d5b8b51', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942664', '5', '58857ff846e61794c69208e9d3a85466', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942665', '5', '8d4683aacaa997ab86b966b464360338', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942666', '5', '3f915b2769fc80648e92d04e84ca059d', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942667', '5', '190c2b43bec6a5f7a4194a85db67d96a', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942668', '5', '45c966826eeff4c99b8f8ebfe74511fc', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942669', '5', '1484415532234330114', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942670', '5', '1500681954729517057', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942671', '5', '109c78a583d4693ce2f16551b7786786', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942672', '5', '841057b8a1bef8f6b4b20f9a618a7fa6', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715007942673', '5', '1192318987661234177', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331265', '5', '1485454419484393473', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331266', '5', '1485788804943355906', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331267', '5', '1500709129079873538', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331268', '5', '1494127238653054977', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331269', '5', '53a9230444d33de28aa11cc108fb1dba', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331270', '5', '1224641973866467330', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331272', '5', 'f1cb187abf927c88b89470d08615f5ac', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331273', '5', '1209731624921534465', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331274', '5', '1495642177179951106', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715016331275', '5', '1497112478703050754', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719874', '5', '54dd5457a3190740005c1bfec55b1c34', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719875', '5', '1494196703906443265', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719876', '5', '1501033748679823362', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719877', '5', '1495622958686085122', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719878', '5', '1501035890853482497', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719879', '5', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719880', '5', '1371831353354936322', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719881', '5', '1500654437283545090', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719882', '5', 'b1cb0a3fedf7ed0e4653cb5a229837ee', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719883', '5', '1500677686679715841', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719884', '5', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516355715024719885', '5', 'e41b69c57a941a3bbcce45032fe57605', null, '2022-04-19 17:59:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918721', '17', '1383952003393466369', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918722', '17', '1383952499906785282', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918723', '17', '1383952680177971201', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918724', '17', '1383952988471898113', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918725', '17', '1383953084483710977', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918727', '17', '1383956904978755586', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535429918731', '17', '1485455865676218370', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695938', '17', '1499212795042652161', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695939', '17', '1499300176659853313', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695940', '17', '1500673555266658305', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695941', '17', '1500681122072092674', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695942', '17', '1501034059775545345', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695943', '17', '1501383933856395266', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695944', '17', '1501384039204728834', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695945', '17', '1501384187389489153', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695946', '17', '1501384413550555137', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695947', '17', '1501384731298443266', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695948', '17', '1501385007946346498', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695949', '17', '1501385083473178625', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695950', '17', '1501396493112721409', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695951', '17', '1501397049130631169', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695952', '17', '1501397658365870081', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695953', '17', '1501401466639544322', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695954', '17', '1501401852679090178', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695955', '17', '1501402540133904386', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695956', '17', '1501402685138550786', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695957', '17', '1501402784929431553', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695958', '17', '1501402905029132289', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695959', '17', '1501402918883749890', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695961', '17', '1501403382975098881', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695962', '17', '1501403530908200961', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695963', '17', '1501403580395962369', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695964', '17', '1501403818842144770', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695965', '17', '1501488058996969474', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695966', '17', '1501488185627201538', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695967', '17', '1505791088497278977', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695968', '17', '1505791535660417026', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695969', '17', '1505792550107365378', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695970', '17', '1505793880439930881', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695971', '17', '1505794939501690881', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695972', '17', '1505795186063851522', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695973', '17', '1506304609965088769', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695974', '17', '1506954637255622657', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695975', '17', '1506954890448977922', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695976', '17', '1510134789607071746', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695977', '17', '1510146025665142785', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695978', '17', '1513341385934151681', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695979', '17', '1513341778504228865', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695980', '17', '1513342249172246530', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695981', '17', '1513342466491719681', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695982', '17', '1513342733169762306', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695983', '17', '1513344865423892481', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695984', '17', '1513344988644155394', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695985', '17', '1513345119279947778', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695986', '17', '1513345308187205633', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695987', '17', '1513345437837336578', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695988', '17', '1513345658076045314', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535446695989', '17', '1513345783427014657', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861761', '17', '1513345992777310209', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861762', '17', '1513346207487926273', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861763', '17', '1513346345090457601', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861764', '17', '1513346643263528962', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861765', '17', '1513346940937478146', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861766', '17', '1513461272564699138', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861767', '17', '1513461388923080705', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861768', '17', '1514540765961584641', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861769', '17', '1514541055125291010', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861770', '17', '1514859620957515777', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861771', '17', '1515886684514938881', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861772', '17', '0ac2ad938963b6c6d1af25477d5b8b51', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861773', '17', '58857ff846e61794c69208e9d3a85466', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861774', '17', '8d4683aacaa997ab86b966b464360338', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861775', '17', '3f915b2769fc80648e92d04e84ca059d', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861776', '17', '190c2b43bec6a5f7a4194a85db67d96a', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861777', '17', '45c966826eeff4c99b8f8ebfe74511fc', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861778', '17', '109c78a583d4693ce2f16551b7786786', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535471861779', '17', '841057b8a1bef8f6b4b20f9a618a7fa6', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250370', '17', '1192318987661234177', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250371', '17', '1485454419484393473', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250372', '17', '1500709129079873538', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250373', '17', '53a9230444d33de28aa11cc108fb1dba', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250374', '17', '1224641973866467330', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250376', '17', '1514540582645334018', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250377', '17', 'f1cb187abf927c88b89470d08615f5ac', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250378', '17', '1209731624921534465', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250379', '17', '1495642177179951106', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250380', '17', '1497112478703050754', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250381', '17', '54dd5457a3190740005c1bfec55b1c34', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250382', '17', '1494196703906443265', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250383', '17', '1501033748679823362', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535480250384', '17', '1495622958686085122', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638978', '17', '1501035890853482497', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638979', '17', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638980', '17', '1371831353354936322', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638981', '17', '1500654437283545090', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638982', '17', 'b1cb0a3fedf7ed0e4653cb5a229837ee', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638983', '17', '1500677686679715841', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638984', '17', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516358535488638985', '17', 'e41b69c57a941a3bbcce45032fe57605', null, '2022-04-19 18:10:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516625125057871874', 'f6817f48af4fb3af11b9e8bf182f618b', '1501402685138550786', null, '2022-04-20 11:49:42', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516955937862942721', 'f6817f48af4fb3af11b9e8bf182f618b', '1516955477131231234', null, '2022-04-21 09:44:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516956886081650689', '3', '1500673555266658305', null, '2022-04-21 09:48:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516956886090039297', '3', '1500681122072092674', null, '2022-04-21 09:48:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516956886090039298', '3', '1500681954729517057', null, '2022-04-21 09:48:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516956886090039299', '3', '1500709129079873538', null, '2022-04-21 09:48:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516956886090039300', '3', '1516955477131231234', null, '2022-04-21 09:48:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516969181385248770', 'f6817f48af4fb3af11b9e8bf182f618b', '1516964175944798210', null, '2022-04-21 10:36:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1516969181393637377', 'f6817f48af4fb3af11b9e8bf182f618b', '1516966747216728066', null, '2022-04-21 10:36:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1517324919870644226', 'f6817f48af4fb3af11b9e8bf182f618b', '1517324861364297729', null, '2022-04-22 10:10:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1518200405064953858', 'f6817f48af4fb3af11b9e8bf182f618b', '1485455865676218370', null, '2022-04-24 20:09:18', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1518796611762688001', 'f6817f48af4fb3af11b9e8bf182f618b', '1518785280976261121', null, '2022-04-26 11:38:25', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1522124013415821313', 'f6817f48af4fb3af11b9e8bf182f618b', '1522123405745057793', null, '2022-05-05 16:00:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1522472170985160705', 'f6817f48af4fb3af11b9e8bf182f618b', '1522472120712232961', null, '2022-05-06 15:03:46', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524284755632021506', 'f6817f48af4fb3af11b9e8bf182f618b', '1523499014923718658', null, '2022-05-11 15:06:20', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524284755640410114', 'f6817f48af4fb3af11b9e8bf182f618b', '1524284662459752449', null, '2022-05-11 15:06:20', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130472775681', '3', '1516964175944798210', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130481164290', '3', '1517324861364297729', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130481164291', '3', '1522472120712232961', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130481164292', '3', '1523499014923718658', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130481164293', '3', '1524284662459752449', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130489552897', '3', '1522123405745057793', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130489552898', '3', '1516966747216728066', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130489552899', '3', '1518785280976261121', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1524285130489552900', '3', '1519556698748858369', null, '2022-05-11 15:07:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526043542235717634', 'f6817f48af4fb3af11b9e8bf182f618b', '1526043324891078658', null, '2022-05-16 11:35:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105425756344322', 'f6817f48af4fb3af11b9e8bf182f618b', '1524961850322649089', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105425987031042', 'f6817f48af4fb3af11b9e8bf182f618b', '1524961940214972418', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426058334209', 'f6817f48af4fb3af11b9e8bf182f618b', '1524962037472493569', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426058334210', 'f6817f48af4fb3af11b9e8bf182f618b', '1524962126559510529', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426066722817', 'f6817f48af4fb3af11b9e8bf182f618b', '1524962251436523521', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426075111425', 'f6817f48af4fb3af11b9e8bf182f618b', '1524987709590929410', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426083500034', 'f6817f48af4fb3af11b9e8bf182f618b', '1524987918865727489', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426096082945', 'f6817f48af4fb3af11b9e8bf182f618b', '1524988119647059970', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426104471554', 'f6817f48af4fb3af11b9e8bf182f618b', '1524988227923017729', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426108665857', 'f6817f48af4fb3af11b9e8bf182f618b', '1524988378251067393', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426112860161', 'f6817f48af4fb3af11b9e8bf182f618b', '1524988641842102273', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426112860162', 'f6817f48af4fb3af11b9e8bf182f618b', '1524988723517784065', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526105426121248770', 'f6817f48af4fb3af11b9e8bf182f618b', '1524988802026766337', null, '2022-05-16 15:41:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526521295582384129', '3', '1526043324891078658', null, '2022-05-17 19:13:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894765846530', '5', '1517324861364297729', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894774235138', '5', '1522472120712232961', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894774235139', '5', '1523499014923718658', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894774235140', '5', '1524284662459752449', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894782623745', '5', '1522123405745057793', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894782623746', '5', '1526043324891078658', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1526805894782623747', '5', '1519556698748858369', null, '2022-05-18 14:04:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1528987810105655298', 'f6817f48af4fb3af11b9e8bf182f618b', '1500673555266658305', null, '2022-05-24 14:34:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1528987810130821122', 'f6817f48af4fb3af11b9e8bf182f618b', '1500681122072092674', null, '2022-05-24 14:34:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1528987810130821123', 'f6817f48af4fb3af11b9e8bf182f618b', '1500681954729517057', null, '2022-05-24 14:34:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1528987810130821124', 'f6817f48af4fb3af11b9e8bf182f618b', '1500709129079873538', null, '2022-05-24 14:34:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1529034074306183169', '3', '1529034017100070914', null, '2022-05-24 17:38:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1529279970511073281', 'f6817f48af4fb3af11b9e8bf182f618b', '1529272125947461634', null, '2022-05-25 09:55:32', '10.0.1.46'); +INSERT INTO `sys_role_permission` VALUES ('1529716648556982273', '3', '1529716572640079873', null, '2022-05-26 14:50:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1529716648556982274', '3', '1529716111832870914', null, '2022-05-26 14:50:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1531806947131346945', 'f6817f48af4fb3af11b9e8bf182f618b', '1529034017100070914', null, '2022-06-01 09:16:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534046988862910465', '1534021004067500034', '9502685863ab87f0ad1134142788a385', null, '2022-06-07 13:37:58', '10.0.1.25'); +INSERT INTO `sys_role_permission` VALUES ('1534081703604228097', 'f6817f48af4fb3af11b9e8bf182f618b', '1534075149656100865', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703604228098', 'f6817f48af4fb3af11b9e8bf182f618b', '1534076290418708482', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703612616706', 'f6817f48af4fb3af11b9e8bf182f618b', '1534076575891427330', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703612616707', 'f6817f48af4fb3af11b9e8bf182f618b', '1534075542880489473', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703612616708', 'f6817f48af4fb3af11b9e8bf182f618b', '1534078157894815746', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703612616709', 'f6817f48af4fb3af11b9e8bf182f618b', '1534078456915136513', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703612616710', 'f6817f48af4fb3af11b9e8bf182f618b', '1534078872151232513', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703612616711', 'f6817f48af4fb3af11b9e8bf182f618b', '1534079065168908289', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703621005313', 'f6817f48af4fb3af11b9e8bf182f618b', '1534079280642887681', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081703621005314', 'f6817f48af4fb3af11b9e8bf182f618b', '1534079708818411522', null, '2022-06-07 15:55:55', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534081857824591874', 'f6817f48af4fb3af11b9e8bf182f618b', '1529716111832870914', null, '2022-06-07 15:56:31', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082149362274305', '1534019729326239745', '1514540765961584641', null, '2022-06-07 15:57:41', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082149370662914', '1534019729326239745', '1514541055125291010', null, '2022-06-07 15:57:41', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082149370662915', '1534019729326239745', '1534078157894815746', null, '2022-06-07 15:57:41', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082149370662916', '1534019729326239745', '1534079065168908289', null, '2022-06-07 15:57:41', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082769565618178', '1534021004067500034', '1514540765961584641', null, '2022-06-07 16:00:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082769565618179', '1534021004067500034', '1514541055125291010', null, '2022-06-07 16:00:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082769565618180', '1534021004067500034', '1534078157894815746', null, '2022-06-07 16:00:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082769565618181', '1534021004067500034', '1534079065168908289', null, '2022-06-07 16:00:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082999992291330', '1534020391015444481', '1514540765961584641', null, '2022-06-07 16:01:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082999992291331', '1534020391015444481', '1514541055125291010', null, '2022-06-07 16:01:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082999992291333', '1534020391015444481', '1534078157894815746', null, '2022-06-07 16:01:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534082999992291339', '1534020391015444481', '1534079065168908289', null, '2022-06-07 16:01:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083347138056194', '1534020084667674626', '1514540765961584641', null, '2022-06-07 16:02:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083347138056195', '1534020084667674626', '1514541055125291010', null, '2022-06-07 16:02:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083347138056196', '1534020084667674626', '1534078157894815746', null, '2022-06-07 16:02:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083350623522817', '1534020084667674626', '1514541055125291010', null, '2022-06-07 16:02:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083350631911425', '1534020084667674626', '1534078157894815746', null, '2022-06-07 16:02:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083350631911426', '1534020084667674626', '1514540765961584641', null, '2022-06-07 16:02:27', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083511009513475', '1534019911296118786', '1534078157894815746', null, '2022-06-07 16:03:06', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083511009513477', '1534019911296118786', '1514541055125291010', null, '2022-06-07 16:03:06', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083511009513480', '1534019911296118786', '1534075149656100865', null, '2022-06-07 16:03:06', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083511009513481', '1534019911296118786', '1514540765961584641', null, '2022-06-07 16:03:06', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534083511009513482', '1534019911296118786', '1514540582645334018', null, '2022-06-07 16:03:06', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085039149649921', '1534021004067500034', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-06-07 16:09:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085039158038530', '1534021004067500034', '1499212795042652161', null, '2022-06-07 16:09:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085039158038531', '1534021004067500034', '1529034017100070914', null, '2022-06-07 16:09:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085039158038532', '1534021004067500034', '53a9230444d33de28aa11cc108fb1dba', null, '2022-06-07 16:09:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085095474958337', '1534020391015444481', '1499212795042652161', null, '2022-06-07 16:09:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085095474958338', '1534020391015444481', '1529034017100070914', null, '2022-06-07 16:09:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085095474958339', '1534020391015444481', '53a9230444d33de28aa11cc108fb1dba', null, '2022-06-07 16:09:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085095474958340', '1534020391015444481', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-06-07 16:09:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085137837428738', '1534019729326239745', '1499212795042652161', null, '2022-06-07 16:09:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085137837428739', '1534019729326239745', '1529034017100070914', null, '2022-06-07 16:09:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085137837428740', '1534019729326239745', '53a9230444d33de28aa11cc108fb1dba', null, '2022-06-07 16:09:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085137837428741', '1534019729326239745', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-06-07 16:09:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085211212582913', '1534019911296118786', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-06-07 16:09:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085211212582914', '1534019911296118786', '1499212795042652161', null, '2022-06-07 16:09:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085211212582915', '1534019911296118786', '1529034017100070914', null, '2022-06-07 16:09:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085211212582916', '1534019911296118786', '53a9230444d33de28aa11cc108fb1dba', null, '2022-06-07 16:09:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085307392167937', '1534020084667674626', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-06-07 16:10:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085307392167938', '1534020084667674626', '1499212795042652161', null, '2022-06-07 16:10:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085307392167939', '1534020084667674626', '1529034017100070914', null, '2022-06-07 16:10:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085307392167940', '1534020084667674626', '53a9230444d33de28aa11cc108fb1dba', null, '2022-06-07 16:10:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085353567260674', '1534020318437208065', '5c8042bd6c601270b2bbd9b20bccc68b', null, '2022-06-07 16:10:25', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085353567260675', '1534020318437208065', '1499212795042652161', null, '2022-06-07 16:10:25', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085353567260676', '1534020318437208065', '1529034017100070914', null, '2022-06-07 16:10:25', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085353567260677', '1534020318437208065', '53a9230444d33de28aa11cc108fb1dba', null, '2022-06-07 16:10:25', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085738763751426', 'f6817f48af4fb3af11b9e8bf182f618b', '1519556698748858369', null, '2022-06-07 16:11:57', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534085874910859266', '1534019729326239745', '1494196703906443265', null, '2022-06-07 16:12:29', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086019052310530', '1534019911296118786', '1494196703906443265', null, '2022-06-07 16:13:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086019060699138', '1534019911296118786', '1495622958686085122', null, '2022-06-07 16:13:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086043442188289', '1534019729326239745', '1495622958686085122', null, '2022-06-07 16:13:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086102271496193', '1534020084667674626', '1494196703906443265', null, '2022-06-07 16:13:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086102279884802', '1534020084667674626', '1495622958686085122', null, '2022-06-07 16:13:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086163160207362', '1534020318437208065', '1495622958686085122', null, '2022-06-07 16:13:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086163160207363', '1534020318437208065', '1494196703906443265', null, '2022-06-07 16:13:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086202590859265', '1534020391015444481', '1494196703906443265', null, '2022-06-07 16:13:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086202595053570', '1534020391015444481', '1495622958686085122', null, '2022-06-07 16:13:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086247356665857', '1534021004067500034', '1494196703906443265', null, '2022-06-07 16:13:58', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086247356665858', '1534021004067500034', '1495622958686085122', null, '2022-06-07 16:13:58', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086581667860481', '1534019729326239745', '1526043324891078658', null, '2022-06-07 16:15:18', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086668246683650', '1534019911296118786', '1526043324891078658', null, '2022-06-07 16:15:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086781434171393', '1534020391015444481', '1526043324891078658', null, '2022-06-07 16:16:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086810278400002', '1534021004067500034', '1526043324891078658', null, '2022-06-07 16:16:12', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534086967363473409', 'f6817f48af4fb3af11b9e8bf182f618b', '1529716572640079873', null, '2022-06-07 16:16:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094775765012481', '1534020318437208065', '1484429786958155777', null, '2022-06-07 16:47:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094775773401089', '1534020318437208065', '1501383933856395266', null, '2022-06-07 16:47:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094775773401090', '1534020318437208065', '1501384039204728834', null, '2022-06-07 16:47:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094775773401091', '1534020318437208065', '1501384187389489153', null, '2022-06-07 16:47:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094775773401092', '1534020318437208065', '1501385007946346498', null, '2022-06-07 16:47:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094775773401093', '1534020318437208065', '1501385083473178625', null, '2022-06-07 16:47:51', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094796354850818', '1534021004067500034', '1484429786958155777', null, '2022-06-07 16:47:56', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094796359045121', '1534021004067500034', '1501384187389489153', null, '2022-06-07 16:47:56', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094796359045122', '1534021004067500034', '1501384039204728834', null, '2022-06-07 16:47:56', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094796359045123', '1534021004067500034', '1501383933856395266', null, '2022-06-07 16:47:56', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094796359045124', '1534021004067500034', '1501385007946346498', null, '2022-06-07 16:47:56', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094796359045125', '1534021004067500034', '1501385083473178625', null, '2022-06-07 16:47:56', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094809344610305', '1534020391015444481', '1484429786958155777', null, '2022-06-07 16:47:59', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094809352998913', '1534020391015444481', '1501384187389489153', null, '2022-06-07 16:47:59', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094809352998914', '1534020391015444481', '1501384039204728834', null, '2022-06-07 16:47:59', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094809352998915', '1534020391015444481', '1501383933856395266', null, '2022-06-07 16:47:59', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094809352998916', '1534020391015444481', '1501385007946346498', null, '2022-06-07 16:47:59', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094809352998917', '1534020391015444481', '1501385083473178625', null, '2022-06-07 16:47:59', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946146029570', '1534020084667674626', '1484429786958155777', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946154418177', '1534020084667674626', '1501384039204728834', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946154418178', '1534020084667674626', '1501383933856395266', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946154418179', '1534020084667674626', '1501384187389489153', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946154418180', '1534020084667674626', '1501385083473178625', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946154418181', '1534020084667674626', '1501385007946346498', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094946154418182', '1534020084667674626', '9502685863ab87f0ad1134142788a385', null, '2022-06-07 16:48:32', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534094976399544321', '1534020391015444481', '9502685863ab87f0ad1134142788a385', null, '2022-06-07 16:48:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095005478653953', '1534020318437208065', '9502685863ab87f0ad1134142788a385', null, '2022-06-07 16:48:46', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868801', '1534019911296118786', '9502685863ab87f0ad1134142788a385', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868802', '1534019911296118786', '1484429786958155777', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868803', '1534019911296118786', '1501384039204728834', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868804', '1534019911296118786', '1501383933856395266', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868805', '1534019911296118786', '1501384187389489153', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868806', '1534019911296118786', '1501385083473178625', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534095077041868807', '1534019911296118786', '1501385007946346498', null, '2022-06-07 16:49:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534438968370786305', 'f6817f48af4fb3af11b9e8bf182f618b', '1534430798801833985', null, '2022-06-08 15:35:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534438968379174913', 'f6817f48af4fb3af11b9e8bf182f618b', '1534435789667078145', null, '2022-06-08 15:35:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534438968379174914', 'f6817f48af4fb3af11b9e8bf182f618b', '1534436284737556482', null, '2022-06-08 15:35:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534438968379174915', 'f6817f48af4fb3af11b9e8bf182f618b', '1534436716952195074', null, '2022-06-08 15:35:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534438968387563521', 'f6817f48af4fb3af11b9e8bf182f618b', '1534437429690273794', null, '2022-06-08 15:35:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534439501152251909', '1534021004067500034', '1499300176659853313', null, '2022-06-08 15:37:40', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534439699479916545', '1534020391015444481', '1499300176659853313', null, '2022-06-08 15:38:28', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534439763803762689', '1534020318437208065', '1499300176659853313', null, '2022-06-08 15:38:43', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534439835966763010', '1534020084667674626', '1499300176659853313', null, '2022-06-08 15:39:00', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534439881890197505', '1534019911296118786', '1499300176659853313', null, '2022-06-08 15:39:11', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211340193793', '1534019729326239745', '9502685863ab87f0ad1134142788a385', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211348582401', '1534019729326239745', '1484429786958155777', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211348582402', '1534019729326239745', '1501383933856395266', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211348582403', '1534019729326239745', '1501384039204728834', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211356971009', '1534019729326239745', '1501384187389489153', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211356971010', '1534019729326239745', '1501385007946346498', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211356971011', '1534019729326239745', '1501385083473178625', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534440211356971012', '1534019729326239745', '1499300176659853313', null, '2022-06-08 15:40:30', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441686695014402', '1534019729326239745', '1501401466639544322', null, '2022-06-08 15:46:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441686703403010', '1534019729326239745', '1501401852679090178', null, '2022-06-08 15:46:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441686703403011', '1534019729326239745', '1494127238653054977', null, '2022-06-08 15:46:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441817012039681', '1534021004067500034', '1494127238653054977', null, '2022-06-08 15:46:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441817020428289', '1534021004067500034', '1501401466639544322', null, '2022-06-08 15:46:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441817020428290', '1534021004067500034', '1501401852679090178', null, '2022-06-08 15:46:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441941599645697', '1534019911296118786', '1501401466639544322', null, '2022-06-08 15:47:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534441941599645698', '1534019911296118786', '1494127238653054977', null, '2022-06-08 15:47:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534442143614103553', '1534020084667674626', '1494127238653054977', null, '2022-06-08 15:48:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534442143622492162', '1534020084667674626', '1501401466639544322', null, '2022-06-08 15:48:10', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534442296207077378', '1534020318437208065', '1501401466639544322', null, '2022-06-08 15:48:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534442296215465985', '1534020318437208065', '1494127238653054977', null, '2022-06-08 15:48:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449410170286081', 'f6817f48af4fb3af11b9e8bf182f618b', '1534439186436755457', null, '2022-06-08 16:17:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449410178674689', 'f6817f48af4fb3af11b9e8bf182f618b', '1534439600427143169', null, '2022-06-08 16:17:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449410178674690', 'f6817f48af4fb3af11b9e8bf182f618b', '1534439731490754562', null, '2022-06-08 16:17:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449410178674691', 'f6817f48af4fb3af11b9e8bf182f618b', '1534440088623157249', null, '2022-06-08 16:17:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449410178674692', 'f6817f48af4fb3af11b9e8bf182f618b', '1534442961335521281', null, '2022-06-08 16:17:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449410178674693', 'f6817f48af4fb3af11b9e8bf182f618b', '1534444508803010562', null, '2022-06-08 16:17:03', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449569717415938', '1534020391015444481', '1484415532234330114', null, '2022-06-08 16:17:41', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449596586127362', '1534021004067500034', '1484415532234330114', null, '2022-06-08 16:17:47', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449640949280770', '1534020318437208065', '1484415532234330114', null, '2022-06-08 16:17:58', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449685643784193', '1534020084667674626', '1484415532234330114', null, '2022-06-08 16:18:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449741960704002', '1534019911296118786', '1484415532234330114', null, '2022-06-08 16:18:22', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534449773300543489', '1534019729326239745', '1484415532234330114', null, '2022-06-08 16:18:29', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061751218178', '1534021004067500034', '1510134789607071746', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606785', '1534021004067500034', '1534437429690273794', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606786', '1534021004067500034', '1534439186436755457', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606787', '1534021004067500034', '1534440088623157249', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606788', '1534021004067500034', '1510146025665142785', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606789', '1534021004067500034', '1534442961335521281', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606790', '1534021004067500034', '1534444508803010562', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450061759606791', '1534021004067500034', '1514540582645334018', null, '2022-06-08 16:19:38', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264138969090', '1534019729326239745', '1510134789607071746', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264138969091', '1534019729326239745', '1534437429690273794', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264138969092', '1534019729326239745', '1534439186436755457', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264138969093', '1534019729326239745', '1534440088623157249', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264138969094', '1534019729326239745', '1510146025665142785', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264147357698', '1534019729326239745', '1534442961335521281', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264147357699', '1534019729326239745', '1534444508803010562', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450264147357700', '1534019729326239745', '1514540582645334018', null, '2022-06-08 16:20:26', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373195067394', '1534019911296118786', '1510134789607071746', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373266370562', '1534019911296118786', '1534437429690273794', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373266370563', '1534019911296118786', '1534439186436755457', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373266370564', '1534019911296118786', '1534440088623157249', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373266370565', '1534019911296118786', '1510146025665142785', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373266370566', '1534019911296118786', '1534442961335521281', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450373266370567', '1534019911296118786', '1534444508803010562', null, '2022-06-08 16:20:52', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450941581979650', '1534020391015444481', '1510134789607071746', null, '2022-06-08 16:23:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450941590368258', '1534020391015444481', '1534439186436755457', null, '2022-06-08 16:23:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450941590368259', '1534020391015444481', '1534437429690273794', null, '2022-06-08 16:23:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450941590368260', '1534020391015444481', '1510146025665142785', null, '2022-06-08 16:23:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450941590368261', '1534020391015444481', '1534444508803010562', null, '2022-06-08 16:23:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534450941590368262', '1534020391015444481', '1534442961335521281', null, '2022-06-08 16:23:08', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639103123458', '1534021004067500034', '1495642177179951106', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639103123459', '1534021004067500034', '1513341385934151681', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639103123460', '1534021004067500034', '1513341778504228865', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512066', '1534021004067500034', '1513344865423892481', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512067', '1534021004067500034', '1513344988644155394', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512068', '1534021004067500034', '1513345119279947778', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512069', '1534021004067500034', '1513345308187205633', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512070', '1534021004067500034', '1513345437837336578', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512071', '1534021004067500034', '1513345658076045314', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512072', '1534021004067500034', '1513345783427014657', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512073', '1534021004067500034', '1513345992777310209', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512074', '1534021004067500034', '1513346207487926273', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512075', '1534021004067500034', '1513346345090457601', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512076', '1534021004067500034', '1513346643263528962', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512077', '1534021004067500034', '1513346940937478146', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512078', '1534021004067500034', '1513461272564699138', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512079', '1534021004067500034', '1513461388923080705', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512080', '1534021004067500034', '1514859620957515777', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451639111512081', '1534021004067500034', '1497112478703050754', null, '2022-06-08 16:25:54', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934583451650', '1534019729326239745', '1495642177179951106', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934583451651', '1534019729326239745', '1513341385934151681', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934583451652', '1534019729326239745', '1513341778504228865', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934583451655', '1534019729326239745', '1513344865423892481', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645954', '1534019729326239745', '1513344988644155394', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645955', '1534019729326239745', '1513345119279947778', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645956', '1534019729326239745', '1513345308187205633', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645957', '1534019729326239745', '1513345437837336578', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645958', '1534019729326239745', '1513345658076045314', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645959', '1534019729326239745', '1513345992777310209', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645960', '1534019729326239745', '1513345783427014657', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645961', '1534019729326239745', '1513346207487926273', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645962', '1534019729326239745', '1513346345090457601', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645963', '1534019729326239745', '1513346643263528962', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645964', '1534019729326239745', '1513346940937478146', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645965', '1534019729326239745', '1513461272564699138', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645966', '1534019729326239745', '1513461388923080705', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645967', '1534019729326239745', '1514859620957515777', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534451934587645968', '1534019729326239745', '1497112478703050754', null, '2022-06-08 16:27:05', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452476311367682', '1534019911296118786', '1495642177179951106', null, '2022-06-08 16:29:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452476311367683', '1534019911296118786', '1497112478703050754', null, '2022-06-08 16:29:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452476311367684', '1534019911296118786', '1513345783427014657', null, '2022-06-08 16:29:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452476311367685', '1534019911296118786', '1514859620957515777', null, '2022-06-08 16:29:14', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452705915957249', '1534020391015444481', '1495642177179951106', null, '2022-06-08 16:30:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452705924345858', '1534020391015444481', '1513345783427014657', null, '2022-06-08 16:30:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452705924345859', '1534020391015444481', '1514859620957515777', null, '2022-06-08 16:30:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534452705924345860', '1534020391015444481', '1497112478703050754', null, '2022-06-08 16:30:09', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453311376322562', '1534021004067500034', '1485455865676218370', null, '2022-06-08 16:32:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453311376322563', '1534021004067500034', '1485454419484393473', null, '2022-06-08 16:32:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453339155197953', '1534020391015444481', '1485454419484393473', null, '2022-06-08 16:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453339163586562', '1534020391015444481', '1485455865676218370', null, '2022-06-08 16:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453441819176961', '1534020318437208065', '1485455865676218370', null, '2022-06-08 16:33:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453441819176962', '1534020318437208065', '1485454419484393473', null, '2022-06-08 16:33:04', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453495296552961', '1534020084667674626', '1485454419484393473', null, '2022-06-08 16:33:17', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453495304941569', '1534020084667674626', '1485455865676218370', null, '2022-06-08 16:33:17', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453521435455489', '1534019911296118786', '1485454419484393473', null, '2022-06-08 16:33:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453521435455490', '1534019911296118786', '1485455865676218370', null, '2022-06-08 16:33:23', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453544248274945', '1534019729326239745', '1485454419484393473', null, '2022-06-08 16:33:28', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534453544248274946', '1534019729326239745', '1485455865676218370', null, '2022-06-08 16:33:28', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534471552970649601', '1534020391015444481', '1494127238653054977', null, '2022-06-08 17:45:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534471552970649602', '1534020391015444481', '1501401466639544322', null, '2022-06-08 17:45:02', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534473059778555905', '1534020084667674626', '1514540582645334018', null, '2022-06-08 17:51:01', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251307614210', 'f6817f48af4fb3af11b9e8bf182f618b', '1534474276550258689', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251324391426', 'f6817f48af4fb3af11b9e8bf182f618b', '1534474426840559617', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251324391427', 'f6817f48af4fb3af11b9e8bf182f618b', '1534469401837875202', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251324391428', 'f6817f48af4fb3af11b9e8bf182f618b', '1534442560695603202', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251324391429', 'f6817f48af4fb3af11b9e8bf182f618b', '1534442769710354433', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780033', 'f6817f48af4fb3af11b9e8bf182f618b', '1534443106559102977', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780034', 'f6817f48af4fb3af11b9e8bf182f618b', '1534443299295760386', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780035', 'f6817f48af4fb3af11b9e8bf182f618b', '1534443493991157761', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780036', 'f6817f48af4fb3af11b9e8bf182f618b', '1534443683212988418', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780037', 'f6817f48af4fb3af11b9e8bf182f618b', '1534443954584457217', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780038', 'f6817f48af4fb3af11b9e8bf182f618b', '1534444056497655809', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780039', 'f6817f48af4fb3af11b9e8bf182f618b', '1534448835978387458', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780040', 'f6817f48af4fb3af11b9e8bf182f618b', '1534463613765476353', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251332780041', 'f6817f48af4fb3af11b9e8bf182f618b', '1534464333063446530', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251341168642', 'f6817f48af4fb3af11b9e8bf182f618b', '1534464706616549378', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251341168643', 'f6817f48af4fb3af11b9e8bf182f618b', '1534465097676677122', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251341168644', 'f6817f48af4fb3af11b9e8bf182f618b', '1534465537864687618', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251341168645', 'f6817f48af4fb3af11b9e8bf182f618b', '1534466608385286146', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534478251341168646', 'f6817f48af4fb3af11b9e8bf182f618b', '1534466337923981313', null, '2022-06-08 18:11:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479273123958785', '1534020391015444481', '1534466337923981313', null, '2022-06-08 18:15:43', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479273132347394', '1534020391015444481', '1534466608385286146', null, '2022-06-08 18:15:43', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687160483842', '1534021004067500034', '1534474276550258689', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687160483843', '1534021004067500034', '1534474426840559617', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687160483844', '1534021004067500034', '1534478573333692417', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687160483845', '1534021004067500034', '1534478688798687234', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687168872449', '1534021004067500034', '1534478785515143170', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687168872450', '1534021004067500034', '1534479027773947906', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479687168872451', '1534021004067500034', '1534479326345478146', null, '2022-06-08 18:17:21', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736925900801', '1534019729326239745', '1534474276550258689', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736934289409', '1534019729326239745', '1534474426840559617', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736934289410', '1534019729326239745', '1534478573333692417', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736934289411', '1534019729326239745', '1534478688798687234', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736934289412', '1534019729326239745', '1534478785515143170', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736934289413', '1534019729326239745', '1534479027773947906', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479736934289414', '1534019729326239745', '1534479326345478146', null, '2022-06-08 18:17:33', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809491554306', '1534019911296118786', '1534474276550258689', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809491554307', '1534019911296118786', '1534474426840559617', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809491554308', '1534019911296118786', '1534478573333692417', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809491554309', '1534019911296118786', '1534478688798687234', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809491554310', '1534019911296118786', '1534478785515143170', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809499942913', '1534019911296118786', '1534479027773947906', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479809499942914', '1534019911296118786', '1534479326345478146', null, '2022-06-08 18:17:50', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479878680793090', '1534020084667674626', '1534479326345478146', null, '2022-06-08 18:18:07', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479878689181698', '1534020084667674626', '1534478785515143170', null, '2022-06-08 18:18:07', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479878689181699', '1534020084667674626', '1534478688798687234', null, '2022-06-08 18:18:07', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479878689181700', '1534020084667674626', '1534478573333692417', null, '2022-06-08 18:18:07', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479878689181701', '1534020084667674626', '1534474276550258689', null, '2022-06-08 18:18:07', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479930753077249', '1534020318437208065', '1534474276550258689', null, '2022-06-08 18:18:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479930757271554', '1534020318437208065', '1534478573333692417', null, '2022-06-08 18:18:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479930757271555', '1534020318437208065', '1534478785515143170', null, '2022-06-08 18:18:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479930757271556', '1534020318437208065', '1534478688798687234', null, '2022-06-08 18:18:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534479930757271557', '1534020318437208065', '1534479326345478146', null, '2022-06-08 18:18:19', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001083166721', '1534020391015444481', '1534474276550258689', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001083166722', '1534020391015444481', '1534474426840559617', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001091555330', '1534020391015444481', '1534478688798687234', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001091555331', '1534020391015444481', '1534478573333692417', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001091555332', '1534020391015444481', '1534478785515143170', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001091555333', '1534020391015444481', '1534479027773947906', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534480001091555334', '1534020391015444481', '1534479326345478146', null, '2022-06-08 18:18:36', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483537170845697', '1534021004067500034', '1534463613765476353', null, '2022-06-08 18:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483537170845698', '1534021004067500034', '1534464333063446530', null, '2022-06-08 18:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483537170845699', '1534021004067500034', '1534464706616549378', null, '2022-06-08 18:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483537170845700', '1534021004067500034', '1534465097676677122', null, '2022-06-08 18:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483537170845701', '1534021004067500034', '1534465537864687618', null, '2022-06-08 18:32:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483593798144001', '1534019729326239745', '1534464333063446530', null, '2022-06-08 18:32:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483593798144002', '1534019729326239745', '1534463613765476353', null, '2022-06-08 18:32:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483593798144003', '1534019729326239745', '1534464706616549378', null, '2022-06-08 18:32:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483593806532610', '1534019729326239745', '1534465097676677122', null, '2022-06-08 18:32:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534483593806532611', '1534019729326239745', '1534465537864687618', null, '2022-06-08 18:32:53', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292103622657', '1534019911296118786', '1534463613765476353', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292103622658', '1534019911296118786', '1534464333063446530', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292107816961', '1534019911296118786', '1534464706616549378', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292107816962', '1534019911296118786', '1534465097676677122', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292107816963', '1534019911296118786', '1534465537864687618', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292107816964', '1534019911296118786', '1534466337923981313', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484292107816965', '1534019911296118786', '1534466608385286146', null, '2022-06-08 18:35:39', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484521011957762', '1534020391015444481', '1534463613765476353', null, '2022-06-08 18:36:34', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484521011957763', '1534020391015444481', '1534464333063446530', null, '2022-06-08 18:36:34', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484521074872322', '1534020391015444481', '1534464706616549378', null, '2022-06-08 18:36:34', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484521074872323', '1534020391015444481', '1534465097676677122', null, '2022-06-08 18:36:34', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534484521074872324', '1534020391015444481', '1534465537864687618', null, '2022-06-08 18:36:34', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534487583776641025', 'f6817f48af4fb3af11b9e8bf182f618b', '1534478573333692417', null, '2022-06-08 18:48:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534487583785029633', 'f6817f48af4fb3af11b9e8bf182f618b', '1534478688798687234', null, '2022-06-08 18:48:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534487583785029634', 'f6817f48af4fb3af11b9e8bf182f618b', '1534478785515143170', null, '2022-06-08 18:48:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534487583785029635', 'f6817f48af4fb3af11b9e8bf182f618b', '1534479027773947906', null, '2022-06-08 18:48:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1534487583785029636', 'f6817f48af4fb3af11b9e8bf182f618b', '1534479326345478146', null, '2022-06-08 18:48:44', '127.0.0.1'); +INSERT INTO `sys_role_permission` VALUES ('1e47db875601fd97723254046b5bba90', 'f6817f48af4fb3af11b9e8bf182f618b', 'baf16b7174bd821b6bab23fa9abb200d', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('2779cdea8367fff37db26a42c1a1f531', 'f6817f48af4fb3af11b9e8bf182f618b', 'fef097f3903caf3a3c3a6efa8de43fbb', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('3de2a60c7e42a521fecf6fcc5cb54978', 'f6817f48af4fb3af11b9e8bf182f618b', '2d83d62bd2544b8994c8f38cf17b0ddf', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('4204f91fb61911ba8ce40afa7c02369f', 'f6817f48af4fb3af11b9e8bf182f618b', '3f915b2769fc80648e92d04e84ca059d', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('45a358bb738782d1a0edbf7485e81459', 'f6817f48af4fb3af11b9e8bf182f618b', '0ac2ad938963b6c6d1af25477d5b8b51', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('4dab5a06acc8ef3297889872caa74747', 'f6817f48af4fb3af11b9e8bf182f618b', 'ffb423d25cc59dcd0532213c4a518261', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('4f254549d9498f06f4cc9b23f3e2c070', 'f6817f48af4fb3af11b9e8bf182f618b', '93d5cfb4448f11e9916698e7f462b4b6', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('504e326de3f03562cdd186748b48a8c7', 'f6817f48af4fb3af11b9e8bf182f618b', '027aee69baee98a0ed2e01806e89c891', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('5de6871fadb4fe1cdd28989da0126b07', 'f6817f48af4fb3af11b9e8bf182f618b', 'a400e4f4d54f79bf5ce160a3432231af', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('6daddafacd7eccb91309530c17c5855d', 'f6817f48af4fb3af11b9e8bf182f618b', 'edfa74d66e8ea63ea432c2910837b150', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('7413acf23b56c906aedb5a36fb75bd3a', 'f6817f48af4fb3af11b9e8bf182f618b', 'a4fc7b64b01a224da066bb16230f9c5a', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('84eac2f113c23737128fb099d1d1da89', 'f6817f48af4fb3af11b9e8bf182f618b', '03dc3d93261dda19fc86dd7ca486c6cf', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('86060e2867a5049d8a80d9fe5d8bc28b', 'f6817f48af4fb3af11b9e8bf182f618b', '765dd244f37b804e3d00f475fd56149b', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('8e3dc1671abad4f3c83883b194d2e05a', 'f6817f48af4fb3af11b9e8bf182f618b', 'b1cb0a3fedf7ed0e4653cb5a229837ee', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('980171fda43adfe24840959b1d048d4d', 'f6817f48af4fb3af11b9e8bf182f618b', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('a034ed7c38c996b880d3e78f586fe0ae', 'f6817f48af4fb3af11b9e8bf182f618b', 'c89018ea6286e852b424466fd92a2ffc', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('acacce4417e5d7f96a9c3be2ded5b4be', 'f6817f48af4fb3af11b9e8bf182f618b', 'f9d3f4f27653a71c52faa9fb8070fbe7', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('ae1852fb349d8513eb3fdc173da3ee56', 'f6817f48af4fb3af11b9e8bf182f618b', '8d4683aacaa997ab86b966b464360338', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('af60ac8fafd807ed6b6b354613b9ccbc', 'f6817f48af4fb3af11b9e8bf182f618b', '58857ff846e61794c69208e9d3a85466', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('bea2986432079d89203da888d99b3f16', 'f6817f48af4fb3af11b9e8bf182f618b', '54dd5457a3190740005c1bfec55b1c34', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('cf1feb1bf69eafc982295ad6c9c8d698', 'f6817f48af4fb3af11b9e8bf182f618b', 'a2b11669e98c5fe54a53c3e3c4f35d14', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('d281a95b8f293d0fa2a136f46c4e0b10', 'f6817f48af4fb3af11b9e8bf182f618b', '5c8042bd6c601270b2bbd9b20bccc68b', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('d37ad568e26f46ed0feca227aa9c2ffa', 'f6817f48af4fb3af11b9e8bf182f618b', '9502685863ab87f0ad1134142788a385', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('d83282192a69514cfe6161b3087ff962', 'f6817f48af4fb3af11b9e8bf182f618b', '53a9230444d33de28aa11cc108fb1dba', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('dc83bb13c0e8c930e79d28b2db26f01f', 'f6817f48af4fb3af11b9e8bf182f618b', '63b551e81c5956d5c861593d366d8c57', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('dc8fd3f79bd85bd832608b42167a1c71', 'f6817f48af4fb3af11b9e8bf182f618b', '91c23960fab49335831cf43d820b0a61', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('de82e89b8b60a3ea99be5348f565c240', 'f6817f48af4fb3af11b9e8bf182f618b', '56ca78fe0f22d815fabc793461af67b8', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('ec846a3f85fdb6813e515be71f11b331', 'f6817f48af4fb3af11b9e8bf182f618b', '732d48f8e0abe99fe6a23d18a3171cd1', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('ecdd72fe694e6bba9c1d9fc925ee79de', 'f6817f48af4fb3af11b9e8bf182f618b', '45c966826eeff4c99b8f8ebfe74511fc', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('f177acac0276329dc66af0c9ad30558a', 'f6817f48af4fb3af11b9e8bf182f618b', 'c2c356bf4ddd29975347a7047a062440', null, null, null); +INSERT INTO `sys_role_permission` VALUES ('fafe73c4448b977fe42880a6750c3ee8', 'f6817f48af4fb3af11b9e8bf182f618b', '9cb91b8851db0cf7b19d7ecc2a8193dd', null, null, null); + +-- ---------------------------- +-- Table structure for sys_sms +-- ---------------------------- +DROP TABLE IF EXISTS `sys_sms`; +CREATE TABLE `sys_sms` ( + `id` varchar(32) NOT NULL COMMENT 'ID', + `es_title` varchar(100) DEFAULT NULL COMMENT '消息标题', + `es_type` varchar(1) DEFAULT NULL COMMENT '发送方式:1短信 2邮件 3微信', + `es_receiver` varchar(50) DEFAULT NULL COMMENT '接收人', + `es_param` varchar(1000) DEFAULT NULL COMMENT '发送所需参数Json格式', + `es_content` longtext COMMENT '推送内容', + `es_send_time` datetime DEFAULT NULL COMMENT '推送时间', + `es_send_status` varchar(1) DEFAULT NULL COMMENT '推送状态 0未推送 1推送成功 2推送失败 -1失败不再发送', + `es_send_num` int(11) DEFAULT NULL COMMENT '发送次数 超过5次不再发送', + `es_result` varchar(255) DEFAULT NULL COMMENT '推送失败原因', + `remark` varchar(500) DEFAULT NULL COMMENT '备注', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + PRIMARY KEY (`id`) USING BTREE, + KEY `index_type` (`es_type`) USING BTREE, + KEY `index_receiver` (`es_receiver`) USING BTREE, + KEY `index_sendtime` (`es_send_time`) USING BTREE, + KEY `index_status` (`es_send_status`) USING BTREE, + KEY `idx_ss_es_type` (`es_type`) USING BTREE, + KEY `idx_ss_es_receiver` (`es_receiver`) USING BTREE, + KEY `idx_ss_es_send_time` (`es_send_time`) USING BTREE, + KEY `idx_ss_es_send_status` (`es_send_status`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_sms +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_sms_template +-- ---------------------------- +DROP TABLE IF EXISTS `sys_sms_template`; +CREATE TABLE `sys_sms_template` ( + `id` varchar(32) NOT NULL COMMENT '主键', + `template_name` varchar(50) DEFAULT NULL COMMENT '模板标题', + `template_code` varchar(32) NOT NULL COMMENT '模板CODE', + `template_type` varchar(1) NOT NULL COMMENT '模板类型:1短信 2邮件 3微信', + `template_content` varchar(1000) NOT NULL COMMENT '模板内容', + `template_test_json` varchar(1000) DEFAULT NULL COMMENT '模板测试json', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_templatecode` (`template_code`) USING BTREE, + UNIQUE KEY `uk_sst_template_code` (`template_code`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_sms_template +-- ---------------------------- +INSERT INTO `sys_sms_template` VALUES ('1199606397416775681', '系统消息通知-Demo', 'sys_ts_note', '4', '

    系统通知

\n', null, '2019-11-27 16:30:27', 'admin', '2021-03-16 16:56:36', 'admin'); +INSERT INTO `sys_sms_template` VALUES ('1199648914107625473', '流程办理超时提醒-Demo', 'bpm_chaoshi_tip', '4', '

   流程办理超时提醒

\n', null, '2019-11-27 19:19:24', 'admin', '2021-03-16 16:56:20', 'admin'); +INSERT INTO `sys_sms_template` VALUES ('4028608164691b000164693108140003', '催办:${taskName}-Demo', 'SYS001', '3', '${userName},您好!\r\n请前待办任务办理事项!${taskName}\r\n\r\n\r\n===========================\r\n此消息由系统发出', '{\r\n\"taskName\":\"HR审批\",\r\n\"userName\":\"admin\"\r\n}', '2018-07-05 14:46:18', 'admin', '2021-03-16 16:57:00', 'admin'); + +-- ---------------------------- +-- Table structure for sys_tenant +-- ---------------------------- +DROP TABLE IF EXISTS `sys_tenant`; +CREATE TABLE `sys_tenant` ( + `id` int(5) NOT NULL COMMENT '租户编码', + `name` varchar(100) DEFAULT NULL COMMENT '租户名称', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `create_by` varchar(100) DEFAULT NULL COMMENT '创建人', + `begin_date` datetime DEFAULT NULL COMMENT '开始时间', + `end_date` datetime DEFAULT NULL COMMENT '结束时间', + `status` int(1) DEFAULT NULL COMMENT '状态 1正常 0冻结', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='多租户信息表'; + +-- ---------------------------- +-- Records of sys_tenant +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_third_account +-- ---------------------------- +DROP TABLE IF EXISTS `sys_third_account`; +CREATE TABLE `sys_third_account` ( + `id` varchar(32) NOT NULL COMMENT '编号', + `sys_user_id` varchar(32) DEFAULT NULL COMMENT '第三方登录id', + `third_type` varchar(255) DEFAULT NULL COMMENT '登录来源', + `avatar` varchar(255) DEFAULT NULL COMMENT '头像', + `status` tinyint(1) DEFAULT NULL COMMENT '状态(1-正常,2-冻结)', + `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', + `realname` varchar(100) DEFAULT NULL COMMENT '真实姓名', + `third_user_uuid` varchar(100) DEFAULT NULL COMMENT '第三方账号', + PRIMARY KEY (`id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_third_account +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_user +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user`; +CREATE TABLE `sys_user` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `username` varchar(100) DEFAULT NULL COMMENT '登录账号', + `realname` varchar(100) DEFAULT NULL COMMENT '真实姓名', + `password` varchar(255) DEFAULT NULL COMMENT '密码', + `salt` varchar(45) DEFAULT NULL COMMENT 'md5密码盐', + `avatar` varchar(255) DEFAULT NULL COMMENT '头像', + `birthday` datetime DEFAULT NULL COMMENT '生日', + `sex` tinyint(1) DEFAULT NULL COMMENT '性别(0-默认未知,1-男,2-女)', + `email` varchar(45) DEFAULT NULL COMMENT '电子邮件', + `phone` varchar(45) DEFAULT NULL COMMENT '电话', + `org_code` varchar(64) DEFAULT NULL COMMENT '机构编码', + `status` tinyint(1) DEFAULT NULL COMMENT '性别(1-正常,2-冻结)', + `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', + `third_id` varchar(100) DEFAULT NULL COMMENT '第三方登录的唯一标识', + `third_type` varchar(100) DEFAULT NULL COMMENT '第三方类型(pp-people同步用户)', + `activiti_sync` tinyint(1) DEFAULT NULL COMMENT '同步工作流引擎(1-同步,0-不同步)', + `work_no` varchar(100) DEFAULT NULL COMMENT '工号,唯一键', + `telephone` varchar(45) DEFAULT NULL COMMENT '座机号', + `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', + `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', + `update_time` datetime DEFAULT NULL COMMENT '更新时间', + `user_identity` tinyint(1) DEFAULT NULL COMMENT '身份(1普通成员 2上级)', + `depart_ids` longtext COMMENT '负责部门', + `rel_tenant_ids` varchar(100) DEFAULT NULL COMMENT '多租户标识', + `client_id` varchar(64) DEFAULT NULL COMMENT '设备ID', + `worker_type` varchar(1) DEFAULT NULL COMMENT '员工种类(1-正式工,2-临时工)', + `job_code` varchar(100) DEFAULT NULL, + `job_title` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `index_user_name` (`username`) USING BTREE, + UNIQUE KEY `uniq_sys_user_work_no` (`work_no`) USING BTREE, + UNIQUE KEY `uniq_sys_user_username` (`username`) USING BTREE, + UNIQUE KEY `uniq_sys_user_phone` (`phone`) USING BTREE, + UNIQUE KEY `uniq_sys_user_email` (`email`) USING BTREE, + KEY `index_user_status` (`status`) USING BTREE, + KEY `index_user_del_flag` (`del_flag`) USING BTREE, + KEY `idx_su_username` (`username`) USING BTREE, + KEY `idx_su_status` (`status`) USING BTREE, + KEY `idx_su_del_flag` (`del_flag`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户表'; + +-- ---------------------------- +-- Records of sys_user +-- ---------------------------- +INSERT INTO `sys_user` VALUES ('e9ca23d68d884d4ebb19d07889727dae', 'admin', '开发管理员', 'cb362cfeefbf3d8d', 'RCGTeGiH', null, '2018-12-05 00:00:00', '1', 'lixuetao@syxysoft.com', '18608732661', 'A01', '1', '0', 'chengjun.wang.o', null, '1', '00001', null, null, '2019-06-21 17:54:10', 'admin', null, '2', 'c6d7cb4deeac411cb3384b1b31278596', '', null, null, null, null); + +-- ---------------------------- +-- Table structure for sys_user_agent +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_agent`; +CREATE TABLE `sys_user_agent` ( + `id` varchar(32) NOT NULL COMMENT '序号', + `user_name` varchar(100) DEFAULT NULL COMMENT '用户名', + `agent_user_name` varchar(100) DEFAULT NULL COMMENT '代理人用户名', + `start_time` datetime DEFAULT NULL COMMENT '代理开始时间', + `end_time` datetime DEFAULT NULL COMMENT '代理结束时间', + `status` varchar(2) DEFAULT NULL COMMENT '状态0无效1有效', + `create_name` varchar(50) DEFAULT NULL COMMENT '创建人名称', + `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', + `create_time` datetime DEFAULT NULL COMMENT '创建日期', + `update_name` varchar(50) DEFAULT NULL COMMENT '更新人名称', + `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', + `update_time` datetime DEFAULT NULL COMMENT '更新日期', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '所属部门', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '所属公司', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE KEY `uniq_username` (`user_name`) USING BTREE, + UNIQUE KEY `uk_sug_user_name` (`user_name`) USING BTREE, + KEY `statux_index` (`status`) USING BTREE, + KEY `begintime_index` (`start_time`) USING BTREE, + KEY `endtime_index` (`end_time`) USING BTREE, + KEY `idx_sug_status` (`status`) USING BTREE, + KEY `idx_sug_start_time` (`start_time`) USING BTREE, + KEY `idx_sug_end_time` (`end_time`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户代理人设置'; + +-- ---------------------------- +-- Records of sys_user_agent +-- ---------------------------- + +-- ---------------------------- +-- Table structure for sys_user_depart +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_depart`; +CREATE TABLE `sys_user_depart` ( + `ID` varchar(32) NOT NULL COMMENT 'id', + `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', + `dep_id` varchar(32) DEFAULT NULL COMMENT '部门id', + PRIMARY KEY (`ID`) USING BTREE, + KEY `index_depart_groupk_userid` (`user_id`) USING BTREE, + KEY `index_depart_groupkorgid` (`dep_id`) USING BTREE, + KEY `index_depart_groupk_uidanddid` (`user_id`,`dep_id`) USING BTREE, + KEY `idx_sud_user_id` (`user_id`) USING BTREE, + KEY `idx_sud_dep_id` (`dep_id`) USING BTREE, + KEY `idx_sud_user_dep_id` (`user_id`,`dep_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; + +-- ---------------------------- +-- Records of sys_user_depart +-- ---------------------------- +INSERT INTO `sys_user_depart` VALUES ('1371763232992583682', 'e9ca23d68d884d4ebb19d07889727dae', 'c6d7cb4deeac411cb3384b1b31278596'); + +-- ---------------------------- +-- Table structure for sys_user_role +-- ---------------------------- +DROP TABLE IF EXISTS `sys_user_role`; +CREATE TABLE `sys_user_role` ( + `id` varchar(32) NOT NULL COMMENT '主键id', + `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', + `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', + PRIMARY KEY (`id`) USING BTREE, + KEY `index2_groupuu_user_id` (`user_id`) USING BTREE, + KEY `index2_groupuu_ole_id` (`role_id`) USING BTREE, + KEY `index2_groupuu_useridandroleid` (`user_id`,`role_id`) USING BTREE, + KEY `idx_sur_user_id` (`user_id`) USING BTREE, + KEY `idx_sur_role_id` (`role_id`) USING BTREE, + KEY `idx_sur_user_role_id` (`user_id`,`role_id`) USING BTREE +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='用户角色表'; + +-- ---------------------------- +-- Records of sys_user_role +-- ---------------------------- +INSERT INTO `sys_user_role` VALUES ('1534449719420452866', '10064', '1534020318437208065'); +INSERT INTO `sys_user_role` VALUES ('1533725723937693698', '22705', 'f6817f48af4fb3af11b9e8bf182f618b'); +INSERT INTO `sys_user_role` VALUES ('1533724519291641857', '27785', 'f6817f48af4fb3af11b9e8bf182f618b'); +INSERT INTO `sys_user_role` VALUES ('1533644606476759041', '28617', 'f6817f48af4fb3af11b9e8bf182f618b'); +INSERT INTO `sys_user_role` VALUES ('1532296609758408705', '45143', 'f6817f48af4fb3af11b9e8bf182f618b'); +INSERT INTO `sys_user_role` VALUES ('1506563308205715458', '8c9518a795844f8cb226ab66cb1be2c6', 'f6817f48af4fb3af11b9e8bf182f618b'); +INSERT INTO `sys_user_role` VALUES ('1532175813702574081', 'e4a82810bc294eeaa109d2e9b7529deb', 'f6817f48af4fb3af11b9e8bf182f618b'); +INSERT INTO `sys_user_role` VALUES ('1534487510141440001', 'e9ca23d68d884d4ebb19d07889727dae', 'f6817f48af4fb3af11b9e8bf182f618b'); diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysCategoryController.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysCategoryController.java index 08adeb4de..d837ecc8c 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysCategoryController.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysCategoryController.java @@ -115,7 +115,7 @@ public class SysCategoryController { @PostMapping(value = "/queryPageList") // @RequiresPermissions("sys:category:queryPageList") public Result queryPageList(@RequestBody Map params) { - List categoryList = sysCategoryService.queryPageList(params); + List categoryList = sysCategoryService.queryByList(params); IPage pageList = new Page<>(); pageList.setRecords(categoryList); diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/SysCategoryMapper.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/SysCategoryMapper.java index 54b5b97a8..cfae0a83c 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/SysCategoryMapper.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/SysCategoryMapper.java @@ -19,7 +19,7 @@ import java.util.Map; */ public interface SysCategoryMapper extends BaseMapper { - List queryPageList(@Param("params") Map params); + List queryByList(@Param("params") Map params); /** * 根据父级ID查询树节点数据 diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/SysCategoryMapper.xml b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/SysCategoryMapper.xml index 75170d381..fea081c16 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/SysCategoryMapper.xml +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/mapper/xml/SysCategoryMapper.xml @@ -17,7 +17,7 @@ - select create_by,create_time,sys_org_code,update_by,update_time,attribute_type,code,sort_order, del_flag,description,en_name,has_child,id,is_read_only,is_tag_dict,item_value,name,pid,sys_dict_id from sys_category diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/ISysCategoryService.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/ISysCategoryService.java index 029a83f3c..4f6a0d863 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/ISysCategoryService.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/ISysCategoryService.java @@ -61,7 +61,7 @@ public interface ISysCategoryService extends IService { void deleteSysCategory(String ids); - List queryPageList(Map params); + List queryByList(Map params); /** * 获取树形结构 diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/SysCategoryServiceImpl.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/SysCategoryServiceImpl.java index 62bfbdb6d..2232b6ade 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/SysCategoryServiceImpl.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/service/impl/SysCategoryServiceImpl.java @@ -258,8 +258,8 @@ public class SysCategoryServiceImpl extends ServiceImpl queryPageList(Map params) { - List result = sysCategoryMapper.queryPageList(params); + public List queryByList(Map params) { + List result = sysCategoryMapper.queryByList(params); // 对所有的数据进行子表查询的数据