|
@@ -1071,7 +1071,7 @@ public class ReportController {
|
|
|
Integer oneId = id[i];
|
|
|
if (oneId == -1) {
|
|
|
Report report = reportList.get(i);
|
|
|
- if (report.getProjectAuditorId().equals(report.getCreatorId())) {
|
|
|
+ if (report.getCreatorId().equals(report.getProjectAuditorId())) {
|
|
|
//直接审核
|
|
|
if (report.getState() == 0) {
|
|
|
reportIds.add(report.getId().toString());
|