|
@@ -241,7 +241,7 @@
|
|
|
and a.upload_time is not null
|
|
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.upload_time between #{hlwSubcontractorAccountFlow.paymentResultTime_begin} and #{hlwSubcontractorAccountFlow.paymentResultTime_end}
|
|
|
|
|
|
|
+ and haf.create_time between #{hlwSubcontractorAccountFlow.paymentResultTime_begin} and #{hlwSubcontractorAccountFlow.paymentResultTime_end}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
<if test="hlwSubcontractorAccountFlow.isThroughPlatform ==''">
|
|
<if test="hlwSubcontractorAccountFlow.isThroughPlatform ==''">
|