hjl
2024-07-04 70af8656577dfc82b6f103eba1439a4e283f858e
ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/impl/TIntegralRecordServiceImpl.java
@@ -11,6 +11,7 @@
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.List;
/**
 * <p>
@@ -28,6 +29,7 @@
    @Override
    public IPage<TIntegralRecord> integralDetail(Page<TIntegralRecord> page, Integer userId, String time) {
        return baseMapper.integralDetail(userId, time, page);
    }