LiFan
2024-10-18 7ac57009ceb55a1d5968f14b5da52dfa4d03e89f
jrj/project/business/VATNotify/maint.papercard.vatnotify.cpp
@@ -728,7 +728,7 @@
         if (x == L"userInvoiceNo") //下拉
         {
            xstring sInvoiceNo = dw_item.GetItemString(row, L"NInvoiceNo");
            hdr.data = sInvoiceNo;
            hdr.data = sInvoiceNo.c_str(true);
         }
         return 1;