@@ -79,6 +79,7 @@
where date_year = #{year}
and date_month = #{month}
and hosp_id = #{hospId}
+ and delete_time=0
group by share_level_id
</select>