瀏覽代碼

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

csx 4 年之前
父節點
當前提交
bce3ff0f85
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/manage_api_controller.go

+ 1 - 1
controllers/manage_api_controller.go 查看文件

@@ -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")