打印日志

This commit is contained in:
2024-01-24 11:24:19 +08:00
parent 33fbc33c88
commit c944251705
2 changed files with 2 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
// push消息
boolean result = this.push(msg, pileSn, YKCFrameTypeCode.REMOTE_ISSUE_QRCODE_CODE);
log.info("=====平台下发指令===== :下发二维码,地址为:{}", qrCodePrefix);
log.info("=====平台下发指令===== pileSn:{}, 下发二维码,地址为:{}", pileSn, qrCodePrefix);
}
/**