|
@@ -27,7 +27,7 @@ public class ChangxFirstCourseRecordDocTrans extends ModelDocTrans {
|
|
|
List<String> targetTitles = Lists.newArrayList();
|
|
|
List<String> sourceTitles = ListUtil.isEmpty(medrecVo.getLabel()) ? ModelStandardKeys.firstCourseRecord : medrecVo.getLabel();
|
|
|
sourceTitles.forEach(sourceTitle -> {
|
|
|
- String targetTitle = "[一二三四五六七八九十][、.]";
|
|
|
+ String targetTitle = "[一二三四五六七八九十]{0,1}[、.]{0,1}";
|
|
|
for (int index = 0; index < sourceTitle.length(); index++) {
|
|
|
if (index == sourceTitle.length() - 1) {
|
|
|
targetTitle += sourceTitle.substring(index, index + 1);
|