mitao
2025-03-14 08f1b1f1804a8bd833d42f257908d80e88387b55
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/NeedProblemInventoryDAO.java
@@ -9,6 +9,7 @@
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Date;
import java.util.List;
/**
@@ -28,14 +29,20 @@
                                           @Param("kind") String kind,
                                           @Param("userId") String userId,
                                           @Param("userIds") String userIds,
                                           @Param("communityId") String communityId);
                                           @Param("isDisplay") String isDisplay,
                                           @Param("communityId") String communityId,
                                           @Param("startTime") Date startTime,
                                           @Param("endTime") Date endTime);
    IPage<NeedProblemInventoryDTO> getMyJoinList(Page page,
                                                 @Param("search") String search,
                                                 @Param("status") String status,
                                                 @Param("kind") String kind,
                                                 @Param("userIds") String userIds,
                                                 @Param("userId") String userId);
                                                 @Param("isDisplay") String isDisplay,
                                                 @Param("userId") String userId,
                                                 @Param("startTime") Date startTime,
                                                 @Param("endTime") Date endTime);
    NeedProblemInventoryDTO getDetails(@Param("id")String id,@Param("userIds") String userIds);
@@ -48,4 +55,6 @@
    List<NeedProblemInventoryDTO> getTimeList();
    List<String> getOpenIdList(@Param("communityId") String communityId);
}