insert INTO basic_products_import_log (genKey,fromType,updateTime,thirdSysFk,status) values ( #{genKey}, #{fromType}, #{updateTime}, #{thirdSysFk},#{status} ) DELETE FROM basic_products_import_log WHERE id = #{id} UPDATE basic_products_import_log genKey=#{genKey}, fromType=#{fromType}, updateTime=#{updateTime}, thirdSysFk=#{thirdSysFk}, status=#{status}, WHERE genKey = #{genKey}