Commit dcf10ea5 authored by liudong1993's avatar liudong1993

1

parent 71d1da62
......@@ -1563,7 +1563,7 @@ namespace REBORN.Module.DMCModule
VisaServices.Add(new VisaServiceItem()
{
Type = item.VisaType == "签证" ? 1 : item.VisaType == "签注" ? 2 : 3,
Reason = item.VisaReason,
Reason = item.VisaReason == "商务" ? "2" : "1",
DepartureTime = item.StopTime,
EntryTime = item.Number,
Time = item.VisaDate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment