springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActActSignDAO.java
@@ -73,4 +73,11 @@ @Select("select openid from sys_user where user_id = #{userId}") Map<String, String> getUserOpenId(@Param("userId") Long userId); /** * 获取需要默认好评的记录 * @param activityIds 活动id list * @return 需要默认好评的记录列表 */ List<ComActActSignDO> selectNeedEvaluateSignRecords(@Param("activityIds") List<Long> activityIds); }