BUGFIX:订阅计划
This commit is contained in:
@@ -17,9 +17,11 @@ public interface SubscriptionPlanMapper extends BaseMapper<SubscriptionPlan> {
|
||||
@Select("""
|
||||
SELECT sp.*,
|
||||
a.user_email AS adminAccEmail,
|
||||
a.user_name AS adminAccName
|
||||
a.user_name AS adminAccName,
|
||||
o.name AS organizationName
|
||||
FROM t_subscription_plan sp
|
||||
LEFT JOIN t_account a ON sp.admin_acc_id = a.id
|
||||
LEFT JOIN t_organization o on sp.organization_id = o.id
|
||||
${ew.customSqlSegment}
|
||||
""")
|
||||
Page<SubscriptionPlanVO> selectWithEmailPage(Page<SubscriptionPlanVO> page,
|
||||
|
||||
Reference in New Issue
Block a user