|
|
|
@ -241,7 +241,7 @@ public class UdiContrastService {
|
|
|
|
|
private AlihealthBusController alihealthBusController;
|
|
|
|
|
|
|
|
|
|
// @Transactional
|
|
|
|
|
public void createOnlyMainId(BasicProductsCreateDto basicProductsCreateDto) {
|
|
|
|
|
public BaseResponse createOnlyMainId(BasicProductsCreateDto basicProductsCreateDto) {
|
|
|
|
|
String mainId = basicProductsCreateDto.getMainId();
|
|
|
|
|
FilterThrProductsRequest filterThrProductsRequest = new FilterThrProductsRequest();
|
|
|
|
|
filterThrProductsRequest.setCode(mainId);
|
|
|
|
@ -326,10 +326,11 @@ public class UdiContrastService {
|
|
|
|
|
// udiProductEntity.setSptm(ybDrug.getBusinessLicense());
|
|
|
|
|
udiProductEntity.setPrepnUnit(ybDrug.getRealityMedicinemodel());
|
|
|
|
|
} else {
|
|
|
|
|
udiProductEntity.setCpmctymc(thrProductsEntity.getName());
|
|
|
|
|
return ResultVOUtils.error(500,"未能查询到此医保编码");
|
|
|
|
|
// udiProductEntity.setCpmctymc(thrProductsEntity.getName());
|
|
|
|
|
}
|
|
|
|
|
if (StrUtil.isEmpty(udiProductEntity.getZczbhhzbapzbh()) || StrUtil.isEmpty(udiProductEntity.getCpmctymc())) {
|
|
|
|
|
return;
|
|
|
|
|
return ResultVOUtils.success();
|
|
|
|
|
}
|
|
|
|
|
// 本地查询先注释了
|
|
|
|
|
List<ThirdAliDrug> thirdAliDrugList = new ArrayList<>();
|
|
|
|
@ -563,7 +564,7 @@ public class UdiContrastService {
|
|
|
|
|
if (!aBoolean) {
|
|
|
|
|
throw new JsonException(500, "系统繁忙,");
|
|
|
|
|
}
|
|
|
|
|
return;
|
|
|
|
|
return ResultVOUtils.success();
|
|
|
|
|
// UdiProductEntity udiProductEntity = new UdiProductEntity();
|
|
|
|
|
// BeanUtils.copyProperties(thrProductsEntity, udiProductEntity);
|
|
|
|
|
// if (thrProductsEntity.getProductType() != 2){
|
|
|
|
@ -603,6 +604,7 @@ public class UdiContrastService {
|
|
|
|
|
// udiRelevanceEntity = udiRelevanceService.insertDefaultLevel(udiRelevanceEntity, udiProductEntity);
|
|
|
|
|
// udiRelevanceService.insertUdiRelevance(udiRelevanceEntity);
|
|
|
|
|
}
|
|
|
|
|
return ResultVOUtils.success();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|