|
@@ -53,7 +53,7 @@ public class ExamOuterServiceProvider extends ControllerSupport implements ExamO
|
|
|
public OuterSaveExamResp saveExam(
|
|
|
@RequestBody @ApiParam(required = true) OuterSaveExamReq req) {
|
|
|
|
|
|
- if (getSecurityRootOrgId().equals(req.getRootOrgId())) {
|
|
|
+ if (!getSecurityRootOrgId().equals(req.getRootOrgId())) {
|
|
|
throw new StatusException("EX-1000001", "安全接入的顶级机构非法");
|
|
|
}
|
|
|
|