Commit 4a799841 by zhaoxiqing

gsb

parent fc61f4bd
...@@ -37,7 +37,7 @@ class EtemplateService extends ServiceBase{ ...@@ -37,7 +37,7 @@ class EtemplateService extends ServiceBase{
["id", 'desc'] ["id", 'desc']
]; ];
var attributes = ["id", "name", "ecompanyMainId", "mainId", "nameA", "filekey", "isLegal", "filepath", "created_at", "updated_at", "qrcodeurl", "ecompany_id"]; var attributes = ["id", "name", "ecompanyMainId", "mainId", "nameA", "filekey", "isLegal","undertakes_body", "filepath", "created_at", "updated_at", "qrcodeurl", "ecompany_id"];
var page = await this.getPageList(currentPage, pageSize, where, orderby, attributes); var page = await this.getPageList(currentPage, pageSize, where, orderby, attributes);
if (page && page.rows) { if (page && page.rows) {
var ecompanyIds = []; var ecompanyIds = [];
......
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