Jelajahi Sumber

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

chenjianhua 6 bulan lalu
induk
melakukan
1bd51da320

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