和谐铃铛

文章
4
资源
0
加入时间
2年10月24天

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">