xj qian
2024-11-05 06a9a4b01cda9c380e52eb875d7bb7c1c874954a
jrj/project/business/BasicCode/SKUTemplate.select.cpp
@@ -18,10 +18,10 @@
            {
               int i = 1;
               while (p.find(L"=L",0)>0)
               while (p.find(L"=",0)>0)
               {
                  xstring name = p.mid(0, p.find(L"=L",0));
                  xstring value = p.mid(p.find(L"=L",0) + 1, p.find(L"=L",0) - 1);
                  xstring name = p.mid(0, p.find(L"=",0));
                  xstring value = p.mid(p.find(L"=",0) + 1, p.find(L"=",0) - 1);
                  return ""+value;
                  i += 1;
               }
@@ -101,8 +101,8 @@
            if (GetParam())
            {
               int iArgs = GetParam();
               xaserverarg arg1 = new xaserverarg;
               arg1.setNativePointer(iArgs);
               xaserverarg arg1;
               dw_other = new xdwtable;
               dw_other.setNativePointer(arg1.GetArgString(L"dw_other").toInt());
               dw_prop = new xdwtable;