Commit e038859e by qwmqiuwenmin

fix

parent cfba8a14
......@@ -640,7 +640,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
//修改
}else{
// staff.setHeadImg(headPic);
staff.setHeadImg(headPic);
// staff.setStaffName();
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