摘要: public class MyFreeMarkerConfigurer extends FreeMarkerConfigurer { @Override public void afterPropertiesSet() throws IOException, TemplateException { 阅读全文
posted @ 2020-12-05 19:27 y海涛 阅读(226) 评论(0) 推荐(0) 编辑
摘要: @ControllerAdvice public class MyException { @ExceptionHandler(UnauthorizedException.class) public String UnauthorizedException(RuntimeException e, Ha 阅读全文
posted @ 2020-12-05 15:19 y海涛 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <title>潜在客户报表查询</title> 7 <!--f 阅读全文
posted @ 2020-12-05 15:15 y海涛 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1 public abstract class MessageUtil { 2 3 public static String changeMsg(CustomerReportQueryObject qo){ 4 String msg = null; 5 switch (qo.getGroupType 阅读全文
posted @ 2020-12-05 15:08 y海涛 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1 public abstract class DateUtil { 2 3 public static Date getEndDate(Date endDate) { 4 if (endDate == null){ 5 return null; 6 } 7 Calendar c = Calenda 阅读全文
posted @ 2020-12-05 15:07 y海涛 阅读(78) 评论(0) 推荐(0) 编辑