MyBatis传入数组批量更新
MyBatis传入数组批量更新Mapper类Maper.XMLService类Controllerapplication.ymlMapper类 int batchDel(@Param("ids")java.lang.String[] ids);Maper.XML这里的collection要和Mapper类里的**@Param(“ids”)**一致,如果没有要写入array <update id="batchDel">