09 2018 档案
摘要:/** * 根据房源号查询所有的物品id * * @param houseBillBo * @return */ @Query(value = "select group_concat(\...
阅读全文
摘要:var gettype=Object.prototype.toString gettype.call('aaaa') 输出 [object String] ...
阅读全文
摘要:jpa @Query中使用in,需要注意参数一定要是List,不然无法查询出数据。@Query(value = "select count(*) from financial_style_productitem_...
阅读全文
摘要:@RequestMapping(value = "bind", method = RequestMethod.POST) @ResponseBody public ErrorObject bindStyleD...
阅读全文
摘要:1.父页面2.子页面中//一键绑定 $('#batch_bind').click(function(){ console.log($("#billNo",window.parent.document)...
阅读全文
摘要:1.前往官网下载:https://projectlombok.org/download lombok.jar 2.将lombok.jar放在eclipse的安装目录下。3.在eclipse的安装目录下。shif...
阅读全文