This commit is contained in:
liang.chao 2025-08-13 17:56:20 +08:00
parent fc464ea0d0
commit 1e9562e54f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
COUNT(IF(tower_progress = 4, 1, NULL)) AS num4,
COUNT(IF(tower_progress >= 5, 1, NULL)) AS num5,
COUNT(IF(tower_progress = 6, 1, NULL)) AS num6,
COUNT(IF(tower_progress = 7, 1, NULL)) AS num7,
COUNT(IF(tower_progress >= 7, 1, NULL)) AS num7,
COUNT(IF(tower_progress = 8, 1, NULL)) AS num8,
COUNT(IF(tower_progress >= 9, 1, NULL)) AS num9,
COUNT(IF(tower_progress >= 10, 1, NULL)) AS num10,