This commit is contained in:
杜建超 2020-11-13 17:46:48 +08:00
parent b126bea492
commit c9ef0e6261

View File

@ -197,6 +197,7 @@ public class ChartResultServiceImpl implements ChartResultService {
} }
} }
else { else {
//如果掌管所有部门查询请求部门
mandepartmentIds = allDeparmentIds; mandepartmentIds = allDeparmentIds;
} }
log.info("selectChartDetailList 交集部门:" + JSON.toJSONString(mandepartmentIds)); log.info("selectChartDetailList 交集部门:" + JSON.toJSONString(mandepartmentIds));