Alice52
Results
3
comments of
Alice52
+1, so how to fix this?
> 这样吗?看着似乎生效的 > > u.WithContext(ctx).Updates(&model.User{ID: 10, Name: "xxx"}) > //[57.768ms] [rows:0] UPDATE `user` SET `name`='xxx' WHERE `user`.`is_deleted` = 0 AND `id` = 10 ## version info ```yml gorm.io/gen v0.3.27 gorm.io/gorm...