Browse Source

广西接口紧急修复

Tony Kang 2 years atrás
parent
commit
2d2dde2ec0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      web/building_saas/standard_interface/export/guangxi_common.js

+ 2 - 1
web/building_saas/standard_interface/export/guangxi_common.js

@@ -1193,7 +1193,8 @@ INTERFACE_EXPORT = (() => {
       let Indexs = new emptyElement('Indexs');
       Indexs.attrs = [{
         name: "KeyId",
-        value: projectData.keyIDData.indexs || uuid.v1()
+        // value: projectData.keyIDData.indexs || uuid.v1()
+        value: uuid.v1() //还是每次更新吧
       }];
       let feature = tenderProject.property.projectFeature ? tenderProject.property.projectFeature : [];
       for (let f of feature) {