浏览代码

消息通知默认值处理

WH01243 1 年之前
父节点
当前提交
f0d3fd631d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jyBXSubscribe/rpc/model/service/pushSet.go

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

@@ -349,7 +349,7 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 		}
 		iApppush := int64(0)
 		iWxpush := int64(0)
-		if registedate > IC.C.Registedate {
+		if registedate > IC.C.Registedate && ShowWx {
 			iApppush = 1
 			iWxpush = 1
 		}