Explorar el Código

代码优化开发20211024_02

MSY hace 3 años
padre
commit
be087377c8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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