xj qian
2025-03-13 cf8dba7748cc9826d744069b5063a14e3fcd2fa8
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;