Commit 8546dd27 authored by tangf's avatar tangf

Merge branch 'master' of http://192.168.0.204/pd-new/pd-user

parents a18ed593 fc6b57b1
...@@ -110,9 +110,9 @@ public class CompanyServiceImpl implements CompanyService { ...@@ -110,9 +110,9 @@ public class CompanyServiceImpl implements CompanyService {
/*获取没有公司id的角色数组*/ /*获取没有公司id的角色数组*/
GetEmptyRolesReqVo getEmptyRolesReqVo = new GetEmptyRolesReqVo(); GetEmptyRolesReqVo getEmptyRolesReqVo = new GetEmptyRolesReqVo();
List<RoleVo> roleVoList = roleDaoImpl.getEmptyRoles(getEmptyRolesReqVo); List<RoleVo> roleVoList = roleDaoImpl.getEmptyRoles(getEmptyRolesReqVo);
if (null == roleVoList || roleVoList.isEmpty()){ /*if (null == roleVoList || roleVoList.isEmpty()){
throw new CodeException("暂无未分配的角色,请先创建角色"); throw new CodeException("暂无未分配的角色,请先创建角色");
} }*/
resVo.setRoleVoList(roleVoList); resVo.setRoleVoList(roleVoList);
return resVo; return resVo;
} }
...@@ -350,6 +350,7 @@ public class CompanyServiceImpl implements CompanyService { ...@@ -350,6 +350,7 @@ public class CompanyServiceImpl implements CompanyService {
ObjectHelper.writeWithFrom(companyVo1,res); ObjectHelper.writeWithFrom(companyVo1,res);
companyVo1.setProductOrInterface(companyVo.getProductOrInterface()); companyVo1.setProductOrInterface(companyVo.getProductOrInterface());
companyVo1.setExamineStatus(companyVo.getExamineStatus()); companyVo1.setExamineStatus(companyVo.getExamineStatus());
companyVo1.setCompanyAttribute(companyVo.getCompanyAttribute());
companyDao.update(companyVo1); companyDao.update(companyVo1);
/*更新银行卡表*/ /*更新银行卡表*/
......
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