提交 b2275567 编写于 作者: Z zhourui

修复登录人员判断的错误

上级 c73020ba
......@@ -25,7 +25,7 @@ class ActionCheckCredential extends BaseAction {
ActionResult<Wo> result = new ActionResult<>();
Business business = new Business(emc);
Wo wo = new Wo();
wo.setValue(StringUtils.isEmpty(business.person().getWithCredential(credential)));
wo.setValue(StringUtils.isNotEmpty(business.person().getWithCredential(credential)));
result.setData(wo);
return result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册