|
@@ -143,7 +143,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
vo.setDateY(date.substring(0, 4));
|
|
vo.setDateY(date.substring(0, 4));
|
|
vo.setDateM(date.substring(5, 2));
|
|
vo.setDateM(date.substring(5, 2));
|
|
vo.setDateD(date.substring(7, 2));
|
|
vo.setDateD(date.substring(7, 2));
|
|
- List<String> chapterList = new ArrayList<>();
|
|
|
|
|
|
+ /* List<String> chapterList = new ArrayList<>();
|
|
chapterList.add("①.绿色施工");
|
|
chapterList.add("①.绿色施工");
|
|
chapterList.add("②.绿色施工");
|
|
chapterList.add("②.绿色施工");
|
|
chapterList.add("③.绿色施工");
|
|
chapterList.add("③.绿色施工");
|
|
@@ -153,7 +153,7 @@ public class CertificateTpServiceImpl extends ServiceImpl<CertificateTpMapper, C
|
|
chapterList.add("⑦.绿色施工");
|
|
chapterList.add("⑦.绿色施工");
|
|
chapterList.add("⑧.绿色施工");
|
|
chapterList.add("⑧.绿色施工");
|
|
vo.setChapterList(chapterList);
|
|
vo.setChapterList(chapterList);
|
|
- drawPic(vo);
|
|
|
|
|
|
+ drawPic(vo);*/
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|