Browse Source

修复资金支付明细入库bug

ellisran 9 tháng trước cách đây
mục cha
commit
1d97515eb7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/financial_pay_contract.js

+ 1 - 1
app/service/financial_pay_contract.js

@@ -74,7 +74,7 @@ module.exports = app => {
                 const insertDatas = [];
                 for (const c of contracts) {
                     insertDatas.push({
-                        spid: c.spid,
+                        spid: fp.spid,
                         tid: fp.tid,
                         fpid: fp.id,
                         cid: c.id,