|
@@ -969,8 +969,8 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
g.drawString(entity.getMajor(), 768, 718);
|
|
|
}else{
|
|
|
g.setFont(font3);
|
|
|
- g.drawString("选修("+entity.getMajor()+")", 700, 718);
|
|
|
- g.setFont(font2);
|
|
|
+ g.drawString("选修("+entity.getMajor()+")", 690, 718);
|
|
|
+ g.setFont(font);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1067,8 +1067,8 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
g.drawString(entity.getMajor(), 768, 718);
|
|
|
}else{
|
|
|
g.setFont(font3);
|
|
|
- g.drawString("选修("+entity.getMajor()+")", 700, 718);
|
|
|
- g.setFont(font2);
|
|
|
+ g.drawString("选修("+entity.getMajor()+")", 690, 718);
|
|
|
+ g.setFont(font);
|
|
|
|
|
|
}
|
|
|
|