上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: //导出新 function ExportXlsNew() { var addurl = 'ldcReportHistoryController.do?exportXlsNew2'; var addurl1 = 'ldcReportHistoryController.do?exportXlsNew' 阅读全文
posted @ 2020-04-08 08:33 薛柏梁 阅读(193) 评论(0) 推荐(0) 编辑
摘要: String sql = " select count(1) from dec_main a where json_extract(content,'$.seqNo') = '"+seqno+"' "; 阅读全文
posted @ 2020-04-07 09:45 薛柏梁 阅读(20948) 评论(5) 推荐(1) 编辑
摘要: 1.在系统监控 >定时任务中新增定时计划 2.后台java方法 @Service("smsSendTask") public class SmsSendTask implements Job{ @Autowired private TSSmsServiceI tSSmsService; /*@Sch 阅读全文
posted @ 2020-04-01 11:18 薛柏梁 阅读(203) 评论(0) 推荐(0) 编辑
摘要: /** * 导出台账 */ @RequestMapping(params = "ExportXltz") @ResponseBody public void ExportXltz(HttpServletRequest request, ModelMap modelMap, HttpServletRe 阅读全文
posted @ 2020-03-27 08:51 薛柏梁 阅读(120) 评论(0) 推荐(0) 编辑
摘要: //导入 @RequestMapping(params = "upload3") public ModelAndView upload3(HttpServletRequest req) { req.setAttribute("controller_name","decOrderController" 阅读全文
posted @ 2020-03-26 18:07 薛柏梁 阅读(156) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping(params = "doUpdate") @ResponseBody public AjaxJson doUpdate(DecOrderEntity decOrder,DecOrderPage decOrderPage,JsonExtractPage jsonExtr 阅读全文
posted @ 2020-03-24 10:42 薛柏梁 阅读(224) 评论(0) 推荐(0) 编辑
摘要: <input id="ordersl" name="ordersl" type="text" datatype="/^-?[1-9]+(\.\d+)?$|^-?0(\.\d+)?$|^-?[1-9]+[0-9]*(\.\d+)?$/" style="width: 150px" class="inpu 阅读全文
posted @ 2020-03-23 11:17 薛柏梁 阅读(548) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/haha12/p/4353602.html 阅读全文
posted @ 2020-03-20 18:20 薛柏梁 阅读(189) 评论(0) 推荐(0) 编辑
摘要: <c:forEach var="每个变量名字" items="要迭代的list" varStatus="每个对象的状态" begin="循环从哪儿开始" end="循环到哪儿结束" step="循环的步长"> 循环要输出的东西 </c:forEach> 阅读全文
posted @ 2020-03-17 17:56 薛柏梁 阅读(102) 评论(0) 推荐(0) 编辑
摘要: StringBuffer cdsb = new StringBuffer(crGettime_end); cdsb.append(" 23:59:59"); crGettime_end = cdsb.toString(); wheresql += " and a.cr_Gettime <='"+cr 阅读全文
posted @ 2020-03-16 11:23 薛柏梁 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页