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>