LiFan
2024-09-03 287c7ae1a62dbd0347055d7c0a90ed357cc8bb6e
jrj/project/business/SO3.list.cpp
@@ -143,8 +143,8 @@
            dw_list.SetItemString(row, L"ApplyStatus", arg.GetArgString(L"state"));
         if (arg.GetArgString(L"billstatus") != L"")
         {
            string billstatus = arg.GetArgString(L"billstatus");
            string statusName = GetBillStatusName(billstatus);
            xstring billstatus = arg.GetArgString(L"billstatus");
            xstring statusName = GetBillStatusName(billstatus);
            dw_list.SetItemString(row, L"ApprovalStatus", billstatus);
            dw_list.SetItemDisplayString(row, L"ApprovalStatus", statusName);
         }