|
@@ -369,7 +369,7 @@ module.exports = app => {
|
|
|
|
|
|
async getFinalStageData(tid, sid) {
|
|
|
const data = await this.getAllDataByCondition({ where: { tid, sid } });
|
|
|
- return this.ctx.helper.filterLastestData(data, ['lid', 'pid', 'cid', 'cbid']);
|
|
|
+ return this.ctx.helper.filterLastestData(data, ['lid', 'pid', 'cid', 'cbid'], 'stimes', 'sorder');
|
|
|
}
|
|
|
|
|
|
async _getTender(stage) {
|