浏览代码

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

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

+ 4 - 0
jyBXSubscribe/rpc/model/service/pushSet.go

@@ -351,7 +351,11 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 		iWxpush := int64(0)
 		if registedate > IC.C.Registedate {
 			iApppush = 1
+			if ShowWx {
+				iWxpush = 1
+			}
 		}
+
 		if data == nil || len(*data) == 0 {
 			returnData = &bxsubscribe.PushSet{
 				IApppush: iApppush,