@@ -112,9 +112,6 @@
<if test="orderType == 2">
AND co.orderType = 2
</if>
- <if test="orderType != 2">
- AND co.orderType != 2
- </if>
<if test="id != null and id != ''">
AND a.id = #{id}