linwe
2024-07-08 7a1e4d9fe3fe2172d5c4fba524f17ffd73ffbb3e
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);
}