Commit 4f68bfb2 by qwmqiuwenmin

fix

parent 5fb785f8
......@@ -150,7 +150,7 @@ public class DepartmentContoller extends WebBaseController{
departmentDTO.setHasSonNode(departmentApiService.hasSonNode(departmentDTO.getDepartmentId()));
}
return resultResponse(HaoBanErrCode.ERR_1,,EntityUtil.changeEntityListByJSON(DepartmentVO.class, list));
return resultResponse(HaoBanErrCode.ERR_1,EntityUtil.changeEntityListByJSON(DepartmentVO.class, list));
}
......
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