mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 12:47:57 +08:00
-
This commit is contained in:
parent
99c3d54d33
commit
c274ebe27c
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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user