fix: 健康档案管理系统,首页统计增加排序。
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user