|
@@ -27,7 +27,7 @@ public class DeviceControlSchedule {
|
|
|
// @Scheduled(cron = "0 0/1 * * * ?")
|
|
|
public void settingUploadTime(){
|
|
|
Map<String, Channel> commandCopy = DiscardServerHandler.manageChannelMap;
|
|
|
- Map<Channel, String> channelMap = DiscardServerHandler.channelMap;
|
|
|
+ Map<String, String> channelMap = DiscardServerHandler.channelMap;
|
|
|
Map<String, Object> param = new HashMap<>();
|
|
|
String result = null;
|
|
|
if (!commandCopy.isEmpty()) {
|