fix: 健康档案管理系统,首页统计增加排序。

This commit is contained in:
tianyongbao
2025-01-13 13:14:55 +08:00
parent 468b221269
commit c0191ace21

View File

@@ -321,6 +321,7 @@
where 1=1 where 1=1
<!-- 数据范围过滤 --> <!-- 数据范围过滤 -->
${params.dataScope} ${params.dataScope}
order by hp.ranking
</select> </select>
<select id="selectHealthRecordCostList" parameterType="HealthRecordDto" resultType="com.ruoyi.health.domain.vo.HealthRecordVo"> <select id="selectHealthRecordCostList" parameterType="HealthRecordDto" resultType="com.ruoyi.health.domain.vo.HealthRecordVo">