mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 13:47:59 +08:00
Update Core
This commit is contained in:
parent
fbab3c87ce
commit
d52d784a68
@ -25,7 +25,7 @@ namespace SqlSugar
|
|||||||
whereList.Add(whereString);
|
whereList.Add(whereString);
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
return string.Format("{0} {1} WHERE {2};", updateTable, setValues, string.Join("AND", whereList));
|
return string.Format("{0} {1} WHERE {2};", updateTable, setValues, string.Join(" AND", whereList));
|
||||||
}).ToArray()));
|
}).ToArray()));
|
||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user