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