Skip to content

Commit 0f07dde

Browse files
author
zengqiao
committed
[ISSUE-598]Fix start_time not set when create reassign job in MySQL-8
1 parent f331a6d commit 0f07dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

km-persistence/src/main/resources/mybatis/ReassignJob.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
<insert id="addAndSetId" parameterType="com.xiaojukeji.know.streaming.km.common.bean.po.reassign.ReassignJobPO">
2121
INSERT INTO ks_km_reassign_job
22-
(id, cluster_phy_id, reassignment_json, description, throttle_unit_byte, start_time, finished_time, creator, status)
22+
(id, cluster_phy_id, reassignment_json, description, throttle_unit_byte, creator, status)
2323
VALUES
24-
(#{id}, #{clusterPhyId}, #{reassignmentJson}, #{description}, #{throttleUnitByte}, #{startTime}, #{finishedTime}, #{creator}, #{status})
24+
(#{id}, #{clusterPhyId}, #{reassignmentJson}, #{description}, #{throttleUnitByte}, #{creator}, #{status})
2525
</insert>
2626
</mapper>

0 commit comments

Comments
 (0)