فهرست منبع

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

王浩 1 سال پیش
والد
کامیت
d450e7f43b
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)
 		iApppush := int64(0)
 		iWxpush := int64(0)
 		iWxpush := int64(0)
-		if registedate > IC.C.Registedate {
+		if registedate > IC.C.Registedate && ShowWx {
 			iApppush = 1
 			iApppush = 1
 			iWxpush = 1
 			iWxpush = 1
 		}
 		}