From f923fa2fa1f04d2343f2a58e54687710a0f4e0c8 Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期四, 09 四月 2026 18:14:33 +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 23931cc..54d810e 100644
--- a/jrj/project/business/GDN3.maint.cpp
+++ b/jrj/project/business/GDN3.maint.cpp
@@ -1620,7 +1620,7 @@
 
 		xstring ClassifyID = dw_item.GetItemString(row, L"ClassifyID");
 		xstring refundRate = L"*";
-		trace(L"\r\n--------" + ClassifyID + L"-----------");
+		//alert(L"\r\n--------" + ClassifyID + L"-----------");
 		xml x = ViewObject::RetrieveData(L"/sale/data/Custom3/custom/classifyinfo", L"ClassifyID", ClassifyID);
 		if (x)
 		{

--
Gitblit v1.9.3