From 80773499c1cdf8d774fdf728df72da5ea00804f5 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 03 三月 2025 14:20:02 +0800
Subject: [PATCH] 完成8体系管理要求

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

diff --git a/basic-server/src/main/resources/mapper/ProductMapper.xml b/basic-server/src/main/resources/mapper/ProductMapper.xml
index a13b18d..c1b0953 100644
--- a/basic-server/src/main/resources/mapper/ProductMapper.xml
+++ b/basic-server/src/main/resources/mapper/ProductMapper.xml
@@ -4,7 +4,7 @@
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ruoyi.basic.mapper.ProductMapper">
 
-    <resultMap id="BaseResultMap" type="com.ruoyi.basic.pojo.Product">
+    <resultMap id="BaseResultMap" type="com.ruoyi.inspect.pojo.Product">
             <id property="id" column="id" jdbcType="INTEGER"/>
             <result property="name" column="name" jdbcType="VARCHAR"/>
             <result property="nameEn" column="name_en" jdbcType="VARCHAR"/>
@@ -20,7 +20,7 @@
         create_user,update_user,create_time,
         update_time,object_id
     </sql>
-    <select id="selectProductListByObjectId" resultType="com.ruoyi.basic.pojo.Product">
+    <select id="selectProductListByObjectId" resultType="com.ruoyi.inspect.pojo.Product">
         select * from (
         select p.id,
                p.name,

--
Gitblit v1.9.3