|
@@ -546,12 +546,6 @@
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- <if test="makeMethod != null and makeMethod != ''">
|
|
|
- and f.make_method = #{makeMethod}
|
|
|
- </if>
|
|
|
- <if test="cardRuleId != null and cardRuleId != ''">
|
|
|
- and a.card_rule_id = #{cardRuleId}
|
|
|
- </if>
|
|
|
</where>
|
|
|
order by a.create_time desc
|
|
|
</select>
|