Explorar o código

调用全部变更令相关

MaiXinRong %!s(int64=2) %!d(string=hai) anos
pai
achega
d65e7e654a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/service/stage_change.js

+ 1 - 1
app/service/stage_change.js

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