|
@@ -389,7 +389,8 @@ class InstitutionService:
|
|
|
local_dict = InstitutionListOutSchema.model_validate(local_obj).model_dump()
|
|
local_dict = InstitutionListOutSchema.model_validate(local_obj).model_dump()
|
|
|
for field in ("applicable_scope", "grant_mode", "period_type", "amount",
|
|
for field in ("applicable_scope", "grant_mode", "period_type", "amount",
|
|
|
"single_limit", "effective_time_type", "employee_ids",
|
|
"single_limit", "effective_time_type", "employee_ids",
|
|
|
- "period_type", "scope_owner_id_list"):
|
|
|
|
|
|
|
+ "scope_owner_id_list", "enterprise_id", "status",
|
|
|
|
|
+ "created_time", "updated_time", "consult_mode"):
|
|
|
if field in local_dict and local_dict[field] is not None:
|
|
if field in local_dict and local_dict[field] is not None:
|
|
|
result_dict[field] = local_dict[field]
|
|
result_dict[field] = local_dict[field]
|
|
|
except Exception as e:
|
|
except Exception as e:
|