From 0183c9be7ee7c2125bdd0491a9ba406de6abc621 Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期六, 15 四月 2023 17:20:40 +0800 Subject: [PATCH] CIAQ完善 --- src/main/java/com/ots/project/tool/report/MAQNEW/base/BaseCondition_V2.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/ots/project/tool/report/MAQNEW/base/BaseCondition_V2.java b/src/main/java/com/ots/project/tool/report/MAQNEW/base/BaseCondition_V2.java index 598c0fd..ffe797e 100644 --- a/src/main/java/com/ots/project/tool/report/MAQNEW/base/BaseCondition_V2.java +++ b/src/main/java/com/ots/project/tool/report/MAQNEW/base/BaseCondition_V2.java @@ -57,6 +57,13 @@ dynamicParameterSubstitution(map, result, langType); return result; } + + /** + * 鎶ュ憡瀛楀吀閲岄潰杩樻湁%%鍙橀噺 杩涜鏇挎崲 + * @param map + * @param maqReportLibrary + * @param langType + */ public void dynamicParameterSubstitution(Map<String, String> map, TLibraryCode maqReportLibrary, LangTypeEnum langType) { map.forEach((key, value) -> { String content = maqReportLibrary.getLangTypeContext(langType); -- Gitblit v1.9.1