Commit 37ececdd authored by zhoushiguang's avatar zhoushiguang

路口评价-问题总体评价概览

parent 896d8e9c
......@@ -2,6 +2,7 @@ package net.wanji.opt.dao.mapper.evaluation;
import net.wanji.common.framework.mapper.BaseInterfaceMapper;
import net.wanji.opt.entity.evaluation.EventInfo;
import net.wanji.opt.entity.judgeanalysis.AnalysisProblemAndStrategyDay;
import java.util.List;
import java.util.Map;
......@@ -14,7 +15,9 @@ import java.util.Map;
* @Author wangtao
* @Date 2025-03-18
*/
public interface CrossProblemEvaluationMapper extends BaseInterfaceMapper<EventInfo> {
public interface CrossProblemEvaluationMapper {
public List<AnalysisProblemAndStrategyDay> findOVerFlowInfo();
}
......@@ -4,7 +4,7 @@
<mapper namespace="net.wanji.opt.dao.mapper.evaluation.CrossProblemEvaluationMapper">
<select id="xxx" parameterType="map" resultType="net.wanji.opt.entity.judgeanalysis.AnalysisProblemAndStrategyDay">
<select id="findOVerFlowInfo" parameterType="map" resultType="net.wanji.opt.entity.judgeanalysis.AnalysisProblemAndStrategyDay">
SELECT *
FROM t_event_optimize_info
WHERE 1=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment