Explorar el Código

recharge record add by people

abiao hace 5 años
padre
commit
78372cf38a

+ 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)