This commit is contained in:
Lemon
2025-07-02 10:12:56 +08:00
parent 5776bf2505
commit a951e079b7
5 changed files with 31 additions and 20 deletions

View File

@@ -114,6 +114,12 @@ public class PileChannelEntity {
return null;
}
// public static String getPileSnByCtx(ChannelHandlerContext ctx) {
// for (HashMap.Entry<String, ChannelHandlerContext> entry : manager.entrySet()) {
//
// }
// }
/**
* 打印
*/

View File

@@ -213,6 +213,8 @@ public class YKCUtils {
// 保存桩号和channel的关系
PileChannelEntity.checkChannel(pileSn, ctx);
PileChannelEntity.checkChannelV2(pileSn, ctx);
}
/**