MaiXinRong hace 4 años
padre
commit
7a5a9213bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: