Commit f7a1757f by qwmqiuwenmin

fix

parent 7a27529d
......@@ -407,7 +407,7 @@ public class DepartmentContoller extends WebBaseController{
}
String chainId = department.getChainId();
String[] chainIdArr = chainId.split(Constant.ID_SEPARATOR);
DepartmentChainVO chainVO = new DepartmentChainVO();
DepartmentChainVO chainVO = null;
for (String string : chainIdArr) {
if("0".equals(string)){
continue;
......@@ -422,6 +422,7 @@ public class DepartmentContoller extends WebBaseController{
diguiChian.setSonDepartment(chain);
}else{
chainVO = new DepartmentChainVO();
chainVO = chain;
}
}
......
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