nickchange
2023-10-23 12916db6e7946a31f4fbc5c48a27e7769683b034
cloud-server-other/src/main/java/com/dsh/other/service/impl/BannerServiceImpl.java
@@ -7,6 +7,7 @@
import com.dsh.other.entity.CreateHistoryDto;
import com.dsh.other.entity.GetHistoryDto;
import com.dsh.other.mapper.BannerMapper;
import com.dsh.other.model.BannerVo;
import com.dsh.other.service.IBannerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -35,7 +36,7 @@
    }
    @Override
    public List<Banner> list1(Integer position) {
    public List<BannerVo> list1(Integer position) {
        return this.bannerMapper.list1(position);
    }