Commit 29fc8237 authored by chenzhao's avatar chenzhao

修改代码

parent cbdecd5c
......@@ -77,7 +77,7 @@
AND time_long <![CDATA[<=]]> #{maxValue}
</if>
<if test="snCode != null and snCode != ''">
AND sn_code = #{snCode}
AND sn_code like #{snCode}
</if>
<if test="stationId.size >0 ">
AND third_station_id in
......@@ -117,7 +117,7 @@
AND time_long <![CDATA[<=]]> #{maxValue}
</if>
<if test="snCode != null and snCode != ''">
AND sn_code = #{snCode}
AND sn_code like #{snCode}
</if>
<if test="stationId.size >0 ">
AND third_station_id in
......
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