|
|
@@ -50,6 +50,9 @@ |
|
|
<if test=" null != status "> |
|
|
<if test=" null != status "> |
|
|
and `status` = #{status} |
|
|
and `status` = #{status} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test=" null != activityId "> |
|
|
|
|
|
and `activity_id` = #{activityId} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != ids "> |
|
|
<if test=" null != ids "> |
|
|
and id in |
|
|
and id in |
|
|
|