chenshudong vor 1 Tag
Ursprung
Commit
1ba7d84ebb

+ 1 - 0
airport-blocked/src/main/resources/mapper/blocked/BlockedRateMapper.xml

@@ -76,6 +76,7 @@
76 76
                 and stat_date <![CDATA[ < ]]> date_add(#{endDate} , interval 1 day))
77 77
             </if>
78 78
         </where>
79
+        order by create_time desc
79 80
     </select>
80 81
 
81 82
     <select id="selectBlockedRateById" parameterType="Long" resultMap="BlockedRateResult">