处理世华生产要求手工同步人事资料

master
xiaochanghai 4 months ago
parent d290840bf0
commit c5c59397d4
  1. 2
      Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs

@ -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")]

Loading…
Cancel
Save