mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[ISSUE-598]Fix start_time not set when create reassign job in MySQL-8
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
|
||||
<insert id="addAndSetId" parameterType="com.xiaojukeji.know.streaming.km.common.bean.po.reassign.ReassignJobPO">
|
||||
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})
|
||||
</insert>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user