zhangqian
2024-01-12 884bce48b11018adf1c15591aeab9af6cb9e5b6b
service/test/product.go
@@ -120,7 +120,7 @@
   db = db.Where("purchase_type = ?", test.PurchaseTypeOutSource)
   db = db.Where("material_type != ?", test.MaterialTypeVirtual)
   db = db.Where("is_storage = ?", 1)
   err = db.Count(&total).Error
   if err != nil {