|
|
|
@ -101,13 +101,69 @@ public class AlihealthUtils {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
public BaseResponse<List<ThirdAliDrug>> thirdAliDrugInsertAll(AlihealthThirdAliDrugInsertReqeust alihealthThirdAliDrugInsertReqeust){
|
|
|
|
|
AlihealthKytDrugrescodeReqeust alihealthKytDrugrescodeReqeust = alihealthThirdAliDrugInsertReqeust.getAlihealthKytDrugrescodeReqeust();
|
|
|
|
|
String physicName = alihealthKytDrugrescodeReqeust.getPhysic_name();
|
|
|
|
|
List<ThirdAliDrug> list = new ArrayList<>();
|
|
|
|
|
BaseResponse<List<ThirdAliDrug>> baseResponse = thirdAliDrugInsert(alihealthThirdAliDrugInsertReqeust);
|
|
|
|
|
if(baseResponse.getCode() == 20000){
|
|
|
|
|
List<ThirdAliDrug> thirdAliDrugList = baseResponse.getData();
|
|
|
|
|
list.addAll(thirdAliDrugList);
|
|
|
|
|
}
|
|
|
|
|
if ( (physicName.contains("(") || physicName.contains("("))) {
|
|
|
|
|
if (physicName.contains("(")) {
|
|
|
|
|
physicName = physicName.replace("(", "(").replace(")", ")");
|
|
|
|
|
|
|
|
|
|
} else if (physicName.contains("(")) {
|
|
|
|
|
physicName = physicName.replace("(", "(").replace(")", ")");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPhysic_name(physicName);
|
|
|
|
|
baseResponse = thirdAliDrugInsert(alihealthThirdAliDrugInsertReqeust);
|
|
|
|
|
if(baseResponse.getCode() == 20000){
|
|
|
|
|
List<ThirdAliDrug> thirdAliDrugList = baseResponse.getData();
|
|
|
|
|
list.addAll(thirdAliDrugList);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
physicName = alihealthKytDrugrescodeReqeust.getPhysic_name();
|
|
|
|
|
|
|
|
|
|
if ( physicName.contains("Ⅰ") || physicName.contains("I")
|
|
|
|
|
|| physicName.contains("Ⅱ") || physicName.contains("II")
|
|
|
|
|
|| physicName.contains("Ⅲ") || physicName.contains("III"))
|
|
|
|
|
{
|
|
|
|
|
if (physicName.contains("Ⅰ")
|
|
|
|
|
|| physicName.contains("Ⅱ")
|
|
|
|
|
|| physicName.contains("Ⅲ")) {
|
|
|
|
|
physicName = physicName.replaceAll("Ⅰ", "I")
|
|
|
|
|
.replace("Ⅱ", "II")
|
|
|
|
|
.replace("Ⅲ", "III");
|
|
|
|
|
|
|
|
|
|
} else if (physicName.contains("I")
|
|
|
|
|
|| physicName.contains("II")
|
|
|
|
|
|| physicName.contains("III")) {
|
|
|
|
|
physicName = physicName.replaceAll("I", "Ⅰ")
|
|
|
|
|
.replace("II", "Ⅱ")
|
|
|
|
|
.replace("III", "Ⅲ");
|
|
|
|
|
}
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPhysic_name(physicName);
|
|
|
|
|
baseResponse = thirdAliDrugInsert(alihealthThirdAliDrugInsertReqeust);
|
|
|
|
|
if(baseResponse.getCode() == 20000){
|
|
|
|
|
List<ThirdAliDrug> thirdAliDrugList = baseResponse.getData();
|
|
|
|
|
list.addAll(thirdAliDrugList);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if(list!=null && list.size() >0){
|
|
|
|
|
baseResponse.setData(list);
|
|
|
|
|
}
|
|
|
|
|
return baseResponse;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* 查询药品码段信息
|
|
|
|
|
*
|
|
|
|
|
* @param alihealthThirdAliDrugInsertReqeust
|
|
|
|
|
*/
|
|
|
|
|
public BaseResponse<List<ThirdAliDrug>> thirdAliDrugInsert(AlihealthThirdAliDrugInsertReqeust alihealthThirdAliDrugInsertReqeust, Boolean callBool) {
|
|
|
|
|
public BaseResponse<List<ThirdAliDrug>> thirdAliDrugInsert(AlihealthThirdAliDrugInsertReqeust alihealthThirdAliDrugInsertReqeust) {
|
|
|
|
|
if (alihealthThirdAliDrugInsertReqeust.getAlihealthKytDrugrescodeReqeust() == null) {
|
|
|
|
|
return ResultVOUtils.error("入参不能为空");
|
|
|
|
|
}
|
|
|
|
@ -132,31 +188,38 @@ public class AlihealthUtils {
|
|
|
|
|
} else {
|
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===用户找不到或者key和秘钥为空");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (alihealthKytDrugrescodeResponse.judgeCall(alihealthThirdAliDrugInsertReqeust.getManufactory()) ) {
|
|
|
|
|
List<ThirdAliDrug> list = alihealthKytDrugrescodeResponse.disposeThirdAliDrugList(alihealthThirdAliDrugInsertReqeust.getErpId());
|
|
|
|
|
return ResultVOUtils.success(list);
|
|
|
|
|
} else {
|
|
|
|
|
String physicName = alihealthKytDrugrescodeReqeust.getPhysic_name();
|
|
|
|
|
|
|
|
|
|
// 重新上传标识为true就改变一下
|
|
|
|
|
if ("未查询到相关信息".equals(alihealthKytDrugrescodeResponse.getMsg_info())
|
|
|
|
|
&& callBool && (physicName.contains("(") || physicName.contains("("))) {
|
|
|
|
|
if (physicName.contains("(")) {
|
|
|
|
|
physicName = physicName.replace("(", "(").replace(")", ")");
|
|
|
|
|
|
|
|
|
|
} else if (physicName.contains("(")) {
|
|
|
|
|
physicName = physicName.replace("(", "(").replace(")", ")");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
alihealthKytDrugrescodeReqeust.setPhysic_name(physicName);
|
|
|
|
|
alihealthThirdAliDrugInsertReqeust.setAlihealthKytDrugrescodeReqeust(alihealthKytDrugrescodeReqeust);
|
|
|
|
|
thirdAliDrugInsert(alihealthThirdAliDrugInsertReqeust, false);
|
|
|
|
|
}
|
|
|
|
|
if (alihealthKytDrugrescodeResponse.judgeCall() ) {
|
|
|
|
|
List<ThirdAliDrug> listNew = alihealthKytDrugrescodeResponse.disposeThirdAliDrugList(alihealthThirdAliDrugInsertReqeust.getErpId());
|
|
|
|
|
return ResultVOUtils.success(listNew);
|
|
|
|
|
} else {
|
|
|
|
|
//
|
|
|
|
|
// // 重新上传标识为true就改变一下
|
|
|
|
|
// if ("未查询到相关信息".equals(alihealthKytDrugrescodeResponse.getMsg_info())
|
|
|
|
|
// && callBool && (physicName.contains("(") || physicName.contains("("))) {
|
|
|
|
|
// if (physicName.contains("(")) {
|
|
|
|
|
// physicName = physicName.replace("(", "(").replace(")", ")");
|
|
|
|
|
//
|
|
|
|
|
// } else if (physicName.contains("(")) {
|
|
|
|
|
// physicName = physicName.replace("(", "(").replace(")", ")");
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
// alihealthKytDrugrescodeReqeust.setPhysic_name(physicName);
|
|
|
|
|
// alihealthThirdAliDrugInsertReqeust.setAlihealthKytDrugrescodeReqeust(alihealthKytDrugrescodeReqeust);
|
|
|
|
|
// thirdAliDrugInsert(alihealthThirdAliDrugInsertReqeust, false);
|
|
|
|
|
// }
|
|
|
|
|
return ResultVOUtils.error("阿里健康接口调用失败===" + alihealthKytDrugrescodeResponse.getMsg_info());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// if(physicName.equals("(")){
|
|
|
|
|
// thirdAliDrugInsert();
|
|
|
|
|
// }
|
|
|
|
|
// if(physicName.equals("")){
|
|
|
|
|
// thirdAliDrugInsert();
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//TODO 调用阿里接口用码进行批量处理只测试了两个包装层级的 暂时没有三个包装层级的数据做测试 到时候有数据之后要好好测试一下
|
|
|
|
|