Explorar el Código

申请bug修复

laiguoran hace 3 años
padre
commit
db1d87a5bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;