|
@@ -435,9 +435,9 @@ module.exports = app => {
|
|
|
info.end_qc_tp = helper.add(info.pre_qc_tp, info.qc_tp);
|
|
|
info.end_gather_tp = helper.add(info.pre_gather_tp, info.gather_tp);
|
|
|
|
|
|
- info.yf = stage.yf;
|
|
|
- info.pre_yf = stage.pre_yf;
|
|
|
- info.end_yf = helper.add(stage.yf, stage.pre_yf);
|
|
|
+ info.yf_tp = stage.yf_tp;
|
|
|
+ info.pre_yf_tp = stage.pre_yf_tp;
|
|
|
+ info.end_yf_tp = helper.add(stage.yf_tp, stage.pre_yf_tp);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -469,7 +469,7 @@ module.exports = app => {
|
|
|
info.contract_tp = helper.add(info.contract_tp, stage.contract_tp);
|
|
|
info.qc_tp = helper.add(info.qc_tp, stage.qc_tp);
|
|
|
|
|
|
- info.yf = helper.add(info.yf, stage.yf);
|
|
|
+ info.yf_tp = helper.add(info.yf_tp, stage.yf_tp);
|
|
|
}
|
|
|
}
|
|
|
info.gather_tp = helper.add(info.contract_tp, info.qc_tp);
|