瀏覽代碼

修复bug

ellisran 2 月之前
父節點
當前提交
310a573f24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/material_exponent_shard.js

+ 1 - 1
app/service/material_exponent_shard.js

@@ -235,7 +235,7 @@ module.exports = app => {
                 bq.value = calc.value;
                 bq.value = calc.value;
                 bq.select = oldcalc ? oldcalc.select : false;
                 bq.select = oldcalc ? oldcalc.select : false;
             }
             }
-            await this.calcMaterialExTp(transaction, new_ex_calc, mid, msid, decimal, rate);
+            await this.calcMaterialExTp(transaction, new_ex_calc, mid, msid, null, decimal, rate);
             return new_ex_calc;
             return new_ex_calc;
         }
         }