diff --git a/km-persistence/src/main/resources/mybatis/ReassignJob.xml b/km-persistence/src/main/resources/mybatis/ReassignJob.xml index 5966b418..d1dcd80d 100644 --- a/km-persistence/src/main/resources/mybatis/ReassignJob.xml +++ b/km-persistence/src/main/resources/mybatis/ReassignJob.xml @@ -19,8 +19,8 @@ INSERT INTO ks_km_reassign_job - (id, cluster_phy_id, reassignment_json, description, throttle_unit_byte, start_time, finished_time, creator, status) + (id, cluster_phy_id, reassignment_json, description, throttle_unit_byte, creator, status) VALUES - (#{id}, #{clusterPhyId}, #{reassignmentJson}, #{description}, #{throttleUnitByte}, #{startTime}, #{finishedTime}, #{creator}, #{status}) + (#{id}, #{clusterPhyId}, #{reassignmentJson}, #{description}, #{throttleUnitByte}, #{creator}, #{status}) \ No newline at end of file