From ff98b66100cc7218f43b5a8e5710cdc927a678e5 Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期四, 07 九月 2023 16:31:01 +0800 Subject: [PATCH] 修该全局数据集名字 --- _Main/BL/Type_GlobalDTOTable/StaticMethod_GetDatasetName.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_GlobalDTOTable/StaticMethod_GetDatasetName.qbl b/_Main/BL/Type_GlobalDTOTable/StaticMethod_GetDatasetName.qbl index 4bf5e3a..25f595b 100644 --- a/_Main/BL/Type_GlobalDTOTable/StaticMethod_GetDatasetName.qbl +++ b/_Main/BL/Type_GlobalDTOTable/StaticMethod_GetDatasetName.qbl @@ -2,5 +2,5 @@ #parent: #root StaticMethod GetDatasetName () as String { - TextBody: 'return typeof( GlobalDTOTable ).ShortName();' + TextBody: 'return typeof( GlobalOTDTable ).ShortName();' } -- Gitblit v1.9.3