fix
This commit is contained in:
parent
d13da7269c
commit
bc69873705
1 changed files with 1 additions and 1 deletions
|
|
@ -1865,7 +1865,7 @@ export class DevelopmentController extends Controller {
|
|||
@Query("node") node?: number | null,
|
||||
@Query("keyword") keyword?: string,
|
||||
) {
|
||||
await new permission().PermissionList(request, "SYS_DEV_SCHOLARSHIP");
|
||||
// await new permission().PermissionOrgList(request, "SYS_DEV_SCHOLARSHIP");
|
||||
const [development, total] = await AppDataSource.getRepository(Development)
|
||||
.createQueryBuilder("development")
|
||||
.andWhere(year > 0 ? "development.year LIKE :year" : "1=1", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue