Browse Source

申请bug修复

laiguoran 3 years ago
parent
commit
db1d87a5bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/change_apply.js

+ 1 - 1
app/service/change_apply.js

@@ -220,7 +220,7 @@ module.exports = app => {
                         this.ctx.session.sessionUser.accountId,
                         tenderId,
                         audit.status.uncheck,
-                        audit.status.back,
+                        audit.status.checkNo,
                     ];
                     const result2 = await this.db.query(sql2, sqlParam2);
                     return result2[0].count;