Browse Source

任务详情初筛图片,初筛缺陷基准图修改

master
wangguangyuan 5 months ago
parent
commit
4c0ed371e5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml

+ 3
- 3
inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml View File

@ -209,9 +209,9 @@
b.point_status ,
b.result_type as warn_status,
b.description as 'desc',
<if test="filter == 0 ">b.res_img_url as img,</if>
<if test="filter == 1 ">a.file_path as img,</if>
a.file_path as image_normal_url_path,
<if test="filter == 0 ">a.file_path as img,</if>
<if test="filter == 1 ">b.res_img_url as img,</if>
case when b.image_normal_url_path is null then a.file_path else b.image_normal_url_path end as image_normal_url_path,
a.file_type as img_type,
a.data_type,
b.filter,


Loading…
Cancel
Save