he2802 1 年之前
父節點
當前提交
90f74d15f7

二進制
zhongzheng-common/src/main/resources/static/005.jpg


二進制
zhongzheng-common/src/main/resources/static/0051.jpg


+ 2 - 2
zhongzheng-system/src/main/java/com/zhongzheng/modules/base/service/impl/CertificateTpServiceImpl.java

@@ -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{