mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -118,7 +118,7 @@ public class Condition extends CloneSupport<Condition> {
|
|||||||
this.operator = OPERATOR_LIKE;
|
this.operator = OPERATOR_LIKE;
|
||||||
this.value = SqlUtil.buildLikeValue(value, likeType, false);
|
this.value = SqlUtil.buildLikeValue(value, likeType, false);
|
||||||
}
|
}
|
||||||
// --------------------------------------------------------------- Constructor start
|
// --------------------------------------------------------------- Constructor end
|
||||||
|
|
||||||
// --------------------------------------------------------------- Getters and Setters start
|
// --------------------------------------------------------------- Getters and Setters start
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user