|
@@ -344,7 +344,7 @@ public class DeviceGatewayImpl implements DeviceGateway {
|
|
if (params.getFallingConfirm() != null) {
|
|
if (params.getFallingConfirm() != null) {
|
|
devInfo.setFallingConfirm(params.getFallingConfirm());
|
|
devInfo.setFallingConfirm(params.getFallingConfirm());
|
|
} else {
|
|
} else {
|
|
- devInfo.setFallingConfirm((short)53);
|
|
|
|
|
|
+ devInfo.setFallingConfirm(BigDecimal.valueOf(53));
|
|
}
|
|
}
|
|
|
|
|
|
boolean updated = devInfoService.updateById(devInfo);
|
|
boolean updated = devInfoService.updateById(devInfo);
|