2345
This commit is contained in:
parent
74cbe47cdf
commit
97e840dd17
@ -824,18 +824,18 @@ namespace APT.SC.WebApi.Controllers.Api.BI
|
||||
if (ds != null && ds.Tables != null && ds.Tables.Count > 0)
|
||||
{
|
||||
List<dynamic> hiddenRanking = new List<dynamic>();
|
||||
int NUM = 1;
|
||||
//int NUM = 1;
|
||||
foreach (DataRow item in ds.Tables[0].Rows)
|
||||
{
|
||||
hiddenRanking.Add(new
|
||||
{
|
||||
NUM = NUM,
|
||||
//NUM = NUM,
|
||||
companyName= item["companyName"],
|
||||
ORG_ID = item["ORG_ID"],
|
||||
hiddenName = item["DESCREPTION"],
|
||||
qty = item["dc"],
|
||||
});
|
||||
NUM++;
|
||||
//NUM++;
|
||||
}
|
||||
listResult.hiddenRanking = hiddenRanking;
|
||||
//if (string.IsNullOrEmpty(ORGID))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user