소스 검색

代码优化开发20211024_02

MSY 3 년 전
부모
커밋
be087377c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mapper/customer/CustomerRechargeMapper.xml

+ 1 - 0
src/main/resources/mapper/customer/CustomerRechargeMapper.xml

@@ -24,6 +24,7 @@
         and companyName LIKE CONCAT('%',#{customerRecharge.companyName},'%')
       </if>
     </where>
+    order by recharge_time desc
   </select>
   <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
     select