|
@@ -47,7 +47,7 @@
|
|
LEFT JOIN sys_user u on t.update_by_ = u.id_
|
|
LEFT JOIN sys_user u on t.update_by_ = u.id_
|
|
<where>
|
|
<where>
|
|
<if test="param.status != null">
|
|
<if test="param.status != null">
|
|
- and t.status = #{param.status}
|
|
|
|
|
|
+ and t.status_ = #{param.status}
|
|
</if>
|
|
</if>
|
|
<if test="param.vipType != null">
|
|
<if test="param.vipType != null">
|
|
and t.vip_type_ = #{param.vipType}
|
|
and t.vip_type_ = #{param.vipType}
|