wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
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}