LiFan
2024-07-15 a60d1ea403c9272732b508625ef7b8f19172dc5c
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);
         }