From b8e446c0d42658e39e3a924de43ffcd58660bed6 Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期四, 02 十一月 2023 16:03:25 +0800 Subject: [PATCH] pegging form优化 --- _Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl b/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl index b121c0d..59d58f3 100644 --- a/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl +++ b/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl @@ -22,7 +22,7 @@ } PeggingResult::CreateAllChildRelation( ppisdb ); - PeggingResult::CreateAllGroupChildRelation( ppisdb ); + PeggingResult::SetAllChildRelation1( ppisdb ); } *] } -- Gitblit v1.9.3