Commit 2307786f by 王栋源

wdy

parent 20df772f
...@@ -13,7 +13,7 @@ class TmjsonfileService extends ServiceBase { ...@@ -13,7 +13,7 @@ class TmjsonfileService extends ServiceBase {
} }
async createjsonfile() { async createjsonfile() {
var sql = "select * from bi_trademarktransaction wgere ncl_one_code is not null and ncl_one_code<>'' limit 1000"; var sql = "select * from bi_trademarktransaction where ncl_one_code is not null and ncl_one_code<>'' limit 1000";
var tminfos = await this.connectionigirl.query(sql); var tminfos = await this.connectionigirl.query(sql);
var sources = []; var sources = [];
if (tminfos[0]) { if (tminfos[0]) {
......
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