ソースを参照

优化s 写成t 的问题

wuxw 6 年 前
コミット
ffb6237185
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      java110-db/src/main/resources/mapper/store/StoreServiceDaoImplMapper.xml

+ 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}