linwe
2024-08-02 a1eede2f9f7c2590952ab1bdf34210020cdde7c6
src/main/java/org/springblade/modules/rotation/mapper/RotationMapper.java
@@ -36,9 +36,14 @@
    *
    * @param page
    * @param rotation
    * @param isAdministrator
    * @return
    */
   List<RotationVO> selectRotationPage(IPage page,@Param("rotation") RotationVO rotation);
   List<RotationVO> selectRotationPage(IPage page,
                              @Param("rotation") RotationVO rotation,
                              @Param("isAdministrator") Integer isAdministrator,
                              @Param("regionChildCodesList") String regionChildCodesList,
                              @Param("gridCodeList") String gridCodeList);
}