|
@@ -40,6 +40,12 @@
|
|
|
<if test="param.subjectType != null">
|
|
|
and t.subject_type_ = #{param.subjectType}
|
|
|
</if>
|
|
|
+ <if test="param.level != null and param.level != ''">
|
|
|
+ and t.level_ = #{param.level}
|
|
|
+ </if>
|
|
|
+ <if test="param.type != null and param.type != ''">
|
|
|
+ and t.type_ = #{param.type}
|
|
|
+ </if>
|
|
|
<if test="param.albumId != null">
|
|
|
and t.tenant_album_id_ = #{param.albumId}
|
|
|
</if>
|