Browse Source

小数位数,计算相关

MaiXinRong 4 năm trước cách đây
mục cha
commit
5a0fe9df8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);