id, directioncode, createddate, modifieddate, content, customerid, type, boxcode
insert into productlocus${slice}
id,
directioncode,
createddate,
modifieddate,
content,
customerid,
`type`,
`boxcode`,
#{productLocusInfo.id,jdbcType=BIGINT},
#{productLocusInfo.directioncode,jdbcType=VARCHAR},
#{productLocusInfo.createddate,jdbcType=TIMESTAMP},
#{productLocusInfo.modifieddate,jdbcType=TIMESTAMP},
#{productLocusInfo.content,jdbcType=VARCHAR},
#{productLocusInfo.customerid,jdbcType=BIGINT},
#{productLocusInfo.type,jdbcType=TINYINT},
#{productLocusInfo.boxcode,jdbcType=VARCHAR},
insert into
productlocus${item.slice}
directioncode,
createddate,
modifieddate,
content,
customerid,
`type`,
`boxcode`,
#{item.directioncode},
#{item.createddate},
#{item.modifieddate},
#{item.content},
#{item.customerid},
#{item.type},
#{item.boxcode},