|
@@ -571,7 +571,7 @@ public class IotRhDailyReportController {
|
|
|
if (projectPair.containsKey(dept.getParentId())) {
|
|
if (projectPair.containsKey(dept.getParentId())) {
|
|
|
// 获得队伍的上级项目部(LY状态的项目部)
|
|
// 获得队伍的上级项目部(LY状态的项目部)
|
|
|
teamProjectIdPair.put(dept.getId(), dept.getParentId());
|
|
teamProjectIdPair.put(dept.getId(), dept.getParentId());
|
|
|
- }ma
|
|
|
|
|
|
|
+ }
|
|
|
if (allDeptPair.size() == 1) {
|
|
if (allDeptPair.size() == 1) {
|
|
|
// 查询单个队伍的情况
|
|
// 查询单个队伍的情况
|
|
|
teamProjectIdPair.put(dept.getId(), dept.getParentId());
|
|
teamProjectIdPair.put(dept.getId(), dept.getParentId());
|