Browse Source

山东接口微调

Tony Kang 2 years ago
parent
commit
82a78143e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/standard_interface/export/shandong_common.js

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

@@ -2085,7 +2085,7 @@ INTERFACE_EXPORT = (() => {
                   if (r.data.type == rationType.ration) {
                     if( isEmptyRation(r.data) || isBidInvitation) continue; // 招标 或者 定额空行不输出到接口文件中。
                     Norms.push(new Ration(r.data));
-                  } else {
+                  } else if (!isBidInvitation) {
                     Costs.push(new Cost(r.data));
                   }
                 }