forked from wangziqi/gongxue-base
feat: bills expense type filter (backend join + frontend Select), sync stub docs
This commit is contained in:
@@ -77,12 +77,12 @@ export class BillsController {
|
||||
@Query('periodEnd') periodEnd?: string,
|
||||
@Query('studentId') studentId?: string,
|
||||
@Query('status') status?: string,
|
||||
@Query('expenseType') expenseType?: string,
|
||||
) {
|
||||
return this.service.findAll({
|
||||
periodStart,
|
||||
periodEnd,
|
||||
periodStart, periodEnd,
|
||||
studentId: studentId ? +studentId : undefined,
|
||||
status,
|
||||
status, expenseType,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user