Hentua
2023-04-18 e1114bf474d183b8ce985b2c4772ffe2d81397b6
src/main/resources/mapper/modules/MallScoreVoucherMapper.xml
@@ -13,6 +13,11 @@
        FROM
            mall_score_voucher a
                LEFT JOIN mall_member b ON a.member_id = b.id
        <where>
            <if test="record.memberId!=null and record.memberId!=''">
                and a.member_id = #{record.memberId}
            </if>
        </where>
        ORDER BY
            a.CREATED_TIME DESC
    </select>