站点日报, 根据日期倒序

This commit is contained in:
Guoqs
2025-06-23 16:31:34 +08:00
parent 490594a3de
commit dcb09557b7

View File

@@ -957,5 +957,6 @@
<if test="dto.endTime != null and dto.endTime != ''">
and trade_date <![CDATA[ <= ]]> #{dto.endTime,jdbcType=VARCHAR}
</if>
order by trade_date DESC
</select>
</mapper>