文件库
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
<if test="fileurl != null and fileurl != ''">and fileurl = #{fileurl}</if>
|
||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||
</where>
|
||||
order by type
|
||||
</select>
|
||||
|
||||
<select id="selectByFilesById" parameterType="Long" resultMap="ByFilesResult">
|
||||
|
Reference in New Issue
Block a user