修复商品收藏后无法取消,修复取消后无法再次收藏的问题

This commit is contained in:
LIONCITYS\lioncity
2020-11-06 17:41:44 +08:00
parent 48ea2c8d60
commit 346f725758
4 changed files with 10 additions and 4 deletions

View File

@ -129,3 +129,8 @@ CREATE TABLE `yx_wechat_live_goods` (
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '微信直播商品表' ROW_FORMAT = Dynamic;
SET FOREIGN_KEY_CHECKS = 1;
drop index uid on yx_store_product_relation;