|
@@ -108,6 +108,9 @@ public class CommonFacade {
|
|
if (ListUtil.isNotEmpty(searchData.getDrug())) {
|
|
if (ListUtil.isNotEmpty(searchData.getDrug())) {
|
|
wordCrfDTO.setDrug(searchData.getDrug());
|
|
wordCrfDTO.setDrug(searchData.getDrug());
|
|
}
|
|
}
|
|
|
|
+ if (ListUtil.isNotEmpty(searchData.getTransfusion())) {
|
|
|
|
+ wordCrfDTO.setTransfusion(searchData.getTransfusion());
|
|
|
|
+ }
|
|
if (ListUtil.isNotEmpty(searchData.getOperation())) {
|
|
if (ListUtil.isNotEmpty(searchData.getOperation())) {
|
|
wordCrfDTO.setOperation(searchData.getOperation());
|
|
wordCrfDTO.setOperation(searchData.getOperation());
|
|
}
|
|
}
|