Files
msh-system/models-integration/target/classes/com/integration/api/mapper/CommunityFollowMapper.class

19 lines
2.3 KiB
Plaintext
Raw Normal View History

<EFBFBD><EFBFBD><EFBFBD><EFBFBD>4.+,-selectByFollowerUid$(Ljava/lang/String;)Ljava/util/List; SignatureQ(Ljava/lang/String;)Ljava/util/List<Lcom/integration/api/model/CommunityFollow;>;RuntimeVisibleAnnotations&Lorg/apache/ibatis/annotations/Select;value`SELECT * FROM v2_community_follows WHERE follower_uid = #{followerUid} ORDER BY create_time DESC'Lcom/integration/api/config/DataSource;nameshop_msh"RuntimeVisibleParameterAnnotations%Lorg/apache/ibatis/annotations/Param; followerUidselectByFollowedUid`SELECT * FROM v2_community_follows WHERE followed_uid = #{followedUid} ORDER BY create_time DESC followedUidselectByFollowerAndFollowedUidQ(Ljava/lang/String;Ljava/lang/String;)Lcom/integration/api/model/CommunityFollow;hSELECT * FROM v2_community_follows WHERE follower_uid = #{followerUid} AND followed_uid = #{followedUid}
selectById@(Ljava/lang/Integer;)Lcom/integration/api/model/CommunityFollow;3SELECT * FROM v2_community_follows WHERE id = #{id}id insertFollow.(Lcom/integration/api/model/CommunityFollow;)I&Lorg/apache/ibatis/annotations/Insert;<00>INSERT INTO v2_community_follows(follower_uid, followed_uid, create_time, update_time) VALUES(#{followerUid}, #{followedUid}, #{createTime}, #{updateTime})deleteByFollowerAndFollowedUid'(Ljava/lang/String;Ljava/lang/String;)I&Lorg/apache/ibatis/annotations/Delete;fDELETE FROM v2_community_follows WHERE follower_uid = #{followerUid} AND followed_uid = #{followedUid}
deleteById(Ljava/lang/Integer;)I1DELETE FROM v2_community_follows WHERE id = #{id}pLjava/lang/Object;Lcom/baomidou/mybatisplus/core/mapper/BaseMapper<Lcom/integration/api/model/CommunityFollow;>;
SourceFileCommunityFollowMapper.java&Lorg/apache/ibatis/annotations/Mapper;0com/integration/api/mapper/CommunityFollowMapperjava/lang/Object/com/baomidou/mybatisplus/core/mapper/BaseMapper 
[s  s 
s 
[s  s 
s 
[s  s
s
s 
[s  s 
s
[s  s !"
[s#  s
s
s$%"
[s&  s 
s'()*