j_wms_operate_s_cluster.sql 1.3 KB

123
  1. INSERT INTO `j-wms-operate`.s_cluster (id, instance_code, instance_name, project_type_code, project_type_name, ip, port, path, status, status_name, created_time, created_by_user_id, created_by_user_code, update_time, update_by_user_id, update_by_user_code, extend1, extend2) VALUES ('1', 'DEFAULT', '默认实例', 'OPERATE', '作业系统', '127.0.0.1', '81', '/', 1, '正常', '2017-12-06 17:57:43', '1', 'admin', null, '', '', '', '');
  2. INSERT INTO `j-wms-operate`.s_cluster (id, instance_code, instance_name, project_type_code, project_type_name, ip, port, path, status, status_name, created_time, created_by_user_id, created_by_user_code, update_time, update_by_user_id, update_by_user_code, extend1, extend2) VALUES ('2', 'DEFAULT', '默认实例', 'CLIENT', '货主系统', '127.0.0.1', '82', '/', 1, '正常', '2017-12-06 18:07:30', '1', 'admin', null, null, null, '', '');
  3. INSERT INTO `j-wms-operate`.s_cluster (id, instance_code, instance_name, project_type_code, project_type_name, ip, port, path, status, status_name, created_time, created_by_user_id, created_by_user_code, update_time, update_by_user_id, update_by_user_code, extend1, extend2) VALUES ('3', 'DEFAULT', '默认实例', 'API', '接口系统', '127.0.0.1', '83', '/', 1, '正常', '2017-12-06 18:42:28', '1', 'admin', null, null, null, null, null);