瀏覽代碼

代码优化开发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