LiFan
2025-04-16 a0eb317d8e9a4aa9c5a7cab23c90dc9862c981b1
jrj/project/viewobject/productlibrary.view.hpp
@@ -33,7 +33,7 @@
    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;
    }