springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ConvenientProductMapper.xml
@@ -56,6 +56,7 @@ <if test="pageConvenientProductDTO.onShelf != null"> AND ccp.on_shelf = #{pageConvenientProductDTO.onShelf} </if> ORDER BY ccp.created_at DESC </select> <select id="getMerchantProduct" resultType="com.panzhihua.common.model.vos.community.convenient.ConvenientProductVO"> SELECT ccp.id, ccp.name, ccp.category_id, ccp.on_shelf_at, ccp.introduction, ccpc.name AS categoryName