Authored by kun

修改查询字段

... ... @@ -42,9 +42,9 @@
LEFT JOIN brand
ON product.brand_id = brand.id
LEFT JOIN product_sort sort1
ON product.series_id = sort1.id
ON product.mid_sort_id = sort1.id
LEFT JOIN product_sort sort2
ON sort1.parent_id=sort2.id
ON product.max_sort_id = sort2.id
</sql>
<select id="selectProductDetailsCount" resultType="integer">
... ...