|
@@ -364,6 +364,7 @@ public class GameOceanengineOrderLogServiceImpl extends ServiceImpl<GameOceaneng
|
|
|
.eq(GameOceanengineUserLog::getAppId, orderLog.getAppId())
|
|
|
.eq(GameOceanengineUserLog::getOpenId, orderLog.getOpenId())
|
|
|
.eq(GameOceanengineUserLog::getAccountId, orderLog.getAccountId())
|
|
|
+ .orderByDesc(GameOceanengineUserLog::getCreateTime)
|
|
|
.last("limit 1")
|
|
|
);
|
|
|
if (userLog == null) {
|