mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
commit
93e0b81c12
@ -68,8 +68,7 @@ public class FunctionSqlTest {
|
||||
String sql = QueryWrapper.create()
|
||||
.select()
|
||||
.from(ACCOUNT)
|
||||
// .where("FIND_IN_SET(?, `id`)", 100)
|
||||
.where(findInSet(number(100), ACCOUNT.ID).eq(true))
|
||||
.where(findInSet(number(100), ACCOUNT.ID).gt(0))
|
||||
.toSQL();
|
||||
|
||||
System.out.println(sql);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user