Skip to main content

get_by_phase

Function get_by_phase 

Source
pub async fn get_by_phase(
    conn: &mut PgConnection,
    target_phase: &str,
    limit: i64,
) -> ModelResult<Vec<CreditRegistrationAdminActionRecord>>