Browse Source

Merge branch 'dev_v1.1.44_wh' of BaseService/jyMicroservices into feature/v1.1.44

王浩 1 year ago
parent
commit
529c6c72f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jyBXSubscribe/rpc/model/service/pushSet.go

+ 1 - 1
jyBXSubscribe/rpc/model/service/pushSet.go

@@ -82,8 +82,8 @@ func (this *PushSetService) Find() map[string]*bxsubscribe.PushSet {
 				ShowWx = true
 			}
 		}
-		registedate = common.Int64All((*pushSetMap)["l_registedate"])
 	}
+	registedate = common.Int64All((*pushSetMap)["l_registedate"])
 	if this.PositionType == 1 {
 		pushSetMap, _ = IC.Mgo.FindOne(util.ENTUSER, map[string]interface{}{"i_entid": this.EntId, "i_userid": this.EntUserId})
 	}