认证-参数项收集-填写人导入校验提示语修改

This commit is contained in:
liyawei
2022-11-04 12:42:01 +08:00
parent 49872c55ea
commit a240e44b8b
@@ -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 {