wangshan 2 жил өмнө
parent
commit
bbf616bcd3

+ 1 - 1
jyBXCore/go.mod

@@ -1,6 +1,6 @@
 module jyBXCore
 
-go 1.20
+go 1.18
 
 require (
 	app.yhyue.com/moapp/jybase v0.0.0-20230509102020-7c97492d5b78

+ 1 - 1
jyBXCore/rpc/model/es/project.go

@@ -1,7 +1,7 @@
 package es
 
 import (
-	elastic "app.yhyue.com/moapp/jybase/esv1"
+	elastic "app.yhyue.com/moapp/jybase/es"
 	"fmt"
 	"strings"
 	"time"