|
@@ -971,8 +971,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);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1069,8 +1069,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);
|
|
|
|
|
|
}
|
|
|
|