From ac02af984539dbc00df25144a3dd4145eb03b1d2 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期三, 17 七月 2024 15:20:36 +0800
Subject: [PATCH] update hr
---
jrj/project/business/BasicCode/FCL.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jrj/project/business/BasicCode/FCL.cpp b/jrj/project/business/BasicCode/FCL.cpp
index 8116240..c612560 100644
--- a/jrj/project/business/BasicCode/FCL.cpp
+++ b/jrj/project/business/BasicCode/FCL.cpp
@@ -257,7 +257,7 @@
int OnAddrow()
{
int row = dw_list.InsertRow(0);
- dw_list.SetItemString(row, L"modifieddate", TApp::GetCurDate());
+ dw_list.SetItemString(row, L"modifieddate", publiccode::GetCurrentDate());
SetPriceBaseEmpty();
return 1;
}
@@ -266,7 +266,7 @@
int row = dw_list.GetRow();
if (row < 1) return 0;
int newrow = dw_list.InsertRow(row);
- dw_list.SetItemString(newrow, L"modifieddate", TApp::GetCurDate());
+ dw_list.SetItemString(newrow, L"modifieddate", publiccode::GetCurrentDate());
SetPriceBaseEmpty();
return 1;
}
--
Gitblit v1.9.3