将“公务普通护照代办费(加急)”修改为“重庆外办出入境证明费用(加急)”,以更准确地反映费用的具体内容和适用范围。
@@ -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 ? "是" : "否";