|
@@ -134,7 +134,7 @@
|
|
|
and t.source_type_ = #{param.sourceType}
|
|
|
</if>
|
|
|
<if test="param.chargeType != null">
|
|
|
- and (t.charge_type_ = #{param.chargeType} OR FIND_IN_SET(#{param.chargeType}, t.payment_type_))
|
|
|
+ and (FIND_IN_SET(#{param.chargeType}, t.payment_type_))
|
|
|
</if>
|
|
|
<if test="param.topFlag != null">
|
|
|
and t.top_flag_ = #{param.topFlag}
|