소스 검색

20240704 邀请会员

lwhhszx 1 년 전
부모
커밋
aedb946630
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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