修改了资源路径9

This commit is contained in:
wucongxing8150 2025-08-01 13:32:21 +08:00
parent 6f1715e857
commit 131d417834

View File

@ -46,7 +46,7 @@ public class CertService {
Color customColor = Color.decode("#008983"); Color customColor = Color.decode("#008983");
g2d.setColor(customColor); g2d.setColor(customColor);
g2d.drawString(certificateNo, 285, 570); g2d.drawString(certificateNo, 260, 570);
// 2. 处理并添加头像 // 2. 处理并添加头像
BufferedImage avatar = ImageIO.read(new ByteArrayInputStream(avatarPath)); BufferedImage avatar = ImageIO.read(new ByteArrayInputStream(avatarPath));