Compare commits
No commits in common. "5846de1445028bf5b7fa524aa73c22f68697150d" and "18bc18be765a75869509f14244f51d47de5fda66" have entirely different histories.
5846de1445
...
18bc18be76
|
@ -243,7 +243,7 @@
|
|||
and a.paid =#{data.paid}
|
||||
</if>
|
||||
<if test="data.refundType !=null and data.refundType!=''">
|
||||
and a.refund_type =#{data.refundType}
|
||||
and a.refund_type =#{refundType}
|
||||
</if>
|
||||
<if test="data.tenantId !=null and data.tenantId!=1">
|
||||
and a.tenant_id =#{data.tenantId}
|
||||
|
|
Loading…
Reference in New Issue