replace INTO basic_udirel ( thirdId,thirdName,uuid,isUseDy,updateTime, thirdId1,thirdId2,thirdId3,thirdId4,thirdName1,thirdName2,thirdName3,thirdName4,manufactory, measname,ybbm,sptm,isDisable ,mainId,mainName ) values ( #{thirdId}, #{thirdName}, #{uuid}, #{isUseDy}, #{updateTime}, #{thirdId1}, #{thirdId2}, #{thirdId3}, #{thirdId4}, #{thirdName1}, #{thirdName2}, #{thirdName3}, #{thirdName4}, #{manufactory}, #{measname},#{ybbm},#{sptm},#{isDisable} ,#{mainId},#{mainName} ) DELETE FROM basic_udirel WHERE id = #{id} DELETE FROM basic_udirel WHERE id in #{item} DELETE FROM basic_udirel WHERE uuid = #{uuid} UPDATE basic_udirel thirdId=#{thirdId}, thirdName=#{thirdName}, uuid=#{uuid}, isUseDy=#{isUseDy}, thirdId1=#{thirdId1}, thirdId2=#{thirdId2}, thirdId3=#{thirdId3}, thirdId4=#{thirdId4}, thirdName1=#{thirdName1}, thirdName2=#{thirdName2}, thirdName3=#{thirdName3}, thirdName4=#{thirdName4}, manufactory=#{manufactory}, measname=#{measname}, ybbm=#{ybbm}, sptm=#{sptm}, updateTime=#{updateTime}, isDisable=#{isDisable}, mainId=#{mainId}, mainName=#{mainName}, WHERE id = #{id}