insert into kwo_trade_order_unit id, t_order_id, t_order_no, unit_type, ent_id, top_ent_id, firm_name, contacts_id, contacts, phone, remark, status, create_by, create_time, update_by, update_time, del_flag values #{item.id,jdbcType=BIGINT}, #{item.tOrderId,jdbcType=BIGINT}, #{item.tOrderNo,jdbcType=VARCHAR}, #{item.unitType,jdbcType=VARCHAR}, #{item.entId,jdbcType=VARCHAR}, #{item.topEntId,jdbcType=VARCHAR}, #{item.firmName,jdbcType=VARCHAR}, #{item.contactsId,jdbcType=BIGINT}, #{item.contacts,jdbcType=VARCHAR}, #{item.phone,jdbcType=VARCHAR}, #{item.remark,jdbcType=VARCHAR}, #{item.status,jdbcType=INTEGER}, #{item.createBy,jdbcType=BIGINT}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.updateBy,jdbcType=BIGINT}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.delFlag,jdbcType=INTEGER}