This commit is contained in:
Narul Hidayah
2026-02-12 00:03:58 +07:00
parent 979ae9a558
commit ff14cf631b
12 changed files with 28 additions and 28 deletions

View File

@ -14,7 +14,7 @@ export class DiagnosticProcedureModel {
}
var query = null;
query = repo.createQueryBuilder();
query = repo.createQueryBuilder("DiagnosticProcedure");
if (whereAttr.length != 0) {
query = query.where(whereAttr.join(" and "), whereVal);
}