From 50e5cae277eee348e77b4db8568dd6190a663c5e Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 26 六月 2024 19:27:41 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Controllers/CJGL/Cj_StationInBillController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs index a9e4e6e..8255731 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs @@ -115,8 +115,8 @@ string HBillNo = list[0].HBillNo;//閫掑叆type寰楀埌鐨勫崟鎹彿 int HBillStatus = 0; string HMaker = user;//鍒跺崟浜� - int HYear = 2021; - double HPeriod = 1; + int HYear = DateTime.Now.Year; + double HPeriod = DateTime.Now.Month; string HRemark = list[0].HRemark;//澶囨敞 long HICMOInterID = list[0].HICMOInterID;//浠诲姟鍗旾D string HICMOBillNo = list[0].HICMOBillNo;//浠诲姟鍗� -- Gitblit v1.9.1