Commit e412c784 authored by wangyecheng's avatar wangyecheng

修改路口列表显示

parent 1f051dd4
......@@ -112,7 +112,7 @@
<select id="pageStrategyCrossList" parameterType="map" resultType="net.wanji.opt.entity.strategy.StrategyPriorityDailyInfo">
SELECT
t2.id,
DISTINCT
t4.`name` as waveName, t3.`name` as crossName,
t3.id as crossId, t2.daily_plan_details as dailyPlanDetails
FROM
......@@ -120,9 +120,6 @@
LEFT JOIN t_strategy_priority_daily_info t2 on t1.cross_id = t2.cross_id
LEFT JOIN t_base_cross_info t3 on t1.cross_id = t3.id
LEFT JOIN t_greenwave_info t4 on t4.id = t1.green_id
WHERE
1=1
and t2.id is not null
</select>
<select id="getStrategyList" parameterType="map" resultType="net.wanji.opt.synthesis.pojo.StrategyFactoryEntity">
SELECT
......
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