浏览代码

代办:推优评优列表数据 排序处理

jingyuanchao 1 年之前
父节点
当前提交
9f488bb660
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      soc-modules/soc-modules-core/src/main/resources/mapper/drill/CoreDrillTaskMapper.xml

+ 1 - 0
soc-modules/soc-modules-core/src/main/resources/mapper/drill/CoreDrillTaskMapper.xml

@@ -299,6 +299,7 @@
         <if test="request.orgType==1">
             and t.rec_status =4 and o.type=2
         </if>
+        order by  t.drill_end_time desc
     </select>
 
     <select id="checkHasTaskIsExecuteByPlanParentId" resultType="java.lang.Integer">