gongzuming
2024-09-10 ffc0309ac8e6f72e6429f91fad93456030e05e5e
src/main/java/com/mzl/flower/mapper/flower/FlowerMapper.java
@@ -44,4 +44,15 @@
    List<FlowerListDTO> selectZoneFlowerList(Page page, @Param("condition") FlowerZoneQueryDTO dto);
    void updateFlowerCategoryInfo(Long category);
    List<Long> searchInvalidHistory(@Param("userId") String userId);
    void updateBatchTypeRank(@Param("list") List<Flower> flowerList);
    void deleteBatchPhysics(@Param("list")  List<Long> ids);
    void restoreFlowerBatch(@Param("list") List<Long> ids);
    List<Flower> getDeletdFlowByIds(@Param("list") List<Long> ids);
}