mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -114,6 +114,12 @@ public class PileChannelEntity {
|
||||
return null;
|
||||
}
|
||||
|
||||
// public static String getPileSnByCtx(ChannelHandlerContext ctx) {
|
||||
// for (HashMap.Entry<String, ChannelHandlerContext> entry : manager.entrySet()) {
|
||||
//
|
||||
// }
|
||||
// }
|
||||
|
||||
/**
|
||||
* 打印
|
||||
*/
|
||||
|
||||
@@ -213,6 +213,8 @@ public class YKCUtils {
|
||||
|
||||
// 保存桩号和channel的关系
|
||||
PileChannelEntity.checkChannel(pileSn, ctx);
|
||||
|
||||
PileChannelEntity.checkChannelV2(pileSn, ctx);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user