|
@@ -79,7 +79,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
village_towns,
|
|
village_towns,
|
|
village_id,
|
|
village_id,
|
|
village,
|
|
village,
|
|
- is_local)
|
|
|
|
|
|
+ is_local,create_time,update_time)
|
|
values
|
|
values
|
|
<foreach item="thirdPartInfo" index="index" collection="thirdPartInfoList" separator=",">
|
|
<foreach item="thirdPartInfo" index="index" collection="thirdPartInfoList" separator=",">
|
|
(#{thirdPartInfo.cremationCertificate},
|
|
(#{thirdPartInfo.cremationCertificate},
|
|
@@ -114,7 +114,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
#{thirdPartInfo.villageTowns},
|
|
#{thirdPartInfo.villageTowns},
|
|
#{thirdPartInfo.villageId},
|
|
#{thirdPartInfo.villageId},
|
|
#{thirdPartInfo.village},
|
|
#{thirdPartInfo.village},
|
|
- #{thirdPartInfo.isLocal})
|
|
|
|
|
|
+ #{thirdPartInfo.isLocal},
|
|
|
|
+ sysdate(),sysdate())
|
|
</foreach>
|
|
</foreach>
|
|
</insert>
|
|
</insert>
|
|
|
|
|