From 24b1d8e38de30063e2fc8008265455da32e959b2 Mon Sep 17 00:00:00 2001 From: admin <1101184511@qq.com> Date: 星期日, 20 四月 2025 11:58:30 +0800 Subject: [PATCH] 积分功能完善 --- src/main/java/com/taoke/autopay/service/impl/WxUserSettingServiceImpl.java | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) diff --git a/src/main/java/com/taoke/autopay/service/impl/WxUserSettingServiceImpl.java b/src/main/java/com/taoke/autopay/service/impl/WxUserSettingServiceImpl.java index a79bd74..4982868 100644 --- a/src/main/java/com/taoke/autopay/service/impl/WxUserSettingServiceImpl.java +++ b/src/main/java/com/taoke/autopay/service/impl/WxUserSettingServiceImpl.java @@ -1,25 +1,14 @@ package com.taoke.autopay.service.impl; -import com.taoke.autopay.dao.WxUserSettingsMapper; -import com.taoke.autopay.entity.SystemConfigKeyEnum; -import com.taoke.autopay.entity.WxUserSettings; -import com.taoke.autopay.service.SystemConfigService; -import com.taoke.autopay.service.WxUserSettingService; -import com.taoke.autopay.utils.StringUtil; +import javax.annotation.Resource; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; -import javax.annotation.Resource; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; +import com.taoke.autopay.dao.WxUserSettingsMapper; +import com.taoke.autopay.entity.WxUserSettings; +import com.taoke.autopay.service.SystemConfigService; +import com.taoke.autopay.service.WxUserSettingService; -/** - * @author hxh - * @title: WxUserSettingServiceImpl - * @description: TODO - * @date 2024/6/28 19:10 - */ @Service public class WxUserSettingServiceImpl implements WxUserSettingService { -- Gitblit v1.8.0