@ -524,7 +524,7 @@ public class Ghrh_ResumeController : BaseController<IGhrh_ResumeServices, Ghrh_R
#endregion
#region 同步数据至人事资料
[HttpPost, Route("SyncToStaff/{id}")]
[HttpGet, Route("SyncToStaff/{id}"), AllowAnonymous]
public async Task<bool> SyncToStaff(long id) => await _service.SyncToStaff(id);
[HttpPost, Route("Shihua_OA")]