This commit is contained in:
2026-03-04 23:58:49 +08:00
parent dec9de36c5
commit 2a4c2cfa08
+1 -1
View File
@@ -387,7 +387,7 @@ class StorageIntegrationService:
for rec in recommendations:
rec_record = DesignRecommendation(
stp_file_id=stp_file_id,
rec_type=rec.get('rec_type'),
rec_type=rec.get('type') or rec.get('rec_type'),
priority=rec.get('priority'),
description=rec.get('description'),
reason=rec.get('reason'),