cloudroam
2024-12-25 227a7460ec73dede14cf16f91e9a4f89f98acd4e
src/main/java/com/mzl/flower/mapper/flower/FlowerMapper.java
@@ -42,4 +42,19 @@
    Integer getUpFlowerStock();
    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);
    void updateTypeRankNull(@Param("category") Long category, @Param("level") String level);
}