🎨 调整skippedFloor数据获取逻辑

This commit is contained in:
目棃
2024-10-17 11:01:12 +08:00
parent 2a5a408098
commit c7861cc213
3 changed files with 17 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ function getInsertSql(uid: string, data: TGApp.Game.Abyss.FullData): string {
const normalSkillRank = transCharacterData(data.normal_skill_rank);
const energySkillRank = transCharacterData(data.energy_skill_rank);
const floors = transFloorData(data.floors);
const skippedFloor = data.is_just_skipped_floor ? data.skipped_floor : "";
const skippedFloor = data.skipped_floor;
const timeNow = timestampToDate(new Date().getTime());
return `
INSERT INTO SpiralAbyss (uid, id, startTime, endTime, totalBattleTimes, totalWinTimes, maxFloor,