select id, productName, type, productType, upload, deltag, create_by, create_time, update_by, update_time, remark from basic_product
insert into basic_product
productName,
type,
productType,
upload,
deltag,
create_by,
create_time,
update_by,
update_time,
remark,
#{productName},
#{type},
#{productType},
#{upload},
#{deltag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update basic_product
productName = #{productName},
type = #{type},
productType = #{productType},
upload = #{upload},
deltag = #{deltag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from basic_product where id = #{id}
delete from basic_product where id in
#{id}