|
@@ -137,7 +137,8 @@ public class YbService {
|
|
|
// 记录错误信息时包含关联键,便于快速定位问题
|
|
|
log.error("医保接口调用失败 - 关联键: {}, 错误: {}", associationKey, e.getMessage());
|
|
|
}
|
|
|
- /*String id = UUID.randomUUID().toString().replaceAll("-", "");
|
|
|
+
|
|
|
+ String id = UUID.randomUUID().toString().replaceAll("-", "");
|
|
|
selInfo.setId(id);
|
|
|
int insertSelinfo = selinfoSoldMapper.insert(selInfo);
|
|
|
if(insertSelinfo > 0) {
|
|
@@ -145,7 +146,7 @@ public class YbService {
|
|
|
String itemId = UUID.randomUUID().toString().replaceAll("-", "");
|
|
|
selinfoSoldMapper.insertSelinfoSoldDrugtrac(itemId, id, codg.getDrugTracCodg());
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
|
|
|
return response;
|