彩票猪手精推版
This commit is contained in:
@@ -233,7 +233,7 @@ public class DltCombinationAnalysisServiceImpl implements DltCombinationAnalysis
|
||||
*/
|
||||
private Long getLatestDrawId() {
|
||||
String latestDrawId = dltDrawRecordService.lambdaQuery()
|
||||
.orderByDesc(DltDrawRecord::getDrawId)
|
||||
.orderByDesc(DltDrawRecord::getDrawDate)
|
||||
.last("LIMIT 1")
|
||||
.oneOpt()
|
||||
.map(DltDrawRecord::getDrawId)
|
||||
|
||||
Reference in New Issue
Block a user