alchemy functions updated
This commit is contained in:
@@ -417,7 +417,7 @@ class BuildDecisionBookPerson(CrudCollection):
|
||||
if build_living_space_id:
|
||||
related_service = Services.filter_by_one(
|
||||
related_responsibility=str(occupant_type.occupant_code),
|
||||
*Services.valid_record_dict
|
||||
*Services.valid_record_dict,
|
||||
)
|
||||
if not related_service:
|
||||
raise HTTPException(
|
||||
|
||||
Reference in New Issue
Block a user