@@ -717,6 +717,9 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
else if(i==13){
numTag = "14. ";
}
+ else if(i==14){
+ numTag = "15. ";
+ }
chapterListTxt.add(numTag+chapterList.get(i).getName());
return chapterListTxt;