|
@@ -145,7 +145,7 @@ module.exports = app => {
|
|
* @param {Object} ctx 全局上下文
|
|
* @param {Object} ctx 全局上下文
|
|
*/
|
|
*/
|
|
async detail(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 {
|
|
try {
|
|
await this._checkCanEntry(ctx);
|
|
await this._checkCanEntry(ctx);
|
|
const { uncheck, checkNo } = auditConst.status;
|
|
const { uncheck, checkNo } = auditConst.status;
|