feature/reliability_stat
Cizz22 6 months ago
parent d48669d2ee
commit e448baaab8

@ -110,7 +110,7 @@ async def get_all(
continue continue
res = OverhaulActivityRead( res = OverhaulActivityRead(
id=equipment.id, id=equipment.id,
material_cost=material_cost/10, material_cost=material_cost,
service_cost=200000000, service_cost=200000000,
location_tag=equipment.location_tag, location_tag=equipment.location_tag,
equipment_name=equipment.master_equipment.name if equipment.master_equipment else None, equipment_name=equipment.master_equipment.name if equipment.master_equipment else None,
@ -150,7 +150,7 @@ async def get_standard_scope_by_session_id(*, db_session: DbSession, overhaul_se
for equipment in eqs: for equipment in eqs:
res = OverhaulActivityRead( res = OverhaulActivityRead(
id=equipment.id, id=equipment.id,
material_cost=material_cost/10, material_cost=material_cost,
service_cost=200000000, service_cost=200000000,
location_tag=equipment.location_tag, location_tag=equipment.location_tag,
equipment_name=equipment.master_equipment.name if equipment.master_equipment else None, equipment_name=equipment.master_equipment.name if equipment.master_equipment else None,

Loading…
Cancel
Save