KKSU
2024-04-10 529ad9dd8d1876b57e852bc45b602ba3ccc8df2a
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>