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