浏览代码

交叉汇总相关

MaiXinRong 1 年之前
父节点
当前提交
46fa9532bb
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/lib/rpt_data_analysis.js

+ 2 - 0
app/lib/rpt_data_analysis.js

@@ -1212,6 +1212,7 @@ const gatherSelectConverse = {
         for (const t of options.table) {
             switch (t) {
                 case 'mem_gather_stage_bills':
+                case 'mem_gather_stage_bills_filter':
                 case 'mem_gather_stage_pos':
                 case 'mem_gather_stage_pay':
                 case 'mem_gather_deal_bills':
@@ -1433,6 +1434,7 @@ const stageSelectConverse = {
             for (const t of options.table) {
                 switch (t) {
                     case 'mem_stage_sum_bills':
+                    case 'mem_stage_sum_bills_filter':
                     case 'mem_stage_sum_pos':
                     case 'mem_stage_sum_pay':
                     case 'mem_union_data':