fix
wangpengfei
2023-08-30 82c058c91daed212fd9b3807dca9ca80217ce738
service/test/supplier_type.go
@@ -34,7 +34,7 @@
// UpdateSupplierType 更新SupplierType记录
// Author [piexlmax](https://github.com/piexlmax)
func (stService *SupplierTypeService) UpdateSupplierType(st test.SupplierType) (err error) {
   err = global.GVA_DB.Save(&st).Error
   err = global.GVA_DB.Updates(&st).Error
   return err
}