if(${date_type}=1,"select created_quarter as month_quarter from scmmonitor.sr_st where created_year = ${year} group by created_quarter ","select created_month as month_quarter from scmmonitor.sr_st where created_year = ${year} group by created_month ")