mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user