mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 01:47:06 +08:00
!25 fix typo in SplitTableService.cs
Merge pull request !25 from Ikko Ashimine/N/A
This commit is contained in:
commit
bf469c3256
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
@ -223,7 +223,7 @@ namespace SqlSugar
|
||||
case SplitType.Year:
|
||||
return Convert.ToDateTime(time.ToString("yyyy-01-01"));
|
||||
default:
|
||||
throw new Exception($"SplitType paramter error ");
|
||||
throw new Exception($"SplitType parameter error ");
|
||||
}
|
||||
}
|
||||
private DateTime GetMondayDate()
|
||||
|
Loading…
Reference in New Issue
Block a user