@ -46,13 +46,15 @@
INSERT INTO ex_dept
(
dept_id_qx,
dept_name_qx
dept_name_qx,
grid_code
)
VALUES
<foreach collection="list" item="i" separator=",">
#{i.deptIdQx},
#{i.deptNameQx}
#{i.deptNameQx},
#{i.gridCode}
</foreach>
ON DUPLICATE KEY