Procházet zdrojové kódy

优化s 写成t 的问题

wuxw před 6 roky
rodič
revize
ffb6237185

+ 1 - 1
java110-db/src/main/resources/mapper/store/StoreServiceDaoImplMapper.xml

@@ -482,7 +482,7 @@
             and s.store_id = #{storeId}
         </if>
         <if test="storeIds !=null">
-            and t.store_id in
+            and s.store_id in
             <foreach collection="storeIds" open="(" close=")"
                      separator="," item="item">
                 #{item}