feat: 定向更新阿里健康药品

v3
chenhc 3 months ago
parent aac33c4e28
commit afdbcea36f

@ -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());

Loading…
Cancel
Save