This commit is contained in:
AdisakKanthawilang 2025-03-06 15:04:13 +07:00
parent 42cb907cfc
commit 4de905972c
3 changed files with 7 additions and 7 deletions

View file

@ -3540,7 +3540,7 @@ export class ReportController extends Controller {
}
const metaData = { template: "report2", reportName: "report2", data: { data } };
sendWebSocket(metaData)
// return new HttpSuccess({ template: "report2", reportName: "report2", data: { data } });
return new HttpSuccess();
}
/**