Compare commits

...

2 Commits

Author SHA1 Message Date
tangqian 5846de1445 Merge branch 'feature/mall_product' into test 2023-06-20 17:27:36 +08:00
tangqian 3948729a18 fix: 订单管理备注和订单查询 2023-06-20 17:27:27 +08:00
1 changed files with 1 additions and 1 deletions

View File

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