|
|
|
@ -84,17 +84,19 @@ public class ThirdAliDrugController extends BaseController {
|
|
|
|
|
filterUdiRelRequest.setUuid(thirdAliDrug.getUuid());
|
|
|
|
|
List<UdiProductEntity> udiInfoEntities = udiProductService.filterAllUdiInfo(filterUdiRelRequest);
|
|
|
|
|
List<String> nameCodeIn = new ArrayList<>();
|
|
|
|
|
if(udiInfoEntities!=null && udiInfoEntities.size() >0){
|
|
|
|
|
if (udiInfoEntities != null && udiInfoEntities.size() > 0) {
|
|
|
|
|
for (UdiProductEntity udiInfoEntity : udiInfoEntities) {
|
|
|
|
|
if(StringUtils.isNotEmpty(udiInfoEntity.getNameCode())){
|
|
|
|
|
if (StringUtils.isNotEmpty(udiInfoEntity.getNameCode())) {
|
|
|
|
|
nameCodeIn.add(udiInfoEntity.getNameCode());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
thirdAliDrug.setNameCodeIn(nameCodeIn);
|
|
|
|
|
// 不查本地库全查阿里的库
|
|
|
|
|
List<ThirdAliDrug> list = thirdAliDrugService.filterList(thirdAliDrug);
|
|
|
|
|
if(list == null || list.size() == 0){
|
|
|
|
|
|
|
|
|
|
AuthAliUser authAliUser = authAliUserService.getOne();
|
|
|
|
|
AlihealthThirdAliDrugInsertReqeust alihealthThirdAliDrugInsertReqeust = new AlihealthThirdAliDrugInsertReqeust();
|
|
|
|
|
alihealthThirdAliDrugInsertReqeust.setErpId(authAliUser.getErpid());
|
|
|
|
@ -104,7 +106,10 @@ public class ThirdAliDrugController extends BaseController {
|
|
|
|
|
AlihealthKytDrugrescodeReqeust alihealthKytDrugrescodeReqeust = new AlihealthKytDrugrescodeReqeust();
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPhysic_name(thirdAliDrug.getCpmctymc());
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setApproval_licence_no(thirdAliDrug.getApprovalNum());
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPage_size(100);
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPackage_spec(thirdAliDrug.getBzgg());
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPrepn_spec(thirdAliDrug.getFormSpec());
|
|
|
|
|
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPage_size(200);
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPage(1);
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setApp_key(authAliUser.getAppkey());
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setRef_ent_id(authAliUser.getRefentid());
|
|
|
|
@ -132,7 +137,6 @@ public class ThirdAliDrugController extends BaseController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
log.info("供应商平台获取阿里和国家库码段信息出现错误===" + e.getMessage());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|