From ddbb38c54db9c3670e5ff53f4bf713525de1099d Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 14 十一月 2023 09:12:10 +0800
Subject: [PATCH] 后台bug修改

---
 cloud-server-other/src/main/resources/mapper/TImgConfigMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cloud-server-other/src/main/resources/mapper/TImgConfigMapper.xml b/cloud-server-other/src/main/resources/mapper/TImgConfigMapper.xml
index 5a0a7c2..e9ade61 100644
--- a/cloud-server-other/src/main/resources/mapper/TImgConfigMapper.xml
+++ b/cloud-server-other/src/main/resources/mapper/TImgConfigMapper.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.dsh.app.mapper.TImgConfigMapper">
+<mapper namespace="com.dsh.other.mapper.TImgConfigMapper">
 
     <!-- 通用查询映射结果 -->
-    <resultMap id="BaseResultMap" type="com.dsh.app.entity.TImgConfig">
+    <resultMap id="BaseResultMap" type="com.dsh.other.entity.TImgConfig">
         <id column="id" property="id" />
         <result column="position" property="position" />
         <result column="content" property="content" />

--
Gitblit v1.7.1