mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 04:13:48 +08:00
-
This commit is contained in:
parent
99c3d54d33
commit
c274ebe27c
Binary file not shown.
@ -41,8 +41,7 @@ namespace SqlSugar
|
||||
case ExpressionType.MultiplyChecked:
|
||||
return "*";
|
||||
default:
|
||||
Check.ThrowNotSupportedException(string.Format(ErrorMessage.OperatorError, expressiontype.ToString()));
|
||||
return null;
|
||||
throw new NotSupportedException(string.Format(ErrorMessage.OperatorError, expressiontype.ToString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user