From 85a9aacd0e7651ca3594993403cb94c01c9d35ee Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 06 三月 2025 11:43:23 +0800 Subject: [PATCH] 搬迁6资源要求 --- basic-server/src/main/resources/mapper/ProductMapper.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/basic-server/src/main/resources/mapper/ProductMapper.xml b/basic-server/src/main/resources/mapper/ProductMapper.xml index a13b18d..78a1353 100644 --- a/basic-server/src/main/resources/mapper/ProductMapper.xml +++ b/basic-server/src/main/resources/mapper/ProductMapper.xml @@ -14,12 +14,6 @@ <result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/> <result property="objectId" column="object_id" jdbcType="INTEGER"/> </resultMap> - - <sql id="Base_Column_List"> - id,name,name_en, - create_user,update_user,create_time, - update_time,object_id - </sql> <select id="selectProductListByObjectId" resultType="com.ruoyi.basic.pojo.Product"> select * from ( select p.id, -- Gitblit v1.9.3