linwe
2024-06-19 6b113a88e7b7b625405cc0b1d46efa22d46c71a2
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);
}