| | |
| | | </select> |
| | | |
| | | |
| | | <!-- 查看附件组件-分类查询附件-结果集 --> |
| | | <resultMap id="fileByCatDTO" type="cn.huge.module.file.domain.dto.FileForCatDTO"> |
| | | |
| | | </resultMap> |
| | | <!-- 查看附件组件-分类查询附件 --> |
| | | <sql id="listFileByCatTerms-where-part"> |
| | | <if test="terms != null"> |
| | |
| | | </if> |
| | | </sql> |
| | | <!-- 查看附件组件-分类查询附件 --> |
| | | <select id="listFileByCatTerms" resultMap="fileByCatDTO"> |
| | | <select id="listFileByCatTerms" resultType="cn.huge.module.file.domain.dto.FileForCatDTO"> |
| | | select t1.id, t1.name, t1.true_name as trueName, |
| | | t1.suffix, t1.size, t1.unit, t1.show_url as showUrl, t1.down_url as downUrl, |
| | | t2.owner_cat as ownerCat, t2.uploader_id as uploaderId, t2.uploader_name as uploaderName, |