瀏覽代碼

wip:调整

fuwencai 1 年之前
父節點
當前提交
fef2d35c7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jyBXCore/rpc/service/participateStatistics.go

+ 1 - 1
jyBXCore/rpc/service/participateStatistics.go

@@ -571,7 +571,7 @@ func GetDetailQuery(isAdmin bool, personArrStr string, req *bxcore.ProjectDetail
 		query1, query2 := []string{}, []string{}
 		query3 := ""
 		//没有传时间,默认时间处理
-		var start = time.Now().AddDate(0, 0, -300)
+		var start = time.Now().AddDate(0, 0, -30)
 		query1 = append(query1, fmt.Sprintf(" a.ymd >= %s ", start.Local().Format("20060102")))
 		query2 = append(query2, fmt.Sprintf(" b.update_date >= '%s' ", start.Local().Format(date.Date_Full_Layout)))
 		if isAdmin {