wuxw
2022-05-10 ba5210dc8c6c537cacc59c18d58baa9744cd2b9d
java110-db/src/main/resources/mapper/store/StoreAttrV1ServiceDaoImplMapper.xml
@@ -34,7 +34,7 @@
            and t.store_id= #{storeId}
        </if>
        <if test="storeIds != null">
            and sa.store_id in
            and t.store_id in
            <foreach collection="storeIds" open="(" close=")"
                     separator="," item="item">
                #{item}
@@ -91,7 +91,7 @@
            and t.store_id= #{storeId}
        </if>
        <if test="storeIds != null">
            and sa.store_id in
            and t.store_id in
            <foreach collection="storeIds" open="(" close=")"
                     separator="," item="item">
                #{item}