认证-参数项收集-填写人导入校验提示语修改
This commit is contained in:
+12
-12
@@ -3906,9 +3906,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
if (StringUtils.isNotEmpty(value)) {
|
||||
if (countChar(value, "#") != 1) {
|
||||
if (CutEnum.CN.getValue().equals(cut)) {
|
||||
errorMsg += configMap.get(key) + "控件类型顺序填写不正确;";
|
||||
errorMsg += configMap.get(key) + "格式不正确;";
|
||||
} else {
|
||||
errorMsg += configMap.get(key) + "'s control type order is filled in incorrectly; ";
|
||||
errorMsg += configMap.get(key) + " format is incorrect; ";
|
||||
}
|
||||
countError++;
|
||||
} else {
|
||||
@@ -3956,9 +3956,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
if (StringUtils.isNotEmpty(value)) {
|
||||
if (countChar(value, "#") != 1) {
|
||||
if (CutEnum.CN.getValue().equals(cut)) {
|
||||
errorMsg += configMap.get(key) + "控件类型顺序填写不正确;";
|
||||
errorMsg += configMap.get(key) + "格式不正确;";
|
||||
} else {
|
||||
errorMsg += configMap.get(key) + "'s control type order is filled in incorrectly; ";
|
||||
errorMsg += configMap.get(key) + " format is incorrect; ";
|
||||
}
|
||||
countError++;
|
||||
} else {
|
||||
@@ -4005,9 +4005,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
if (StringUtils.isNotEmpty(value)) {
|
||||
if (countChar(value, "#") != 1) {
|
||||
if (CutEnum.CN.getValue().equals(cut)) {
|
||||
errorMsg += configMap.get(key) + "控件类型顺序填写不正确;";
|
||||
errorMsg += configMap.get(key) + "格式不正确;";
|
||||
} else {
|
||||
errorMsg += configMap.get(key) + "'s control type order is filled in incorrectly; ";
|
||||
errorMsg += configMap.get(key) + " format is incorrect; ";
|
||||
}
|
||||
countError++;
|
||||
} else {
|
||||
@@ -4045,9 +4045,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
if (StringUtils.isNotEmpty(value)) {
|
||||
if (countChar(value, "#") != 1) {
|
||||
if (CutEnum.CN.getValue().equals(cut)) {
|
||||
errorMsg += configMap.get(key) + "控件类型顺序填写不正确;";
|
||||
errorMsg += configMap.get(key) + "格式不正确;";
|
||||
} else {
|
||||
errorMsg += configMap.get(key) + "'s control type order is filled in incorrectly; ";
|
||||
errorMsg += configMap.get(key) + " format is incorrect; ";
|
||||
}
|
||||
countError++;
|
||||
} else {
|
||||
@@ -4084,9 +4084,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
if (StringUtils.isNotEmpty(value)) {
|
||||
if (countChar(value, "#") != 1) {
|
||||
if (CutEnum.CN.getValue().equals(cut)) {
|
||||
errorMsg += configMap.get(key) + "控件类型顺序填写不正确;";
|
||||
errorMsg += configMap.get(key) + "格式不正确;";
|
||||
} else {
|
||||
errorMsg += configMap.get(key) + "'s control type order is filled in incorrectly; ";
|
||||
errorMsg += configMap.get(key) + " format is incorrect; ";
|
||||
}
|
||||
countError++;
|
||||
} else {
|
||||
@@ -4124,9 +4124,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
if(StringUtils.isNotEmpty(value)) {
|
||||
if (countChar(value, "#") != 2) {
|
||||
if (CutEnum.CN.getValue().equals(cut)) {
|
||||
errorMsg += configMap.get(key) + "控件类型顺序填写不正确;";
|
||||
errorMsg += configMap.get(key) + "格式不正确;";
|
||||
} else {
|
||||
errorMsg += configMap.get(key) + "'s control type order is filled in incorrectly; ";
|
||||
errorMsg += configMap.get(key) + " format is incorrect; ";
|
||||
}
|
||||
countError++;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user