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 | 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