Explorar o código

fix: 预付款详情页bug修复

lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
f8e4845755
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/advance_controller.js

+ 1 - 1
app/controller/advance_controller.js

@@ -145,7 +145,7 @@ module.exports = app => {
          * @param {Object} ctx 全局上下文
          */
         async detail(ctx) {
-            const advancePayTotal = ctx.tender.info.deal_param[`${typeConsts.typeColMap[ctx.advance.type].value}startAdvance`];
+            const advancePayTotal = ctx.tender.info.deal_param[`${typeConsts.typeColMap[ctx.advance.type].value}Advance`];
             try {
                 await this._checkCanEntry(ctx);
                 const { uncheck, checkNo } = auditConst.status;