This commit is contained in:
Lemon
2023-09-20 14:17:00 +08:00
parent a35ca2e74a
commit 8dbae418ff
2 changed files with 11 additions and 11 deletions

View File

@@ -201,11 +201,11 @@ public class LoginRequestHandler extends AbstractHandler {
pileBasicInfoService.updateStatus(BytesUtil.bcd2Str(ykcDataProtocol.getFrameType()), pileSn, null, null, null); pileBasicInfoService.updateStatus(BytesUtil.bcd2Str(ykcDataProtocol.getFrameType()), pileSn, null, null, null);
CompletableFuture.runAsync(() -> { CompletableFuture.runAsync(() -> {
// try { try {
// Thread.sleep(200); Thread.sleep(200);
// } catch (InterruptedException e) { } catch (InterruptedException e) {
// e.printStackTrace(); e.printStackTrace();
// } }
// 对时 // 对时
ProofreadTimeCommand command = ProofreadTimeCommand.builder().pileSn(pileSn).build(); ProofreadTimeCommand command = ProofreadTimeCommand.builder().pileSn(pileSn).build();
ykcPushCommandService.pushProofreadTimeCommand(command); ykcPushCommandService.pushProofreadTimeCommand(command);
@@ -213,11 +213,11 @@ public class LoginRequestHandler extends AbstractHandler {
// log.info("下面进行下发二维码 pileSn:{}, thread:{}", pileSn, Thread.currentThread().getName()); // log.info("下面进行下发二维码 pileSn:{}, thread:{}", pileSn, Thread.currentThread().getName());
CompletableFuture.runAsync(() -> { CompletableFuture.runAsync(() -> {
// try { try {
// Thread.sleep(600); Thread.sleep(600);
// } catch (InterruptedException e) { } catch (InterruptedException e) {
// e.printStackTrace(); e.printStackTrace();
// } }
// 下发二维码 // 下发二维码
IssueQRCodeCommand issueQRCodeCommand = IssueQRCodeCommand.builder().pileSn(pileSn).build(); IssueQRCodeCommand issueQRCodeCommand = IssueQRCodeCommand.builder().pileSn(pileSn).build();
ykcPushCommandService.pushIssueQRCodeCommand(issueQRCodeCommand); ykcPushCommandService.pushIssueQRCodeCommand(issueQRCodeCommand);

View File

@@ -133,7 +133,7 @@
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
<el-table-column type="selection" width="80" align="center"/> <el-table-column type="selection" width="80" align="center"/>
<!--<el-table-column label="" align="center" prop="id" />--> <el-table-column label="站点id" align="center" prop="id" />
<el-table-column label="站点名称" align="center" prop="stationName"> <el-table-column label="站点名称" align="center" prop="stationName">
<template slot-scope="scope"> <template slot-scope="scope">
<!--<router-link <!--<router-link