Selaa lähdekoodia

出账新增身份证号码查询

LiFei 5 vuotta sitten
vanhempi
commit
428cdda6a7

+ 6 - 0
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgpayment/mapper/xml/HlgPaymentDetailMapper.xml

@@ -94,6 +94,9 @@
 			<if test="hlgPaymentDetailStatistics.userName != null and hlgPaymentDetailStatistics.userName != ''">
 				and a.user_name like concat('%',#{hlgPaymentDetailStatistics.userName},'%')
 			</if>
+			<if test="hlgPaymentDetailStatistics.idcardNumber != null and hlgPaymentDetailStatistics.idcardNumber != ''">
+				and a.idcard_number like concat('%',#{hlgPaymentDetailStatistics.idcardNumber},'%')
+			</if>
 			<if test="hlgPaymentDetailStatistics.paymentTime_begin != null and hlgPaymentDetailStatistics.paymentTime_end !=''">
 				and a.payment_time between #{hlgPaymentDetailStatistics.paymentTime_begin} and #{hlgPaymentDetailStatistics.paymentTime_end}
 			</if>
@@ -127,6 +130,9 @@
 			<if test="hlgPaymentDetailStatistics.userName != null and hlgPaymentDetailStatistics.userName != ''">
 				and a.user_name like concat('%',#{hlgPaymentDetailStatistics.userName},'%')
 			</if>
+			<if test="hlgPaymentDetailStatistics.idcardNumber != null and hlgPaymentDetailStatistics.idcardNumber != ''">
+				and a.idcard_number like concat('%',#{hlgPaymentDetailStatistics.idcardNumber},'%')
+			</if>
 			<if test="hlgPaymentDetailStatistics.paymentTime_begin != null and hlgPaymentDetailStatistics.paymentTime_end !=''">
 				and a.payment_time between #{hlgPaymentDetailStatistics.paymentTime_begin} and #{hlgPaymentDetailStatistics.paymentTime_end}
 			</if>