[fix]调试启动不成功的问题
This commit is contained in:
parent
169ab1ca0f
commit
6aaa98f243
@ -930,9 +930,9 @@ public class ExcelUtil<T> {
|
|||||||
String imagePath = Convert.toStr(value);
|
String imagePath = Convert.toStr(value);
|
||||||
if (StringUtils.isNotEmpty(imagePath))
|
if (StringUtils.isNotEmpty(imagePath))
|
||||||
{
|
{
|
||||||
byte[] data = ImageUtils.getImage(imagePath);
|
// byte[] data = ImageUtils.getImage(imagePath);
|
||||||
getDrawingPatriarch(cell.getSheet()).createPicture(anchor,
|
// getDrawingPatriarch(cell.getSheet()).createPicture(anchor,
|
||||||
cell.getSheet().getWorkbook().addPicture(data, getImageType(data)));
|
// cell.getSheet().getWorkbook().addPicture(data, getImageType(data)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE mapper
|
<!DOCTYPE mapper
|
||||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
<mapper namespace="com.wzj.soopin.auth.mapper.SysPostMapper">
|
<mapper namespace="org.dromara.system.mapper.SysPostMapper">
|
||||||
|
|
||||||
<resultMap type="org.dromara.system.domain.vo.SysPostVo" id="SysPostResult">
|
<resultMap type="org.dromara.system.domain.vo.SysPostVo" id="SysPostResult">
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user