fix: 89160 法规符合性排查流程(法规工程师发起) --手动新增生成提示操作失败
This commit is contained in:
+3
@@ -277,6 +277,9 @@ public class ProcessStandardComplianceCheckDetail implements Serializable, Compa
|
||||
}
|
||||
|
||||
private List<String> splitByNumber(String input) {
|
||||
if (input == null) {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
Matcher matcher = Pattern.compile("[0-9]+|[^0-9]+").matcher(input);
|
||||
List<String> result = new ArrayList<>();
|
||||
while (matcher.find()) {
|
||||
|
||||
Reference in New Issue
Block a user