@@ -54,7 +54,7 @@ type WxUser struct {
// 添加用户信息
func AddWxUser(item *WxUser) (lastId int64, err error) {
- o := orm.NewOrm()
+ o := orm.NewOrmUsingDB("weekly_report")
lastId, err = o.Insert(item)
return
}