| | |
| | | /// - 二次修改,删除 |
| | | /// </remarks> |
| | | //PositionCode = staff.FPostId, |
| | | PhoneNumber = staff.FMobile, |
| | | CreateOrg = Convert.ToDecimal(staff.FCreateOrgId), |
| | | UseOrg = Convert.ToDecimal(staff.FUseOrgId), |
| | | PhoneNumber = staff.FMobile, |
| | | CreateDate = DateTime.Now, |
| | | Remark = staff.FDescription, |
| | | FDOCUMENTSTATUS = staff.FDocumentStatus, |
| | | FforbidStatus = staff.FForbidStatus |
| | | FforbidStatus = staff.FForbidStatus, |
| | | CreateOrg = Convert.ToDecimal(staff.FCreateOrgId), |
| | | UseOrg = Convert.ToDecimal(staff.FUseOrgId), |
| | | FGZZZ=staff.FGZZZ |
| | | }; |
| | | |
| | | //删除 2025-01-04 池南骏 |