You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
869 B

  1. INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
  2. 1,1582624908000,1586492969000,NULL,'测试客户','1761111111',10,'888');
  3. INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
  4. 2,1586492753000,1586492753000,1586497436000,'test','123123123',10,'888');
  5. INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
  6. 3,1586497452000,1586497452000,1586497453000,'123123','123123',10,'888');
  7. INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
  8. 4,1586497630000,1586497630000,1586497632000,'22222222','222222222222222',10,'888');