From 54d5a94a0c3efd80f803482aaa1db91e5e9f53dc Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 17 七月 2024 16:04:16 +0800
Subject: [PATCH] hremployee
---
jrj/project/business/BasicCode/BrandInforMaint.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jrj/project/business/BasicCode/BrandInforMaint.cpp b/jrj/project/business/BasicCode/BrandInforMaint.cpp
index 148525a..5784bec 100644
--- a/jrj/project/business/BasicCode/BrandInforMaint.cpp
+++ b/jrj/project/business/BasicCode/BrandInforMaint.cpp
@@ -64,10 +64,10 @@
/*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