|
@@ -58,7 +58,9 @@
|
|
<if test="orderStatus != null">
|
|
<if test="orderStatus != null">
|
|
and orderStatus = #{orderStatus}
|
|
and orderStatus = #{orderStatus}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="status != null">
|
|
and status = #{status}
|
|
and status = #{status}
|
|
|
|
+ </if>
|
|
<if test="paymentType != null">
|
|
<if test="paymentType != null">
|
|
and paymentType = #{paymentType}
|
|
and paymentType = #{paymentType}
|
|
</if>
|
|
</if>
|
|
@@ -92,7 +94,9 @@
|
|
<if test="orderStatus != null">
|
|
<if test="orderStatus != null">
|
|
and orderStatus = #{orderStatus}
|
|
and orderStatus = #{orderStatus}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="status != null">
|
|
and status = #{status}
|
|
and status = #{status}
|
|
|
|
+ </if>
|
|
<if test="paymentType != null">
|
|
<if test="paymentType != null">
|
|
and paymentType = #{paymentType}
|
|
and paymentType = #{paymentType}
|
|
</if>
|
|
</if>
|
|
@@ -126,7 +130,9 @@
|
|
<if test="p.orderStatus != null">
|
|
<if test="p.orderStatus != null">
|
|
and orderStatus = #{p.orderStatus}
|
|
and orderStatus = #{p.orderStatus}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="p.status != null">
|
|
and status = #{p.status}
|
|
and status = #{p.status}
|
|
|
|
+ </if>
|
|
<if test="p.paymentType != null">
|
|
<if test="p.paymentType != null">
|
|
and paymentType = #{p.paymentType}
|
|
and paymentType = #{p.paymentType}
|
|
</if>
|
|
</if>
|