Sfoglia il codice sorgente

消息通知默认值处理

WH01243 1 anno fa
parent
commit
9c6884d1d9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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})
 	}