2020-02-20 18:11

@chcode 找到问题了。配置文件与数据库字段少了一个字符,导致不更新,你这个发型不错

2019-09-24 14:34

@chcode 数据类型不对,尴尬

2019-09-24 14:34

@JFinal 数据类型不对,我就说嘛!咋个回事。

2019-07-23 12:18

@jfianl 什么方便都用完了。还是这样,不知道为什么
Request URL: http://localhost:8080/Yqpt/yj/sendList?to=2019-07-23&keywords=%E6%8A%A5%E8%87%AA%E6%B5%81%E4%BA%95%EF%BC%9A%E7%BD%91%E7%A7%B0%E5%85%89%E6%98%8E%E5%8C%BB%E9%99%A2%E5%85%8B%E6%89%A3%E5%91%98%E5%B7%A5%E5%B7%A5%E8%B5%84&userId=-1&from=2019-07-01&typeId=11&top=-1
Request Method: GET
Status Code: 200 OK
Remote Address: [::1]:8080
Referrer Policy: no-referrer-when-downgrade

2019-07-23 11:15

Parameter : to=2019-07-23 keywords=???è???????????????§°?????????é????????????·??·?è?? from=2019-07-01 userId=-1 typeId=11 top=-1
--------------------------------------------------------------------------------
+++=???è???????????????§°?????????é????????????·??·?è??
???è???????????????§°?????????é????????????·??·?è??

2019-07-23 11:14

@JFinal String decode = URLDecoder.decode(keywords,"utf-8");
System.out.println(decode);

2019-07-23 11:14

@JFinal String str = "报自流井:网称光明医院克扣员工工资";
String typeIds = yj.get("typeId").toString();

String url = URLEncoder.encode(str,"UTF-8");

redirect("/yj/sendList?to="+tos[0]+"&keywords="+url+"&userId="+searchUserId+"&from="+froms[0]+"&typeId="+typeIds+"&top="+top);

2019-07-17 09:49

@面向大海 主要是each 前面部分 不识别

2019-07-17 09:48

我是这样的,从新组装了一下,这样感觉有点。。。

2019-07-17 09:48

@JFinal List> listMenu=new ArrayList>();
List all = TypeMenu.dao.getAll();
for (int i = 0; i < all.size(); i++) {
Map map=new HashMap();
TypeMenu typeMenu = all.get(i);
map.put("id", typeMenu.get("id"));
map.put("twoMenu", typeMenu.getStr("twoMenu"));
map.put("typeId", typeMenu.get("typeId"));
listMenu.add(map);
}

2019-06-27 11:22

已经解决。jdk 版本太低 导致,谢谢