Parcourir la source

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

jingyuanchao il y a 1 an
Parent
commit
9f488bb660

+ 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">