|
@@ -277,7 +277,7 @@ func Read_User_List_ByT_uuid(T_name string, T_uuid_list []string, page, page_z i
|
|
|
|
|
|
// 过滤
|
|
|
cond := orm.NewCondition()
|
|
|
- cond1 := cond.And("T_State", 1) //.And("T_State", 1) .AndNot("status__in", 1).Or("profile__age__gt", 2000)
|
|
|
+ cond1 := cond.And("T_State__gt", 0) //.And("T_State", 1) .AndNot("status__in", 1).Or("profile__age__gt", 2000)
|
|
|
|
|
|
if len(T_name) > 0 {
|
|
|
//cond1.AndCond(cond.And("T_class", class))
|