|
@@ -237,6 +237,7 @@
|
|
|
left join hlw_application_setting has on has.id=hpa.application_id
|
|
left join hlw_application_setting has on has.id=hpa.application_id
|
|
|
<where>
|
|
<where>
|
|
|
haf.type=0
|
|
haf.type=0
|
|
|
|
|
+ and a.upload_time is not null
|
|
|
and haf.is_through_platform=#{hlwSubcontractorAccountFlow.isThroughPlatform}
|
|
and haf.is_through_platform=#{hlwSubcontractorAccountFlow.isThroughPlatform}
|
|
|
<if test="hlwSubcontractorAccountFlow.paymentResultTime_begin != null and hlwSubcontractorAccountFlow.paymentResultTime_begin !=''">
|
|
<if test="hlwSubcontractorAccountFlow.paymentResultTime_begin != null and hlwSubcontractorAccountFlow.paymentResultTime_begin !=''">
|
|
|
and haf.create_time between #{hlwSubcontractorAccountFlow.paymentResultTime_begin} and #{hlwSubcontractorAccountFlow.paymentResultTime_end}
|
|
and haf.create_time between #{hlwSubcontractorAccountFlow.paymentResultTime_begin} and #{hlwSubcontractorAccountFlow.paymentResultTime_end}
|