@@ -1601,6 +1601,7 @@ public class HospProfitAndLossServiceImpl extends ServiceImpl<HospProfitAndLossM
response.setAllowDrillDown(false);
responses.add(response);
}
+ responses.sort(Comparator.comparing(BatchCostProfitResponse::getComputeDate));
//起止年月不同时代表有多月份需要处理月累计
if(!beginComputeDate.equals(endComputeDate)){
//获取月度汇总数据