Selaa lähdekoodia

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

csx 3 vuotta sitten
vanhempi
commit
8e03c35a8a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      controllers/his_api_controller.go

+ 1 - 1
controllers/his_api_controller.go Näytä tiedosto

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