|
@@ -11,7 +11,8 @@
|
|
|
<result property="status" column="status" />
|
|
|
<result property="algorithmId" column="algorithm_id" />
|
|
|
<result property="parameters" column="parameters" />
|
|
|
- <result property="preprocess_path" column="result_path" />
|
|
|
+ <result property="resultPath" column="result_path" />
|
|
|
+ <result property="preprocessPath" column="preprocess_path" />
|
|
|
<result property="index" column="index" />
|
|
|
<result property="startTime" column="start_time" />
|
|
|
<result property="endTime" column="end_time" />
|