Procházet zdrojové kódy

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx před 3 roky
rodič
revize
9215e5048c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Zobrazit soubor

@@ -6142,7 +6142,7 @@ func saveLog(result string, request string) {
6142 6142
 		if err != nil {
6143 6143
 			fmt.Println("read fail")
6144 6144
 		}
6145
-		content := "\r\n" + request + "\r\n" + result
6145
+		content := "\r\n" + "\r\n" + "\r\n" + "\r\n" + request + "\r\n" + "\r\n" + "\r\n" + "\r\n" + +result
6146 6146
 		n, _ := f.Seek(0, 2)
6147 6147
 		_, err = f.WriteAt([]byte(content), n)
6148 6148