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如何传递列表,数组等
死性不改77896306