|
@@ -70,8 +70,7 @@ public class WrapperUtil<T> {
|
|
|
* @param val 逗号分开的值
|
|
|
*/
|
|
|
public WrapperUtil<T> hasSplitIn(String column, String val) {
|
|
|
- this.hasIn(column, WrapperUtil.toList(val));
|
|
|
- return this;
|
|
|
+ return this.hasIn(column, WrapperUtil.toList(val));
|
|
|
}
|
|
|
|
|
|
public static List<String> toList(String key) {
|