fix(guarantor): qualify guarantor filter columns
This commit is contained in:
@ -17,7 +17,7 @@ export class PatientGuarantorModel {
|
||||
const filterResult = CommonHelper.handleFilter({
|
||||
filter: JSON.stringify({ any: filterAny }),
|
||||
col_any_eq: [],
|
||||
col_any_like: ["name", "phone"],
|
||||
col_any_like: ["patient_guarantor.name", "patient_guarantor.phone"],
|
||||
});
|
||||
|
||||
if (filterResult.whereAttr && filterResult.whereAttr !== "") {
|
||||
|
||||
Reference in New Issue
Block a user