|
info, _ := util.Mgo.Find("v_field", query, nil, map[string]interface{}{"s_name": 1, "s_code": 1}, false, -1, -1)
|
|
info, _ := util.Mgo.Find("v_field", query, nil, map[string]interface{}{"s_name": 1, "s_code": 1}, false, -1, -1)
|
|
_ = f.Render("project/project_list.html", &f.T)
|
|
_ = f.Render("project/project_list.html", &f.T)
|