Merge branch 'dev-new' into dev-new-rabbitmq

This commit is contained in:
Guoqs
2024-11-28 13:37:53 +08:00
8 changed files with 63 additions and 44 deletions

View File

@@ -55,7 +55,7 @@ public class YKCUtils {
// 如果是0x03帧则不进行crc校验
if (0x03 == frameType[0]) {
log.info("0x03帧则不进行crc校验");
log.debug("0x03帧则不进行crc校验");
return true;
}
@@ -109,7 +109,7 @@ public class YKCUtils {
// 如果是0x03帧则不进行crc校验
if (0x03 == frameType[0]) {
log.info("0x03帧则不进行crc校验");
log.debug("0x03帧则不进行crc校验");
return true;
}