Commit daf8918f authored by 赵啸非's avatar 赵啸非

动态字段调整排序逻辑

parent 7961fc03
......@@ -70,8 +70,9 @@
(#{appId},#{createTime},#{updateUserId},#{updateTime})
</insert>
<!-- 批量新增 -->
<insert id="insertBatch" parameterType="paramDto" useGeneratedKeys="true" keyProperty="id">
<insert id="insertBatch" parameterType="paramDto" useGeneratedKeys="true" keyProperty="data.dataList.id" keyColumn="id">
insert into mortals_sys_app_dataset
(appId,createTime,updateUserId,updateTime)
VALUES
......
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