Commit 811bd907 authored by 赵啸非's avatar 赵啸非

动态字段调整排序逻辑

parent daf8918f
......@@ -72,7 +72,7 @@
<!-- 批量新增 -->
<insert id="insertBatch" parameterType="paramDto" useGeneratedKeys="true" keyProperty="data.dataList.id" keyColumn="id">
<insert id="insertBatch" parameterType="paramDto" useGeneratedKeys="true" keyProperty="AppDatasetEntity.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