This commit is contained in:
parent
ae343812c8
commit
7f2d698b2a
|
|
@ -64,7 +64,7 @@
|
|||
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,
|
||||
COUNT(*) AS towerNum
|
||||
COUNT(IF(tower_progress = 0, 1, NULL)) AS num11
|
||||
FROM tb_tower
|
||||
WHERE pro_id = #{id}
|
||||
AND is_actvice = '1'
|
||||
|
|
|
|||
Loading…
Reference in New Issue