"sum(if(e.WATER_MONEY is null, 0, e.WATER_MONEY)) WATER_MONEY, "+
"CONVERT(sum((if(e.WATER_MONEY is null, 0, e.WATER_MONEY)+if(e.ELEC_MONEY is null, 0, e.ELEC_MONEY)+if(e.GAS_MONEY is null, 0, e.GAS_MONEY))*12/b.BLD_AREA),DECIMAL(10,2)) MONEY "+
/*"sum(if(e.WATER_MONEY is null, 0, e.WATER_MONEY)) WATER_MONEY, " +
"sum(if(e.ELEC_MONEY is null, 0, e.ELEC_MONEY)) ELEC_MONEY, " +
"sum(if(e.ELEC_MONEY is null, 0, e.ELEC_MONEY)) ELEC_MONEY, " +
"sum(if(e.GAS_MONEY is null, 0, e.GAS_MONEY)) GAS_MONEY "+
"sum(if(e.GAS_MONEY is null, 0, e.GAS_MONEY)) GAS_MONEY " +*/
"from energy_count_m e,bus_project b "+
"from energy_count_m e,bus_project b "+
"where e.PRO_ID=b.PRO_ID and e.`YEAR`=#{year} "+
"where e.PRO_ID=b.PRO_ID and e.`YEAR`=#{year} "+
"<if test=\"month != null and month != ''\">and e.MON=${month} group by e.MON,b.PRO_NM</if>"+
"<if test=\"month != null and month != ''\">and e.MON=${month} group by e.MON,b.PRO_NM</if>"+