MaiXinRong 3 yıl önce
ebeveyn
işleme
31fe317cea
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/service/stage_change.js

+ 1 - 1
app/service/stage_change.js

@@ -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) {