xuhy
2025-08-19 629c5b1816332300fd164a2e85551b212c62b0d4
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/UserActivityInviteMapper.xml
@@ -33,7 +33,8 @@
        c.couponUseType as couponUseType,
        c.couponType as couponType,
        a.totalPrice as totalPrice,
        a.lavePrice as lavePrice
        a.lavePrice as lavePrice,
        c.name as name
        from t_user_activity_invite a
        left join t_user_activity b on (a.userActivityId = b.id)
        left join t_sys_coupon_record c on (a.couponId = c.id)