From d5f76f5d68044a00d0cb3181996466b41e310932 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期五, 05 十二月 2025 16:44:51 +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 4a1a57c..2309de9 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);
--
Gitblit v1.9.3