You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go工程,gaea-v1.2.2-linux-amd64-go1.13.4版本之前都能正常运行,升级到gaea-v1.2.5-linux-amd64-go1.13.3后,再次运行相同的gorm查询语句报错commands out of sync. Did you run multiple statements at once
工程中报错的gorm代码如下:orderInfo = new(models.Order)
ret := s.DBHandle.Where("order_id = ?", orderId).Limit(1).Find(orderInfo)
The text was updated successfully, but these errors were encountered:
go工程,gaea-v1.2.2-linux-amd64-go1.13.4版本之前都能正常运行,升级到gaea-v1.2.5-linux-amd64-go1.13.3后,再次运行相同的gorm查询语句报错commands out of sync. Did you run multiple statements at once
工程中报错的gorm代码如下:orderInfo = new(models.Order)
ret := s.DBHandle.Where("order_id = ?", orderId).Limit(1).Find(orderInfo)
The text was updated successfully, but these errors were encountered: