Browse Source

关系网

wangchuanjin 9 years ago
parent
commit
e4070bfed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/src/qfw/yellowpage/yellowpagemanager.go

+ 1 - 1
core/src/qfw/yellowpage/yellowpagemanager.go

@@ -448,7 +448,7 @@ func (yp *Yellowpage) GetRelation() error {
 	var relation map[string]interface{}
 	var flag bool
 	//判断登录状态
-	if yp.GetSession("userType") != nil && util.IntAll(yp.GetSession("userType")) > 0 && util.IntAll(yp.GetSession("identWay")) == 1 {
+	if yp.GetSession("userType") != nil && util.IntAll(yp.GetSession("userType")) > 0 /*&& util.IntAll(yp.GetSession("identWay")) == 1 */ {
 		regNo := yp.GetString("regNo")
 		entName := yp.GetString("entName")
 		if regNo != "" && entName != "" {