mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 05:13:27 +08:00
Synchronization code
This commit is contained in:
parent
31592cd24d
commit
649990cde8
@ -156,6 +156,10 @@ namespace SqlSugar
|
|||||||
return trakRows;
|
return trakRows;
|
||||||
}
|
}
|
||||||
string sql = _ExecuteCommand();
|
string sql = _ExecuteCommand();
|
||||||
|
if (this.UpdateBuilder.AppendWhere.HasValue())
|
||||||
|
{
|
||||||
|
sql += " AND " + this.UpdateBuilder.AppendWhere;
|
||||||
|
}
|
||||||
if (string.IsNullOrEmpty(sql))
|
if (string.IsNullOrEmpty(sql))
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user