Commit e850bf53 authored by wang yecheng's avatar wang yecheng

修改为时间范围内总次数

parent 14b5ae10
......@@ -137,9 +137,7 @@
)
</insert>
<select id="greenOptimizeByTimeTrend" parameterType="map" resultMap="AiOptimizeStatisticMap">
SELECT optimize_count,cross_id,
strategy,statistic_time,
type
SELECT sum(optimize_count) as optimize_count
FROM t_ai_optimize_statistic t1
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