From 8f4c7b6cf07296ef5f76eb398f583ac2c3e9a1ee Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期三, 15 十二月 2021 13:38:18 +0800
Subject: [PATCH] 工序流转卡模块,保存单据时取消是否在会计期间判断控制,新增条码档案列表批删调用方法
---
WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs b/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs
index 0bfaf70..3e0aa8b 100644
--- a/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs
@@ -134,8 +134,8 @@
long HItemID = list[0].HItemID;
string HNumber = list[0].HNumber;
string HName = list[0].HName;
- long hparentid = list[0].hparentid; ;
- string HMaker = list[0].HMaker; ;
+ long hparentid = list[0].hparentid;
+ string HMaker = list[0].HMaker;
string HSumWorkTimes = list[0].HSumWorkTimes;
string HRate = list[0].HRate;
decimal HSumMoney = list[0].HSumMoney;
--
Gitblit v1.9.1