Browse Source

更新数据

XMLWAN 5 years ago
parent
commit
929426a385
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/manage_api_controller.go

+ 1 - 1
controllers/manage_api_controller.go View File

@@ -2463,7 +2463,7 @@ func (this *MachineApiController) QueryInfo() {
2463 2463
 	endtime := this.GetString("endtime")
2464 2464
 	theTimes, _ := time.ParseInLocation(timeLayout+" 15:04:05", endtime+" 00:00:00", loc)
2465 2465
 	endtimes := theTimes.Unix()
2466
-	fmt.Println("结束时间", endtimes)
2466
+	fmt.Println("结束", endtimes)
2467 2467
 	limit, _ := this.GetInt64("limit")
2468 2468
 	fmt.Println("limit", limit)
2469 2469
 	page, _ := this.GetInt64("page")