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