cylsg/cylsg.Application/CyOS/CyOSStaffController.cs
@@ -42,6 +42,7 @@ [HttpPost] public async Task<WorekPlandto> getplanelist(SearchOaWorekPlan param) { if(! await CheckRols()) { throw Oops.Oh("没有权限"); @@ -196,12 +197,6 @@ pram.RewardMoney = 0; pram.RewardType = 1; pram.Keyid = null; await _SugarClient.InsertNav(pram).Include(x=>x.WorkPlanAttachments).ExecuteCommandAsync(); return true;