This commit is contained in:
sunkaixuan 2017-08-09 13:17:10 +08:00
parent d50c720bc7
commit 29f0f60163
3 changed files with 2 additions and 4 deletions

View File

@ -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")]

View File

@ -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)
{

View File

@ -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)
{