Commit 9c5b5ea1 by guo_minglei@163.com

不设置主键

parent a8798b18
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
<insert id="saveList" parameterType="com.byit.model.FlowStatusSnapshoot"> <insert id="saveList" parameterType="com.byit.model.FlowStatusSnapshoot">
INSERT INTO flow_status_snapshoot INSERT INTO flow_status_snapshoot
( (
status_id, workspace_id, flow_id, workspace_id, flow_id,
flow_name, `day`, `hour`, flow_name, `day`, `hour`,
flow_status, snapshoot_time, unstart_node, flow_status, snapshoot_time, unstart_node,
runing_node, success_node, fail_node, runing_node, success_node, fail_node,
...@@ -226,7 +226,6 @@ ...@@ -226,7 +226,6 @@
VALUES VALUES
<foreach collection="flowStatusSnapshootList" item="flowStatusSnapshoot" separator=","> <foreach collection="flowStatusSnapshootList" item="flowStatusSnapshoot" separator=",">
( (
#{flowStatusSnapshoot.statusId,jdbcType=INTEGER},
#{flowStatusSnapshoot.workspaceId,jdbcType=INTEGER}, #{flowStatusSnapshoot.workspaceId,jdbcType=INTEGER},
#{flowStatusSnapshoot.flowId,jdbcType=INTEGER}, #{flowStatusSnapshoot.flowId,jdbcType=INTEGER},
#{flowStatusSnapshoot.flowName,jdbcType=VARCHAR}, #{flowStatusSnapshoot.flowName,jdbcType=VARCHAR},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment