From 16593a5ca1e6b7f84a3e1aa140407cee9b1f5ab6 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 24 七月 2025 13:06:18 +0800 Subject: [PATCH] 1 --- WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs b/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs index 9f434a5..b059f87 100644 --- a/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs +++ b/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs @@ -221,6 +221,7 @@ oItem.HBillType = "3845"; oItem.HBillSubType = "3845"; oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); + oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); oItem.HMaker = user; if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") -- Gitblit v1.9.1