Преглед изворни кода

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