|
@@ -654,7 +654,7 @@ module.exports = app => {
|
|
|
const self = this;
|
|
|
try {
|
|
|
const decimal = this.ctx.tender.info.decimal, ctx = this.ctx;
|
|
|
- const change = await this.ctx.service.change.getListByStatus(tid, 3);
|
|
|
+ const change = await this.ctx.service.change.getAllCheckedChanges(tid);
|
|
|
for (const c of change) {
|
|
|
const types = ctx.helper._.map(c.type.split(','), function (t) {
|
|
|
return self._getChangeConstName(changeConst.type, ctx.helper._.toInteger(t));
|