Parcourir la source

合作商户业务明细sql还原

LiFei il y a 3 ans
Parent
commit
2e3bb6846b

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

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