|
@@ -365,11 +365,9 @@ public class CommonFacade {
|
|
|
}
|
|
|
}
|
|
|
wordCrfDTO.getLis().addAll(lisList);
|
|
|
- wordCrfDTO.setLis(wordCrfDTO.getLis());
|
|
|
|
|
|
PacsLabel pacsLabel = wordCrfDTO.getPacsLabel();
|
|
|
pacsLabel.getPacsNewList().addAll(packagePacs);
|
|
|
- wordCrfDTO.setPacsLabel(pacsLabel);
|
|
|
}
|
|
|
|
|
|
private Lis getLis(String bigName, String detailName, String value, String unit) {
|