Commit 18e35fcb by 庄冰

createdTime

parent 1b69f430
......@@ -514,6 +514,7 @@ class TemplatelinkService extends ServiceBase {
addObj["created_year"] = myDate.getFullYear();
addObj["created_month"] =myDate.getMonth()+1;
addObj["created_day"] =myDate.getDate();
addObj["created_time"]=myDate.getTime();
await this.execClient.execPostEs(addObj, this.browsingRecordsLogUrl);
} catch (e) {
console.log(e,"writebrowsingrecords++++++++++++++++++++")
......
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