Преглед на файлове

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

csx преди 3 години
родител
ревизия
4f5e7f2435
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      controllers/sg/his_api_controller.go

+ 3 - 3
controllers/sg/his_api_controller.go Целия файл

@@ -3385,10 +3385,10 @@ func (c *HisApiController) GetPreUploadInfo() {
3385 3385
 			respJSON = respJSON["data"].(map[string]interface{})["pre"].(map[string]interface{})
3386 3386
 			userJSONBytes, _ := json.Marshal(respJSON)
3387 3387
 
3388
-			request_respJSON := respJSON["data"].(map[string]interface{})["request_log"].(map[string]interface{})
3389
-			requestJSONBytes, _ := json.Marshal(request_respJSON)
3388
+			//request_respJSON := respJSON["data"].(map[string]interface{})["request_log"].(map[string]interface{})
3389
+			//requestJSONBytes, _ := json.Marshal(request_respJSON)
3390 3390
 
3391
-			saveLog(string(userJSONBytes), string(requestJSONBytes), "2204")
3391
+			//saveLog(string(userJSONBytes), string(requestJSONBytes), "2204")
3392 3392
 
3393 3393
 			var res ResultFour
3394 3394
 			if err := json.Unmarshal(userJSONBytes, &res); err != nil {