Browse Source

recharge record add by people

abiao 5 years ago
parent
commit
78372cf38a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      go/gopath/src/fohow.com/apps/models/user_model/three_wx_user.go

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

@@ -51,7 +51,6 @@ func GetDepartRecords() (list []*DepartRecord) {
 		 where 1
            order by length(inner_no) asc ;
 	`
-
 	_, err := orm.NewOrm().Raw(sql).QueryRows(&list)
 	if err != nil {
 		beego.Debug("GetDepartRecords err=[%s]", err)