From 908027331273ceae9c4c23d087b0cd070948f42c Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期三, 12 二月 2025 13:51:11 +0800
Subject: [PATCH] 增加批量精力审批

---
 cylsg/cylsg.Application/CyOS/CyOSStaffController.cs |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/cylsg/cylsg.Application/CyOS/CyOSStaffController.cs b/cylsg/cylsg.Application/CyOS/CyOSStaffController.cs
index e4e014e..705d511 100644
--- a/cylsg/cylsg.Application/CyOS/CyOSStaffController.cs
+++ b/cylsg/cylsg.Application/CyOS/CyOSStaffController.cs
@@ -196,12 +196,6 @@
             pram.RewardMoney = 0;
             pram.RewardType = 1;
             pram.Keyid = null;
-           
-
-
-
-
-
             await  _SugarClient.InsertNav(pram).Include(x=>x.WorkPlanAttachments).ExecuteCommandAsync();
             return true;
             

--
Gitblit v1.9.1