Parcourir la source

按驳回时间的倒序排

lyh il y a 1 an
Parent
commit
1be108a964

+ 1 - 1
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -3314,7 +3314,7 @@
         <if test="vo.auditname  != null  and  vo.auditname!='' ">
             and  su.name like  CONCAT('%', #{vo.auditname}, '%')
         </if>
-        order by  io.createtime
+        order by ifa.audittime desc
     </select>
     <select id="queryPageOrderCB" resultType="com.ydtech.modules.order.entity.InsOrders">
         SELECT