From 021ba2ef3bf2a7e85c4ae67a3374a257b3400f51 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 24 九月 2024 20:07:42 +0800 Subject: [PATCH] 收款单:修改人 --- DAL/应收管理/ClsYS_ReceiveBill.cs | 2 +- WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git "a/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" "b/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" index db3a22c..beba459 100644 --- "a/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" +++ "b/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" @@ -104,7 +104,7 @@ ",HYear='" + omodel.HYear.ToString() + "'" + ",HPeriod='" + omodel.HPeriod.ToString() + "'" + ",HRemark='" + omodel.HRemark + "'" + - ",HUpDater='" + DBUtility.ClsPub.CurUserName + "'" + + ",HUpDater='" + omodel.HUpDater + "'" + ",HUpDateDate=getdate()" + //======================================== ",HAccDate='" + omodel.HAccDate + "'" + diff --git a/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs b/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs index bd0f09e..0bbfb22 100644 --- a/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs +++ b/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs @@ -171,6 +171,7 @@ } } oItem.HMaker = msg4; + oItem.HUpDater = msg4; UserName = oItem.HMaker; //鍒跺崟浜� oItem.HBillType = "2003"; oItem.HBillSubType = "2003"; -- Gitblit v1.9.1