批量用户.sql 2.0 KB

12345678910111213141516171819202122232425
  1. INSERT INTO `t_sys_dict`(`id`, `value`, `label`, `type`, `description`, `sort`, `created_time`,
  2. `update_time`, `del_flag`, `created_user_id`, `update_user_id`,
  3. `created_user_name`, `update_user_name`, `child_flag`, `parent_id`, `code`,
  4. `type_name`, `value_type`)
  5. VALUES ('5ffd65750b5bbe6aec7ca981', '51', '分公司总经理', 'SYS_USER_JOB_TYPE', '分公司总经理', 51, '2021-01-12 17:01:42',
  6. '2021-01-12 17:01:42', '0', '1', NULL, '超级管理员', NULL, '0', '5fc0576982a5005090800128', 'FGS_ZJL_51', '用户职务', 2);
  7. INSERT INTO `t_sys_dict`(`id`, `value`, `label`, `type`, `description`, `sort`, `created_time`,
  8. `update_time`, `del_flag`, `created_user_id`, `update_user_id`,
  9. `created_user_name`, `update_user_name`, `child_flag`, `parent_id`, `code`,
  10. `type_name`, `value_type`)
  11. VALUES ('5ffd65c30b5bbe6aec7ca983', '52', '分公司设备分管领导', 'SYS_USER_JOB_TYPE', '', 52, '2021-01-12 17:02:59',
  12. '2021-01-12 17:02:59', '0', '1', NULL, '超级管理员', NULL, '0', '5fc0576982a5005090800128', 'FGSSBFGLD_52', '用户职务',
  13. 2);
  14. INSERT INTO t_sys_dict (id, code, value, value_type, label, type_name, type, description, sort, created_time,
  15. update_time, created_user_id, created_user_name)
  16. VALUES ('6005a58bb3cf7f014053c8ac', 'XM_FJL', '33', 2, '项目副经理', '用户身份', 'SYS_USER_IDENTITY_TYPE', '项目副经理', 33,
  17. '2021-01-18 23:13:15.491', '2021-01-18 23:13:15.491', '1', '超级管理员');
  18. INSERT INTO t_sys_dict (id, code, value, value_type, label, type_name, type, description, sort, created_time,
  19. update_time, child_flag, parent_id, created_user_id, created_user_name)
  20. VALUES ('6005a972b3cf7f014053c8f8', 'XTGLY_51', '51', 2, '水泥拌合楼操作手', '用户职务', 'SYS_USER_JOB_TYPE', '', 71,
  21. '2021-01-18 23:29:54.445', '2021-01-18 23:29:54.445', '0', '5fc0576982a5005090800128', '1', '超级管理员');