src/main/java/com/xcong/farmer/cms/modules/system/mapper/WebSetMapper.java
@@ -4,7 +4,11 @@ import com.xcong.farmer.cms.modules.system.entity.WebSettingEntity; import org.apache.ibatis.annotations.Param; import java.util.Map; public interface WebSetMapper extends BaseMapper<WebSettingEntity> { WebSettingEntity selectByCompanyId(@Param("companyId") Long companyId); Map<String, String> selectSiteGlobalSetting(@Param("companyId") Long companyId); }