liyong
17 小时以前 d0af197200c08e13b8bd78cdcb5e7d067feb773f
src/main/resources/mapper/basic/ProductModelMapper.xml
@@ -15,7 +15,7 @@
        <result column="product_id" property="productId" />
    </resultMap>
    <select id="listPageProductModel" resultType="com.ruoyi.basic.pojo.ProductModel">
        select pm.*,p.product_name,
        select pm.*,p.product_name
        from product_model pm
        left join product p on pm.product_id = p.id
        <where>