Commit e80a2dba by qwmqiuwenmin

fix

parent 45135ee1
......@@ -562,6 +562,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
//修改
}else{
staff.setHeadImg(headPic);
staff.setStaffName(staffName);
List<StaffDepartmentRelatedDTO> relatedList = this.listStaffDepartmentByStaffId(staffId);
Map<String,StaffDepartmentRelatedDTO> map = com.gic.commons.util.CollectionUtil.toMap(relatedList, "departmentId");
......
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