默认seq从1开始
This commit is contained in:
parent
9a7b789463
commit
33a5c245a4
@ -88,7 +88,7 @@ namespace QFramework.Example
|
|||||||
|
|
||||||
|
|
||||||
List<Expstepvtwolist> datas = new List<Expstepvtwolist>();
|
List<Expstepvtwolist> datas = new List<Expstepvtwolist>();
|
||||||
int seq = 0;
|
int seq = 1;
|
||||||
if (onlyCur)
|
if (onlyCur)
|
||||||
{
|
{
|
||||||
foreach (var item in ScoreController.Instance.GetCurScoreData())
|
foreach (var item in ScoreController.Instance.GetCurScoreData())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user