瀏覽代碼

更新费用描述以提高准确性

将“公务普通护照代办费(加急)”修改为“重庆外办出入境证明费用(加急)”,以更准确地反映费用的具体内容和适用范围。
Lyyyi 2 周之前
父節點
當前提交
56515c754c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Domain/ViewModels/Resource/CountryFeeCostView.cs

+ 1 - 1
OASystem/OASystem.Domain/ViewModels/Resource/CountryFeeCostView.cs

@@ -292,7 +292,7 @@ namespace OASystem.Domain.ViewModels.Resource
                     if (provinceId == 103)
                     {
                         label.AppendLine($"重庆外办出入境证明费用(普通):{info.NormExtFee:#0.00}");
-                        label.AppendLine($"公务普通护照代办费(加急):{info.UrgExtFee:#0.00}");
+                        label.AppendLine($"重庆外办出入境证明费用(加急):{info.UrgExtFee:#0.00}");
                     }
 
                     var isUrgent = info.IsUrgent ? "是" : "否";