From 0c88adba841db7869458658cd8f373e325ff9257 Mon Sep 17 00:00:00 2001 From: dengyu Date: Tue, 11 Jul 2023 14:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E8=B4=B9=E5=8F=91=E7=A5=A8=E6=A0=B8?= =?UTF-8?q?=E9=94=80=EF=BC=8C=E6=9F=A5=E8=AF=A2=E5=AD=90=E5=8F=A5=E9=99=A4?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Account/DAL/Chfee_Invoicehexiao/Chfee_InvoicehexiaoDAL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DSWeb/Areas/Account/DAL/Chfee_Invoicehexiao/Chfee_InvoicehexiaoDAL.cs b/DSWeb/Areas/Account/DAL/Chfee_Invoicehexiao/Chfee_InvoicehexiaoDAL.cs index f5a42b4f..b54ba2ac 100644 --- a/DSWeb/Areas/Account/DAL/Chfee_Invoicehexiao/Chfee_InvoicehexiaoDAL.cs +++ b/DSWeb/Areas/Account/DAL/Chfee_Invoicehexiao/Chfee_InvoicehexiaoDAL.cs @@ -64,8 +64,8 @@ namespace DSWeb.Areas.Account.DAL.Chfee_Invoicehexiao strSql.Append(",(select EnumValueName from tSysEnumValue where LangId=0 and EnumTypeID=97008 and EnumValueID=ch_fee_invoicehexiao.INVOICECATEGORY) as INVOICECATEGORYREF"); strSql.Append(",ADDRTEL,BANK,OP,OPDATE,INVAMOUNT,TAXRATE,TAX,BALBILLNO,ISAPP,dbo.GetPayNoByInvHxNo(BILLNO) as PAYBILLNO,dbo.GetStlNoByInvHxNo(BILLNO) as STLBILLNO,YuanBiJinE "); strSql.Append(",SALECORPID,(select [NAME] from [company] where GID=ch_fee_invoicehexiao.SALECORPID) as SALECORP,SUBMITOP"); - strSql.Append(",AUDITUSER,AUDITTIME,(select ShowName from [user] where GID=cm.AUDITUSER) as AUDITUSERREF"); - strSql.Append(",MODIFIEDUSER,MODIFIEDTIME,(select ShowName from [user] where GID=cm.MODIFIEDUSER) as MODIFIEDUSERREF"); + strSql.Append(",AUDITUSER,AUDITTIME,(select ShowName from [user] where GID=ch_fee_invoicehexiao.AUDITUSER) as AUDITUSERREF"); + strSql.Append(",MODIFIEDUSER,MODIFIEDTIME,(select ShowName from [user] where GID=ch_fee_invoicehexiao.MODIFIEDUSER) as MODIFIEDUSERREF"); strSql.Append(" FROM ch_fee_invoicehexiao where 1=1 ");