From 3eb77f8729bc4d53ad5068e226a860389bdc14ca Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期二, 07 四月 2026 15:20:03 +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..55f8e8e 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