mybatis 数组
- 作者: 死性不改77896306
- 来源: 51数据库
- 2020-09-21
update tblsupertitleresult
when (userHhCode=#{i.userHhCode} and titleId=#{i.titleId}) then #{i.checkState}
when (userHhCode=#{i.userHhCode} and titleId=#{i.titleId}) then #{i.correctDate}
when (userHhCode=#{i.userHhCode} and titleId=#{i.titleId}) then #{i.result}
where
(userHhCode =#{i.userHhCode} andtitleId=#{i.titleId})

搜一下:mybatis如何传递列表,数组等
推荐阅读
