update 远程升级

This commit is contained in:
2023-04-07 08:57:53 +08:00
parent 7c76a874a9
commit 291bd06330
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
// 下发二维码
@Override
public void pushIssueQRCodeCommand(IssueQRCodeCommand command) {
log.info("异步下发二维码 thread:{}", Thread.currentThread().getName());
// log.info("异步下发二维码 thread:{}", Thread.currentThread().getName());
String pileSn = command.getPileSn();
// 桩编码
byte[] pileSnByteArr = BytesUtil.str2Bcd(pileSn);