Tony Kang 1 éve
szülő
commit
2f36706d9a

+ 1 - 1
web/building_saas/standard_interface/export/shandong_common.js

@@ -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;
         }
       });