Compare commits
2 Commits
18bc18be76
...
5846de1445
Author | SHA1 | Date |
---|---|---|
tangqian | 5846de1445 | |
tangqian | 3948729a18 |
|
@ -243,7 +243,7 @@
|
|||
and a.paid =#{data.paid}
|
||||
</if>
|
||||
<if test="data.refundType !=null and data.refundType!=''">
|
||||
and a.refund_type =#{refundType}
|
||||
and a.refund_type =#{data.refundType}
|
||||
</if>
|
||||
<if test="data.tenantId !=null and data.tenantId!=1">
|
||||
and a.tenant_id =#{data.tenantId}
|
||||
|
|
Loading…
Reference in New Issue