FengChaoYu 2 kuukautta sitten
vanhempi
commit
a849b0de8d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 test="websitId == null and websits != null and websits.size > 0">
                         AND t1.websit_id IN
-                        <foreach item="item" index="index" collection="shops" open="(" separator=","
+                        <foreach item="item" index="index" collection="websits" open="(" separator=","
                                  close=")">
                             #{item}
                         </foreach>