src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -268,6 +268,9 @@ a.* from mall_goods a where a.is_sale = 1 <if test="record.categoryId != null and record.categoryId != ''"> and a.category_id = #{record.categoryId} </if> group by a.id order by a.sort_cnt asc </select>