LiFan
2024-08-27 1babebeda5624383e1f8513959a9eb6e2886994e
jrj/project/business/SO/Product.FetchNo.cpp
@@ -73,7 +73,6 @@
      int SendNotice()
      {
         xaserverarg arg;
         if (dw_list.GetRowCount() < 1) return 1;
         xstring Subject = L"编号:" + dw_list.GetItemString(dw_list.GetRow(), L"SKUNo") + L"   品名:" + dw_list.GetItemString(dw_list.GetRow(), L"CName") + L",申请货号";
         xstring EntityID = dw_list.GetItemString(dw_list.GetRow(), L"SKUID");
@@ -95,7 +94,6 @@
         dw_list.DwUpdateAllToEx(x);
         xstring error = L"";
         xaserverarg arg;
         arg.AddArg(L"content", x.xml());
         if (xurl::get(L"/sale/data/ProductLibrary3/update/product/askgoodsno", arg.GetString(), x) != 1)
         {