@@ -46,6 +46,7 @@
<if test="budget.unitType != null and budget.unitType != ''">
and pcb.unit_type = #{budget.unitType}
</if>
+ ORDER BY pcb.sort
</select>
<select id="getBudgetTotalByProjectId" resultType="org.springblade.control.entity.ProjectCostBudgetStats">
select