Administrator
2025-05-19 9b51a95fa8bc9b3a86108c6900e17fc55f8db467
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>