select id, user_name, password, create_by,address, create_time, update_by, update_time, remark from sys_user_password insert into sys_user_password user_name, password, create_by, create_time, update_by, update_time, remark, address, #{userName}, #{password}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, #{address}, update sys_user_password user_name = #{userName}, password = #{password}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, address = #{address}, where id = #{id} delete from sys_user_password where id in #{id}