|
|
@@ -26,6 +26,7 @@
|
|
|
${ew.sqlSegment}
|
|
|
and a.type=0
|
|
|
and a.is_through_platform=0
|
|
|
+ and hp.payment_lane=1
|
|
|
<if test="hlwSubcontractorAccountFlow.subcontractorId != null and hlwSubcontractorAccountFlow.subcontractorId !=''">
|
|
|
and hp.subcontractor_id = #{hlwSubcontractorAccountFlow.subcontractorId}
|
|
|
</if>
|
|
|
@@ -61,6 +62,7 @@
|
|
|
${ew.sqlSegment}
|
|
|
and a.type=0
|
|
|
and a.is_through_platform=1
|
|
|
+ and hp.payment_lane=1
|
|
|
<if test="hlwSubcontractorAccountFlow.subcontractorId != null and hlwSubcontractorAccountFlow.subcontractorId !=''">
|
|
|
and hp.subcontractor_id = #{hlwSubcontractorAccountFlow.subcontractorId}
|
|
|
</if>
|
|
|
@@ -111,6 +113,7 @@
|
|
|
${ew.sqlSegment}
|
|
|
and a.type=0
|
|
|
and a.is_through_platform=0
|
|
|
+ and hp.payment_lane=1
|
|
|
<if test="hlwSubcontractorAccountFlow.subcontractorId != null and hlwSubcontractorAccountFlow.subcontractorId !=''">
|
|
|
and hp.subcontractor_id = #{hlwSubcontractorAccountFlow.subcontractorId}
|
|
|
</if>
|
|
|
@@ -145,6 +148,7 @@
|
|
|
${ew.sqlSegment}
|
|
|
and a.type=0
|
|
|
and a.is_through_platform=1
|
|
|
+ and hp.payment_lane=1
|
|
|
<if test="hlwSubcontractorAccountFlow.subcontractorId != null and hlwSubcontractorAccountFlow.subcontractorId !=''">
|
|
|
and hp.subcontractor_id = #{hlwSubcontractorAccountFlow.subcontractorId}
|
|
|
</if>
|
|
|
@@ -200,6 +204,7 @@
|
|
|
|
|
|
|
|
|
a.type=0
|
|
|
+ and hpa.payment_lane=1
|
|
|
and a.is_through_platform=#{hlwSubcontractorAccountFlow.isThroughPlatform}
|
|
|
<if test="hlwSubcontractorAccountFlow.paymentResultTime_begin != null and hlwSubcontractorAccountFlow.paymentResultTime_begin !=''">
|
|
|
and a.create_time between #{hlwSubcontractorAccountFlow.paymentResultTime_begin} and #{hlwSubcontractorAccountFlow.paymentResultTime_end}
|