From 3cb61867769d091f7e20ade8701b6593b82141ad Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 26 九月 2024 14:40:10 +0800 Subject: [PATCH] 玩湃微信商户分账 --- cloud-server-activity/src/main/java/com/dsh/activity/mapper/BenefitsVideoClassificationMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-activity/src/main/java/com/dsh/activity/mapper/BenefitsVideoClassificationMapper.java b/cloud-server-activity/src/main/java/com/dsh/activity/mapper/BenefitsVideoClassificationMapper.java index 6fe48df..871d195 100644 --- a/cloud-server-activity/src/main/java/com/dsh/activity/mapper/BenefitsVideoClassificationMapper.java +++ b/cloud-server-activity/src/main/java/com/dsh/activity/mapper/BenefitsVideoClassificationMapper.java @@ -15,5 +15,5 @@ public interface BenefitsVideoClassificationMapper extends BaseMapper<BenefitsVideoClassification> { List<TQueryBenefitsVO> listAll(@Param("query") QueryBenefitsVedioVO vo); - Object changeState(@Param("ids") List<Integer> ids,@Param("type") Integer state); + Object changeState(@Param("ids") List<Integer> ids, @Param("type") Integer state); } -- Gitblit v1.7.1