Browse Source

feat: 纠偏算法新增纠偏后抓拍校准图片

master
yinhuaiwei 3 weeks ago
parent
commit
c61f6e6214
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml

+ 1
- 0
inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml View File

@ -403,6 +403,7 @@
<if test="imageNormalUrlPath != null">image_normal_url_path = #{imageNormalUrlPath},</if>
<if test="resPos != null">res_pos = #{resPos},</if>
<if test="filter != null">filter = #{filter},</if>
<if test="originalValue != null">original_value = #{originalValue},</if>
</trim>
where line_id = #{lineId}
</update>


Loading…
Cancel
Save