Browse Source

no message

FengChaoYu 2 months ago
parent
commit
a849b0de8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mall-server-api/src/main/resources/mapper/MaterialMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/MaterialMapper.xml

@@ -890,7 +890,7 @@
                     </if>
                     </if>
                     <if test="websitId == null and websits != null and websits.size > 0">
                     <if test="websitId == null and websits != null and websits.size > 0">
                         AND t1.websit_id IN
                         AND t1.websit_id IN
-                        <foreach item="item" index="index" collection="shops" open="(" separator=","
+                        <foreach item="item" index="index" collection="websits" open="(" separator=","
                                  close=")">
                                  close=")">
                             #{item}
                             #{item}
                         </foreach>
                         </foreach>