1、普通的sql语句update goods set count = count - 10 where id = 1;2、在typeorm中写法方式一// 使用mysql的乐观锁实现async goods(): ...
確定! 回上一頁