update fixing
This commit is contained in:
@ -165,7 +165,7 @@ export default class CommonHelper {
|
|||||||
}
|
}
|
||||||
let whereAttr = '';
|
let whereAttr = '';
|
||||||
if (whereAttrPre.length > 0) {
|
if (whereAttrPre.length > 0) {
|
||||||
whereAttr = whereAttrPre.join(' and ') + (whereAttrPre.length > 0 && param.additional_where != '' ? ' and ' : '') + param.additional_where;
|
whereAttr = whereAttrPre.join(' and ') + (whereAttrPre.length > 0 && param.additional_where != '' ? ' and ' : '') + (param.additional_where ?? '');
|
||||||
} else {
|
} else {
|
||||||
whereAttr += param.additional_where;
|
whereAttr += param.additional_where;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user