|
@@ -7,7 +7,7 @@
|
|
|
LEFT JOIN t_common_upload cu on df.upload_id = cu.id
|
|
|
where df.rec_status = 'A'
|
|
|
<if test="param.sysUserId != null">
|
|
|
- and df.sys_user_id = #{param.sysUserId}
|
|
|
+ and ( df.sys_user_id = #{param.sysUserId} or df.use_type = 'animation')
|
|
|
</if>
|
|
|
<if test="param.name != null and param.name !=''">
|
|
|
and df.name like concat('%',#{param.name}, '%')
|