소스 검색

申请bug修复

laiguoran 3 년 전
부모
커밋
db1d87a5bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;