This commit is contained in:
sunkaixuan
2017-05-19 15:33:44 +08:00
parent f2e97f5d28
commit 3f930d0107
4 changed files with 15 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ namespace OrmTest.UnitTest
//Re Set Value
var s9 = db.Updateable(updateObj)
.ReSetValue(it=>it.Name==(it.Name+1)).ToSql();
.ReSetValue(it=>it.Name==(it.SchoolId+"")).ToSql();
}
public SqlSugarClient GetInstance()