|
@@ -3,6 +3,8 @@ package com.tzld.piaoquan.wecom.dao.mapper;
|
|
|
import com.tzld.piaoquan.wecom.model.po.HistoryMessage;
|
|
|
import com.tzld.piaoquan.wecom.model.po.HistoryMessageExample;
|
|
|
import java.util.List;
|
|
|
+import java.util.Set;
|
|
|
+
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.stereotype.Repository;
|
|
|
|
|
@@ -30,4 +32,6 @@ public interface HistoryMessageMapper {
|
|
|
int updateByPrimaryKeySelective(HistoryMessage record);
|
|
|
|
|
|
int updateByPrimaryKey(HistoryMessage record);
|
|
|
+
|
|
|
+ Set<Long> selectUserIdByVideoId(Long videoId);
|
|
|
}
|