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