Commit 1b69f430 by 庄冰

es

parent d1ffe377
......@@ -514,7 +514,7 @@ class TemplatelinkService extends ServiceBase {
addObj["created_year"] = myDate.getFullYear();
addObj["created_month"] =myDate.getMonth()+1;
addObj["created_day"] =myDate.getDate();
// await this.execClient.execPostEs(addObj, this.browsingRecordsLogUrl);
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