|
@@ -192,7 +192,7 @@ class revisePriceCalc {
|
|
|
pcTp.negative_qc_pc_tp = helper.add(pcTp.negative_qc_pc_tp, bpc.negative_qc_pc_tp);
|
|
|
}
|
|
|
await transaction.update(this.ctx.service.stage.tableName,
|
|
|
- { id: stage.id, ...pc_tp, check_calc: true, cache_time_l: new Date() });
|
|
|
+ { id: stage.id, ...pcTp, check_calc: true, cache_time_l: new Date() });
|
|
|
return pcTp;
|
|
|
}
|
|
|
|