From 365fac8a2ac52c8a3f9601fdf30e537ef373e8df Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 25 四月 2024 16:18:25 +0800
Subject: [PATCH] starter-http代码整理
---
smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/LogErrorMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/LogErrorMapper.xml b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/LogErrorMapper.xml
index 7e11354..98cd88b 100644
--- a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/LogErrorMapper.xml
+++ b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/LogErrorMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.qianwen.smartman.modules.system.mapper.LogErrorMapper">
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
- <resultMap id="errorLogResultMap" type="org.springblade.core.log.model.LogError">
+ <resultMap id="errorLogResultMap" type="com.qianwen.core.log.model.LogError">
<result column="id" property="id"/>
<result column="create_time" property="createTime"/>
<result column="service_id" property="serviceId"/>
--
Gitblit v1.9.3