Commit b1ebe6b2 authored by zhoushiguang's avatar zhoushiguang

greenId

parent 6731dd0c
......@@ -441,6 +441,9 @@
<if test="crossId !=null and crossId !=''">
and cross_id = #{crossId}
</if>
<if test="greenId !=null and greenId !=''">
and green_id = #{greenId}
</if>
GROUP BY type
</select>
......
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