文件库

This commit is contained in:
zhanglipeng 2021-08-05 16:02:02 +08:00
parent b06fd7c45d
commit 5333fdcaf5

View File

@ -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">