From 5a22bfabad6f4df80df801f96d0e8e67339f9f2e Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 24 九月 2024 20:05:35 +0800 Subject: [PATCH] 收款单:制单人 --- sdk_dingding/TopSdk/bin/Debug/TopSdk.dll | 0 DAL/应收管理/ClsYS_ReceiveBill.cs | 2 +- SyntacticSugar/obj/Debug/SyntacticSugar.csproj.AssemblyReference.cache | 0 WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs | 1 + sdk_dingding/TopSdk/obj/Debug/TopSdk.pdb | 0 sdk_dingding/TopSdk/obj/Debug/TopSdk.dll | 0 sdk_dingding/TopSdk/bin/Debug/TopSdk.pdb | 0 7 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 8c0ee97..db3a22c 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" @@ -261,7 +261,7 @@ ", " + omodel.HYear.ToString() + "" + "," + omodel.HPeriod.ToString() + "" + ",'" + omodel.HRemark + "'" + - ",'" + DBUtility.ClsPub.CurUserName + "'" + + ",'" + omodel.HMaker + "'" + ",getdate()" + ""; mainSql += diff --git a/SyntacticSugar/obj/Debug/SyntacticSugar.csproj.AssemblyReference.cache b/SyntacticSugar/obj/Debug/SyntacticSugar.csproj.AssemblyReference.cache index b04aad7..fea44e6 100644 --- a/SyntacticSugar/obj/Debug/SyntacticSugar.csproj.AssemblyReference.cache +++ b/SyntacticSugar/obj/Debug/SyntacticSugar.csproj.AssemblyReference.cache Binary files differ diff --git a/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs b/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs index 1c9978b..bd0f09e 100644 --- a/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs +++ b/WebAPI/Controllers/XSGL/YS_ReceiveBillController.cs @@ -170,6 +170,7 @@ return objJsonResult; } } + oItem.HMaker = msg4; UserName = oItem.HMaker; //鍒跺崟浜� oItem.HBillType = "2003"; oItem.HBillSubType = "2003"; diff --git a/sdk_dingding/TopSdk/bin/Debug/TopSdk.dll b/sdk_dingding/TopSdk/bin/Debug/TopSdk.dll index 2aee8f6..9f4af05 100644 --- a/sdk_dingding/TopSdk/bin/Debug/TopSdk.dll +++ b/sdk_dingding/TopSdk/bin/Debug/TopSdk.dll Binary files differ diff --git a/sdk_dingding/TopSdk/bin/Debug/TopSdk.pdb b/sdk_dingding/TopSdk/bin/Debug/TopSdk.pdb index 2e26809..09ab876 100644 --- a/sdk_dingding/TopSdk/bin/Debug/TopSdk.pdb +++ b/sdk_dingding/TopSdk/bin/Debug/TopSdk.pdb Binary files differ diff --git a/sdk_dingding/TopSdk/obj/Debug/TopSdk.dll b/sdk_dingding/TopSdk/obj/Debug/TopSdk.dll index 2aee8f6..9f4af05 100644 --- a/sdk_dingding/TopSdk/obj/Debug/TopSdk.dll +++ b/sdk_dingding/TopSdk/obj/Debug/TopSdk.dll Binary files differ diff --git a/sdk_dingding/TopSdk/obj/Debug/TopSdk.pdb b/sdk_dingding/TopSdk/obj/Debug/TopSdk.pdb index 2e26809..09ab876 100644 --- a/sdk_dingding/TopSdk/obj/Debug/TopSdk.pdb +++ b/sdk_dingding/TopSdk/obj/Debug/TopSdk.pdb Binary files differ -- Gitblit v1.9.1