Browse Source

bugfix:时间倒叙

lyx 1 month ago
parent
commit
71711bdc84
1 changed files with 1 additions and 0 deletions
  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">