From 7cdf6729dffd33fa44eba031fad3c94ab7b7ca80 Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期六, 14 二月 2026 13:05:28 +0800
Subject: [PATCH] update
---
jrj/project/business/GDN3.maint.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jrj/project/business/GDN3.maint.cpp b/jrj/project/business/GDN3.maint.cpp
index 2309de9..368e7a1 100644
--- a/jrj/project/business/GDN3.maint.cpp
+++ b/jrj/project/business/GDN3.maint.cpp
@@ -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