xj qian
2024-11-05 06a9a4b01cda9c380e52eb875d7bb7c1c874954a
jrj/project/business/VATNotify/simple.maint.vatnotify.cpp
@@ -45,7 +45,7 @@
         return 1;
      }
      xstring  GetEntityData(int pr)
      xstring  GetEntityData(LPARAM  pr)
      {
         xml x ;
         dw_item.AcceptText();
@@ -821,7 +821,7 @@
         if (x == L"userInvoiceNo") //下拉
         {
            xstring sInvoiceNo = dw_item.GetItemString(row, L"NInvoiceNo");
            hdr.data = sInvoiceNo;
            hdr.data = sInvoiceNo.c_str(true);
         }
         return 1;