摘要: var reqname = '<%=request.getAttribute("reqname")%>'; 阅读全文
posted @ 2021-07-13 11:33 呵呵哒999 阅读(128) 评论(0) 推荐(0)
摘要: SELECT (@i:=@i+1) xh,a.* FROM(SELECT e.id,e.factory_no AS factoryNo,e.product_no AS productNo,e.model,e.license_no AS licenseNo,DATE_FORMAT(er.repair_ 阅读全文
posted @ 2021-02-01 16:10 呵呵哒999 阅读(629) 评论(0) 推荐(0)
摘要: String sql = "select a.*,c.*,d.*,f.* " + " from car_route a " + " left join ld_order b on a.cr_orderno=b.order_code " + " left join ldc_order c on c.o 阅读全文
posted @ 2020-10-29 17:12 呵呵哒999 阅读(429) 评论(0) 推荐(0)
摘要: var jsonS = []; $("#add_ldInquiryModel_table").find("tr").each(function(){ var xq = $(this).find("td").eq(2).find("input").val(); var xh = $(this).fin 阅读全文
posted @ 2020-10-29 17:03 呵呵哒999 阅读(431) 评论(0) 推荐(0)
摘要: $("#add_ldInquiryModel_table").find("tr").each(function(){ var xq = $(this).find("td").eq(2).find("input").val(); }); 阅读全文
posted @ 2020-10-29 16:58 呵呵哒999 阅读(230) 评论(0) 推荐(0)
摘要: for (LdInquiryPage ldInquiryPage : l) { List<LdInquiryCostEntity> lson = jdbcTemplate.query(sqlson+ldInquiryPage.getId()+"'", rowMapperson); ldInquiry 阅读全文
posted @ 2020-10-29 16:55 呵呵哒999 阅读(8869) 评论(0) 推荐(0)
摘要: RowMapper<WmsExpensesSettleEntity> rowMapper1=new BeanPropertyRowMapper<WmsExpensesSettleEntity>(WmsExpensesSettleEntity.class); List<WmsExpensesSettl 阅读全文
posted @ 2019-12-24 17:31 呵呵哒999 阅读(3174) 评论(0) 推荐(0)
摘要: List<Object> newList = ll.stream().distinct().collect(Collectors.toList()); //jdk8去重操作 阅读全文
posted @ 2019-12-19 11:36 呵呵哒999 阅读(1992) 评论(0) 推荐(0)