|
@@ -1418,7 +1418,7 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
|
}else {
|
|
|
json.put("template_id","tty9TkCAAANpvEtLrkPUGeOEd1-U7W2w");
|
|
|
}
|
|
|
- item.put("key","填报日期");
|
|
|
+ item.put("key","日期");
|
|
|
item.put("value",report.getCreateDate());
|
|
|
dataJson.add(item);
|
|
|
json.put("url","https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww4e237fd6abb635af&redirect_uri=http://mobworktime.ttkuaiban.com/api/corpWXAuth&response_type=code&scope=snsapi_base&state=0#wechat_redirect");
|
|
@@ -2184,7 +2184,7 @@ public class ReportServiceImpl extends ServiceImpl<ReportMapper, Report> impleme
|
|
|
item.put("value",user.getName());
|
|
|
item.put("key","评价");
|
|
|
item.put("value",report.getEvaluate());
|
|
|
- item.put("key","填报日期");
|
|
|
+ item.put("key","日期");
|
|
|
item.put("value",report.getCreateDate());
|
|
|
dataJson.add(item);
|
|
|
json.put("template_id","tty9TkCAAAWoUyhGnXRCZuhkgCqw_Uow");
|