Commit c58fc31b by qwmqiuwenmin

fix

parent 3b82a729
......@@ -122,6 +122,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
public HaobanResponse edit(DepartmentDTO department) {
HaobanResponse hr = new HaobanResponse();
hr.setErrorCode(1);
hr.setResult(department);
//调微信的修改接口
TabHaobanDepartment tab = departmentService.selectById(department.getDepartmentId());
logger.info("【部门修改】tab={}",JSON.toJSONString(tab));
......
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