|
@@ -76,7 +76,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
|
|
|
//Sys_PageFunctionPermission Function = _mapper.Map<Sys_PageFunctionPermission>(dto);
|
|
|
|
|
|
- EnterExitCostInfoView enterExitCostInfoView = new EnterExitCostInfoView();
|
|
|
+ var enterExitCostInfoView = new EnterExitCostInfoView();
|
|
|
|
|
|
if (dto.PortType == 1) // Web
|
|
|
{
|
|
@@ -235,7 +235,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
if (dto.SumTDC == 0) dto.OutsideTDPay = 0;
|
|
|
|
|
|
var enterExitCost = _mapper.Map<Grp_EnterExitCost>(dto);
|
|
|
- enterExitCost.Remark = dto.FirstItemRemark;
|
|
|
+ //enterExitCost.Remark = dto.FirstItemRemark;
|
|
|
//enterExitCost.InsidePay = enterExitCost.Visa + enterExitCost.YiMiao + enterExitCost.HeSuan + enterExitCost.Service + enterExitCost.Safe + enterExitCost.Ticket;
|
|
|
|
|
|
List<Grp_DayAndCost> subData = new List<Grp_DayAndCost>();
|