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