| 123 |
- INSERT INTO `datacollect-pub`.`sys_dict_type` (`id`, `name`, `code`, `sort`, `remark`, `status`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1864994248714092544, '监管员在职状态', 'KQGL_JGYXXWH_ZZZT', 100, '监管员在职状态', 0, '2024-12-06 19:24:13', -1, '2024-12-06 19:24:13', -1);
- INSERT INTO `datacollect-pub`.`sys_dict_data` (`id`, `type_id`, `value`, `code`, `sort`, `remark`, `status`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1864994248714092545, 1864994248714092544, '在职', '1', 1, '', 0, '2024-12-06 19:24:13', -1, NULL, NULL);
- INSERT INTO `datacollect-pub`.`sys_dict_data` (`id`, `type_id`, `value`, `code`, `sort`, `remark`, `status`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1864994248714092546, 1864994248714092544, '离职', '0', 2, '', 0, '2024-12-06 19:24:13', -1, NULL, NULL);
|