|
@@ -659,11 +659,11 @@ public class CwProjectReportService extends ServiceImpl<CwProjectReportMapper, C
|
|
//如果是苏州分部,这里写死
|
|
//如果是苏州分部,这里写死
|
|
String officeId = reportMapper.getOfficeId("苏州分部");
|
|
String officeId = reportMapper.getOfficeId("苏州分部");
|
|
if (reportData.getOfficeId().equals(officeId)){
|
|
if (reportData.getOfficeId().equals(officeId)){
|
|
- stringList = reportMapper.getReviewByS("苏州分部");
|
|
|
|
|
|
+ stringList = reportMapper.getReviewByPost("质控-苏州分布");
|
|
}else if (reportData.getReportType().equals("1")) {
|
|
}else if (reportData.getReportType().equals("1")) {
|
|
- stringList = reportMapper.getReviewByS("苏兴会基字");
|
|
|
|
|
|
+ stringList = reportMapper.getReviewByPost("质控-财务-苏兴会基字");
|
|
} else {
|
|
} else {
|
|
- stringList = reportMapper.getReviewByS("非苏兴会基字");
|
|
|
|
|
|
+ stringList = reportMapper.getReviewByPost("质控-财务-非苏兴会基字");
|
|
}
|
|
}
|
|
reportData.setReviewBys(stringList);
|
|
reportData.setReviewBys(stringList);
|
|
} else {
|
|
} else {
|