fix
zhangqian
2023-11-16 53e895bdc18f6ca62a925c93c3b075746d0ad9e4
service/device.go
@@ -56,7 +56,7 @@
   if err != nil {
      return err
   }
   if len(deviceList) >= 0 {
   if len(deviceList) > 0 {
      conf.Conf.CurrentDeviceID = deviceList[0]
   } else if conf.Conf.System.DeviceId != "" {
      conf.Conf.CurrentDeviceID = conf.Conf.System.DeviceId