Commit bce42985 authored by chenzhao's avatar chenzhao

修改bug

parent e64c96dc
...@@ -2213,6 +2213,8 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp ...@@ -2213,6 +2213,8 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto, OrgUsr, OrgUsrMapp
break; break;
} }
} }
}else {
BeanUtils.copyProperties(orgUsr,orgUsrDto);
} }
return orgUsrDto; return orgUsrDto;
} }
......
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