|
@@ -168,7 +168,8 @@ public class YbService {
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- throw new RuntimeException(e);
|
|
|
+ e.printStackTrace();
|
|
|
+ log.error("医保接口调用失败 - 关联键: {}, 错误: {}", associationKey, e.getMessage());
|
|
|
}
|
|
|
selinfoSoldMapper.insertSelinfoSoldDrugtrac(itemId, id, codg.getDrugTracCodg(), successFlag);
|
|
|
}
|