no message

This commit is contained in:
Bright 2024-11-19 11:46:53 +07:00
parent ab07e0485f
commit ef01602285

View file

@ -4091,7 +4091,7 @@ export class ReportController extends Controller {
}
@Get("report4/{rootId}")
async findReport4(@Path() rootId: string ="71bf0e3d-ba38-4b6c-b87e-c27c8d42edce") {
async findReport4(@Path() rootId: string) {
const orgRootData = await this.orgRootRepository.find({
where: {
id: rootId,