瀏覽代碼

小数位数,计算相关

MaiXinRong 4 年之前
父節點
當前提交
5a0fe9df8f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);