From 00f6ead2c665aaa08ae8b49765024f991075b934 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 7 Apr 2025 15:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/Ghre/Ghre_SurveyServices.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Tiobon.Core.Services/Ghre/Ghre_SurveyServices.cs b/Tiobon.Core.Services/Ghre/Ghre_SurveyServices.cs index 7f9d5fb9..dabe424b 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_SurveyServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_SurveyServices.cs @@ -19,6 +19,12 @@ public class Ghre_SurveyServices : BaseServices + { + x.SurveyClass = await GetParaLabel("TrainSurveyClass", x.SurveyClass); + + }); + return result; }