瀏覽代碼

自动调用变更令bug

MaiXinRong 2 年之前
父節點
當前提交
4a7c1e092c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/stage_change.js

+ 1 - 1
app/service/stage_change.js

@@ -68,7 +68,7 @@ class autoUseChange {
                     unit_price: node.unit_price || 0,
                     is_tp: !!node.is_tp,
                 };
-                if (_.isMatch(cb, b)) {
+                if (this.helper._.isMatch(cb, b)) {
                     posData = this.pos.getLedgerPos(node.id) || [];
                     return { bills: node, lid: node.id, pid: posData.length > 0 ? posData[0].id : '-1' };
                 }