Browse Source

维修故障统计调整

baishaojie 1 year ago
parent
commit
8032bbe350
3 changed files with 2 additions and 2 deletions
  1. BIN
      cmd/cmd.exe
  2. 2 2
      cmd/main.go
  3. BIN
      cmd/sh/eqserver

BIN
cmd/cmd.exe


+ 2 - 2
cmd/main.go

@@ -37,8 +37,8 @@ import (
 // @BasePath /
 func main() {
 	var path string
-	path = "./"
-	//path = "D:/catering/eam-go/cmd/"
+	//path = "./"
+	path = "D:/catering/eam-go/cmd/"
 	flag.Parse()
 	setting.Setup(path)
 	dao.Setup()

BIN
cmd/sh/eqserver