liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/SysConfMapper.java
@@ -1,5 +1,6 @@
package com.panzhihua.service_community.dao;
import com.panzhihua.common.model.vos.community.CommunityPublicityVO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -29,6 +30,14 @@
     */
    IPage<SysConfVO> findByPage(Page page, @Param("pageSysConfDTO") PageSysConfDTO pageSysConfDTO);
        String getSysConfValue(@Param("key")String key,@Param("communityId") Long communityId);
    String getSysConfValue(@Param("key") String key, @Param("communityId") Long communityId);
    CommunityPublicityVO getData(@Param("communityId") String communityId);
    int addDate(@Param("item") CommunityPublicityVO item);
    int editDate(@Param("item") CommunityPublicityVO item);
    int deleteData(@Param("communityId") String communityId);
}