diff --git a/DSWeb/Areas/Account/Controllers/Chfee_invoice_HangXinController.cs b/DSWeb/Areas/Account/Controllers/Chfee_invoice_HangXinController.cs index cdafa30e..6f0f5910 100644 --- a/DSWeb/Areas/Account/Controllers/Chfee_invoice_HangXinController.cs +++ b/DSWeb/Areas/Account/Controllers/Chfee_invoice_HangXinController.cs @@ -898,7 +898,7 @@ namespace DSWeb.Areas.Account.Controllers DatasetSort _sort = new DatasetSort(); - var sortstr = @"[{""property"":""INVOICEMAKETIME"",""direction"":""asc""},{""property"":""OPERATETIME"",""direction"":""asc""}]"; + var sortstr = @"[{""property"":""INVOICEMAKETIME"",""direction"":""asc""},{""property"":""INVOICENO"",""direction"":""asc""}]"; //if (!string.IsNullOrWhiteSpace(sort)) //{