|
@@ -656,7 +656,11 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
}
|
|
}
|
|
//根据报告类型查询下一节点用户
|
|
//根据报告类型查询下一节点用户
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
- if (reportData.getReportType().equals("1")) {
|
|
|
|
|
|
+ //如果是苏州分部,这里写死
|
|
|
|
+ String officeId = reportMapper.getOfficeId("苏州分部");
|
|
|
|
+ if (reportData.getOfficeId().equals(officeId)){
|
|
|
|
+ stringList = reportMapper.getReviewByS("13");
|
|
|
|
+ }else if (reportData.getReportType().equals("1")) {
|
|
stringList = reportMapper.getReviewByS("1");
|
|
stringList = reportMapper.getReviewByS("1");
|
|
} else {
|
|
} else {
|
|
stringList = reportMapper.getReviewByS("2");
|
|
stringList = reportMapper.getReviewByS("2");
|
|
@@ -795,7 +799,11 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
}
|
|
}
|
|
//根据报告类型查询下一节点用户
|
|
//根据报告类型查询下一节点用户
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
- if (reportData.getReportType().equals("1")) {
|
|
|
|
|
|
+ //如果是苏州分部,这里写死
|
|
|
|
+ String officeId = reportMapper.getOfficeId("苏州分部");
|
|
|
|
+ if (reportData.getOfficeId().equals(officeId)){
|
|
|
|
+ stringList = reportMapper.getReviewByS("13");
|
|
|
|
+ }else if (reportData.getReportType().equals("1")) {
|
|
stringList = reportMapper.getReviewByS("1");
|
|
stringList = reportMapper.getReviewByS("1");
|
|
} else {
|
|
} else {
|
|
stringList = reportMapper.getReviewByS("2");
|
|
stringList = reportMapper.getReviewByS("2");
|
|
@@ -968,7 +976,11 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
}
|
|
}
|
|
//根据报告类型查询下一节点用户
|
|
//根据报告类型查询下一节点用户
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
- if (reportData.getReportType().equals("1")) {
|
|
|
|
|
|
+ //如果是苏州分部,这里写死
|
|
|
|
+ String officeId = reportMapper.getOfficeId("苏州分部");
|
|
|
|
+ if (reportData.getOfficeId().equals(officeId)){
|
|
|
|
+ stringList = reportMapper.getReviewByS("13");
|
|
|
|
+ }else if (reportData.getReportType().equals("1")) {
|
|
stringList = reportMapper.getReviewByS("1");
|
|
stringList = reportMapper.getReviewByS("1");
|
|
} else {
|
|
} else {
|
|
stringList = reportMapper.getReviewByS("2");
|
|
stringList = reportMapper.getReviewByS("2");
|
|
@@ -1107,7 +1119,11 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
}
|
|
}
|
|
//根据报告类型查询下一节点用户
|
|
//根据报告类型查询下一节点用户
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
List<ReviewUser> stringList = new ArrayList<>();
|
|
- if (reportData.getReportType().equals("1")) {
|
|
|
|
|
|
+ //如果是苏州分部,这里写死
|
|
|
|
+ String officeId = reportMapper.getOfficeId("苏州分部");
|
|
|
|
+ if (reportData.getOfficeId().equals(officeId)){
|
|
|
|
+ stringList = reportMapper.getReviewByS("13");
|
|
|
|
+ }else if (reportData.getReportType().equals("1")) {
|
|
stringList = reportMapper.getReviewByS("1");
|
|
stringList = reportMapper.getReviewByS("1");
|
|
} else {
|
|
} else {
|
|
stringList = reportMapper.getReviewByS("2");
|
|
stringList = reportMapper.getReviewByS("2");
|