add 科室总体统计增加总计和百分比

This commit is contained in:
lijiarao
2022-10-25 16:06:44 +08:00
parent 7cca4c1d17
commit d1dc41ef85
@@ -2694,7 +2694,7 @@
and pp.allMoney != 0
order by pp.createTime) v
<where>
confirmDate like concat('%',#{year},'%')
year like concat('%',#{year},'%')
<if test="departCode != null and departCode != ''">
and departCode = #{departCode}
</if>