Commit 6b95acc5 by fudahua

登陆接口

parent e2bf9063
......@@ -208,7 +208,7 @@ public class LoginController extends WebBaseController{
return model;
}
WxEnterpriseDTO detailDTO = null;
if (!StringUtils.isNotBlank(wxEnterpriseId)) {
if (StringUtils.isNotBlank(wxEnterpriseId)) {
detailDTO = enterpriseDTOList.stream().filter(dto -> dto.getWxEnterpriseId().equals(wxEnterpriseId)).findFirst().orElse(null);
} else if (enterpriseDTOList.size() > 1) {
detailDTO = enterpriseDTOList.get(0);
......
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