Browse Source

修改bug

wucan 7 tháng trước cách đây
mục cha
commit
7ff586e089
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      controller/v1/gameAction.go

+ 2 - 0
controller/v1/gameAction.go

@@ -19,6 +19,8 @@ func UserActionList(c *gin.Context) {
 		EndTime   string   `form:"endTime" binding:"required"`
 	}{})
 
+	form.EndTime = form.EndTime + " 23:59:59"
+
 	//查询出所有的事件
 	var actionList []model.GameAction