|
@@ -629,6 +629,7 @@ module.exports = app => {
|
|
|
change_update.status = audit.flow.status.checked;
|
|
|
change_update.p_code = postData.p_code;
|
|
|
change_update.sin_time = Date.parse(new Date()) / 1000;
|
|
|
+ change_update.is_revise = 0;
|
|
|
|
|
|
await this.ctx.service.tenderTag.saveTenderTag(changeData.tid, { bgl_time: new Date() }, this.transaction);
|
|
|
|
|
@@ -1291,6 +1292,7 @@ module.exports = app => {
|
|
|
cin_time: Date.parse(new Date()) / 1000,
|
|
|
// total_price,
|
|
|
tp_decimal: null,
|
|
|
+ is_revise: 1,
|
|
|
};
|
|
|
const options = {
|
|
|
where: {
|