Browse Source

* 商品详情接口bug修复

libo 4 years ago
parent
commit
a4374c6a63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/UserRelateMapper.xml

+ 1 - 1
src/main/resources/mapper/UserRelateMapper.xml

@@ -93,7 +93,7 @@
93 93
         insert into user_relate
94 94
         (
95 95
         uid,
96
-        pid
96
+        pid,
97 97
         date        )
98 98
         values
99 99
         <foreach collection="list" separator="," item="row">