Browse Source

feat:发课-任务列表排序

caoliqin 5 ngày trước cách đây
mục cha
commit
285c4f9095

+ 2 - 0
fs-service/src/main/resources/mapper/im/FsImMsgSendLogMapper.xml

@@ -192,6 +192,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             AND log.company_id = #{params.companyId}
         GROUP BY
             log.log_id
+        ORDER BY
+            log.create_time DESC
     </select>
 
     <select id="selectSendLogListByDetailId" resultType="FsImMsgSendLog">