From beebc5fa5859707b7509ba34221ff44c62b59aaf Mon Sep 17 00:00:00 2001 From: boris Date: Sat, 20 Jun 2026 23:59:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=80=99=E9=80=89=E6=B1=A0?= =?UTF-8?q?=E9=A3=8E=E9=99=A9=E7=AD=89=E7=BA=A7=E4=BA=8C=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/fidc-core/src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fidc-core/src/data.rs b/crates/fidc-core/src/data.rs index 1f0f9ce..f9661d5 100644 --- a/crates/fidc-core/src/data.rs +++ b/crates/fidc-core/src/data.rs @@ -208,7 +208,7 @@ pub struct CandidateEligibility { pub allow_sell: bool, pub is_kcb: bool, pub is_one_yuan: bool, - #[serde(default, skip_serializing_if = "Option::is_none")] + #[serde(default)] pub risk_level_code: Option, }