修改加入未接诊取消订单延迟队列时间

This commit is contained in:
2023-04-04 20:20:23 +08:00
parent 4aa4eaee75
commit 1e26648b8b
2 changed files with 1 additions and 6 deletions
@@ -138,11 +138,6 @@ class SendStationMessageConsumer extends ConsumerMessage
}
}
// 消息标题
if (!isset($push_data['notice_title']) && !isset($push_data['notice_brief_type'])){
return false;
}
return true;
}