From 9f6e6fad998d74952fe2f4ea06243e60c5d8cb88 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 九月 2019 17:13:56 +0800
Subject: [PATCH] add logger library

---
 service/EnableStatusControlService.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service/EnableStatusControlService.go b/service/EnableStatusControlService.go
index 0c760b7..301859a 100644
--- a/service/EnableStatusControlService.go
+++ b/service/EnableStatusControlService.go
@@ -9,7 +9,7 @@
 	"time"
 	"webserver/extend/config"
 	"webserver/extend/esutil"
-	"webserver/extend/logger"
+	"basic.com/valib/logger.git"
 )
 
 func GetVerificationData() []map[string]interface{} {

--
Gitblit v1.8.0