消息提醒-定时回款,付款提醒

product
chuang 2 years ago
parent a9233ff02e
commit 2fadfc901a

@ -10,7 +10,6 @@ import lombok.extern.log4j.Log4j2;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
@ -30,8 +29,7 @@ public class ScmTask {
concurrentHashMap = SpringContext.getBean(ConcurrentHashMap.class);
}
@Resource
private MessageCenterMapper messageCenterMapper;
/**
*

Loading…
Cancel
Save