Commit dc433481 by qwmqiuwenmin

fix

parent 5cf92c36
......@@ -120,7 +120,7 @@ public class DepartmentContoller extends WebBaseController{
department.setLevel(dto.getLevel() + 1);
departmentApiService.add(department);
return resultResponse(HaoBanErrCode.ERR_1);
return resultResponse(HaoBanErrCode.ERR_1,department);
}
......
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