1
0

j_wms_operate_u_user.sql 587 B

1
  1. INSERT INTO `j-wms-operate`.u_user (id, code, name, password, org_id, org_code, org_name, status, status_name, phone_number, mobile_number, address, last_login_time, count_login, created_time, created_by_user_id, created_by_user_code, update_time, update_by_user_id, update_by_user_code, extend1, extend2, extend3, extend4) VALUES ('1', 'admin', '系统管理员', '123456', '1', 'A', '集团总公司', 0, '正常', '0755-81234567', '15766447784', '广东省深圳市', '2017-11-07 17:47:13', 0, '2017-11-05 16:22:40', '1', 'admin', '2018-07-15 14:54:37', '1', 'admin', '', '', '', '');