提交 d1a173c8 authored 作者: aiqingguo's avatar aiqingguo

Merge branch 'v6.4_transportation_20231110' into test

...@@ -41,6 +41,7 @@ public class IntegralRecordDaoImpl extends BaseDaoImpl<IntegraRecordMapper, Inte ...@@ -41,6 +41,7 @@ public class IntegralRecordDaoImpl extends BaseDaoImpl<IntegraRecordMapper, Inte
.eq(IntegralRecord::getStatisticsId, statisticsId) .eq(IntegralRecord::getStatisticsId, statisticsId)
.eq(IntegralRecord::getType, type) .eq(IntegralRecord::getType, type)
.orderByDesc(IntegralRecord::getCreateTime) .orderByDesc(IntegralRecord::getCreateTime)
.last("limit 1")
); );
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论