From 46d11852b8dfc27e989a3e6d380c3ca4e29c886e Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期一, 02 二月 2026 17:47:35 +0800
Subject: [PATCH] update

---
 jrj/project/business/GDN3.maint.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/business/GDN3.maint.cpp b/jrj/project/business/GDN3.maint.cpp
index 4a1a57c..368e7a1 100644
--- a/jrj/project/business/GDN3.maint.cpp
+++ b/jrj/project/business/GDN3.maint.cpp
@@ -1546,7 +1546,7 @@
 				else
 				{
 					//xml xp = ViewObject::RetrieveData(L"/sale/data/GDN3/profit/paramSS", L"item", L"cryrate");
-					xml xp = ViewObject::RetrieveData(L"/sale/data/GDN3/profit/paramSSS");
+					xml xp = ViewObject::RetrieveData(L"/sale/data/GDN3/profit/paramSS");
 					if (xp.selectSingleNode(L"root/item/@value"))
 						exchangeRate = xp.selectSingleNode(L"root/item/@value").text();
 					dw_profit.SetItemString(1, L"ExchangeRate", exchangeRate);
@@ -3451,7 +3451,7 @@
 		//double sale = dw_profit.GetItemDouble(1,L"ExchangeAmountEx");
 
 		xstring ETDEx = dw_base.GetItemString(1, L"ETD");
-		if (ETDEx >= L"2023-01-01")
+		if (ETDEx <= L"2025-12-31")
 		{
 			expRate = L"0.2";
 		}

--
Gitblit v1.9.3