|
@@ -2751,7 +2751,7 @@ FROM
|
|
|
{
|
|
|
//文件验证
|
|
|
if (file.Length < 1) return Ok(JsonView(false,"请选择文件!"));
|
|
|
-
|
|
|
+
|
|
|
var visaFiles = new VisaUploadFileTypeView();
|
|
|
var filetypes = visaFiles.GetVisaUploadFileTypeViewItemInit();
|
|
|
if (!filetypes.Any(x => x.FileId == fileTypeId)) return Ok(JsonView(false, "请选择文件类型!"));
|
|
@@ -2838,7 +2838,7 @@ FROM
|
|
|
default:
|
|
|
|
|
|
break;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
@@ -16439,7 +16439,8 @@ FROM
|
|
|
IsElectronicSignature = x.IsElectronicSignature == 1 ? "否" : "是", //电子签
|
|
|
IsVisaOnArrival = x.IsVisaOnArrival == 1 ? "否" : "是", //落地签
|
|
|
x.VisaTime, // 一般签证时间
|
|
|
-
|
|
|
+ x.PettyBusinessAgencyFee, //小公务代办费
|
|
|
+ x.GrandBusinessAgencyFee //大公务代办费
|
|
|
}).ToList(),
|
|
|
baoPi = _GroupCostParameterRepository.GetBaoPi(diid),
|
|
|
blackCodeIsTrue = _sqlSugar.Queryable<Air_TicketBlackCode>().Where(x => x.IsDel == 0 && x.DiId == diid).Any(), //create.Code == 0 ? true : false,
|