权限问题修改
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
package com.fastbee.deviceData.api.devlink.service;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public class ZhanLianCountService {
|
||||
@Autowired
|
||||
private ZhanLianAuthorizationService authorizationService;
|
||||
|
||||
|
||||
/**
|
||||
* 统计在线设备数量
|
||||
*/
|
||||
public void countOnlineDevice() {
|
||||
// authorizationService.countOnlineDevice();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user