Browse Source

去掉BidderVer属性

Tony Kang 3 năm trước cách đây
mục cha
commit
b0d3317089

+ 0 - 5
web/building_saas/standard_interface/export/shandong_common.js

@@ -334,11 +334,6 @@ INTERFACE_EXPORT = (() => {
             value: scretInfo,
             value: scretInfo,
           },
           },
         ];
         ];
-        if (isBidSubmission)
-          attrs.splice(6, 0, {
-            name: "BidderVer",
-            value: UTIL.getNowFormatTime(true),
-          });
         Element.call(this, "SystemInfo", attrs);
         Element.call(this, "SystemInfo", attrs);
       }
       }