|
|
|
@@ -62,10 +62,10 @@ |
|
|
|
<if test="experimentIns.nodesLogs != null and experimentIns.nodesLogs != ''"> |
|
|
|
and nodes_logs = #{experimentIns.nodesLogs} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.startTime != null and experimentIns.startTime != ''"> |
|
|
|
<if test="experimentIns.startTime != null"> |
|
|
|
and start_time = #{experimentIns.startTime} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.finishTime != null and experimentIns.finishTime != ''"> |
|
|
|
<if test="experimentIns.finishTime != null"> |
|
|
|
and finish_time = #{experimentIns.finishTime} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.createBy != null and experimentIns.createBy != ''"> |
|
|
|
@@ -111,10 +111,10 @@ |
|
|
|
<if test="experimentIns.nodesLogs != null and experimentIns.nodesLogs != ''"> |
|
|
|
and nodes_logs = #{experimentIns.nodesLogs} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.startTime != null and experimentIns.startTime != ''"> |
|
|
|
<if test="experimentIns.startTime != null"> |
|
|
|
and start_time = #{experimentIns.startTime} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.finishTime != null and experimentIns.finishTime != ''"> |
|
|
|
<if test="experimentIns.finishTime != null"> |
|
|
|
and finish_time = #{experimentIns.finishTime} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.createBy != null and experimentIns.createBy != ''"> |
|
|
|
@@ -161,10 +161,10 @@ |
|
|
|
<if test="experimentIns.nodesLogs != null and experimentIns.nodesLogs != ''"> |
|
|
|
and nodes_logs = #{experimentIns.nodesLogs} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.startTime != null and experimentIns.startTime != ''"> |
|
|
|
<if test="experimentIns.startTime != null"> |
|
|
|
and start_time = #{experimentIns.startTime} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.finishTime != null and experimentIns.finishTime != ''"> |
|
|
|
<if test="experimentIns.finishTime != null"> |
|
|
|
and finish_time = #{experimentIns.finishTime} |
|
|
|
</if> |
|
|
|
<if test="experimentIns.createBy != null and experimentIns.createBy != ''"> |
|
|
|
@@ -231,10 +231,10 @@ |
|
|
|
<if test="experimentIns.nodesLogs != null and experimentIns.nodesLogs != ''"> |
|
|
|
nodes_logs = #{experimentIns.nodesLogs}, |
|
|
|
</if> |
|
|
|
<if test="experimentIns.startTime != null and experimentIns.startTime != ''"> |
|
|
|
<if test="experimentIns.startTime != null"> |
|
|
|
start_time = #{experimentIns.startTime}, |
|
|
|
</if> |
|
|
|
<if test="experimentIns.finishTime != null and experimentIns.finishTime != ''"> |
|
|
|
<if test="experimentIns.finishTime != null"> |
|
|
|
finish_time = #{experimentIns.finishTime}, |
|
|
|
</if> |
|
|
|
<if test="experimentIns.createBy != null and experimentIns.createBy != ''"> |
|
|
|
|