提供一个方法新增这个供应商的code阿里健康关联的所有关联关系存储(三级码的关系不知道阿里返回的什么结构的无法测试 可能要改代码)

dev_unify
qiuyt 5 months ago
parent 634775a6c8
commit 5cc35709ed

@ -62,6 +62,7 @@ public class AlihealthUtils {
//// AlibabaAlihealthDrugtraceTopLsydQueryRelationResponse alibabaAlihealthDrugtraceTopLsydQueryRelationResponse
//
// }
//TODO 调用阿里接口用码进行批量处理只测试了两个包装层级的 暂时没有三个包装层级的数据做测试 到时候有数据之后要好好测试一下
@Transactional(rollbackFor = Exception.class)
public BaseResponse relCodeInsert(String customerId , String code){
CustomerInfoEntity customerInfoEntity = customerInfoService.selectById(customerId);

Loading…
Cancel
Save