Explorar el Código

消息通知默认值处理

WH01243 hace 1 año
padre
commit
9c6884d1d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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})
 	}