Commit 2a3e750c authored by 赵啸非's avatar 赵啸非

修改自动考核

parent bcc725e2
......@@ -56,6 +56,7 @@ export function formatterDate(time) {
return '--'}
if (!time) return '--';
console.log("time11111",time)
let date = new Date(Number(time));
let Y = date.getFullYear() + '-';
let M = (date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1) : date.getMonth() + 1) + '-';
......
......@@ -72,7 +72,7 @@ public class DingPersonServiceImpl extends AbstractDingTalkService implements ID
req.setUseridList(workMsgReq.getUseridList());
req.setMsg(JSON.toJSONString(workMsgReq.getMsg()));
workMsgReq.getMsg().getLink().setPicUrl("http://www.baidu.com");
workMsgReq.getMsg().getLink().setPicUrl("@lALOACZwe2Rk");
log.info("sendWorkMsg:{}", JSON.toJSONString(workMsgReq));
OapiMessageCorpconversationAsyncsendV2Response rsp = client.execute(req, getToken());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment