浏览代码

bugfix:时间倒叙

lyx 1 月之前
父节点
当前提交
71711bdc84
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      alien-entity/src/main/resources/mapper/ManagementInfoMapper.xml

+ 1 - 0
alien-entity/src/main/resources/mapper/ManagementInfoMapper.xml

@@ -253,6 +253,7 @@
         <if test="storeName != null and storeName != ''">
             AND store.store_name LIKE CONCAT('%', #{storeName}, '%')
         </if>
+        ORDER BY cash.created_time DESC
     </select>
 
     <select id="getCashOutDetail" resultType="shop.alien.entity.store.vo.ManagementInfoVo">