Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/service-master-data
This commit is contained in:
@ -22,7 +22,7 @@ export class ItemMasterModel {
|
||||
.leftJoinAndSelect("item_master.item_class_detail", "item_class_detail")
|
||||
.leftJoinAndSelect("item_master.status", "status")
|
||||
.leftJoinAndSelect("item_master.factory", "factory")
|
||||
.leftJoinAndSelect("item_master.unit", "unit")
|
||||
// .leftJoinAndSelect("item_master.unit", "unit")
|
||||
if (whereAttr.length != 0) {
|
||||
query = query.where(whereAttr.join(" and "), whereVal);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user