|
|
|
@ -71,6 +71,9 @@ |
|
|
|
<if test="rechargeAudit.jwcode != null and rechargeAudit.jwcode != ''"> |
|
|
|
AND ugr.jwcode = #{rechargeAudit.jwcode} |
|
|
|
</if> |
|
|
|
<if test="rechargeAudit.flag!=0"> |
|
|
|
AND u.flag = 1 |
|
|
|
</if> |
|
|
|
<if test="rechargeAudit.activity != null and rechargeAudit.activity != ''"> |
|
|
|
AND ugr.activity = #{rechargeAudit.activity} |
|
|
|
</if> |
|
|
|
@ -133,6 +136,9 @@ |
|
|
|
<if test="refundAudit.jwcode != null"> |
|
|
|
AND ugr.jwcode = #{refundAudit.jwcode} |
|
|
|
</if> |
|
|
|
<if test="refundAudit.flag!=0"> |
|
|
|
AND u.flag = 1 |
|
|
|
</if> |
|
|
|
<if test="refundAudit.refundModel != null "> |
|
|
|
AND ugr.refund_model = #{refundAudit.refundModel} |
|
|
|
</if> |
|
|
|
|