From bb4dc0fab56e542e784311f95ae6d7e7dd785a8f Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 29 十月 2024 17:10:33 +0800
Subject: [PATCH] update

---
 jrj/project/viewobject/productlibrary.view.hpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jrj/project/viewobject/productlibrary.view.hpp b/jrj/project/viewobject/productlibrary.view.hpp
index bb47c68..ff415d1 100644
--- a/jrj/project/viewobject/productlibrary.view.hpp
+++ b/jrj/project/viewobject/productlibrary.view.hpp
@@ -33,12 +33,12 @@
     static int DeleteItem(xstring id)
     {
         //if(RetrieveData(L"/sale/data/SO/goods/usegoods/delete",L"guid",id)) return 1;
-        string str = L"<Item update.modify='1' update.delete='1' guid='"+id+L"'/>";
+        xstring str = L"<Item update.modify='1' update.delete='1' guid='"+id+L"'/>";
         if(RetrieveData(L"/sale/data/ProductLibrary3/update/product",L"content",str)) return 1;
         return -1;
     }
 public:
-    xml  GetGoodsPropList(string guid)
+    KXMLDOMDocument  GetGoodsPropList(string guid)
     {
         return RetrieveData(L"/sale/data/SO/goods/goodsprop/list",L"guid", guid);
     }

--
Gitblit v1.9.3