Explorar el Código

fix:免责声明返回

Roc hace 7 meses
padre
commit
6f62964c95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/business_conf/business_conf.go

+ 1 - 1
models/business_conf/business_conf.go

@@ -17,7 +17,7 @@ type BusinessConf struct {
 }
 
 func (c *BusinessConf) TableName() string {
-	return "en_company_permission"
+	return "business_conf"
 }
 
 const (