Explorar o código

Merge branch '3.0.2_online'

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
c5ff59f361
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/main/facade/project_facade.js

+ 1 - 1
modules/main/facade/project_facade.js

@@ -844,7 +844,7 @@ async function getProjectGLJPrice(projectID, unitPriceFileId, property) {
     let tenderCoe = gljUtil.getTenderPriceCoe(glj, property);
     let result = gljUtil.getGLJPrice(glj, {
       gljList: gljList
-    }, calcOptions, labourCoeDatas, decimalObj, false,tenderCoe,true));
+    }, calcOptions, labourCoeDatas, decimalObj, false,tenderCoe,true);
     glj.marketPrice = result.marketPrice;
     glj.basePrice = result.basePrice;
   }