This commit is contained in:
sunkaixuan 2017-01-08 23:35:44 +08:00
parent c0a4236b91
commit 4abcfa1a71
12 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -42,7 +42,8 @@ namespace SqlSugar
case ExpressionType.MultiplyChecked:
return "*";
default:
throw new NotSupportedException(string.Format(ExpressionErrorMessage.OperatorError, expressiontype.ToString()));
Check.ThrowNotSupportedException(string.Format(ExpressionErrorMessage.OperatorError, expressiontype.ToString()));
return null;
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.