mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
fix typo in SplitTableService.cs
paramter -> parameter Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
@@ -223,7 +223,7 @@ namespace SqlSugar
|
|||||||
case SplitType.Year:
|
case SplitType.Year:
|
||||||
return Convert.ToDateTime(time.ToString("yyyy-01-01"));
|
return Convert.ToDateTime(time.ToString("yyyy-01-01"));
|
||||||
default:
|
default:
|
||||||
throw new Exception($"SplitType paramter error ");
|
throw new Exception($"SplitType parameter error ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private DateTime GetMondayDate()
|
private DateTime GetMondayDate()
|
||||||
|
Reference in New Issue
Block a user