fix
Helius
2022-11-12 e446e1b4297d25daa88f1d28e2dfa1b9d4e24bf7
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);
}