|
|
@@ -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>
|