MaiXinRong 5 년 전
부모
커밋
bda32a29c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/change.js

+ 1 - 1
app/service/change.js

@@ -961,7 +961,7 @@ module.exports = app => {
                         samount: '',
                     };
                     total_price = this.ctx.helper.add(total_price,
-                        this.ctx.helper.mul(cl.unit_price, cl.camount, tenderInfo.decima.tp));
+                        this.ctx.helper.mul(cl.unit_price, cl.camount, tenderInfo.decimal.tp));
                     await this.transaction.update(this.ctx.service.changeAuditList.tableName, list_update);
                 }