解决合并冲突

This commit is contained in:
2025-12-10 14:20:24 +08:00
parent e1385cb3e6
commit 18f6a845e6
804 changed files with 61881 additions and 13577 deletions

View File

@@ -32,7 +32,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* 跨系统发送申请工具类
*
* @author GuoRui
* @author Thanking
* @date 2025-06-25
*/
@Slf4j
@@ -128,6 +128,7 @@ public class CrossSystemSendApplyUtil {
// 获取结果CODE
String code = String.valueOf(object.getInnerMap().get("code"));
if (!"100000".equals(code)) {
log.error("LIS失败申请报文" + s);
throw new ServiceException("LIS申请返回失败信息" + object);
}
} catch (Exception e) {
@@ -230,6 +231,7 @@ public class CrossSystemSendApplyUtil {
// 获取结果CODE
String code = String.valueOf(object.getInnerMap().get("code"));
if (!"100000".equals(code)) {
log.error("PACS失败申请报文" + s);
throw new ServiceException("PACS申请返回失败信息" + object);
}
} catch (Exception e) {