|
@@ -250,9 +250,9 @@ public class AliPayOpenDeviceFatoryImpl implements DeviceFactory, SpiDeviceServi
|
|
|
FunctionUtils.NoParamsNoResult updateTmp = () -> {
|
|
|
// deviceStatus.setTempValue(Integer.valueOf(value));
|
|
|
// deviceStatusService.updateById(deviceStatus);
|
|
|
- DeviceSysinfoDto.Up sysUp = new DeviceSysinfoDto.Up();
|
|
|
- sysUp.setDeviceId(deviceInfo.getDeviceId()).setIsHaveTemp(true);
|
|
|
- deviceSysinfoService.up(sysUp);
|
|
|
+// DeviceSysinfoDto.Up sysUp = new DeviceSysinfoDto.Up();
|
|
|
+// sysUp.setDeviceId(deviceInfo.getDeviceId()).setIsHaveTemp(true);
|
|
|
+// deviceSysinfoService.up(sysUp);
|
|
|
DeviceStatusDto.Up up = new DeviceStatusDto.Up();
|
|
|
up.setDeviceId(deviceInfo.getDeviceId())
|
|
|
.setTempState(0)
|