|
@@ -39,7 +39,7 @@ public class MedLisInfoServiceImpl extends ServiceImpl<MedLisInfoMapper, MedLisI
|
|
Set<String> infoSet = new HashSet<>();
|
|
Set<String> infoSet = new HashSet<>();
|
|
for (String s : infos) {
|
|
for (String s : infos) {
|
|
if (s.contains("化验:")) {
|
|
if (s.contains("化验:")) {
|
|
- String[] split = s.split("-");
|
|
|
|
|
|
+ String[] split = s.split(".");
|
|
for (String info : split) {
|
|
for (String info : split) {
|
|
String[] targetInfos = info.split(":");
|
|
String[] targetInfos = info.split(":");
|
|
for (String targetInfo : targetInfos) {
|
|
for (String targetInfo : targetInfos) {
|