Commit 3838cf4d authored by duanruiming's avatar duanruiming

Merge remote-tracking branch 'origin/master'

parents dd756b7b 2ac30c82
...@@ -78,10 +78,7 @@ ...@@ -78,10 +78,7 @@
on t1.cross_id = t2.id on t1.cross_id = t2.id
<where> <where>
<if test="status != null"> <if test="status != null">
and (t1.status = #{status} and t1.status = #{status}
<if test="status == 1"> and t1.is_unbalance = 1 </if>
<if test="status == 2"> and t1.is_congestion = 1 </if>
<if test="status == 3"> and t1.is_spillover = 1 </if>)
</if> </if>
<if test="name != null and name != ''"> <if test="name != null and name != ''">
and t2.name like concat('%',#{name},'%') and t2.name like concat('%',#{name},'%')
......
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