Commit 3ce677dd authored by 黄伟铭's avatar 黄伟铭

修正路口分析报告-周报3.1接口

parent 7fee30dd
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
and year_week = #{yearWeek} and year_week = #{yearWeek}
</if> </if>
<if test="crossIdList != null"> <if test="crossIdList != null">
and t4.cross_id in and cross_id in
<foreach collection="crossIdList" item="crossId" open="(" close=")" separator=","> <foreach collection="crossIdList" item="crossId" open="(" close=")" separator=",">
#{crossId} #{crossId}
</foreach> </foreach>
......
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