mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 19:15:10 +08:00
Synchronization code
This commit is contained in:
parent
0c3ee7d0b5
commit
8059acc98c
@ -101,7 +101,8 @@ namespace SqlSugar
|
||||
{ "ToLower","ToLower"},
|
||||
{ "ToUpper","ToUpper"},
|
||||
{ "Substring","Substring"},
|
||||
{ "DateAdd","DateAdd"}
|
||||
{ "DateAdd","DateAdd"},
|
||||
{ "CompareTo","CompareTo"}
|
||||
};
|
||||
protected static Dictionary<string, DateType> MethodTimeMapping = new Dictionary<string, DateType>() {
|
||||
{ "AddYears",DateType.Year},
|
||||
|
Loading…
Reference in New Issue
Block a user