|
@@ -135,6 +135,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="subscribeStatus != null and subscribeStatus != '' ">
|
|
|
and us.subscribe_status = #{subscribeStatus}
|
|
|
</if>
|
|
|
+ <if test="beforeStatus != null and beforeStatus != '' ">
|
|
|
+ and us.before_status = #{beforeStatus}
|
|
|
+ </if>
|
|
|
<if test="applyId != null and applyId != '' ">
|
|
|
and us.apply_id = #{applyId}
|
|
|
</if>
|