update lang.StringUtils 改为 lang3.StringUtils

This commit is contained in:
lijiarao
2023-08-17 14:02:23 +08:00
parent b5bd577d3c
commit fb068d6f12
80 changed files with 141 additions and 82 deletions
@@ -18,7 +18,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.poi.ss.formula.functions.T;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@@ -15,7 +15,7 @@ import com.jero.modules.demo.test.service.IJeroOrderMainService;
import com.jero.modules.demo.test.service.IJeroOrderTicketService;
import com.jero.modules.demo.test.vo.JeroOrderMainPage;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.poi.ss.formula.functions.T;
import org.apache.shiro.SecurityUtils;
import org.jeecgframework.poi.excel.ExcelImportUtil;
@@ -15,7 +15,7 @@ import com.jero.modules.demo.test.service.IJeroOrderCustomerService;
import com.jero.modules.demo.test.service.IJeroOrderMainService;
import com.jero.modules.demo.test.service.IJeroOrderTicketService;
import com.jero.modules.demo.test.vo.JeroOrderMainPage;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.poi.ss.formula.functions.T;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
@@ -11,7 +11,7 @@ import com.jero.common.system.query.QueryGenerator;
import com.jero.common.util.oConvertUtils;
import com.jero.modules.demo.test.entity.JoaDemo;
import com.jero.modules.demo.test.service.IJoaDemoService;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import lombok.extern.slf4j.Slf4j;
import org.apache.poi.ss.formula.functions.T;
import org.jeecgframework.poi.excel.ExcelImportUtil;