|
@@ -984,7 +984,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
Integer startY = 810;
|
|
|
Integer j = 0;
|
|
|
for(String name : entity.getChapterList()){
|
|
|
- if(j<6){
|
|
|
+ if(j<15){
|
|
|
g.drawString(name, 300, startY);
|
|
|
startY+=50;
|
|
|
}else{
|
|
@@ -1083,7 +1083,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
|
Integer startY = 810;
|
|
|
Integer j = 0;
|
|
|
for(String name : entity.getChapterList()){
|
|
|
- if(j<14){
|
|
|
+ if(j<15){
|
|
|
g.drawString(name, 300, startY);
|
|
|
startY+=50;
|
|
|
}else{
|