springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.java
@@ -93,4 +93,10 @@ @Select("select account,plaintext_password as password from com_act where community_id = ${communityId}") ComActPasswordVo getCommunityPassword(@Param("communityId") Long communityId); @Select("select name from com_pb_check_unit where id=#{id}") String getUnitName(@Param("id") Long unitId); @Select("select count(id) from com_pb_check_unit") Integer getUnitCount(); }