Browse Source

交叉汇总相关

MaiXinRong 1 year ago
parent
commit
46fa9532bb
1 changed files with 2 additions and 0 deletions
  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':