瀏覽代碼

fix: 公司邮箱发送历史查询排序问题修复

chenjianhua 6 月之前
父節點
當前提交
1bd51da320
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      service-base/src/main/resources/mapper/CompanyEmailHistoryMapper.xml

+ 1 - 0
service-base/src/main/resources/mapper/CompanyEmailHistoryMapper.xml

@@ -115,6 +115,7 @@
         <if test="companyId != null and companyId !=''">
             and c.company_id=#{companyId}
         </if>
+        order by cesh.send_time desc
         limit #{offset},#{pageSize}
     </select>
     <select id="countCompanyEmailhistory" resultType="java.lang.Long"