Преглед изворни кода

分摊时间显示不正确的问题修复

JammeyJiang пре 8 месеци
родитељ
комит
c0cf6eea59
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/main/resources/mapper/AllocationMapper.xml

+ 1 - 0
src/main/resources/mapper/AllocationMapper.xml

@@ -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>