瀏覽代碼

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