src/main/resources/mapper/UserInfMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/UserInfMapper.xml
@@ -4,9 +4,7 @@ <update id="updateBatch"> <foreach collection="userInfList" separator=";"> <if test="password != null"> update db_user.tb_user_inf set uSnId = #{SNId},upassword = #{password} where uId = #{id} </if> update db_user.tb_user_inf set uSnId = #{SNId},upassword = #{password} where uId = #{id} </foreach> </update> </mapper>