From 2eb2ec9a874154abda42c54b56ed0317a6ce81c4 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 22 三月 2023 16:42:45 +0800 Subject: [PATCH] 页面优化 --- WebAPI/Controllers/CJGL/Cj_StationInBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs index 6d8ee64..8181040 100644 --- a/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs +++ b/WebAPI/Controllers/CJGL/Cj_StationInBillController.cs @@ -95,7 +95,7 @@ long HInterID = list[0].HInterID;//閫掑叆type寰楀埌鐨勫崟鎹甀D string HBillNo = list[0].HBillNo;//閫掑叆type寰楀埌鐨勫崟鎹彿 int HBillStatus = 0; - string HMaker = list[0].HMaker;//鍒跺崟浜� + string HMaker = user;//鍒跺崟浜� int HYear = 2021; double HPeriod = 1; string HRemark = list[0].HRemark;//澶囨敞 -- Gitblit v1.9.1