瀏覽代碼

修改任务更新

yuejiaying 3 年之前
父節點
當前提交
80df2bba58
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      operation_manager/src/main/resources/mapper/task/PlanManageMapper.xml

+ 3 - 0
operation_manager/src/main/resources/mapper/task/PlanManageMapper.xml

@@ -356,6 +356,9 @@
       <if test="inProcessStatus != null" >
         in_process_status = #{inProcessStatus,jdbcType=INTEGER},
       </if>
+      <if test="finishDate != null" >
+        finish_date = #{finishDate,jdbcType=TIMESTAMP},
+      </if>
     </set>
     where id = #{id,jdbcType=INTEGER}
   </update>