@@ -1110,7 +1110,7 @@ INTERFACE_EXPORT = (() => {
}
});
tenderProject.Bills.datas.forEach((bill) => {
- if (bill.type === 1 && bill.ID === nextBillID) {
+ if (bill.type === 1 && bill.ID === nextBillID && nodeTBBJ && nodeTBBJ.ID !== nextBillID) {
newAddedBill = bill;