Kaynağa Gözat

接口测试

abiao 5 yıl önce
ebeveyn
işleme
d1ce86fb0c

+ 1 - 1
go/gopath/src/fohow.com/apps/models/user_model/init.go

@@ -5,5 +5,5 @@ import (
 )
 
 func init() {
-	orm.RegisterModel(new(Session), new(User), new(WxUser), new(InviteOrder), new(WxUserGongzhonghao), new(ThreeWxUser))
+	orm.RegisterModel(new(Session), new(User), new(WxUser), new(InviteOrder), new(WxUserGongzhonghao), new(ThreeWxUser), new(ShopApplication))
 }

+ 1 - 1
go/gopath/src/fohow.com/apps/models/user_model/shop_application.go

@@ -8,7 +8,7 @@ import (
 )
 
 const (
-	shop_applications_tablename = "invite_benefit_orders"
+	shop_applications_tablename = "shop_applications"
 )
 
 type ShopApplication struct {