|
|
@ -846,7 +846,7 @@ public class WareHouseController {
|
|
|
|
if (warehouseEntityList.get(i).getCode().equals(code)) {
|
|
|
|
if (warehouseEntityList.get(i).getCode().equals(code)) {
|
|
|
|
return drugCodeSelectEntity;
|
|
|
|
return drugCodeSelectEntity;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
UdiEntity originUdiEntity = FilterUdiUtils.getUdi(code);
|
|
|
|
UdiEntity originUdiEntity = FilterUdiUtils.getUdi(drugCodeSelectEntity.getCode());
|
|
|
|
if (!StrUtil.emptyIfNull(originUdiEntity.getUdi()).equals(StrUtil.emptyIfNull(udiEntity.getUdi()))) {
|
|
|
|
if (!StrUtil.emptyIfNull(originUdiEntity.getUdi()).equals(StrUtil.emptyIfNull(udiEntity.getUdi()))) {
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|