From 021468486e1179c00670caa13349a844cc0abc0e Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 04 三月 2025 17:25:15 +0800
Subject: [PATCH] 修改包路径

---
 basic-server/src/main/resources/mapper/StandardProductListMapper.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/basic-server/src/main/resources/mapper/StandardProductListMapper.xml b/basic-server/src/main/resources/mapper/StandardProductListMapper.xml
index 52d6bfe..112ae89 100644
--- a/basic-server/src/main/resources/mapper/StandardProductListMapper.xml
+++ b/basic-server/src/main/resources/mapper/StandardProductListMapper.xml
@@ -4,7 +4,7 @@
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.ruoyi.basic.mapper.StandardProductListMapper">
 
-    <resultMap id="BaseResultMap" type="com.ruoyi.basic.pojo.StandardProductList">
+    <resultMap id="BaseResultMap" type="com.ruoyi.inspect.pojo.StandardProductList">
             <id property="id" column="id" jdbcType="INTEGER"/>
             <result property="inspectionItem" column="inspection_item" jdbcType="VARCHAR"/>
             <result property="inspectionItemSubclass" column="inspection_item_subclass" jdbcType="VARCHAR"/>
@@ -55,7 +55,7 @@
           and standard_method_list_id = #{methodId}
           and sort between #{endIndex} and #{beginIndex} - 1
     </update>
-    <select id="standardProductListIPage" resultType="com.ruoyi.basic.pojo.StandardProductList">
+    <select id="standardProductListIPage" resultType="com.ruoyi.inspect.pojo.StandardProductList">
         select spl.* from standard_product_list spl
         left join product p on spl.sample = p.name
         where standard_method_list_id = #{id}
@@ -72,7 +72,7 @@
         order by p.id
         group by spl.id
     </select>
-    <select id="getOne" resultType="com.ruoyi.basic.pojo.StandardProductList">
+    <select id="getOne" resultType="com.ruoyi.inspect.pojo.StandardProductList">
         select * from standard_product_list
         where standard_method_list_id = #{standardMethodListId}
         and inspection_item = #{inspectionItem}
@@ -92,7 +92,7 @@
             and inspection_item_class = #{inspectionItemClass}
         </if>
     </select>
-    <select id="selectDetail" resultType="com.ruoyi.basic.pojo.StandardProductList">
+    <select id="selectDetail" resultType="com.ruoyi.inspect.pojo.StandardProductList">
         select * from standard_product_list
         where standard_method_list_id = #{standardMethodListId}
         and state =#{state}
@@ -111,7 +111,7 @@
                      WHEN man_hour_group REGEXP '[0-9]+' THEN CAST(SUBSTRING(man_hour_group, 2)AS UNSIGNED) END -- 鎻愬彇瀛楁瘝鍚庨潰鐨勬暟瀛楅儴鍒�
                 ,id asc
     </select>
-    <select id="selectDetail2" resultType="com.ruoyi.basic.pojo.StandardProductList">
+    <select id="selectDetail2" resultType="com.ruoyi.inspect.pojo.StandardProductList">
         select * from standard_product_list
         where standard_method_list_id = #{standardMethodListId}
           and state =#{state}

--
Gitblit v1.9.3