Browse Source

小数位数,计算相关

MaiXinRong 4 years ago
parent
commit
5a0fe9df8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/tender_info.js

+ 1 - 1
app/service/tender_info.js

@@ -124,7 +124,7 @@ module.exports = app => {
 
         async _getLedgerService() {
             try {
-                if (this.ctx.tender.data.status === auditConst.ledger.status.checked) {
+                if (this.ctx.tender.data.ledger_status === auditConst.ledger.status.checked) {
                     const stageCount = this.ctx.service.stage.count({tid: this.ctx.tender.id});
                     if (stageCount === 0) {
                         const revise = await ctx.service.ledgerRevise.getLastestRevise(this.ctx.tender.id);