mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 02:44:58 +08:00
4.2.3.2
This commit is contained in:
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("4.2.3.2")]
|
||||
[assembly: AssemblyFileVersion("4.2.3.2")]
|
||||
[assembly: AssemblyVersion("4.2.3.3")]
|
||||
[assembly: AssemblyFileVersion("4.2.3.3")]
|
||||
|
||||
@@ -70,7 +70,6 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
if (this.IsCount) return "COUNT(1) AS `Count` ";
|
||||
string reval = string.Empty;
|
||||
if (this.SelectValue == null || this.SelectValue is string)
|
||||
{
|
||||
|
||||
@@ -70,7 +70,6 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
if (this.IsCount) return "COUNT(1) AS `Count` ";
|
||||
string reval = string.Empty;
|
||||
if (this.SelectValue == null || this.SelectValue is string)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user