yuejiaying 3 лет назад
Родитель
Сommit
80df2bba58

+ 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>