Commit e155e41a by qwmqiuwenmin

fix

parent f9d7df7e
......@@ -134,7 +134,7 @@ public class DepartmentContoller extends WebBaseController{
return resultResponse(HaoBanErrCode.ERR_DEFINE, hr.getMessage(), null, hr.getMessage());
}
return resultResponse(HaoBanErrCode.ERR_1,department);
return resultResponse(HaoBanErrCode.ERR_1,hr.getResult());
}
......
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