|
|
|
@ -305,6 +305,17 @@ |
|
|
|
<if test="suggestion != null">suggestion,</if> |
|
|
|
<if test="description != null">description,</if> |
|
|
|
<if test="requestId != null">request_id,</if> |
|
|
|
<if test="taskPatrolId != null">task_patrol_id,</if> |
|
|
|
<if test="algType != null">alg_type,</if> |
|
|
|
<if test="resValue != null">res_value,</if> |
|
|
|
<if test="resCode != null">res_code,</if> |
|
|
|
<if test="resConf != null">res_conf,</if> |
|
|
|
<if test="resDesc != null">res_desc,</if> |
|
|
|
<if test="result != null">result,</if> |
|
|
|
<if test="resImgUrl != null">res_img_url,</if> |
|
|
|
<if test="imageNormalUrlPath != null">image_normal_url_path,</if> |
|
|
|
<if test="resPos != null">res_pos,</if> |
|
|
|
<if test="filter != null">filter,</if> |
|
|
|
</trim> |
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=","> |
|
|
|
<if test="lineId != null">#{lineId},</if> |
|
|
|
@ -318,6 +329,17 @@ |
|
|
|
<if test="suggestion != null">#{suggestion},</if> |
|
|
|
<if test="description != null">#{description},</if> |
|
|
|
<if test="requestId != null">#{requestId},</if> |
|
|
|
<if test="taskPatrolId != null">#{taskPatrolId},</if> |
|
|
|
<if test="algType != null">#{algType},</if> |
|
|
|
<if test="resValue != null">#{resValue},</if> |
|
|
|
<if test="resCode != null">#{resCode},</if> |
|
|
|
<if test="resConf != null">#{resConf},</if> |
|
|
|
<if test="resDesc != null">#{resDesc},</if> |
|
|
|
<if test="result != null">#{result},</if> |
|
|
|
<if test="resImgUrl != null">#{resImgUrl},</if> |
|
|
|
<if test="imageNormalUrlPath != null">#{imageNormalUrlPath},</if> |
|
|
|
<if test="resPos != null">#{resPos},</if> |
|
|
|
<if test="filter != null">#{filter},</if> |
|
|
|
</trim> |
|
|
|
</insert> |
|
|
|
|
|
|
|
@ -333,6 +355,17 @@ |
|
|
|
<if test="suggestion != null">suggestion = #{suggestion},</if> |
|
|
|
<if test="description != null">description = #{description},</if> |
|
|
|
<if test="requestId != null">request_id = #{requestId},</if> |
|
|
|
<if test="taskPatrolId != null">task_patrol_id = #{taskPatrolId},</if> |
|
|
|
<if test="algType != null">alg_type = #{algType},</if> |
|
|
|
<if test="resValue != null">res_value = #{resValue},</if> |
|
|
|
<if test="resCode != null">res_code = #{resCode},</if> |
|
|
|
<if test="resConf != null">res_conf = #{resConf},</if> |
|
|
|
<if test="resDesc != null">res_desc = #{resDesc},</if> |
|
|
|
<if test="result != null">result = #{result},</if> |
|
|
|
<if test="resImgUrl != null">res_img_url = #{resImgUrl},</if> |
|
|
|
<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> |
|
|
|
</trim> |
|
|
|
where line_id = #{lineId} |
|
|
|
</update> |
|
|
|
|