|
|
@@ -120,8 +120,9 @@ public class BoyangServiceImpl implements BoyangService {
|
|
|
case "TextField-K2AD4O5B"://文件名称
|
|
|
subject = UtilMap.getString(formComponentValue, "value");
|
|
|
|
|
|
- //将subject里的"/"替换为","
|
|
|
- subject = subject.replaceAll("/",",");
|
|
|
+ //不支持: $\/:*?"<>|
|
|
|
+ subject = subject.replaceAll("[$/:*?\"<>]"," ");
|
|
|
+
|
|
|
break;
|
|
|
case "DDSelectField_RIHDKAA2UK00"://文件类型
|
|
|
String fileType = UtilMap.getString(formComponentValue, "value");
|