Browse Source

书签相关

MaiXinRong 4 years ago
parent
commit
7a5a9213bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/report.js

+ 1 - 1
app/service/report.js

@@ -201,7 +201,7 @@ module.exports = app => {
                             runnableKey.push(filter);
                             break;
                         case 'mem_all_tag':
-                            runnableRst.push(service.ledgerTag.getDataByCondition({ where: { tid: params.tender_id } }));
+                            runnableRst.push(service.ledgerTag.getAllDataByCondition({ where: { tid: params.tender_id } }));
                             runnableKey.push(filter);
                             break;
                         default: