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)
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)