去除设备注册接口非必要代码

This commit is contained in:
wulin 2023-09-18 20:24:10 +08:00
parent 59e73613a7
commit 9921429c26

View File

@ -72,8 +72,6 @@ public class DeviceController {
return mono.defaultIfEmpty(new DeviceInfoEntity()).flatMap(entity -> {
if(entity.getId() == null){
entity = new DeviceInfoEntity();
entity.setWifiMac(wifiMac);
entity.setBtMac(btMac);
entity.setBatchId(1l);