String str_sel_sql=" select count(*) from t_cc_datum_workday "
                         +" where (equal_date between "
                         +" to_date('"+date_begin+"','yyyy-mm-dd') and"
                         +" to_date('"+date_end+"','yyyy-mm-dd')) and"
                         +" isHoliday='0'";