This commit is contained in:
liang.chao 2025-08-04 15:13:08 +08:00
parent ae343812c8
commit 7f2d698b2a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
COUNT(IF(tower_progress >= 8, 1, NULL)) AS num8, COUNT(IF(tower_progress >= 8, 1, NULL)) AS num8,
COUNT(IF(tower_progress >= 9, 1, NULL)) AS num9, COUNT(IF(tower_progress >= 9, 1, NULL)) AS num9,
COUNT(IF(tower_progress >= 10, 1, NULL)) AS num10, COUNT(IF(tower_progress >= 10, 1, NULL)) AS num10,
COUNT(*) AS towerNum COUNT(IF(tower_progress = 0, 1, NULL)) AS num11
FROM tb_tower FROM tb_tower
WHERE pro_id = #{id} WHERE pro_id = #{id}
AND is_actvice = '1' AND is_actvice = '1'