userChannelId

This commit is contained in:
苏竹红
2023-07-04 21:36:14 +08:00
parent b7a047e154
commit a280f6e762

View File

@@ -45,7 +45,8 @@
workflow_stage,
workflow_status,
line_status,
investment_manager
investment_manager,
user_channel_id
)
values
<foreach collection="recordList" item="record" separator=",">
@@ -53,7 +54,8 @@
#{record.workflowStage},
#{record.workflowStatus},
#{record.lineStatus},
#{record.investmentManager})
#{record.investmentManager},
#{record.userChannelId}))
</foreach>
</insert>