lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
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);
}