소스 검색

修改任务更新

yuejiaying 4 년 전
부모
커밋
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>