From 92b924d2e9734000dd09e60f37fc24216c353f0b Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期二, 16 七月 2024 17:49:17 +0800
Subject: [PATCH] update

---
 jrj/project/business/BasicCode/CustomerMarketMaint.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jrj/project/business/BasicCode/CustomerMarketMaint.cpp b/jrj/project/business/BasicCode/CustomerMarketMaint.cpp
index 1198a1b..ec84f4f 100644
--- a/jrj/project/business/BasicCode/CustomerMarketMaint.cpp
+++ b/jrj/project/business/BasicCode/CustomerMarketMaint.cpp
@@ -56,10 +56,10 @@
 		dw_base.setNativePointer(GetControl(L"dw_base"));
 		if (!maint::m_EntityID)
 		{
-			//xstring suserid = TApp::GetUserInfo().id;
+			//xstring suserid = publiccode::GetUser().id;
 			xstring suserid = xaserver::GetUserId();
-			xstring susername = TApp::GetUserInfo().name;
-			xstring sdate = TApp::GetCurDate();
+			xstring susername = publiccode::GetUser().name;
+			xstring sdate = publiccode::GetCurrentDate();
 			dw_base.SetItemString(dw_base.GetRow(), L"CreatorID", suserid);//Party
 			dw_base.SetItemDisplayString(dw_base.GetRow(), L"CreatorID", susername);
 			dw_base.SetItemString(dw_base.GetRow(), L"CreateDate", sdate);

--
Gitblit v1.9.3