|
@@ -221,7 +221,6 @@
|
|
|
<insert id="insertList" parameterType="java.util.List">
|
|
|
insert into we_com_staff_with_user
|
|
|
(
|
|
|
- id,
|
|
|
staff_id,
|
|
|
user_id,
|
|
|
create_time,
|
|
@@ -230,7 +229,6 @@
|
|
|
values
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
|
(
|
|
|
- #{item.id,jdbcType=BIGINT},
|
|
|
#{item.staffId,jdbcType=BIGINT},
|
|
|
#{item.userId,jdbcType=BIGINT},
|
|
|
#{item.createTime,jdbcType=TIMESTAMP},
|