Files
yshop-pro/sql/初始化分销商.sql

7 lines
291 B
Java
Raw Normal View History

TRUNCATE TABLE yshop_distributor;
TRUNCATE TABLE yshop_distributor_dynamics;
TRUNCATE TABLE yshop_distributor_order;
TRUNCATE TABLE yshop_distributor_user;
TRUNCATE TABLE yshop_distributor_wages;
TRUNCATE TABLE yshop_distributor_wages_log;
TRUNCATE TABLE yshop_distributor_withdrawal_method;