|
|
|
@ -16,7 +16,11 @@
|
|
|
|
|
qxlb, tyshxydm, zczbhhzbapzbh,
|
|
|
|
|
ylqxzcrbarmc, ylqxzcrbarywmc, updateTime,
|
|
|
|
|
supName, model, `standard`,
|
|
|
|
|
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType,attributeType,hcType)
|
|
|
|
|
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType,attributeType,hcType,
|
|
|
|
|
catalogname1,
|
|
|
|
|
catalogname2,
|
|
|
|
|
catalogname3,
|
|
|
|
|
matrial)
|
|
|
|
|
values
|
|
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
|
|
(#{item.uuid},
|
|
|
|
@ -42,7 +46,11 @@
|
|
|
|
|
, #{item.flbm}, #{item.qxlb}, #{item.tyshxydm}, #{item.zczbhhzbapzbh}
|
|
|
|
|
, #{item.ylqxzcrbarmc}, #{item.ylqxzcrbarywmc}, #{item.updateTime}, #{item.supName}, #{item.model}
|
|
|
|
|
, #{item.standard}, #{item.qtbm}, #{item.standard}, #{item.zczyxqz}, #{item.type},
|
|
|
|
|
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType},#{item.attributeType},#{item.hcType})
|
|
|
|
|
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType},#{item.attributeType},#{item.hcType},
|
|
|
|
|
#{catalogname1},
|
|
|
|
|
#{catalogname2},
|
|
|
|
|
#{catalogname3},
|
|
|
|
|
#{matrial})
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|