Commit 6a205d74 by 陶然

美化

parent 325a2a65
......@@ -203,7 +203,7 @@ namespace Kivii.HumanResources.DingTalk
}
}
public static List<List<string>> ListSplit(this List<string> list ,int size)
public static List<List<string>> ListSplit(this List<string> list, int size)
{
var rtns = new List<List<string>>();
if (list.Count <= size) rtns.Add(list);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment