认证-参数项收集-bug55570
This commit is contained in:
+3
@@ -598,6 +598,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
controlValue = controlValue.replace(",", ",");
|
||||
String[] controlValueStr = controlValue.split(",");
|
||||
for (int i = 0; i < controlValueStr.length; i++) {
|
||||
if (StringUtils.isBlank(controlValueStr[i])) { // 选项中的空字符串,不作为备选值
|
||||
continue;
|
||||
}
|
||||
Map<String, String> controlValueMap = new HashMap<>();
|
||||
controlValueMap.put("label", controlValueStr[i]);
|
||||
controlValueMap.put("value", controlValueStr[i]);
|
||||
|
||||
Reference in New Issue
Block a user