xiaoyong931011
2023-08-15 a6c906e243f86cdcab0c81c82ee0568276d0c299
src/main/resources/mapper/dapp/MallGoodsMapper.xml
@@ -4,8 +4,10 @@
    <select id="selectMallGoodsInPage" resultType="cc.mrbird.febs.dapp.entity.MallGoods">
        select
        a.*
        a.*,
        b.name categoryName
        from mall_goods a
        left join mall_goods_category b on a.category_id = b.id
        <where>
            <if test="record != null">
                <if test="record.goodsName != null and record.goodsName != ''">