lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
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);
}