|
@@ -420,6 +420,7 @@ module.exports = app => {
|
|
|
if (!auditor) {
|
|
|
throw '该审核人不存在';
|
|
|
}
|
|
|
+ await transaction.delete(this.tableName, { rid: revise.id, audit_order: auditor.audit_order, times });
|
|
|
await this._syncOrderByDelete(transaction, revise.id, auditor.audit_order, times);
|
|
|
await transaction.delete(this.tableName, condition);
|
|
|
await transaction.commit();
|