Browse Source

20240704 邀请会员

lwhhszx 1 năm trước cách đây
mục cha
commit
aedb946630
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/main/resources/mapper/InviteMessageMapper.xml

+ 2 - 1
src/main/resources/mapper/InviteMessageMapper.xml

@@ -9,7 +9,8 @@
         p.phone_num as phoneNum,
         p.email    as email,
         p.user_name as userName,
-        p.create_time as createTime
+        p.create_time as createTime,
+               im.if_buy_vip as ifBuyVip
         from invite_message im left join  person as p
              on im.invited_person_uuid = p.uuid