|
@@ -133,7 +133,7 @@ module.exports = app => {
|
|
|
// 判断是否可删
|
|
|
await transaction.delete(this.tableName, { id });
|
|
|
// 重新算变更令总额
|
|
|
- // await this.calcQuantityByML(transaction, mb_id);
|
|
|
+ await this.calcCamountSum(transaction);
|
|
|
await transaction.commit();
|
|
|
return true;
|
|
|
} catch (err) {
|