From bb48a3ef0bdc2b5a0b50ca429bc5bc0a118f9732 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 13 九月 2024 02:49:22 +0800
Subject: [PATCH] use goroutinne run rfid read

---
 controller/captureCtl.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/controller/captureCtl.go b/controller/captureCtl.go
index 6e6b6c3..79efc0f 100644
--- a/controller/captureCtl.go
+++ b/controller/captureCtl.go
@@ -3,7 +3,6 @@
 import (
 	"encoding/base64"
 	"fmt"
-	"gat1400Exchange/util"
 	"math/rand"
 	"net/http"
 	"path"
@@ -15,6 +14,7 @@
 	"gat1400Exchange/pkg/logger"
 	"gat1400Exchange/repository"
 	"gat1400Exchange/service"
+	"gat1400Exchange/util"
 	"gat1400Exchange/vo"
 
 	"github.com/gin-gonic/gin"

--
Gitblit v1.8.0