李宇
2021-01-28 2f52e8c752122625f189ae7657e621db0d6d253c
src/main/java/com/nanometer/smartlab/api/schedule/UserPointSchedule.java
@@ -3,6 +3,7 @@
import com.nanometer.smartlab.service.SysUserService;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@@ -11,6 +12,7 @@
@Component
public class UserPointSchedule {
    private static Logger logger = Logger.getLogger(UserPointSchedule.class);
    @Lazy
    @Autowired
    private SysUserService sysUserService;