Explorar el Código

退款申请列表排序

skyline hace 2 años
padre
commit
83b2c6444a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml

+ 1 - 0
mapper/src/main/resources/mappers/miniapp/RefundLogMapper.xml

@@ -93,6 +93,7 @@
                 and t1.id = #{params.id}
             </if>
         </where>
+        order by t1.id desc
     </select>
 
 </mapper>