From 3fcf6df024ad311ee4d2436d0a80c5adf95dd1d4 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期四, 14 十二月 2023 16:24:14 +0800 Subject: [PATCH] 工资管理相关模块提交调用方法修改 --- WebAPI/Controllers/工资管理/Pay_OtherBalBillController.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBillController.cs" "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBillController.cs" index 76bf4f8..f52baec 100644 --- "a/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBillController.cs" +++ "b/WebAPI/Controllers/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_OtherBalBillController.cs" @@ -146,6 +146,7 @@ string UserName = ""; string s = ""; long mouldid; + DBUtility.ClsPub.CurUserName = msg4; //鎿嶄綔浜� ListModels oListModels = new ListModels(); try { @@ -266,7 +267,7 @@ //oItemSub.HRepairCheckContent = ""; //楠屾敹鍐呭 //oItemSub.HManagerID = 0; //璐熻矗浜篒D //oItemSub.HCloseMan = ""; //琛屽叧闂� - oItemSub.HEntryCloseDate = DBUtility.ClsPub.isDate(DateTime.Now); + oItemSub.HEntryCloseDate = DBUtility.ClsPub.isDate(""); oItemSub.HCloseType = false; //鍏抽棴绫诲瀷 //oItemSub.HRemark = ""; //澶囨敞 oItemSub.HSourceInterID = 0; // 婧愬崟涓诲唴鐮� -- Gitblit v1.9.1