初始化脚本

This commit is contained in:
wangshuai 2024-07-11 18:54:43 +08:00
parent 46c6b16922
commit 583bb7d38c
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
TRUNCATE TABLE bus_ai_info;
TRUNCATE TABLE bus_ban_operate_info;
TRUNCATE TABLE bus_fifteen_info;
TRUNCATE TABLE bus_integral_record;
TRUNCATE TABLE bus_order_info;
TRUNCATE TABLE bus_return_visit_info;
TRUNCATE TABLE bus_sale_info;
TRUNCATE TABLE bus_store_config_info;
TRUNCATE TABLE bus_store_day_info;
TRUNCATE TABLE bus_store_info;
TRUNCATE TABLE sys_job_log;
TRUNCATE TABLE sys_logininfor;
TRUNCATE TABLE sys_oper_log;
TRUNCATE TABLE bus_agent_info;
DELETE
FROM
sys_user
WHERE
user_id != 1;