11
This commit is contained in:
@@ -115,15 +115,18 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
int rnum = Funs.GetRandomNum(1, jotList.Count());
|
||||
int j = 1;
|
||||
foreach (var g in jotList)
|
||||
if (jotList.Count() > 0)
|
||||
{
|
||||
if (rnum == j)
|
||||
int rnum = Funs.GetRandomNum(1, jotList.Count());
|
||||
int j = 1;
|
||||
foreach (var g in jotList)
|
||||
{
|
||||
BLL.Batch_PointBatchItemService.UpdatePointBatchItem(g.PointBatchItemId, "1", System.DateTime.Now, null);
|
||||
if (rnum == j)
|
||||
{
|
||||
BLL.Batch_PointBatchItemService.UpdatePointBatchItem(g.PointBatchItemId, "1", System.DateTime.Now, null);
|
||||
}
|
||||
j++;
|
||||
}
|
||||
j++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user