From 5b1489deefbbe839ab14646b1dab4a1286b9a41e Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期二, 20 六月 2023 17:35:07 +0800
Subject: [PATCH] 1、将xml中的/符号改为#以防止后续问题。 2、对查询返回值缺少的问题进行了处理。
---
Source/UBCS/ubcs-ops/ubcs-log/src/main/resources/mapper/LogErrorMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS/ubcs-ops/ubcs-log/src/main/resources/mapper/LogErrorMapper.xml b/Source/UBCS/ubcs-ops/ubcs-log/src/main/resources/mapper/LogErrorMapper.xml
index 7c99302..a289602 100644
--- a/Source/UBCS/ubcs-ops/ubcs-log/src/main/resources/mapper/LogErrorMapper.xml
+++ b/Source/UBCS/ubcs-ops/ubcs-log/src/main/resources/mapper/LogErrorMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.vci.ubcs.core.log.mapper.LogErrorMapper">
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
- <resultMap id="errorLogResultMap" type="com.vci.ubcs.core.log.model.LogError">
+ <resultMap id="errorLogResultMap" type="org.springblade.core.log.model.LogError">
<result column="id" property="id"/>
<result column="create_time" property="createTime"/>
<result column="service_id" property="serviceId"/>
--
Gitblit v1.10.0