@@ -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