huliguo
2025-05-26 5012f07f2505db600fa15dbc95955f5a6f92ba3e
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TScreenContentMapper.java
@@ -4,6 +4,7 @@
import com.ruoyi.other.api.domain.TNotice;
import com.ruoyi.other.api.domain.TScreenContent;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.math.BigDecimal;
import java.util.List;
@@ -19,7 +20,7 @@
@Mapper
public interface TScreenContentMapper extends BaseMapper<TScreenContent> {
    BigDecimal getCarDisCharge(List<Integer> siteIds);
    BigDecimal getCarDisCharge(@Param("siteIds") List<Integer> siteIds);
    BigDecimal getGreenElectricity(List<Integer> siteIds);
    BigDecimal getGreenElectricity(@Param("siteIds") List<Integer> siteIds);
}