|
@ -211,9 +211,11 @@ public interface IcEventDao extends BaseDao<IcEventEntity> { |
|
|
@Param("sourceType") String sourceType, |
|
|
@Param("sourceType") String sourceType, |
|
|
@Param("manageType") String manageType); |
|
|
@Param("manageType") String manageType); |
|
|
|
|
|
|
|
|
List<IcEventResultDTO> getListByStatus(@Param("orgIdPath") String orgPath, @Param("sourceType") String sourceType, @Param("status") String status); |
|
|
List<IcEventResultDTO> getListByStatus(@Param("orgIdPath") String orgPath, @Param("sourceType") String sourceType, |
|
|
|
|
|
@Param("status") String status, @Param("categoryCode") String categoryCode); |
|
|
|
|
|
|
|
|
List<IcEventResultDTO> getListBySourceTypeOrEventType(@Param("orgIdPath") String orgPath, @Param("sourceType") String sourceType, @Param("eventType") String eventType); |
|
|
List<IcEventResultDTO> getListBySourceTypeOrEventType(@Param("orgIdPath") String orgPath, |
|
|
|
|
|
@Param("sourceType") String sourceType, @Param("eventType") String eventType); |
|
|
|
|
|
|
|
|
List<GridOrVillageEventRateResultDTO> getEventRateByGridIds(@Param("orgIds") List<String> orgIds); |
|
|
List<GridOrVillageEventRateResultDTO> getEventRateByGridIds(@Param("orgIds") List<String> orgIds); |
|
|
} |
|
|
} |
|
|