add 科室总体统计增加总计和百分比
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user