fixing
This commit is contained in:
parent
10926c1c12
commit
0ae98ea499
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ export class ReportController extends Controller {
|
|||
*
|
||||
*/
|
||||
@Get("")
|
||||
async GetReport(@Query() assign_id: string, evaluate_no: number = 1) {
|
||||
async GetReport(@Query() assign_id: string, @Query() evaluate_no: number = 1) {
|
||||
const evaluate = await this.evaluateChairmanRepository.findOne({
|
||||
where: { assign_id },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue