Commit 0677e826 by qwmqiuwenmin

fix

parent b7a9ac6c
......@@ -409,7 +409,7 @@ public class DepartmentContoller extends WebBaseController{
while(department != null){
department = departmentApiService.selectById(department.getParentDepartmentId());
if(department != null){
chainId = Constant.ID_SEPARATOR + department.getDepartmentId();
chainId = department.getDepartmentId() + Constant.ID_SEPARATOR + chainId;
}
}
String[] chainIdArr = chainId.split(Constant.ID_SEPARATOR);
......
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