|
@@ -971,7 +971,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
g.drawString(entity.getMajor(), 768, 718);
|
|
|
}else{
|
|
|
g.setFont(font3);
|
|
|
- g.drawString("选修("+entity.getMajor()+")", 675, 718);
|
|
|
+ g.drawString("选修("+entity.getMajor()+")", 670, 718);
|
|
|
g.setFont(font);
|
|
|
}
|
|
|
|
|
@@ -1069,7 +1069,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
g.drawString(entity.getMajor(), 768, 718);
|
|
|
}else{
|
|
|
g.setFont(font3);
|
|
|
- g.drawString("选修("+entity.getMajor()+")", 675, 718);
|
|
|
+ g.drawString("选修("+entity.getMajor()+")", 670, 718);
|
|
|
g.setFont(font);
|
|
|
|
|
|
}
|