puzhibing
2025-06-18 b1c3cb31d1e8c250dd6817bd71ddfb3c785cb235
ruoyi-modules/ruoyi-shop/src/main/resources/mapper/task/ShopFileMapper.xml
@@ -70,4 +70,10 @@
        UPDATE t_shop_file SET del_flag = 1 WHERE shop_id = #{shopId}
    </update>
    <update id="deleteBatchByShopIds">
        update t_shop_file set del_flag =1 where shop_id in
        <foreach collection="shopIds" item="shopId" open="(" separator="," close=")">
            #{shopId}
        </foreach>
    </update>
</mapper>