|
@@ -82,10 +82,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectSchoolOrderDetailed" resultType="com.miaxis.order.domain.OrderInfo">
|
|
|
select * from order_info
|
|
|
<where>
|
|
|
- <if test="isShare != null and isShare != ''">
|
|
|
+ <if test="isShare != null">
|
|
|
and is_share = #{isShare }
|
|
|
</if>
|
|
|
- <if test="tradeType != null and tradeType != ''">
|
|
|
+ <if test="tradeType != null">
|
|
|
and trade_type = #{tradeType }
|
|
|
</if>
|
|
|
<if test="schoolName != null and schoolName != ''">
|