com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
同一个事物里,对同一表字段多次操作。
最好sql分开
com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
同一个事物里,对同一表字段多次操作。
最好sql分开