@@ -139,7 +139,7 @@
and t.display_flag_ = #{param.displayFlag}
</if>
<if test="param.vipType != null">
- and t.vip_card_record = #{param.vipType}
+ and t.vip_type_ = #{param.vipType}
</where>
order by t.id_ desc