This commit is contained in:
aaron 2025-03-16 11:46:34 +08:00
parent 553b250ffb
commit f28bd2a642
2 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ async def pre_order(
# 检查是否有配送员在线
deliveryman_online = db.query(UserDB).filter(
UserDB.roles.contains([UserRole.DELIVERYMAN]),
UserDB.community_id == request.community_id,
UserDB.is_delivering == True
).first()

Binary file not shown.