Browse Source

修改合作商户发票明细查询

LiFei 3 years atrás
parent
commit
f0e9be4c6e

+ 1 - 0
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwinvoice/mapper/xml/HlwInvoiceMapper.xml

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