From f92127224e573945fd276a7152da2959dc5cc367 Mon Sep 17 00:00:00 2001
From: pzy <2829717936@qq.com>
Date: 星期四, 29 八月 2024 15:16:47 +0800
Subject: [PATCH] 11

---
 WebAPI/Controllers/CJGL/Cj_StationInBillController.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
index 37d322f..e1ab339 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
                 long HICMOEntryID = list[0].HICMOEntryID;//浠诲姟鍗曞瓙ID
@@ -343,7 +343,7 @@
                     objJsonResult.data = null;
                     return objJsonResult;
                 }
-                
+
                 //ds = oCN.RunProcReturn("exec h_p_MES_StationInBill_QtyCtrl " + HInterID + "", "h_p_MES_StationInBill_QtyCtrl");
                 //if (ds == null)
                 //{

--
Gitblit v1.9.1