| | |
| | | + "m.activity_id =#{id}") |
| | | List<Long> selectAllPartyBuildingActivityMembers(Long id); |
| | | |
| | | @Select("select m.id from sys_user u join com_pb_member m on u.id_card=m.id_card and u.community_id=#{communityId} and u.user_id=#{userId} ") |
| | | @Select("select m.id from sys_user u join com_pb_member m on u.id_card=m.id_card and u.community_id = ${communityId} and u.user_id=#{userId} ") |
| | | Long selectMemberIdByUserId(@Param("userId") Long userId, @Param("communityId") Long communityId); |
| | | |
| | | @Select("select type from sys_user where user_id=#{createBy}") |