自定义joinQueryWrapper实现
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
${qwSql}
|
||||
limit ${pageOffset}, ${pageSize}
|
||||
</select>
|
||||
<select id="selectPageByKeyAndShopId_COUNT" resultType="com.czg.account.dto.pad.PadProductCategoryDTO">
|
||||
<select id="selectPageByKeyAndShopId_COUNT" resultType="java.lang.Long">
|
||||
SELECT count(1)
|
||||
FROM tb_pad_product_category
|
||||
LEFT JOIN tb_pad_product_category_detail
|
||||
|
||||
Reference in New Issue
Block a user