瀏覽代碼

feat: 排序修改

xdd 1 月之前
父節點
當前提交
6abfebfc7b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs-service-system/src/main/resources/mapper/qw/CustomerTransferApprovalMapper.xml

+ 1 - 0
fs-service-system/src/main/resources/mapper/qw/CustomerTransferApprovalMapper.xml

@@ -43,6 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="createdAt != null "> and created_at = #{createdAt}</if>
             <if test="updatedAt != null "> and updated_at = #{updatedAt}</if>
         </where>
+        order by id desc
     </select>
 
     <select id="selectCustomerTransferApprovalById" parameterType="Long" resultMap="CustomerTransferApprovalResult">