Commit 1f47735e authored by zhangwanglin's avatar zhangwanglin

身份证校验返参重新约定

parent 41f14fc8
...@@ -563,9 +563,10 @@ public class DisableController { ...@@ -563,9 +563,10 @@ public class DisableController {
} }
Integer integer = disableService.selectByCertiCode(certiCode); Integer integer = disableService.selectByCertiCode(certiCode);
if (integer > 0) { if (integer > 0) {
return Result.failed("失能申请已存在该人员身份证,请联系管理员"); // return Result.failed("失能申请已存在该人员身份证,请联系管理员");
return Result.success(2);
} }
return Result.success(); return Result.success(1);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment