Commit b8b3d77f authored by Smile's avatar Smile Committed by wux

会员等级详情及会员定时任务修改

parent b666771e
......@@ -22,6 +22,7 @@ import cn.iocoder.yudao.module.system.api.user.AdminUserApi;
import cn.iocoder.yudao.module.system.api.user.dto.AdminUserRespDTO;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
......@@ -48,13 +49,14 @@ public class userLevelDetailsTask implements JobHandler {
@Resource
private MemberUserService userService;
@Resource
private MemberUserScoreLogService memberUserScoreLogService;
@Resource
private MemberUserLevelDetailsService memberUserLevelDetailsService;
@Resource
private AdminUserApi adminUserApi;
@Resource
private MemberUserLevelOperateLogService memberUserLevelOperateService;
@Lazy
@Resource
private MemberUserScoreLogService memberUserScoreLogService;
@Override
public String execute(String param) throws Exception {
log.info("level config expire task running");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment