101captain
2021-12-23 5a8a90c095280fbd2106869ecd2bad10e01a57a6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActActSignDAO.java
@@ -78,4 +78,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);
}