Commit f9e135c6 by zhangkb

打印信息

parent 4bd4b77c
...@@ -193,6 +193,7 @@ public class TagService { ...@@ -193,6 +193,7 @@ public class TagService {
//根据用户所属机构id获取对应的公司机构id //根据用户所属机构id获取对应的公司机构id
public String getCompanyOrgIdByUserOrgId(String dept) throws TagNotExistException{ public String getCompanyOrgIdByUserOrgId(String dept) throws TagNotExistException{
logger.info("dept:"+dept);
//根据用户机构id获取机构信息 //根据用户机构id获取机构信息
Org org = authService.getOrgs(Long.valueOf(dept)); Org org = authService.getOrgs(Long.valueOf(dept));
if(org==null) { if(org==null) {
......
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