Commit a2852788 by 王栋源

wdy

parent f39bd9f9
...@@ -51,7 +51,7 @@ class TmtransactionApi extends ApiBase { ...@@ -51,7 +51,7 @@ class TmtransactionApi extends ApiBase {
async tmreport() { async tmreport() {
var id = await this.redisClient.lpop("create_tmrepotCache"); var id = await this.redisClient.lpop("create_tmrepotCache");
// console.log(id, "商标检索报告执行开始................."); console.log(id, "商标检索报告执行开始.................");
if (id) { if (id) {
var info = await this.pytmreportSve.dao.findById(id); var info = await this.pytmreportSve.dao.findById(id);
console.log(info.dataValues); console.log(info.dataValues);
......
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