瀏覽代碼

学时通过时间

he2802 3 年之前
父節點
當前提交
09a497e3ac

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

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