From 77d1eb907a434e215096601752597e36aa88b1d4 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 04 九月 2023 13:15:11 +0800 Subject: [PATCH] 工序流转卡排缸 --- WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs index 9e8244e..22547e6 100644 --- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs +++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs @@ -69,6 +69,7 @@ oItem.HBillSubType = OperationType=="5"?"SUB":"3772"; oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); + oItem.HDate = OperationType == "5" ? DateTime.Parse(DateTime.Now.ToString("yyyy-MM-dd")) : oItem.HDate; if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") { objJsonResult.code = "0"; -- Gitblit v1.9.1