KKSU
2024-01-12 9f7c5e673846ac86c83d6a1f9d6d02c02f7ea9f7
src/main/resources/mapper/modules/MallGoodsCouponMapper.xml
@@ -7,4 +7,10 @@
        from mall_goods_coupon a
        order by a.created_time desc
    </select>
    <select id="selectGoodsCouponById" resultType="cc.mrbird.febs.mall.vo.AdminMallGoodsCouponVo">
        select *
        from mall_goods_coupon
        where id = #{id}
    </select>
</mapper>