会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
呵呵哒999
博客园
首页
新随笔
联系
订阅
管理
2021年12月21日
jeecg用系统自带的方法查找登录用户的所有角色
摘要: TSUser user = ResourceUtil.getSessionUser(); List<TSRoleUser> rUsers1 = systemService.findByProperty(TSRoleUser.class, "TSUser.id", user.getId()); Str
阅读全文
posted @ 2021-12-21 15:38 呵呵哒999
阅读(604)
评论(0)
推荐(0)
2021年9月24日
select2动态设置数值
摘要: $("#icFromcompany").val(icClientid).trigger('change'); 赋空值 $("#orderrecive").val("").select2();
阅读全文
posted @ 2021-09-24 15:54 呵呵哒999
阅读(234)
评论(0)
推荐(0)
2021年8月30日
jeecg 根据某个字段查询对象
摘要: LdCustomerEntity temp = findUniqueByProperty(LdCustomerEntity.class, "id", ldCustomer.getId());
阅读全文
posted @ 2021-08-30 14:16 呵呵哒999
阅读(119)
评论(0)
推荐(0)
2021年7月26日
jeecg 设置合计页脚
摘要: dataGrid.setFooter("insDate:合计:,insFeetotal:"+feetotal);
阅读全文
posted @ 2021-07-26 11:32 呵呵哒999
阅读(229)
评论(0)
推荐(0)
jeecg 模糊查询--datagrid
摘要: 模糊查询方式一 if(StringUtil.isNotEmpty(aeoCarInsure.getInsCarno())) { aeoCarInsure.setInsCarno("*%"+aeoCarInsure.getInsCarno()+"%*"); } if(StringUtil.isNotE
阅读全文
posted @ 2021-07-26 11:25 呵呵哒999
阅读(280)
评论(0)
推荐(0)
datagrid查询新增自定义列
摘要: List<AeoCarInsureEntity> list = dataGrid.getResults(); Map<String,Map<String,Object>> extMap = new HashMap<String, Map<String,Object>>(); for (AeoCarI
阅读全文
posted @ 2021-07-26 11:10 呵呵哒999
阅读(98)
评论(0)
推荐(0)
日期格式
摘要: <input name="aeoCarOperationList[${stuts.index }].opNextdate" maxlength="32" type="text" class="Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm
阅读全文
posted @ 2021-07-26 10:05 呵呵哒999
阅读(47)
评论(0)
推荐(0)
2021年7月15日
jdbctemper更新数据写法
摘要: NamedParameterJdbcTemplate namedParameterJdbcTemplate = null; namedParameterJdbcTemplate = new NamedParameterJdbcTemplate(jdbcTemplate); Map<String, O
阅读全文
posted @ 2021-07-15 08:48 呵呵哒999
阅读(91)
评论(0)
推荐(0)
2021年7月14日
jquery获取radio,select的值
摘要: var retalkstate = $("input[name='retalkstate']:checked").val();
阅读全文
posted @ 2021-07-14 15:54 呵呵哒999
阅读(22)
评论(0)
推荐(0)
2021年7月13日
前台传值到后台乱码问题
摘要: url:'ldCustomerProgressController.do?doAddjinzhan&cusId='+encodeURI(encodeURI(cusId))+'&progressTime='+encodeURI(encodeURI(progressTime))+'&content='+
阅读全文
posted @ 2021-07-13 13:55 呵呵哒999
阅读(63)
评论(0)
推荐(0)
下一页
公告