From ea578007e86bdc01430bc8b9683d8e69eb2438e5 Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期一, 06 十一月 2023 17:40:26 +0800 Subject: [PATCH] 优化交易汇总报表 --- _Main/UI/MacroPlannerWebApp/Component_FormSummaryOfInboundTransaction/Response_pButton_bFlushData_OnClick.def | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormSummaryOfInboundTransaction/Response_pButton_bFlushData_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormSummaryOfInboundTransaction/Response_pButton_bFlushData_OnClick.def index 7dcd7e2..bbf38d2 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormSummaryOfInboundTransaction/Response_pButton_bFlushData_OnClick.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormSummaryOfInboundTransaction/Response_pButton_bFlushData_OnClick.def @@ -9,7 +9,7 @@ { Body: [* - SummaryOfInboundTransaction::FlushData( GlobalOTDSOP ); + SummaryOfInboundTransaction::FlushData( GlobalOTDSOP, GlobalOTDTable ); *] GroupServerCalls: false } -- Gitblit v1.9.3