no message
This commit is contained in:
parent
ab07e0485f
commit
ef01602285
1 changed files with 1 additions and 1 deletions
|
|
@ -4091,7 +4091,7 @@ export class ReportController extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Get("report4/{rootId}")
|
@Get("report4/{rootId}")
|
||||||
async findReport4(@Path() rootId: string ="71bf0e3d-ba38-4b6c-b87e-c27c8d42edce") {
|
async findReport4(@Path() rootId: string) {
|
||||||
const orgRootData = await this.orgRootRepository.find({
|
const orgRootData = await this.orgRootRepository.find({
|
||||||
where: {
|
where: {
|
||||||
id: rootId,
|
id: rootId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue