Commit a2aa06ef authored by 周健威's avatar 周健威

申请拦截

parent ca3df0dd
......@@ -310,7 +310,7 @@ public class ShuntApplyController extends BaseController<ShuntApplyBiz, ShuntApp
}
ShuntApply shuntApply = baseBiz.selectById(dto.getApplyId());
if(null == shuntApply && shuntApply.getStatus() != STATUS_CRT) {
if(null == shuntApply || shuntApply.getStatus() != STATUS_CRT) {
throw new BaseException(ResultCode.PARAM_ILLEGAL_CODE);
}
......
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