mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 21:49:33 +08:00
-
This commit is contained in:
parent
8f05c4a4a4
commit
923af79973
@ -54,11 +54,6 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public partial class DmMethod : DefaultDbMethod, IDbMethods
|
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)
|
public override string WeekOfYear(MethodCallExpressionModel mode)
|
||||||
{
|
{
|
||||||
var parameterNameA = mode.Args[0].MemberName;
|
var parameterNameA = mode.Args[0].MemberName;
|
||||||
|
Loading…
Reference in New Issue
Block a user