|
@@ -92,7 +92,7 @@
|
|
algorithm_type = #{algorithmType,jdbcType=VARCHAR},
|
|
algorithm_type = #{algorithmType,jdbcType=VARCHAR},
|
|
vehicle = #{vehicle,jdbcType=VARCHAR},
|
|
vehicle = #{vehicle,jdbcType=VARCHAR},
|
|
scene = #{scene,jdbcType=VARCHAR},
|
|
scene = #{scene,jdbcType=VARCHAR},
|
|
- operation_cycle = #{operation_cycle,jdbcType=VARCHA},
|
|
|
|
|
|
+ operation_cycle = #{operation_cycle,jdbcType=VARCHAR},
|
|
parallelism = #{parallelism,jdbcType=VARCHAR},
|
|
parallelism = #{parallelism,jdbcType=VARCHAR},
|
|
is_choice_gpu = #{isChoiceGpu,jdbcType=VARCHAR}
|
|
is_choice_gpu = #{isChoiceGpu,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR} and is_deleted = '0'
|
|
where id = #{id,jdbcType=VARCHAR} and is_deleted = '0'
|