Procházet zdrojové kódy

Merge branch 'master' of http://1.14.104.71:10880/root/ylrz_scrm_java

caoliqin před 2 měsíci
rodič
revize
ad5fb0026f

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