mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-03 20:27:58 +08:00
fix comment
This commit is contained in:
parent
36397e615d
commit
bebf191c19
@ -44,7 +44,7 @@ public class ConditionTest {
|
||||
|
||||
Condition conditionLike = new Condition("user", "like %aaa");
|
||||
conditionLike.setPlaceHolder(false);
|
||||
Assert.assertEquals("user LIKE %aaa", conditionLike.toString());
|
||||
Assert.assertEquals("user LIKE '%aaa'", conditionLike.toString());
|
||||
|
||||
Condition conditionIn = new Condition("user", "in 1,2,3");
|
||||
conditionIn.setPlaceHolder(false);
|
||||
|
Loading…
Reference in New Issue
Block a user