mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update
This commit is contained in:
@@ -36,7 +36,7 @@ public class BillingTemplateResponseHandler extends AbstractHandler{
|
||||
String pileSn = BytesUtil.bcd2Str(pileSnByteArr);
|
||||
|
||||
// 保存时间
|
||||
saveLastTime(pileSn, channel);
|
||||
saveLastTimeAndCheckChannel(pileSn, channel);
|
||||
|
||||
// 设置结果 0x00 失败 0x01 成功
|
||||
byte[] settingResultByteArr = BytesUtil.copyBytes(msgBody, 7, 1);
|
||||
|
||||
Reference in New Issue
Block a user