fix: 传入通道参数

hc-jna3
huangfeng 15 hours ago
parent bf0918c525
commit 360bba1fa9

@ -54,7 +54,7 @@ public class HCThermalService {
_callBack.item = item; _callBack.item = item;
_callBack.time = DateUtil.format(new Date()); _callBack.time = DateUtil.format(new Date());
_callBack.service = this; _callBack.service = this;
r = HCModule.startRemoteConfig(_callBack, 2, item.getTmId()); r = HCModule.startRemoteConfig(_callBack, item.getChannel(), item.getTmId());
if (r) { if (r) {
int sec = 0; int sec = 0;
while (shutdown == 0 && sec < maxWait && !_callBack.done) { while (shutdown == 0 && sec < maxWait && !_callBack.done) {

Loading…
Cancel
Save