org.springframework.dao.TransientDataAccessResourceException:
### Error updating database. Cause: java.sql.SQLException: Connection is read-only. Queries leading to data modification are not allowed
### The error may involve cn.itrip.mapper.ItripUserMapper.updateItripUser-Inline
### The error occurred while setting parameters
没有将这个方法包括在事务控制,所以默认是只读,不能修改