@@ -335,7 +335,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from centerdata_t_housingconstruction_storagetank a
left join (SELECT
b.storagetank_id,
- b.storage_capacity,
+ if(b.run_state='1',b.storage_capacity,'0') storage_capacity,
b.level,
b.heat,
b.pressure,