陶杰
2024-11-10 63607e10ec3f4a7d6264a52c3e783a98be68368d
src/main/java/com/mzl/flower/mapper/flower/FlowerMapper.java
@@ -46,4 +46,15 @@
    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);
}