|
@@ -482,7 +482,7 @@ public class BuildV3SceneServiceImpl implements IBuildSceneService {
|
|
|
|
|
|
private void pushMsgToApp(Integer pushChannel, String pushToken, int cameraType, String sceneName, String webSite){
|
|
|
log.info("推送消息,渠道是 {}, 手机token是 {}", pushChannel, pushToken);
|
|
|
- if(Objects.isNull(pushChannel) && StrUtil.isBlank(pushToken)){
|
|
|
+ if(Objects.isNull(pushChannel) || StrUtil.isBlank(pushToken)){
|
|
|
return;
|
|
|
}
|
|
|
|