zss
2025-03-05 578bfcb3f58c5458d2c60fe37c3e56ebcda98e18
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,