摘要: 代码: public String home(Model model,BulletinDTO bulletin,AdvertisingDTO Advertising){ //查询公告 List<BulletinDTO> result = bulletinExportService.queryList 阅读全文
posted @ 2016-12-02 16:37 一枚行者 阅读(232) 评论(0) 推荐(0)
摘要: $!{velocityCount} 随机 阅读全文
posted @ 2016-12-02 16:32 一枚行者 阅读(164) 评论(0) 推荐(0)
摘要: <div class="form-group col-sm-4 clearfix"> <label class="col-sm-5 control-label"><b class="text-danger"></b>审批单起草时间:</label> <div class="col-sm-7"> <d 阅读全文
posted @ 2016-12-02 16:23 一枚行者 阅读(8141) 评论(0) 推荐(0)
摘要: dto接受前台字符串时间格式 @DateTimeFormat(pattern = "yyyy-MM-dd") private Date contractStartDt; @DateTimeFormat(pattern = "yyyy-MM-dd") private Date contractEndD 阅读全文
posted @ 2016-12-02 16:20 一枚行者 阅读(3595) 评论(0) 推荐(0)