修正上个版本代码遗漏的Autowired注解
This commit is contained in:
parent
d873278da9
commit
5519b14824
@ -48,6 +48,7 @@ public class SimStatusChecker {
|
||||
@Resource(name = "local")
|
||||
private DeviceService deviceService;
|
||||
|
||||
@Autowired
|
||||
private SimCardQueryServiceImpl simCardQueryServiceImpl;
|
||||
|
||||
// 每小时执行一次状态检查调度
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user