|
@@ -139,6 +139,9 @@
|
|
|
<if test="param.tenantId != null">
|
|
|
and t.tenant_id_ = #{param.tenantId}
|
|
|
</if>
|
|
|
+ <if test="param.keyword != null and param.keyword != ''">
|
|
|
+ and t.order_name_ like CONCAT('%', #{param.keyword}, '%')
|
|
|
+ </if>
|
|
|
<if test="param.paymentVersion != null">
|
|
|
and t.payment_version_ = #{param.paymentVersion}
|
|
|
</if>
|