From 6d29cd107cc2d75f9cc855174bd5bec3608de527 Mon Sep 17 00:00:00 2001
From: 林致杰 <1003392067@qq.com>
Date: 星期二, 15 三月 2022 18:02:42 +0800
Subject: [PATCH] JAQ表1-表4替换处理
---
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