Commit 3be5666f by qwmqiuwenmin

fix

parent 1ab29b48
...@@ -144,7 +144,7 @@ public class DepartmentContoller extends WebBaseController{ ...@@ -144,7 +144,7 @@ public class DepartmentContoller extends WebBaseController{
if(dto == null || dto.getStatusFlag() == 0) { if(dto == null || dto.getStatusFlag() == 0) {
return resultResponse(HaoBanErrCode.ERR_10001); return resultResponse(HaoBanErrCode.ERR_10001);
} }
dto.setDepartmentName(dto.getDepartmentName()); dto.setDepartmentName(departmentName);
departmentApiService.edit(dto); departmentApiService.edit(dto);
return resultResponse(HaoBanErrCode.ERR_1); return resultResponse(HaoBanErrCode.ERR_1);
......
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