Quellcode durchsuchen

Merge branch '20211122' of http://git.shengws.com/csx/XT_New into 20211122

csx vor 3 Jahren
Ursprung
Commit
8e03c35a8a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go Datei anzeigen

@@ -3969,7 +3969,7 @@ func (c *HisApiController) GetHisOrderList() {
3969 3969
 	if len(start_time) > 0 {
3970 3970
 		theTime, err := time.ParseInLocation(timeLayout+" 15:04:05", start_time+" 00:00:00", loc)
3971 3971
 		if err != nil {
3972
-			fmt.Println(err)
3972
+			//fmt.Println(err)
3973 3973
 			c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeParamWrong)
3974 3974
 			return
3975 3975
 		}