소스 검색

山东接口微调

Tony Kang 2 년 전
부모
커밋
82a78143e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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));
                   }
                 }