lin
2024-05-10 fe59ae00aef5cdbc39c6d1b29c84af25071a32ff
src/main/java/org/springblade/modules/place/mapper/PlacePractitionerMapper.java
@@ -43,10 +43,10 @@
   /**
    * 统计数据
    * @param type
    * @param placePractitioner
    * @return
    */
   Integer selectPlaceCountByType(@Param("type") Integer type);
   Integer selectPlaceCountByType(@Param("placePractitioner") PlacePractitionerVO placePractitioner);
}