mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
-
This commit is contained in:
parent
8f05c4a4a4
commit
923af79973
@ -53,12 +53,7 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
public partial class DmMethod : DefaultDbMethod, IDbMethods
|
||||
{
|
||||
//public override string IsNullOrEmpty(MethodCallExpressionModel model)
|
||||
//{
|
||||
// var parameter = model.Args[0];
|
||||
// return string.Format("( {0} IS NULL )", parameter.MemberName);
|
||||
//}
|
||||
{
|
||||
public override string WeekOfYear(MethodCallExpressionModel mode)
|
||||
{
|
||||
var parameterNameA = mode.Args[0].MemberName;
|
||||
|
Loading…
Reference in New Issue
Block a user