mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-09 12:30:07 +08:00
update 查询订单详情页时,检查订单状态
This commit is contained in:
@@ -52,7 +52,7 @@ public class NettyClient implements Runnable {
|
||||
ChannelFuture future = b.connect(HOST, PORT).sync();
|
||||
while (boo) {
|
||||
num++;
|
||||
future.channel().writeAndFlush("发送数据=======" + content + "--" + DateUtils.getTime());
|
||||
future.channel().writeAndFlush("发送数据=======" + content + "--" + DateUtils.getDateTime());
|
||||
try { //休眠一段时间
|
||||
Thread.sleep(3000);
|
||||
} catch (InterruptedException e) {
|
||||
|
||||
Reference in New Issue
Block a user