Commit e092c22e by 毛树良

<fix>:优化车道

1 parent d0041183
......@@ -175,7 +175,7 @@
<select id="selectLaneDatas" parameterType="com.viontech.vo.traffic.LaneModel"
resultMap="LaneResultMap" fetchSize="5000">
select tollgate_id,lane_id,lane_no,`name`,direction,ape_id,create_time,modify_time
select tollgate_id,lane_id,lane_no,name,direction,ape_id,create_time,modify_time
from tb_lane
<where>
<if test="modifyTime_gte != null and modifyTime_gte != ''">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!