Commit 34b01847 by qwmqiuwenmin

fix

parent f7a1757f
......@@ -405,7 +405,7 @@ public class DepartmentContoller extends WebBaseController{
if(department == null){
return resultResponse(HaoBanErrCode.ERR_10003);
}
String chainId = department.getChainId();
String chainId = department.getChainId() + Constant.ID_SEPARATOR + departmentId;
String[] chainIdArr = chainId.split(Constant.ID_SEPARATOR);
DepartmentChainVO chainVO = null;
for (String string : chainIdArr) {
......
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