|
@@ -416,6 +416,7 @@ public class WbsFormElementServiceImpl extends BaseServiceImpl<WbsFormElementMap
|
|
|
try {
|
|
|
File writefile = new File(htmlurl);
|
|
|
FileUtil.writeToFile(writefile, doc.html(), Boolean.parseBoolean("UTF-8"));
|
|
|
+ System.out.println("修改成功:"+ htmlurl);
|
|
|
}catch (Exception e){
|
|
|
System.out.println("修改html文件异常:"+ htmlurl);
|
|
|
}finally {
|