|
|
@@ -379,6 +379,9 @@
|
|
|
<if test="b.grantStatus != null">
|
|
|
and b.grant_status = #{b.grantStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test='b.orderNo != null and b.orderNo !=""'>
|
|
|
+ and b.order_no = #{b.orderNo,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test='b.startTime != null and b.startTime != "" and b.endTime != null and b.endTime != ""'>
|
|
|
<bind name="a" value="b.startTime +'-01'"/>
|
|
|
<bind name="e" value="b.endTime +'-31'"/>
|
|
|
@@ -414,6 +417,10 @@
|
|
|
<if test="b.grantStatus != null">
|
|
|
and b.grant_status = #{b.grantStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test='b.orderNo != null and b.orderNo !=""'>
|
|
|
+ and b.order_no = #{b.orderNo,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
+
|
|
|
<if test='b.startTime != null and b.startTime != "" and b.endTime != null and b.endTime != ""'>
|
|
|
<bind name="a" value="b.startTime +'-01'"/>
|
|
|
<bind name="e" value="b.endTime +'-31'"/>
|
|
|
@@ -448,6 +455,9 @@
|
|
|
<if test="b.grantStatus != null">
|
|
|
and b.grant_status = #{b.grantStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test='b.orderNo != null and b.orderNo !=""'>
|
|
|
+ and b.order_no = #{b.orderNo,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test='b.startTime != null and b.startTime != "" and b.endTime != null and b.endTime != ""'>
|
|
|
<bind name="a" value="b.startTime +'-01'"/>
|
|
|
<bind name="e" value="b.endTime +'-31'"/>
|
|
|
@@ -479,6 +489,9 @@
|
|
|
<if test="b.grantStatus != null">
|
|
|
and b.grant_status = #{b.grantStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test='b.orderNo != null and b.orderNo !=""'>
|
|
|
+ and b.order_no = #{b.orderNo,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test='b.startTime != null and b.startTime != "" and b.endTime != null and b.endTime != ""'>
|
|
|
<bind name="a" value="b.startTime +'-01'"/>
|
|
|
<bind name="e" value="b.endTime +'-31'"/>
|