| src/main/resources/mapper/dapp/DappMemberDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -278,10 +278,11 @@ select a.*, b.goods_name goodsName, b.goods_id goodsId, b.thumb goodsThumb, c.thumb goodsThumb, b.cnt goodsCnt from mall_order_info a left join mall_order_item b on a.id = b.order_id left join mall_goods c on c.id = b.goods_id <where> a.member_id = #{record.memberId} <if test="record != null">