bug
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
package com.peanut.common.utils;
|
||||
|
||||
import com.baomidou.mybatisplus.core.toolkit.StringUtils;
|
||||
|
||||
public class MyUtil {
|
||||
|
||||
public static boolean notEmpty(Object o){
|
||||
if(o!=null&& StringUtils.isNotBlank(o.toString())){
|
||||
return true;
|
||||
}else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user