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>