|
@@ -313,6 +313,8 @@ module.exports = app => {
|
|
|
|
|
|
await transaction.delete(this.ctx.service.changeAtt.tableName, { tid: id });
|
|
|
await transaction.delete(this.ctx.service.materialFile.tableName, { tid: id });
|
|
|
+
|
|
|
+ await transaction.delete(this.ctx.service.advanceFile.tableName, { tid: id });
|
|
|
await transaction.commit();
|
|
|
return true;
|
|
|
} catch (err) {
|