Jelajahi Sumber

添加一个缺省平台让利比

zhangdehua 1 tahun lalu
induk
melakukan
62debc92ac
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      data/rw_database.sql

+ 1 - 0
data/rw_database.sql

@@ -4263,6 +4263,7 @@ CREATE TABLE `yoshop_config_percent` (
   `platform_rate` int(10) unsigned DEFAULT '0' COMMENT '平台让利比',
   PRIMARY KEY (`id`)
 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
+INSERT INTO `yoshop_config_percent`(`id`, `staff_percent`, `manager_percent`, `boss_percent`, `create_time`, `update_time`, `ticket_rate`, `platform_rate`) VALUES (1, 0, 0, 0, 1632981003, 1634973079, 3, 0);
 
 -- ----------------------------
 -- Records of yoshop_config_percent