| | |
| | | @ApiModelProperty(value = "附件类型: 1=巡查类文档,2=巡检类文档,3=安保类文档,4=文旅类文档,5=采集数据类文档") |
| | | private Integer resultType; |
| | | |
| | | @ApiModelProperty(value = "附件大小") |
| | | private Long attachSize; |
| | | |
| | | /** |
| | | * 附件域名 |
| | | */ |
| | | @ApiModelProperty(value = "附件域名") |
| | | private String domainUrl; |
| | | |
| | | /** |
| | | * 附件拓展名 |
| | | */ |
| | | @ApiModelProperty(value = "附件拓展名") |
| | | private String extension; |
| | | |
| | | |
| | | |
| | | } |
| | |
| | | <if test="attach.resultType!=null"> |
| | | and result_type = #{attach.resultType} |
| | | </if> |
| | | and result_type in (1,2,3,4,5) |
| | | order by create_time desc,id desc |
| | | </select> |
| | | <select id="findAiAttachImages" resultType="org.sxkj.resource.vo.AttachVO"> |