|
|
|
@ -215,6 +215,8 @@ public class ThirdAliDrugService extends ServiceImpl<ThirdAliDrugMapper, ThirdAl
|
|
|
|
|
BaseResponse<List<ThirdAliDrug>> baseResponse = alihealthUtils.thirdAliDrugInsertAll(request);
|
|
|
|
|
if(baseResponse.getCode() == 20000){
|
|
|
|
|
add = baseResponse.getData();
|
|
|
|
|
//删除 已完成的任务
|
|
|
|
|
this.baseMapper.deleteCpmctymcTask(cpmctymc);
|
|
|
|
|
}else {
|
|
|
|
|
log.error("阿里访问失败==="+baseResponse.getMessage());
|
|
|
|
|
throw new JsonException(baseResponse.getMessage());
|
|
|
|
|