Browse Source

代码优化开发20211024_02

MSY 3 years ago
parent
commit
be087377c8
1 changed files with 1 additions and 0 deletions
  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},'%')
         and companyName LIKE CONCAT('%',#{customerRecharge.companyName},'%')
       </if>
       </if>
     </where>
     </where>
+    order by recharge_time desc
   </select>
   </select>
   <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
   <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" >
     select 
     select