Skip to main content

member_statistics_in_range

Function member_statistics_in_range 

Source
pub async fn member_statistics_in_range(
    db: &DatabaseConnection,
    start: DateTime<Utc>,
    end: DateTime<Utc>,
    member_id: Option<i32>,
) -> ApiResult<Vec<MemberStatistics>>
Expand description

查询组员完成统计(左开右闭区间 [start, end),五岗位 SQL GROUP BY 并行)