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