|
|
@@ -83,7 +83,7 @@ module.exports = app => {
|
|
|
|
|
|
const preStage = maxOrder > 0 ? await this.getStageByOrder(tid, maxOrder) : null;
|
|
|
if (preStage) {
|
|
|
- data.pre_tp = this.ctx.helper.add(preStage.tp, preStage.pre_tp);
|
|
|
+ data.pre_bills_tp = this.ctx.helper.add(preStage.bills_tp, preStage.pre_bills_tp);
|
|
|
}
|
|
|
const transaction = await this.db.beginTransaction();
|
|
|
try {
|