|
@@ -229,7 +229,7 @@
|
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
<insert id="insertBatch" parameterType="com.goafanti.common.model.Notice">
|
|
<insert id="insertBatch" parameterType="com.goafanti.common.model.Notice">
|
|
|
- insert into contractLog (id, aid, notice_type, content, create_time, readed, uid, pid, rid, year)
|
|
|
|
|
|
|
+ insert into notice (id, aid, notice_type, content, create_time, readed, uid, pid, rid, year)
|
|
|
values
|
|
values
|
|
|
<foreach item="item" index="index" collection="list" separator=",">
|
|
<foreach item="item" index="index" collection="list" separator=",">
|
|
|
(
|
|
(
|