diff --git a/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UnitBool.cs b/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UnitBool.cs index 64fbb4ef3..2f0b38769 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UnitBool.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/UnitTest/UnitBool.cs @@ -1,4 +1,5 @@ -using System; +using SqlSugar; +using System; using System.Collections.Generic; using System.Text; @@ -15,6 +16,8 @@ namespace OrmTest x=it.Id==1 }).ToList(); Test(new UnitbModel()); + + var sql=db.Queryable().Where(it => SqlFunc.FullTextContains(new string[] {it.Name, it.Name }, "a")).ToSql(); } public static void Test(UnitbModel model)